aredn/files/www/yellow_on_black.css

47 lines
1.2 KiB
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: 12px;
}
.dist-alert {
border: medium solid red;
}
.dist-norm {
border: none;
}
.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; }
#node_description_entry {
vertical-align: middle;
resize: none;
}
#node_description_display {
text-align: center;
vertical-align: middle;
background-color: dimgrey;
font-size: 12pt;
width: 40%;
}