mirror of https://github.com/aredn/aredn.git
29 lines
907 B
CSS
29 lines
907 B
CSS
|
body { font-family:Verdana; background: black; color:yellow }
|
||
|
a:link { background: black; color: yellow }
|
||
|
a:visited { background: black; color: yellow }
|
||
|
a:active { background: black; color: yellow }
|
||
|
h1 { font-family:Verdana; color: yellow}
|
||
|
|
||
|
hr {
|
||
|
width: 100%;
|
||
|
height: 2px;
|
||
|
margin-left: auto;
|
||
|
margin-right: auto;
|
||
|
color: yellow;
|
||
|
background-color: black;
|
||
|
}
|
||
|
|
||
|
body table {
|
||
|
font-size: 16px;
|
||
|
|
||
|
}
|
||
|
.navbar_select { background:black; color:yellow }
|
||
|
.navbar_select a:link { background:black; color:yellow }
|
||
|
.navbar_select a:visited { background:black; color:yellow }
|
||
|
.navbar_select a:active { background:black; color:yellow }
|
||
|
|
||
|
.TopBanner { width:100%; }
|
||
|
.LogoDiv { position:absolute left:0px; width:100%; height:95; }
|
||
|
.AREDNLogo { background: white; position:absolute; left:10%; width:175; height:95; }
|
||
|
.PartOfAREDN { font-family:Verdana; font-size:xx-small; text-align:center; }
|