mirror of https://github.com/aredn/aredn.git
29 lines
897 B
CSS
29 lines
897 B
CSS
body { font-family:Verdana; background: white; color:black }
|
|
a:link { background: white; color: black }
|
|
a:visited { background: white; color: black }
|
|
a:active { background: white; color: black }
|
|
h1 { font-family:Verdana; color: black}
|
|
|
|
hr {
|
|
width: 100%;
|
|
height: 2px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
color: black;
|
|
background-color: white;
|
|
}
|
|
|
|
body table {
|
|
font-size: 16px;
|
|
|
|
}
|
|
.navbar_select { background:white; color:black }
|
|
.navbar_select a:link { background:white; color:black }
|
|
.navbar_select a:visited { background:white; color:black }
|
|
.navbar_select a:active { background:white; color:black }
|
|
|
|
.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; }
|