User:Tooty-Two/monobook.css
From Homestar Runner Wiki
(Difference between revisions)
m (black --> white color change) |
|||
Line 1: | Line 1: | ||
- | /* | + | /* It's decemberween all the time here! Finally fixed the season crisis. */ |
+ | .mp-table | ||
+ | { | ||
+ | margin-top: 8px; | ||
+ | } | ||
- | + | .mp-header | |
- | + | { | |
- | + | background: #FFF; | |
+ | padding: 0 8px 4px; | ||
+ | } | ||
- | + | .mp-languages | |
+ | { | ||
+ | background: #FFC; | ||
+ | border: 2px solid #FC0; | ||
+ | padding: 0 8px; | ||
+ | } | ||
- | + | .mp-browse-header, | |
+ | .mp-whatsnew-header, | ||
+ | .mp-featured-header | ||
+ | { | ||
+ | padding: 4px 8px; | ||
+ | font-size: 125%; | ||
+ | font-weight: bold; | ||
+ | color: #FFF; | ||
+ | } | ||
- | + | .mp-browse | |
- | + | { | |
- | + | background: #DEF0CF; | |
- | + | border: 1px solid #608050; | |
- | + | } | |
- | + | .mp-browse-header | |
- | + | { | |
- | + | background: #608050; | |
- | + | } | |
- | + | .mp-whatsnew | |
- | + | { | |
- | + | background: #E3E8F2; | |
- | + | border: 1px solid #1C58A3; | |
- | + | } | |
- | + | .mp-whatsnew-header | |
- | + | { | |
- | + | background: #1C58A3; | |
+ | } | ||
- | + | .mp-featured | |
- | + | { | |
- | + | background: #FFE9E5; | |
+ | border: 1px solid #A50901; | ||
+ | } | ||
+ | |||
+ | .mp-featured-header | ||
+ | { | ||
+ | background: #A50901; | ||
+ | } | ||
+ | |||
+ | .mp-donations | ||
+ | { | ||
+ | background: #FFF7CB; | ||
+ | border: 1px solid #FFAD80; | ||
+ | padding: 0 8px 4px; | ||
+ | } | ||
+ | |||
+ | .mp-content | ||
+ | { | ||
+ | padding: 0 8px 4px; | ||
+ | } | ||
+ | |||
+ | .mp-header, | ||
+ | .mp-languages | ||
+ | { | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | .mp-welcome | ||
+ | { | ||
+ | font-size: 160%; | ||
+ | margin-top: 8px; | ||
+ | } | ||
+ | |||
+ | .mp-languages | ||
+ | { | ||
+ | font-size: smaller; | ||
+ | } | ||
+ | |||
+ | .mp-browsetext | ||
+ | { | ||
+ | font-size: 90%; | ||
+ | line-height: 100% | ||
+ | } | ||
+ | |||
+ | .mp-whatsnewimage | ||
+ | { | ||
+ | float: right; | ||
+ | border: 1px solid #1C58A3; | ||
+ | margin: 4px 0 4px 6px; | ||
+ | } | ||
+ | |||
+ | .mp-featuredimage | ||
+ | { | ||
+ | float: left; | ||
+ | padding: 8px 12px 0 0 | ||
+ | } | ||
+ | |||
+ | .page-HRWiki_Welcome_he #wpTextbox1 | ||
+ | { | ||
+ | direction: rtl; | ||
+ | } | ||
+ | |||
+ | .page-HRWiki_Welcome_he #toctitle | ||
+ | { | ||
+ | direction: ltr; | ||
+ | } |
Revision as of 19:51, 23 December 2008
/* It's decemberween all the time here! Finally fixed the season crisis. */ .mp-table { margin-top: 8px; } .mp-header { background: #FFF; padding: 0 8px 4px; } .mp-languages { background: #FFC; border: 2px solid #FC0; padding: 0 8px; } .mp-browse-header, .mp-whatsnew-header, .mp-featured-header { padding: 4px 8px; font-size: 125%; font-weight: bold; color: #FFF; } .mp-browse { background: #DEF0CF; border: 1px solid #608050; } .mp-browse-header { background: #608050; } .mp-whatsnew { background: #E3E8F2; border: 1px solid #1C58A3; } .mp-whatsnew-header { background: #1C58A3; } .mp-featured { background: #FFE9E5; border: 1px solid #A50901; } .mp-featured-header { background: #A50901; } .mp-donations { background: #FFF7CB; border: 1px solid #FFAD80; padding: 0 8px 4px; } .mp-content { padding: 0 8px 4px; } .mp-header, .mp-languages { text-align: center; } .mp-welcome { font-size: 160%; margin-top: 8px; } .mp-languages { font-size: smaller; } .mp-browsetext { font-size: 90%; line-height: 100% } .mp-whatsnewimage { float: right; border: 1px solid #1C58A3; margin: 4px 0 4px 6px; } .mp-featuredimage { float: left; padding: 8px 12px 0 0 } .page-HRWiki_Welcome_he #wpTextbox1 { direction: rtl; } .page-HRWiki_Welcome_he #toctitle { direction: ltr; }