Community Central
Community Central

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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* Wanted Categories */
.newcategory { 
  color: darkorange !important;
  border-bottom: 1px dotted;
}

/* AbuseLogRC */
/** Table **/
#abData { border: solid 2px; }
#abData td {
	padding: 1px 5px;
	border-left: solid 2px;
}
#abData th { border: solid 2px; }
#abHeader th:first-child { min-width: 80px; }
 
/** Separating rows **/
.abItemRow:nth-child(odd) {	border-bottom: solid 2px; }
 
/** Time **/
.abItemTime {
	font-weight: bold;
	text-align: left;
}
 
/* Urcency classes */
.abUrgency1 {
	background: #c00;
	color: #fff;
}
.abUrgency1 a { color: #6ff; }
.abUrgency2 { background: #fcc; }
.abUrgency3 { background: #fff0e6; }
/* END AbuseLogRC */

/* Source mode font */
/* #wpTextbox1 { font-family: monospace } */