]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - modules/private/websites/tools/tools/dmarc_reports/default.css
Add anonymize for dmarc_reports
[perso/Immae/Config/Nix.git] / modules / private / websites / tools / tools / dmarc_reports / default.css
index 11608cc225f0db3f9bb948f16bb3d7ffa16c8383..9e0c63f153ce21c13ea996954c0f5884be20dc95 100644 (file)
-h1 {\r
-  text-align: center;\r
-}\r
-\r
-table.reportlist {\r
-  margin: 2em auto 2em auto;\r
-  border-collapse: collapse;\r
-  clear: both;\r
-}\r
-\r
-table.reportlist td, table.reportlist th {\r
-  padding:3px;\r
-}\r
-\r
-table.reportlist thead {\r
-  border-top: 1px solid grey;\r
-  border-bottom: 1px solid grey;\r
-\r
-}\r
-table.reportlist tbody tr:first-child td {\r
-  padding-top: 10px;\r
-}\r
-table.reportlist tr.sum {\r
-  border-top: 1px solid grey;\r
-}\r
-table.reportlist tr.selected {\r
-  background-color: lightgrey;\r
-}\r
-.reportdesc {\r
-  font-weight: bold;\r
-  width: 90%;\r
-  margin-left: auto;\r
-  margin-right: auto;\r
-}\r
-\r
-tr.summaryrow {\r
-  cursor: pointer;\r
-}\r
-\r
-tr.summaryrow:hover, tr.summaryrow.selected {\r
-  background-color: lightgray;\r
-  border-left: 1px solid lightgray;\r
-}\r
-\r
-td.reportcell {\r
-  border-bottom: 1px solid lightgray;\r
-  border-left: 1px solid lightgray;\r
-  border-right: 1px solid lightgray;\r
-}\r
-\r
-table.reportdata {\r
-  margin: 0px auto 0px auto;\r
-  border-collapse: separate;\r
-  border-spacing: 2px;\r
-}\r
-\r
-table.reportdata tr th, table.reportdata tr td {\r
-  text-align: center;\r
-  padding: 3px;\r
-}\r
-\r
-table.reportdata tr.red {\r
-  background-color: #FF0000;\r
-}\r
-\r
-table.reportdata tr.orange {\r
-  background-color: #FFA500;\r
-}\r
-\r
-table.reportdata tr.lime {\r
-  background-color: #00FF00;\r
-}\r
-\r
-table.reportdata tr.yellow {\r
-  background-color: #FFFF00;\r
-}\r
-\r
-.optionblock {\r
-  background: lightgrey;\r
-  padding: 0.4em;\r
-  float: right;\r
-  margin: auto 2em 1em auto;\r
-  white-space: nowrap;\r
-}\r
-\r
-.optionlabel {\r
-  font-weight: bold;\r
-  float: left; clear: left; \r
-  margin-right: 1em;\r
-}\r
-\r
-.options {\r
-  font-size: 70%;\r
-  text-align: right;\r
-  border: none;\r
-  width: 97%;\r
-  padding: 0.4em;\r
-}\r
-\r
-.center {\r
-  text-align:center;\r
-}\r
-\r
-.circle_lime:before {\r
-  content: ' \25CF';\r
-  font-size: 25px;\r
-  color: #00FF00;\r
-}\r
-\r
-.circle_red:before {\r
-  content: ' \25CF';\r
-  font-size: 25px;\r
-  color: #FF0000;\r
-}\r
-\r
-.circle_yellow:before {\r
-  content: ' \25CF';\r
-  font-size: 25px;\r
-  color: #FFFF00;\r
-}\r
-\r
-.circle_orange:before {\r
-  content: ' \25CF';\r
-  font-size: 25px;\r
-  color: #FFA500;\r
-}\r
+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;
+}