mirror of https://github.com/aredn/aredn.git
29 lines
1.0 KiB
CSS
29 lines
1.0 KiB
CSS
body { font-family:Verdana; background:rgb(231,231,231); color:black }
|
|
a:link { background:rgb(231,231,231); color:rgb(190,30,44) }
|
|
a:visited { background:rgb(231,231,231); color:rgb(190,30,44) }
|
|
a:active { background:rgb(231,231,231); color:rgb(190,30,44) }
|
|
h1 { font-family:Verdana; color:rgb(190,30,44); text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black }
|
|
|
|
hr {
|
|
width: 100%;
|
|
height: 2px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
color:rgb(108,231,232);
|
|
background-color:rgb(108,231,232);
|
|
}
|
|
|
|
body table {
|
|
font-size: 12px;
|
|
|
|
}
|
|
.navbar_select { background:black; color:white }
|
|
.navbar_select a:link { background:black; color:white }
|
|
.navbar_select a:visited { background:black; color:white }
|
|
.navbar_select a:active { background:black; color:white }
|
|
|
|
.TopBanner { width:100%; }
|
|
.LogoDiv { position:absolute left:0px; width:100%; height:95; }
|
|
.AREDNLogo { background:rgb(231,231,231); position:absolute; left:10%; width:175; height:95; }
|
|
.PartOfAREDN { font-family:Verdana; font-size:xx-small; text-align:center; }
|