Difference between revisions of "MediaWiki:Monobook.css"
Jump to navigation
Jump to search
(remove all custom styling from catlinks) |
|||
(64 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | /* | + | /* CSS placed here will affect users of the Monobook skin */ |
+ | |||
+ | /* Round the corners of everything. */ | ||
+ | #p-cactions ul li, #p-cactions ul li a { | ||
+ | -moz-border-radius-topleft: 8.1px; /* 0.59em; */ | ||
+ | -moz-border-radius-topright: 8px; /* 0.57em; */ | ||
+ | } | ||
+ | #content { | ||
+ | -moz-border-radius-topleft: 8.1px; | ||
+ | -moz-border-radius-bottomleft: 8.5px; | ||
+ | } | ||
+ | div.pBody { | ||
+ | -moz-border-radius-topright: 8px; | ||
+ | -moz-border-radius-bottomright: 8.4px; | ||
+ | } | ||
+ | pre, table#toc, div.thumb div, .ylwnote, .grnnote, .bluenote, .rednote { | ||
+ | -moz-border-radius-topleft: 8.1px; | ||
+ | -moz-border-radius-topright: 8px; | ||
+ | -moz-border-radius-bottomleft: 8.5px; | ||
+ | -moz-border-radius-bottomright: 8.4px; | ||
+ | } | ||
+ | |||
+ | /* Change selected tab border */ | ||
+ | #p-cactions ul li.selected { | ||
+ | border-color: #1080fa; | ||
+ | } | ||
+ | .ns-0 #p-cactions ul li.selected { | ||
+ | border-color: #fabd23; | ||
+ | } | ||
+ | |||
+ | |||
+ | /* This makes a not-so-square not-a-box with categories */ | ||
+ | /* | ||
+ | p.catlinks { | ||
+ | margin: 0; | ||
+ | padding: 0px 5px 2px 5px; | ||
+ | } | ||
+ | div#catlinks { | ||
+ | padding: 0; | ||
+ | font-size: 90%; | ||
+ | border-left: 1px solid #aaaaaa; | ||
+ | border-bottom: 1px solid #aaaaaa; | ||
+ | border-right: 1px solid #aaaaaa; | ||
+ | border-top: 1px solid #aaaaaa; | ||
+ | background-color: #f9f9f9; | ||
+ | text-align: left; | ||
+ | clear: none; | ||
+ | float: right; | ||
+ | } | ||
+ | div#catlinks p.catlinks { | ||
+ | clear: right; | ||
+ | } | ||
+ | */ | ||
+ | .firstHeading { | ||
+ | margin-bottom: 0.4em; | ||
+ | margin-right: 0; | ||
+ | line-height: 1em; | ||
+ | } | ||
+ | |||
+ | #contentSub { | ||
+ | margin-top: 3px; | ||
+ | } | ||
+ | |||
+ | table.diff { | ||
+ | border: 1px solid #cccccc; | ||
+ | -moz-border-radius-topleft: 8.1px; | ||
+ | -moz-border-radius-topright: 8px; | ||
+ | -moz-border-radius-bottomleft: 8.5px; | ||
+ | -moz-border-radius-bottomright: 8.4px; | ||
+ | clear: both; | ||
+ | } | ||
+ | td.diff-context { background: inherit; } | ||
+ | td.diff-deletedline, td.diff-addedline { | ||
+ | background: #eee; | ||
+ | color: inherit; | ||
+ | -moz-border-radius-topleft: 8.1px; | ||
+ | -moz-border-radius-topright: 8px; | ||
+ | -moz-border-radius-bottomleft: 8.5px; | ||
+ | -moz-border-radius-bottomright: 8.4px; | ||
+ | } | ||
+ | |||
+ | td.diff-deletedline span.diffchange { | ||
+ | color: inherit; | ||
+ | background-color: #fcc; | ||
+ | } | ||
+ | td.diff-addedline span.diffchange { | ||
+ | color: inherit; | ||
+ | background-color: #cfc; | ||
+ | } | ||
+ | |||
+ | #siteSub { display: none; } /* "From Wikipedia, the free encyclopedia." */ | ||
+ | #contentSub { text-align: right; margin: 0; padding: 0; } | ||
+ | |||
+ | #siteNotice { | ||
+ | border: none; | ||
+ | border-left: 1px solid #ccc; | ||
+ | border-bottom: 1px solid #ccc; | ||
+ | -moz-border-radius-bottomleft: 8.5px; | ||
+ | text-align: right; | ||
+ | font-size: 95%; | ||
+ | font-style: normal; | ||
+ | margin: 0 0 0 2em; | ||
+ | padding: 0; | ||
+ | float: right; | ||
+ | width: 40%; | ||
+ | line-height: normal; | ||
+ | background: #ffe; | ||
+ | clear: right; | ||
+ | } | ||
+ | |||
+ | .ns-0 #content #siteNotice { | ||
+ | background: white; | ||
+ | } | ||
+ | |||
+ | .plainlinks, .mainpagetable, .infobox { clear: both; } | ||
+ | code { background: inherit; } | ||
+ | |||
+ | #fundraising { | ||
+ | text-align: right; | ||
+ | border: none; | ||
+ | padding: 0 0 5px 0; | ||
+ | margin: 0; | ||
+ | } | ||
+ | |||
+ | table.metadata { | ||
+ | border: 1px solid black; | ||
+ | border-top: none; | ||
+ | -moz-border-radius-bottomleft: 8.5px; | ||
+ | -moz-border-radius-bottomright: 8.4px; | ||
+ | } | ||
+ | table.metadata caption { | ||
+ | border: 1px solid black; | ||
+ | background-color: #bdf; | ||
+ | -moz-border-radius-topleft: 8.1px; | ||
+ | -moz-border-radius-topright: 8px; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | #filetoc { display: none; } | ||
+ | |||
+ | table.elastomaniascoretable { border-collapse: collapse; } | ||
+ | table.elastomaniascoretable td.b { background: #fcc; font-weight: bold; } | ||
+ | table.elastomaniascoretable td { border: 1px solid black; padding: 0 3px; } | ||
+ | table.elastomaniascoretable th { background: #ccc; } | ||
+ | table.elastomaniascoretable tr.r td { border-top: 2px solid black; } | ||
+ | |||
+ | div.noarticletext { margin-top: 0.7em; } |
Latest revision as of 23:02, 14 June 2011
/* CSS placed here will affect users of the Monobook skin */ /* Round the corners of everything. */ #p-cactions ul li, #p-cactions ul li a { -moz-border-radius-topleft: 8.1px; /* 0.59em; */ -moz-border-radius-topright: 8px; /* 0.57em; */ } #content { -moz-border-radius-topleft: 8.1px; -moz-border-radius-bottomleft: 8.5px; } div.pBody { -moz-border-radius-topright: 8px; -moz-border-radius-bottomright: 8.4px; } pre, table#toc, div.thumb div, .ylwnote, .grnnote, .bluenote, .rednote { -moz-border-radius-topleft: 8.1px; -moz-border-radius-topright: 8px; -moz-border-radius-bottomleft: 8.5px; -moz-border-radius-bottomright: 8.4px; } /* Change selected tab border */ #p-cactions ul li.selected { border-color: #1080fa; } .ns-0 #p-cactions ul li.selected { border-color: #fabd23; } /* This makes a not-so-square not-a-box with categories */ /* p.catlinks { margin: 0; padding: 0px 5px 2px 5px; } div#catlinks { padding: 0; font-size: 90%; border-left: 1px solid #aaaaaa; border-bottom: 1px solid #aaaaaa; border-right: 1px solid #aaaaaa; border-top: 1px solid #aaaaaa; background-color: #f9f9f9; text-align: left; clear: none; float: right; } div#catlinks p.catlinks { clear: right; } */ .firstHeading { margin-bottom: 0.4em; margin-right: 0; line-height: 1em; } #contentSub { margin-top: 3px; } table.diff { border: 1px solid #cccccc; -moz-border-radius-topleft: 8.1px; -moz-border-radius-topright: 8px; -moz-border-radius-bottomleft: 8.5px; -moz-border-radius-bottomright: 8.4px; clear: both; } td.diff-context { background: inherit; } td.diff-deletedline, td.diff-addedline { background: #eee; color: inherit; -moz-border-radius-topleft: 8.1px; -moz-border-radius-topright: 8px; -moz-border-radius-bottomleft: 8.5px; -moz-border-radius-bottomright: 8.4px; } td.diff-deletedline span.diffchange { color: inherit; background-color: #fcc; } td.diff-addedline span.diffchange { color: inherit; background-color: #cfc; } #siteSub { display: none; } /* "From Wikipedia, the free encyclopedia." */ #contentSub { text-align: right; margin: 0; padding: 0; } #siteNotice { border: none; border-left: 1px solid #ccc; border-bottom: 1px solid #ccc; -moz-border-radius-bottomleft: 8.5px; text-align: right; font-size: 95%; font-style: normal; margin: 0 0 0 2em; padding: 0; float: right; width: 40%; line-height: normal; background: #ffe; clear: right; } .ns-0 #content #siteNotice { background: white; } .plainlinks, .mainpagetable, .infobox { clear: both; } code { background: inherit; } #fundraising { text-align: right; border: none; padding: 0 0 5px 0; margin: 0; } table.metadata { border: 1px solid black; border-top: none; -moz-border-radius-bottomleft: 8.5px; -moz-border-radius-bottomright: 8.4px; } table.metadata caption { border: 1px solid black; background-color: #bdf; -moz-border-radius-topleft: 8.1px; -moz-border-radius-topright: 8px; font-weight: bold; } #filetoc { display: none; } table.elastomaniascoretable { border-collapse: collapse; } table.elastomaniascoretable td.b { background: #fcc; font-weight: bold; } table.elastomaniascoretable td { border: 1px solid black; padding: 0 3px; } table.elastomaniascoretable th { background: #ccc; } table.elastomaniascoretable tr.r td { border-top: 2px solid black; } div.noarticletext { margin-top: 0.7em; }