MediaWiki:Common.css

From Oyoko Portal, Koforidua, Ghana
(Difference between revisions)
Jump to: navigation, search
(New page: - →CSS placed here will be applied to all skins: body.page-Main_Page h1.firstHeading{display:none})
 
 
(7 intermediate revisions by one user not shown)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 
body.page-Main_Page h1.firstHeading{display:none}
 
body.page-Main_Page h1.firstHeading{display:none}
 +
 +
.tbl {border-collapse:collapse;}
 +
 +
.tbl table{border-collapse:collapse;text-align:center}
 +
 +
.tbl td, .tbl th{border:1px solid black;font:100% arial;padding:0%;text-align:center}
 +
 +
.e {font:bold 75% arial}
 +
 +
 +
a.m{font:bold 90% arial}
 +
table.m{position:absolute;visibility:hidden;background:pink}
 +
 +
.menu td{width:10%;background:blue;text-align:center}
 +
.menu a{font:bold 90% arial;color:white}

Latest revision as of 10:19, 4 April 2012

/* CSS placed here will be applied to all skins */
body.page-Main_Page h1.firstHeading{display:none}

.tbl {border-collapse:collapse;}

.tbl table{border-collapse:collapse;text-align:center}

.tbl td, .tbl th{border:1px solid black;font:100% arial;padding:0%;text-align:center}

.e {font:bold 75% arial}


a.m{font:bold 90% arial}
table.m{position:absolute;visibility:hidden;background:pink}

.menu td{width:10%;background:blue;text-align:center}
.menu a{font:bold 90% arial;color:white}
Personal tools