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