Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* AbuseLogRC */
/** Table **/
#abData {
border: solid 2px #76767675;
}
#abData td {
padding: 1px 5px;
border-left: solid 2px #76767675;
}
#abData th {
border: solid 2px #76767675;
}
#abHeader th:first-child { min-width: 100px; }
#abHeader th:last-child { min-width: 400px; }
/** Separating rows **/
.abItemRow:nth-child(odd) {
border-bottom: solid 2px #76767675;
}
.abItemRow:nth-child(4) {
border-top: solid 2px #76767675;
}
/** Time **/
.abItemTime {
font-weight: bold;
text-align: left;
}
/** Extra links **/
.abExtraLinks {
font-size: 10px;
}
/** Collapsible customization **/
#abData .mw-collapsible-toggle {
font-family: monospace;
}
#abData .mw-collapsible-toggle a {
color: inherit;
}
/* Urcency classes */
.abUrgency1 {
background: #ff000069;
}
.abUrgency2 {
background: #ff91913d;
}
.abUrgency3 {
background: #ffd1d129;
}
/* END AbuseLogRC */