]> git.immae.eu Git - perso/Immae/Config/Nix.git/blame - modules/private/websites/tools/tools/dmarc_reports/default.css
Add dmarc reports
[perso/Immae/Config/Nix.git] / modules / private / websites / tools / tools / dmarc_reports / default.css
CommitLineData
7df5e532
IB
1h1 {\r
2 text-align: center;\r
3}\r
4\r
5table.reportlist {\r
6 margin: 2em auto 2em auto;\r
7 border-collapse: collapse;\r
8 clear: both;\r
9}\r
10\r
11table.reportlist td, table.reportlist th {\r
12 padding:3px;\r
13}\r
14\r
15table.reportlist thead {\r
16 border-top: 1px solid grey;\r
17 border-bottom: 1px solid grey;\r
18\r
19}\r
20table.reportlist tbody tr:first-child td {\r
21 padding-top: 10px;\r
22}\r
23table.reportlist tr.sum {\r
24 border-top: 1px solid grey;\r
25}\r
26table.reportlist tr.selected {\r
27 background-color: lightgrey;\r
28}\r
29.reportdesc {\r
30 font-weight: bold;\r
31 width: 90%;\r
32 margin-left: auto;\r
33 margin-right: auto;\r
34}\r
35\r
36tr.summaryrow {\r
37 cursor: pointer;\r
38}\r
39\r
40tr.summaryrow:hover, tr.summaryrow.selected {\r
41 background-color: lightgray;\r
42 border-left: 1px solid lightgray;\r
43}\r
44\r
45td.reportcell {\r
46 border-bottom: 1px solid lightgray;\r
47 border-left: 1px solid lightgray;\r
48 border-right: 1px solid lightgray;\r
49}\r
50\r
51table.reportdata {\r
52 margin: 0px auto 0px auto;\r
53 border-collapse: separate;\r
54 border-spacing: 2px;\r
55}\r
56\r
57table.reportdata tr th, table.reportdata tr td {\r
58 text-align: center;\r
59 padding: 3px;\r
60}\r
61\r
62table.reportdata tr.red {\r
63 background-color: #FF0000;\r
64}\r
65\r
66table.reportdata tr.orange {\r
67 background-color: #FFA500;\r
68}\r
69\r
70table.reportdata tr.lime {\r
71 background-color: #00FF00;\r
72}\r
73\r
74table.reportdata tr.yellow {\r
75 background-color: #FFFF00;\r
76}\r
77\r
78.optionblock {\r
79 background: lightgrey;\r
80 padding: 0.4em;\r
81 float: right;\r
82 margin: auto 2em 1em auto;\r
83 white-space: nowrap;\r
84}\r
85\r
86.optionlabel {\r
87 font-weight: bold;\r
88 float: left; clear: left; \r
89 margin-right: 1em;\r
90}\r
91\r
92.options {\r
93 font-size: 70%;\r
94 text-align: right;\r
95 border: none;\r
96 width: 97%;\r
97 padding: 0.4em;\r
98}\r
99\r
100.center {\r
101 text-align:center;\r
102}\r
103\r
104.circle_lime:before {\r
105 content: ' \25CF';\r
106 font-size: 25px;\r
107 color: #00FF00;\r
108}\r
109\r
110.circle_red:before {\r
111 content: ' \25CF';\r
112 font-size: 25px;\r
113 color: #FF0000;\r
114}\r
115\r
116.circle_yellow:before {\r
117 content: ' \25CF';\r
118 font-size: 25px;\r
119 color: #FFFF00;\r
120}\r
121\r
122.circle_orange:before {\r
123 content: ' \25CF';\r
124 font-size: 25px;\r
125 color: #FFA500;\r
126}\r