Difference between revisions of "MediaWiki:Common.css"

From TestWiki
Jump to: navigation, search
m (fix to local links)
(+ datatable)
Line 20: Line 20:
 
color: #36b;
 
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; }
 +
  
 
/** </nowiki></pre> */
 
/** </nowiki></pre> */

Revision as of 00:57, 2 February 2011

/** <pre><nowiki> */
 
 
#n-browse-cvs a, #n-phpdoc a, #n-Mailing-list a {
	background: url(/skins-1.5/monobook/external.png) center right no-repeat;
	padding-right: 13px;
	color: #36b;
}
 
 
#toc {
    margin: 1em 0;
}
 
/** Sidebar External Links **/
 
#n-CrudeProtection a {
	background: url(/skins-1.5/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; }
 
 
/** </nowiki></pre> */