-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSwitchMap.css
103 lines (88 loc) · 2.7 KB
/
SwitchMap.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
body { font-family: Times, serif; }
a { text-decoration: none; }
a:hover { text-decoration: underline; }
.small {
font-style: oblique;
font-size: 0.8em;
display: block;
padding-bottom: 5px; }
/* Table Attributes */
table {
font-family: Arial, Helvetica, sans-serif;
font-size: small;
border-collapse: collapse;
border: 2px solid #000000;
}
td.mac-address { font-family: Courier New, Courier; }
.section-title { font-size: x-large; font-weight: bold; }
.page-title { font-size: xx-large; font-weight: bold; }
/* Table captions */
caption { font-size: large; }
caption.stats { font-size: medium; font-weight: bold; }
th { padding-left: 5px; padding-right: 5px; }
/* Table Colors */
td.cellMacLimit {background: #ff0000; color:#ffffff;} /* Mac Limit Color */
td.cellDisabled {background: #ff4444;} /* Disabled Port */
td.cellEtherChannel {background: #ffff55;} /* EtherChannel */
td.cellUnused {background: #dddddd;} /* Unused Port */
td.cellWarning {background: #ffcccc;} /* Warning */
td.tblHead {background: #ccccff;} /* Table Header */
tr.cellActive {background: #ccffcc;} /* Active Port */
tr.cellDefault {background: #ffffff;} /* Default Table */
tr.cellUnused {background: #dddddd;} /* Unused Port */
tr.tblHead {background: #ccccff;} /* Table Header */
tr.sitetotals {background: #ffdddd;} /* site totals row of "Switch Details" table */
tr.grandtotals {background: #ddffdd;} /* grand totals row of "Switch Details" table */
td { padding-left: 5px; padding-right: 5px; border: 1px solid black; }
table.noborder {
border-style: none;
}
table.noborder td {
border-width: 0px;
}
table.Stats td {
border-width: 1px;
}
table. {
cellpadding="3px";
align="center";
}
table.SwitchList {
border: 0px;
font-size: medium;
}
table.SwitchList td {
text-align: left;
border: 0px;
padding-left: 20px; padding-right: 20px;
}
table.SwitchList td:hover { background-color: #B0C6D7; }
table.SwitchList td a:hover { text-decoration: none; }
table.SwitchList td a .small { font-weight: normal; }
span.searchresult { background-color: cyan; }
div.trailer { font-size: x-small; }
/* Navigation bar ("toc" means "table of contents"), found at the top of each page */
ul.toc {
margin-left:auto;
margin-right:auto;
padding-bottom: 20px;
}
ul.toc li {
width: auto;
padding-left: 10px;
padding-right: 10px;
background-color: palegoldenrod;
border: 1px solid black;
float: left;
text-align: center;
list-style-type: none;
font-weight: bold;
}
ul.toc a {
padding-left: 10px;
padding-right: 10px;
}
ul.toc a:hover {
background-color: #FFFFE0;
text-decoration: none;
}