User:PhoenixGraphix/monobook.css: Difference between revisions

From Bulbapedia, the community-driven Pokémon encyclopedia.
Jump to navigationJump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
BODY { cursor: default !important; }
h1#firstHeading, h3#siteSub, div#siteNotice { display: none; }
h1#firstHeading, h3#siteSub, div#siteNotice { display: none; }
div#bodyContent { padding: 0; }
div.container, div.content {
padding: 10px 10px 10px 10px;
width: auto;
font-family: Arial;
}
div.container { background: #FFFF00; }
div.content { background: #EFEFEF; }


/* sig css */
/* sig css */

Latest revision as of 02:30, 16 May 2009

BODY { cursor: default !important; }

h1#firstHeading, h3#siteSub, div#siteNotice { display: none; }

/* sig css */
body {
	font-family: arial;
}
 
b.sigbuild {
	display: block;
	height: 1px;
	overflow: hidden;
	border-left: 1px solid black;
	border-right: 1px solid black;
}
table.sigtable {
	display: inline;
	vertical-align: middle;
}
table.sigtable, table.sigtable th {
	border-collapse: collapse;
	border: 0;
	width: 0;
}