MediaWiki:Quartz.css: Difference between revisions
Jump to navigation
Jump to search
(New page: body { background: url(http://images.wikia.com/common/skins/quartz/sapphire/images/background.gif) repeat-x; background-color: #f2f2f2; } #header, ul#wikia, ul#wikia li { background-im...) |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
body { | /*body { | ||
background: url(http://images.wikia.com/common/skins/quartz/sapphire/images/background.gif) repeat-x; | background: url(http://images.wikia.com/common/skins/quartz/sapphire/images/background.gif) repeat-x; | ||
background-color: #f2f2f2; | background-color: #f2f2f2; | ||
Line 138: | Line 138: | ||
background: #EEE; | background: #EEE; | ||
} | } | ||
#link_box {font-size: 14pt;} | |||
.wikitable {font-weight:bold; background:#F9F9F9 none repeat scroll 0%; border:1px solid #AAAAAA; margin:1em 1em 1em 0pt;} | |||
.wikitable.th {background:#EEEEEE none repeat scroll 0%; text-align:center; border:1px solid #AAAAAA; padding:0.2em;} | |||
.CTIT.td {text-align:center;} | |||
*/ |
Latest revision as of 07:51, 16 July 2008
/*body { background: url(http://images.wikia.com/common/skins/quartz/sapphire/images/background.gif) repeat-x; background-color: #f2f2f2; } #header, ul#wikia, ul#wikia li { background-image: url(http://images.wikia.com/common/skins/quartz/sapphire/images/header_bg.gif); } #header, #header a { color: #000; } #header a:hover { color: #333; } /*** User area ***/ ul#welcome li.user { background-image: url(http://images.wikia.com/common/skins/quartz/sapphire/images/user_menu.gif); color: #36C; } #userMenu { background: #f2f2f2; border-color: #36C; } #userMenu a { color: #000; } #userMenu a:hover { background: #36C; color: #FFF; } /*** Wikia box ***/ #wikiaLogo { background: url(http://images.wikia.com/common/skins/quartz/sapphire/images/wikia_logo.gif) no-repeat; } #search input { border-color: #36C; } #search div { background: url(http://images.wikia.com/common/skins/quartz/sapphire/images/search.gif) no-repeat; } div.gelButton { background: url(http://images.wikia.com/common/skins/quartz/sapphire/images/gel_buttons.gif) top left no-repeat; } div.gelButton a { background: url(http://images.wikia.com/common/skins/quartz/sapphire/images/gel_buttons.gif) top right no-repeat; color: #FFF; } /*** Nav Links ***/ table#navLinksWikia a { background: url(http://images.wikia.com/telefang/images//f/fb/Normal.png) 0% 4px no-repeat; color: #000; } /*** Article ***/ .articleBar { background: url(http://images.wikia.com/common/skins/quartz/sapphire/images/article_bars.gif) top left no-repeat; color: #FFF; } .articleBar div { background: url(http://images.wikia.com/common/skins/quartz/sapphire/images/article_bars.gif) top right no-repeat; } .articleBar a { color: #000; } /* .articleBar .editButton, .articleBar .editButton span { background-image: url(http://images.wikia.com/common/skins/quartz/sapphire/images/edit_button.gif); color: #FFF; } */ table#wikiafooter, table#wikiafooter td a { color: #000; } a#wikiaFooterLogo { background: url(http://images.wikia.com/common/skins/quartz/sapphire/images/wikia_logo_small.gif); } /* widgets integration */ li.widget { border-color: #999; background: #FFF; color: #000; } li.widget a, li.widget a:visited { color: #000; } li.widget h1 { color: #36C; } .roundedDiv b.xb2, .roundedDiv b.xb3, .roundedDiv b.xb4 { background: #F2F2F2; border-color: #999; } .roundedDiv b.xb1 { background: #87888C; } .roundedDiv div.r_boxContent { background: #F2F2F2; border-color: #87888C; color: #000; } .widgetWikiaToolbox .listHdr { color: #36C; } div.wikiaDialog .hd, div.wikiaDialog h2, .boxHeader_noBorderMargin, .boxHeader_noBorder, .boxHeader { color: #36C !important; border-color: #87888c; } #switchSkin a { color: #FFF; } /* AutoComplete/SearchSuggest - Inez */ .yui-ac-content li.yui-ac-highlight { background: #36C !important; } .yui-ac-content li.yui-ac-prehighlight { background: #36C !important; } /* tooltips */ .wikiaTooltip { background-color: #ffec3b; border-color: #FFD242; } .prefSection { background: #EEE; } #link_box {font-size: 14pt;} .wikitable {font-weight:bold; background:#F9F9F9 none repeat scroll 0%; border:1px solid #AAAAAA; margin:1em 1em 1em 0pt;} .wikitable.th {background:#EEEEEE none repeat scroll 0%; text-align:center; border:1px solid #AAAAAA; padding:0.2em;} .CTIT.td {text-align:center;} */