MediaWiki:Monobook.css
From Poopedia
(Difference between revisions)
Line 1: | Line 1: | ||
- | /* | + | a.new, #quickbar a.new { color: #CC2200; } |
+ | |||
+ | /* KHTMLFix.css */ | ||
+ | #column-content { margin-left: 0; } | ||
+ | |||
+ | /* Remove contents of the footer, but not the footer itself */ | ||
+ | #f-poweredbyico, #f-copyrightico { | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | /* Remove unnecessary contents in the column-content */ | ||
+ | .editsection, #siteNotice, #siteSub, #contentSub, #jump-to-nav, .printfooter { | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | /* Hide all elements that are hidden when print <rdar://problem/4646715> */ | ||
+ | .noprint { | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | /* Needed to show the star icon in a featured article correctly <rdar://problem/4646717> */ | ||
+ | #featured-star div div { | ||
+ | line-height: 10px; | ||
+ | } | ||
+ | |||
+ | /* Needed to hide the speaker icon in some articles <rdar://problem/4646719> */ | ||
+ | #spoken-icon .image { | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | /* And the content expands to top and left */ | ||
+ | #content { | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | border: none; | ||
+ | background: white; | ||
+ | } | ||
+ | |||
+ | #content div.thumb { | ||
+ | border-color: white; | ||
+ | } | ||
+ | |||
+ | /* Dictionary.app styles */ | ||
+ | body { | ||
+ | background: white none; | ||
+ | font-family: 'Georgia';font-weight:normal; | ||
+ | } | ||
+ | b { | ||
+ | font-style: normal; | ||
+ | font-family: 'Georgia-SemiBold';font-weight:normal; | ||
+ | } | ||
+ | |||
+ | /* Adjust the font size so it match with other dictionaries */ | ||
+ | #bodyContent { | ||
+ | font-size:medium; | ||
+ | } | ||
+ | |||
+ | /* Hiding the bar under the entry header */ | ||
+ | h1.firstHeading { | ||
+ | border-bottom: none; | ||
+ | } | ||
+ | |||
+ | /* Used for US city entries */ | ||
+ | #coordinates { | ||
+ | top:1.2em; | ||
+ | } | ||
+ | |||
+ | .dablink { | ||
+ | font-size: 80%; | ||
+ | } | ||
+ | |||
+ | .Loading { | ||
+ | margin: 20em; | ||
+ | margin: 20em; | ||
+ | border: 20em; | ||
+ | |||
+ | font-size:158%; | ||
+ | background-color:white; | ||
+ | } | ||
+ | |||
+ | |||
+ | /* Without this the boader sorrounding national flags have uppper and left gap. | ||
+ | Don't know why... | ||
+ | */ | ||
+ | a.image { | ||
+ | margin: 0px; | ||
+ | } | ||
+ | |||
+ | a { | ||
+ | text-decoration: none; | ||
+ | color: Navy; | ||
+ | background: none; | ||
+ | } | ||
+ | a:visited { | ||
+ | color: Navy; | ||
+ | } | ||
+ | a:active { | ||
+ | color: #faa700; | ||
+ | } | ||
+ | a:hover { | ||
+ | text-decoration: underline; | ||
+ | } | ||
+ | a.stub { | ||
+ | color: #772233; | ||
+ | } | ||
+ | a.new, #p-personal a.new { | ||
+ | color: #ba0000; | ||
+ | } | ||
+ | a.new:visited, #p-personal a.new:visited { | ||
+ | color: #a55858; | ||
+ | } |
Current revision as of 23:14, 16 September 2008
a.new, #quickbar a.new { color: #CC2200; } /* KHTMLFix.css */ #column-content { margin-left: 0; } /* Remove contents of the footer, but not the footer itself */ #f-poweredbyico, #f-copyrightico { display:none; } /* Remove unnecessary contents in the column-content */ .editsection, #siteNotice, #siteSub, #contentSub, #jump-to-nav, .printfooter { display:none; } /* Hide all elements that are hidden when print <rdar://problem/4646715> */ .noprint { display:none; } /* Needed to show the star icon in a featured article correctly <rdar://problem/4646717> */ #featured-star div div { line-height: 10px; } /* Needed to hide the speaker icon in some articles <rdar://problem/4646719> */ #spoken-icon .image { display:none; } /* And the content expands to top and left */ #content { margin: 0; padding: 0; border: none; background: white; } #content div.thumb { border-color: white; } /* Dictionary.app styles */ body { background: white none; font-family: 'Georgia';font-weight:normal; } b { font-style: normal; font-family: 'Georgia-SemiBold';font-weight:normal; } /* Adjust the font size so it match with other dictionaries */ #bodyContent { font-size:medium; } /* Hiding the bar under the entry header */ h1.firstHeading { border-bottom: none; } /* Used for US city entries */ #coordinates { top:1.2em; } .dablink { font-size: 80%; } .Loading { margin: 20em; margin: 20em; border: 20em; font-size:158%; background-color:white; } /* Without this the boader sorrounding national flags have uppper and left gap. Don't know why... */ a.image { margin: 0px; } a { text-decoration: none; color: Navy; background: none; } a:visited { color: Navy; } a:active { color: #faa700; } a:hover { text-decoration: underline; } a.stub { color: #772233; } a.new, #p-personal a.new { color: #ba0000; } a.new:visited, #p-personal a.new:visited { color: #a55858; }