]> git.immae.eu Git - perso/Immae/Config/Nix.git/blame - systems/eldiron/websites/tools/dmarc_reports/default.css
Squash changes containing private information
[perso/Immae/Config/Nix.git] / systems / eldiron / websites / tools / dmarc_reports / default.css
CommitLineData
9c08c3bc
IB
1h1 {
2 text-align: center;
3}
4
5p.warninginfo {
6 text-align: center;
7}
8
9table.reportlist {
10 margin: 2em auto 2em auto;
11 border-collapse: collapse;
12 clear: both;
13}
14
15table.reportlist td, table.reportlist th {
16 padding:3px;
17}
18
19table.reportlist thead {
20 border-top: 1px solid grey;
21 border-bottom: 1px solid grey;
22
23}
24table.reportlist tbody tr:first-child td {
25 padding-top: 10px;
26}
27table.reportlist tr.sum {
28 border-top: 1px solid grey;
29}
30table.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
40tr.summaryrow {
41 cursor: pointer;
42}
43
44tr.summaryrow:hover, tr.summaryrow.selected {
45 background-color: lightgray;
46 border-left: 1px solid lightgray;
47}
48
49td.reportcell {
50 border-bottom: 1px solid lightgray;
51 border-left: 1px solid lightgray;
52 border-right: 1px solid lightgray;
53}
54
55table.reportdata {
56 margin: 0px auto 0px auto;
57 border-collapse: separate;
58 border-spacing: 2px;
59}
60
61table.reportdata tr th, table.reportdata tr td {
62 text-align: center;
63 padding: 3px;
64}
65
66table.reportdata tr.red {
67 background-color: #FF0000;
68}
69
70table.reportdata tr.orange {
71 background-color: #FFA500;
72}
73
74table.reportdata tr.lime {
75 background-color: #00FF00;
76}
77
78table.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}