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