-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
domainreport.css
90 lines (88 loc) · 1.58 KB
/
domainreport.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
@charset "UTF-8";
h2 {
width:95%;
background-color:#7BA7C7;
font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
color: #434247;
font-size:16pt;
}
h2:before {
content: "+|-";
font-size: 10pt;
padding-right: 5px;
display:inline-block;
}
h3 {
font-size: 14pt;
width: 95%;
}
h3:before {
content: "+|-";
font-size: 10pt;
padding-right: 5px;
display:inline-block;
}
h4 {
width:95%;
font-size: 12pt;
background-color:#4481f198;
}
h5 {
width:95%;
font-size: 11pt;
font-style: italic;
text-indent: 2%;
}
body {
background-color:#FFFFFF;
font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
font-size:12pt;
}
td, th {
border:1px solid black;
border-collapse:collapse;
}
th {
color:white;
background-color:black;
}
table, tr, td, th {
padding-left: 10px;
margin: 0px
}
tr:nth-child(odd) {background-color: lightgray}
table {
width:95%;
margin-left:5px;
margin-bottom:20px;
}
.alert { color:red; }
.new { color:green; }
table.footer tr,
table.footer td {
background-color: white;
border-collapse: collapse;
border: none;
}
table.footer {
width: 25%;
padding-left: 10px;
margin-left: 70%;
font-size: 10pt;
}
td.size {
text-align: right;
padding-right: 25px;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}
table.header tr,
table.header td {
background-color:white;
border-collapse: collapse;
border: none;
}