AzureCT/ServerSide/DisplayAvailability.css (74 lines of code) (raw):
body {
font-family: Verdana;
font-size: 14px;
}
table {border: 1px solid black;}
th, td.SumHead {
background: #FFFFFF;
border: 1px solid #B0B0B0;
font-weight: bold;
padding: 3px 10px;
text-align: center;
}
th#time {width:250px;}
th#display {width:390px;}
th#duration {width:140px;}
th#trace {width:150px;}
td {
padding: 3px 5px;
text-align: center;
}
td#SumHead {column-span:all;
text-align:left;
}
tr:nth-child(even) {
background: #99CCFF;
}
tr:nth-child(odd) {
background: #CCFFFF;
}
#SummaryTable tr {background: #ffffff;}
#SummaryTable td:nth-child(odd) {text-align:right;}
#SummaryTable td:nth-child(even) {text-align:left;}
#SummaryTable td:nth-child(1) {width: 105px;}
#SummaryTable td:nth-child(2) {width: 200px;}
#SummaryTable td:nth-child(3) {width: 90px;}
#SummaryTable td:nth-child(4) {width: 200px;}
#SummaryTable td:nth-child(5) {width: 130px;}
#SummaryTable td:nth-child(6) {width: 230px;}
#MessageDiv {
position: fixed;
width: 400px;
top: 200px;
left: 320px;
padding-top: 10px;
height: 150px;
background-color: antiquewhite;
text-align: center;
font-size: x-large;
border: double;
visibility: hidden;
z-index: 10;
}
#TraceDiv {
position: fixed;
width: 375px;
top: 150px;
left: 323px;
padding: 10px;
height: 400px;
background-color: #eeeeee;
border:double;
overflow-y:scroll;
visibility:hidden;
z-index: 3;
}
#TraceTable td:nth-child(4) {padding-left: 20px;
text-align:left;}
th#HopID {width:60px;}
th#Address {width:140px;}
th#Latency {width:80px;}
#TraceTable tr:nth-child(even) {background: #c2e1ff}
#TraceTable tr:nth-child(odd) {background: #cce9ff}
span {font-size:small;}
.b {font-weight:bold;}