2015-04-04 22:49:31 -06:00
|
|
|
body { font-family:Verdana; background: black; color:white }
|
|
|
|
a:link { background: black; color: white }
|
|
|
|
a:visited { background: black; color: white }
|
|
|
|
a:active { background: black; color: white }
|
|
|
|
h1 { font-family:Verdana; color: white}
|
|
|
|
|
|
|
|
hr {
|
|
|
|
width: 100%;
|
|
|
|
height: 2px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
color: white;
|
|
|
|
background-color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
body table {
|
2016-01-04 21:41:27 -07:00
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dist-alert {
|
|
|
|
border: medium solid red;
|
|
|
|
}
|
|
|
|
.dist-norm {
|
|
|
|
border: none;
|
2015-04-04 22:49:31 -06:00
|
|
|
}
|
|
|
|
.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: white; position:absolute; left:10%; width:175; height:95; }
|
|
|
|
.PartOfAREDN { font-family:Verdana; font-size:xx-small; text-align:center; }
|
2018-08-26 12:03:26 -06:00
|
|
|
|
|
|
|
#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%;
|
|
|
|
}
|