<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* site css */
/* RDF css */
@namespace rdf url(http://www.w3.org/1999/02/22-rdf-syntax-ns#);
@namespace content url(http://purl.org/rss/1.0/modules/content/);
@namespace dc url(http://purl.org/dc/elements/1.1/);
@namespace rss url(http://purl.org/rss/1.0/);
@namespace cc url(http://web.resource.org/cc/);


:root {
  color-scheme: dark light;
}

html {
/*    background: rgb(50,64,192) url(back);
    background: rgba(50,64,192,50) url(bgrad) repeat-x ;
    background: linear-gradient(rgba(0,64,192,80), rgba(50,64,192,80)) repeat-x top;
*/

}
body {
/*    background: rgba(240,210,108,10); */
/* url(treasure); */
/*    color: color-mix(in srgb, currentcolor, rgb(0,0,0)); */
    font-family: Arial, verdana, sans-serif;
/*    margin: 0em 5em; */
    padding: 0em 0em;
}
h1 {
	margin: 0;
	text-align: center;
        font-size: 3em;
        font-family: "Arial Unicode MS", "Verdana", sans-serif;
}
h1:before {
	content: "🏴‍☠️⛵";
	font-size: 1.5em;
}
h1:after {
	content: "⛵🏴‍☠️";
	font-size: 1.5em;
}

/* IE did not read this below */
body &gt; h1:first-child {
        font-size: 2.5em;
        font-family: "Arial Unicode MS", "Verdana", sans-serif;
}
body &gt; h1:first-child &gt; span {
        font-size: 1.7em;
}
body &gt; ul:first-child &gt; li &gt; a {
        text-shadow: black 0px 0px 5px;
        outline: thick solid black;
        font-family: "Times", serif;
}
a.navbar:visited {
        text-shadow: black 0px 0px 5px;
        outline: thick solid black;
        font-family: "Times", serif;
}
ul.navbar {
/*        background: linear-gradient(#0008, #8888) repeat-x bottom; */
	background: rgba(120,90,0,0.5);
	margin: 0;
}
ul.translate {
        background: rgb(0,150,255);
        font-size: 0.7em;
	margin: 0;
}
ul.statistics {
	color: color-mix(in srgb, currentcolor, rgb(66,0,0));
	font-size: 2em;
}
li.navbar {
	display: inline;
}
li.translate {
	display: inline;
}
li.translate a:link {
	display: inline;
}
li.translate a:visited {
	display: inline;
}
p {
    font-family: "Weathered", sans-serif; 
}

.side {
   background-color: rgba(0,70,0,0.5);
   width: 22%;
}

.wide {
	width: 100%
}

a:link {  
   color: color-mix(in srgb, currentcolor, rgb(0,128,0));
   font-family: verdana, sans-serif;	
   font-weight: 700; 
   text-decoration: none;
}

a:visited {    
   color: color-mix(in srgb, currentcolor, rgb(0,192,0));  
   font-family: verdana, sans-serif;	
   font-weight: 700;       
   text-decoration: none;
}

a:active {   
   color: color-mix(in srgb, currentcolor, rgb(192,0,0));    
   font-family: verdana, sans-serif;	
   font-weight: 700;       
   text-decoration: none;
}

a:hover {
   color: color-mix(in srgb, currentcolor, rgb(192,0,0));    
   font-family: verdana, sans-serif;	
   font-weight: 700;       
   text-decoration: none;
}

rdf|RDF {
        background-color: #000000;
        color: #FFFFFF;
        font-size: 2em;
        display: block;
        margin: 0em;
        border: 0;
        padding: 1.5em;
}
rss|channel rss|title {
        font-family: Arial, sans-serif;
        font-size: 2em;
        display: block;
        color: #FFFFFF;
        background-color: #000000;
        padding: 5px;
        height: auto;
        width: auto;
        border-bottom: solid 1em red;
}
rss|channel rss|description {
        float: right;
}
rss|channel rss|link {
        display: none;
}
rss|item rss|link {
        display: none;
}
rss|item rss|title {
        display: none;
}
                                                                                
rss|item dc|creator {
        font-family: Arial, sans-serif;
        font-size: 2em;
        color: #FFFFFF;
        display: block;
        background-color: #000000;
        padding: 4em 0.5em 0.5em 0.5em;
        height: auto;
        width: auto;
}
rss|item dc|date {
        font-family: Arial, sans-serif;
        font-size: 2em;
        color: #FFFF00;
        display: block;
        background-color: #000000;
        padding: 5px;
        height: auto;
        width: auto;
}

</pre></body></html>