MediaWiki:Gadget-site.css: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: p.pre { color: #000; background-color: #f9f9f9; padding: 5px; border: 1px dotted #444; font-family: monospace; font-size...")
 
No edit summary
Line 11: Line 11:
vertical-align: baseline;
vertical-align: baseline;
         white-space: pre; }
         white-space: pre; }
.pageBreak { page-break-before: always; }

Revision as of 19:35, 16 September 2010

/* CSS placed here will be applied to all skins */

p.pre {
	color: #000;
	background-color: #f9f9f9;
	padding: 5px;
	border: 1px dotted #444;
	font-family: monospace;
	font-size: 12.7px;
	line-height: 13.97px;
	vertical-align: baseline;
        white-space: pre; }

.pageBreak { page-break-before: always; }