aboutsummaryrefslogtreecommitdiff
path: root/modules/private/websites/tools/tools/dmarc_reports/default.css
blob: 9e0c63f153ce21c13ea996954c0f5884be20dc95 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
h1 {
  text-align: center;
}

p.warninginfo {
  text-align: center;
}

table.reportlist {
  margin: 2em auto 2em auto;
  border-collapse: collapse;
  clear: both;
}

table.reportlist td, table.reportlist th {
  padding:3px;
}

table.reportlist thead {
  border-top: 1px solid grey;
  border-bottom: 1px solid grey;

}
table.reportlist tbody tr:first-child td {
  padding-top: 10px;
}
table.reportlist tr.sum {
  border-top: 1px solid grey;
}
table.reportlist tr.selected {
  background-color: lightgrey;
}
.reportdesc {
  font-weight: bold;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

tr.summaryrow {
  cursor: pointer;
}

tr.summaryrow:hover, tr.summaryrow.selected {
  background-color: lightgray;
  border-left: 1px solid lightgray;
}

td.reportcell {
  border-bottom: 1px solid lightgray;
  border-left: 1px solid lightgray;
  border-right: 1px solid lightgray;
}

table.reportdata {
  margin: 0px auto 0px auto;
  border-collapse: separate;
  border-spacing: 2px;
}

table.reportdata tr th, table.reportdata tr td {
  text-align: center;
  padding: 3px;
}

table.reportdata tr.red {
  background-color: #FF0000;
}

table.reportdata tr.orange {
  background-color: #FFA500;
}

table.reportdata tr.lime {
  background-color: #00FF00;
}

table.reportdata tr.yellow {
  background-color: #FFFF00;
}

.optionblock {
  background: lightgrey;
  padding: 0.4em;
  float: right;
  margin: auto 2em 1em auto;
  white-space: nowrap;
}

.optionlabel {
  font-weight: bold;
  float: left; clear: left; 
  margin-right: 1em;
}

.options {
  font-size: 70%;
  text-align: right;
  border: none;
  width: 97%;
  padding: 0.4em;
}

.center {
  text-align:center;
}

.circle_lime:before {
  content: ' \25CF';
  font-size: 25px;
  color: #00FF00;
}

.circle_red:before {
  content: ' \25CF';
  font-size: 25px;
  color: #FF0000;
}

.circle_yellow:before {
  content: ' \25CF';
  font-size: 25px;
  color: #FFFF00;
}

.circle_orange:before {
  content: ' \25CF';
  font-size: 25px;
  color: #FFA500;
}