Annotation of embedaddon/bmon/trem/layout.css, revision 1.1.1.1
1.1 misho 1: body {
2: background: #f7f7f7;
3: margin-top: 20px;
4: }
5:
6: p, b, td {
7: color: #000000;
8: font-family: Verdana, Arial, Helvetica, sans-serif;
9: font-size: 10pt;
10: }
11:
12: a:link,a:visited,a:hover {
13: color: #4E7AAF;
14: text-decoration: underline;
15: }
16:
17: p.banner {
18: margin-top: 8px;
19: margin-bottom: 8px;
20: text-align: center;
21: font-size: 16pt;
22: font-weight: bold;
23: }
24:
25: p.node_title {
26: text-align: center;
27: margin: 0pt;
28: margin-bottom: 10px;
29: font-weight: bold;
30: font-size: 18pt;
31: }
32:
33: p.title {
34: margin: 0pt;
35: margin-top: 5px;
36: text-align: center;
37: font-weight: bold;
38: font-size: 14pt;
39: }
40:
41: a.a_node_link:link,a.a_node_link:visited,a.a_node_link:hover {
42: color: #000;
43: font-weight: bold;
44: text-decoration: none;
45: }
46:
47: a.a_node_link:hover {
48: font-weight: bold;
49: text-decoration: underline;
50: }
51:
52: a.a_intf_link:link,a.a_intf_link:visited,a.a_intf_link:hover {
53: color: #000;
54: text-decoration: none;
55: }
56:
57: a.a_intf_link:hover {
58: text-decoration: underline;
59: }
60:
61: p.selection {
62: text-align: center;
63: margin: 0pt;
64: }
65:
66: table.intf_list {
67: border: 1px solid #cdcdcd;
68: width: 100%;
69: border-spacing: 1px;
70: background: #f8f8f8;
71: margin-bottom: 10px;
72: }
73:
74: tr.intf_list_hdr {
75: font-weight: bold;
76: }
77:
78: th.intf_list_hdr_name {
79: text-align: left;
80: padding-left: 5px;
81: }
82:
83: td.intf_list_nr {
84: border-top: 1px dashed #cdcdcd;
85: text-align: center;
86: }
87:
88: td.intf_list_name {
89: border-top: 1px dashed #cdcdcd;
90: border-left: 1px dashed #cdcdcd;
91: text-align: left;
92: padding-left: 5px;
93: }
94:
95: td.intf_list_rx {
96: border-top: 1px dashed #cdcdcd;
97: border-left: 1px dashed #cdcdcd;
98: text-align: center;
99: }
100:
101: td.intf_list_rxp {
102: border-top: 1px dashed #cdcdcd;
103: border-left: 1px dashed #cdcdcd;
104: text-align: center;
105: }
106:
107: td.intf_list_tx {
108: border-top: 1px dashed #cdcdcd;
109: border-left: 1px dashed #cdcdcd;
110: text-align: center;
111: }
112:
113: td.intf_list_txp {
114: border-top: 1px dashed #cdcdcd;
115: border-left: 1px dashed #cdcdcd;
116: text-align: center;
117: }
118:
119: table.details {
120: border: 1px solid #cdcdcd;
121: width: 100%;
122: border-spacing: 1px;
123: background: #f8f8f8;
124: margin-top: 10px;
125: }
126:
127: tr.details_hdr {
128: font-weight: bold;
129: }
130:
131: th.details_hdr_name {
132: text-align: left;
133: padding-left: 20px;
134: }
135:
136: td.details_name {
137: border-top: 1px dashed #cdcdcd;
138: padding-left: 20px;
139: }
140:
141: td.details_rx {
142: border-top: 1px dashed #cdcdcd;
143: border-left: 1px dashed #cdcdcd;
144: text-align: center;
145: }
146:
147: td.details_tx {
148: border-top: 1px dashed #cdcdcd;
149: border-left: 1px dashed #cdcdcd;
150: text-align: center;
151: }
152:
153: table.overall {
154: width: 80%;
155: border-spacing: 0px;
156: }
157:
158: td.header {
159: background: #b8c4db;
160: text-align: center;
161: border: 1px solid #000;
162: }
163:
164: td.left_col {
165: background: #eeeeee;
166: padding-left: 10px;
167: border-left: 1px solid #cdcdcd;
168: border-right: 1px solid #cdcdcd;
169: border-bottom: 1px solid #cdcdcd;
170: vertical-align: top;
171: width: 130px;
172: }
173:
174: td.right_col {
175: background: #fff;
176: padding: 20px;
177: padding-top: 10px;
178: border-bottom: 1px solid #cdcdcd;
179: border-right: 1px solid #cdcdcd;
180: vertical-align: top;
181: }
182:
183: td.fg {
184: background: #6a94b7;
185: }
186:
187: td.noise {
188: background: #9fc5db;
189: }
190:
191: td.bg {
192: background: #eeeeee;
193: }
194:
195: td.unknown {
196: background: #f69191;
197: }
198:
199: table.graph {
200: border: 1px solid #cdcdcd;
201: width: 100%;
202: border-spacing: 1px;
203: background: #f8f8f8;
204: margin-top: 10px;
205: table-layout: fixed;
206: empty-cells: show;
207: padding-right: 5px;
208: padding-bottom: 5px;
209: }
210:
211: th.graph_hdr {
212: }
213:
214: th.scale_hdr {
215: text-align: right;
216: width: 60px;
217: }
218:
219: td.scale {
220: text-align: right;
221: vertical-align: top;
222: }
223:
224: tr.graph_row {
225: line-height: 7px;
226: }
227:
228: ul.node_list {
229: padding-left: 15px;
230: }
231:
232: ul.node_intf_list {
233: padding-left: 8px;
234: }
235:
236: ul.sub_intf {
237: padding-left: 8px;
238: }
239:
240: tr.legend {
241: line-height: 10px;
242: }
243:
244: td.legend {
245: font-size: 8pt;
246: }
247:
248: table.graph {
249: border: 1px solid #cdcdcd;
250: width: 100%;
251: border-spacing: 1px;
252: background: #f8f8f8;
253: margin-top: 10px;
254: }
255:
256: table.gconf {
257: width: 100%;
258: padding-left: 15px;
259: padding-right: 15px;
260: border-spacing: 0px;
261: background: #f8f8f8;
262: margin-top: 0px;
263: }
264:
265: p.glabel {
266: font-size: 8pt;
267: margin: 2px;
268: }
269:
270: span.gtext {
271: font-size: 8pt;
272: margin: 0px;
273: }
274:
275: input, select {
276: font-size: 8pt;
277: }
278:
279: select {
280: width: 90%;
281: }
282:
283: th.gconf {
284: font-size: 9pt;
285: font-weight: bold;
286: text-align: left;
287: padding-left: 10px;
288: border-bottom: 1px dashed #cdcdcd;
289: }
290:
291: td.gconf {
292: padding-left:
293: }
294:
295: p.footer {
296: margin-left: 10px;
297: font-size: 8pt;
298: }
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>