-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
73 lines (62 loc) · 1.72 KB
/
style.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
.phpipam {
background-color: aliceblue;
color: black;
}
.phpipam h6 {
margin: 2em 0;
padding: 0 1em;
font-variant: small-caps;
font-size: 110%;
}
/***** listRacks ***********************/
.phpipam table.phpipam_devices a div {
color: #04a;
text-decoration: underline;
}
.phpipam table.phpipam_devices {
font: normal 1em arial;
/* display: inline;
* IE needs this, so we use a sick JS hack to make it happen */
display: inline-table;
border-collapse: collapse;
}
.phpipam table.phpipam_devices caption,
.phpipam table.phpipam_devices th {
font: bold 1em arial;
background-color: black;
color: white;
text-align: center;
border: 1px solid black; /*
* visible when printing in black-on-white mode,
* also makes cell spacing uniform
*/
}
.phpipam table.phpipam_devices th.rack_name,
.phpipam table.phpipam_devices caption {
border-right: 5px solid black;
}
.phpipam table.phpipam_devices td {
font: normal 1em arial;
border-right: 5px solid black;
}
.phpipam table.phpipam_devices .last{
border-bottom: 5px solid black;
}
.phpipam table.phpipam_devices th,
.phpipam table.phpipam_devices td {
white-space: nowrap; /*
* stop IE from wrapping hyphenated things all willy-nilly
*/
padding: 0 5px 0 5px;
}
.phpipam table.phpipam_devices td.item {
border-top: 1px solid black;
border-bottom: 1px solid black;
}
/* * modelines
* ex: se ai et ts=4 st=4 bf :
* vi: se ai et ts=4 st=4 bf :
* vim: set ai et ts=4 st=4 bf sts=4 cin ff=unix fenc=utf-8 foldmethod=indent : enc=utf-8
* atom:set useSoftTabs tabLength=4 lineending=lf encoding=utf-8
* -*- Mode: tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
*/