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