Community Central
Community Central
No edit summary
Tag: sourceedit
No edit summary
Tag: sourceedit
Line 27: Line 27:
 
/** Extra links **/
 
/** Extra links **/
 
.abExtraLinks {
 
.abExtraLinks {
font-size: 12px;
+
font-size: 10px;
 
}
 
}
   

Revision as of 08:45, 6 October 2016

/* Wanted Categories */
.newcategory { 
  color: darkorange !important;
  border-bottom: 1px dotted;
}

/* AbuseLogRC */
/** Table **/
#abData { border: solid 2px #3a3a3a; }
#abData td {
	padding: 1px 5px;
	border-left: solid 2px #3a3a3a;
}
#abData th { border: solid 2px #3a3a3a; }
#abHeader th:first-child { min-width: 80px; }
#abHeader th:last-child { min-width: 460px; }
 
/** Separating rows **/
.abItemRow:nth-child(odd) { border-bottom: solid 2px #3a3a3a; }
 
/** 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: #c00;
	color: #fff;
}
.abUrgency1 a { color: #6ff; }
.abUrgency2 {
	background: #fcc;
	color: #3a3a3a;
}
.abUrgency2 a { color: #006cb0; }
.abUrgency3 {
	background: #fff0e6;
	color: #3a3a3a;
}
.abUrgency3 a { color: #006cb0; }

/* END AbuseLogRC */

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