Difference between revisions of "MediaWiki:Monobook.css"
From OOModels
Jump to navigationJump to search
Line 15: | Line 15: | ||
div.code pre { | div.code pre { | ||
padding: 0px; | padding: 0px; | ||
spacing: | spacing: 2px; | ||
margin: 0px; | margin: 0px; | ||
border: none; | border: none; |
Revision as of 08:39, 6 June 2008
body.page-Main_Page h1.firstHeading { display:none; } h1.firstHeading { font-size: 160%; } table.helptable { border-collapse: collapse; } table.helptable th { border: 1px solid #ccc; border-collapse: collapse; padding-left:8px; padding-right:8px; padding-top:1px; padding-bottom:1px; background: #F0F0FF; } table.helptable td { border: 1px solid #ccc; border-collapse: collapse; padding-left:8px; padding-right:8px; padding-top:1px; padding-bottom:1px; } div.code { padding: 1em; border: 1px dashed #2f6fab; color: black; background-color: #f9f9f9; line-height: 1.1em; } div.code pre { padding: 0px; spacing: 2px; margin: 0px; border: none; border-left-width: 1em; border-right-width: 1em; border-top-width: 1px; border-bottom-width: 1px; } div.code div.comment { padding: 0px; border: 1px dashed #a0ffa0; color: #008000; background-color: #f6fcf6; } div.code div.comment pre { color: #008000; } div.code div.attribute { padding: 0px; border: 1px dashed #a0ffff; color: #008080; background-color: #f6fcfc; } div.code div.attribute pre { color: #008080; }