Difference between revisions of "MediaWiki:Common.css"

From TestWiki
Jump to: navigation, search
m (No need for nowiki/pre in 1.16... I think...)
(hide numbers in rc list)
Line 1: Line 1:
 +
/** General style overrides **/
 +
 
#n-browse-cvs a, #n-phpdoc a, #n-Mailing-list a {
 
#n-browse-cvs a, #n-phpdoc a, #n-Mailing-list a {
 
background: url(/testwiki/skins/monobook/external.png) center right no-repeat;
 
background: url(/testwiki/skins/monobook/external.png) center right no-repeat;
Line 8: Line 10:
 
#toc {
 
#toc {
 
     margin: 1em 0;
 
     margin: 1em 0;
 +
}
 +
 +
/* Hide the numbers (bytes changed) in recent-changes, as not really relevant on this wiki. */
 +
.mw-plusminus-pos {
 +
    display: none;
 
}
 
}
  

Revision as of 09:25, 27 September 2011

/** General style overrides **/
 
#n-browse-cvs a, #n-phpdoc a, #n-Mailing-list a {
	background: url(/testwiki/skins/monobook/external.png) center right no-repeat;
	padding-right: 13px;
	color: #36b;
}
 
 
#toc {
    margin: 1em 0;
}
 
/* Hide the numbers (bytes changed) in recent-changes, as not really relevant on this wiki. */
.mw-plusminus-pos {
    display: none;
}
 
/** Sidebar External Links **/
 
#n-CrudeProtection a {
	background: url(/testwiki/skins/monobook/external.png) center right no-repeat;
	padding-right: 13px;
	color: #36b;
}
 
/** General purpose 'pretty' data tables */
/* General purpose "pretty (data) tables" */
table.datatable { background-color: transparent; }
table.datatable th, table.datatable td { padding: 4px; }
table.datatable th { text-align: left; background-color: #999999; }
table.datatable tr { background-color: #cccccc; }
table.datatable tr:hover { background-color: #ffffcc; }
 
 
/** Main page table **/
.HomepageTable {
  border: 1px solid #CCCCCC;
  border-collapse: collapse;
  margin: 0.2em 1em 1em;
}
.HomepageTable td {
  border: 1px solid #CCCCCC;
}