aredn/files/www/black_on_white.css

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