Difference between revisions of "MediaWiki:Vector.css"
From ISXOgre\Aion
(Replaced content with "→CSS placed here will affect users of the Vector skin: ") |
|||
Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Vector skin */ | /* CSS placed here will affect users of the Vector skin */ | ||
+ | @namespace url(http://www.w3.org/1999/xhtml); | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | { | ||
+ | |||
+ | |||
+ | |||
+ | /*text&background*/ | ||
+ | |||
+ | |||
+ | |||
+ | html, body, div#mw-head, #firstHeading, div#content, div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited, div.vectorTabs span > a, li, #toc h2, .toc h2, #toc #toctitle, .toc #toctitle, #toc .toctitle, .toc .toctitle, #toc, .toc, .mw-warning, p, .center *, .latest_news, .welcome_to_wn, .header_left_text, .freenews, .mp_header, .l_table, .lead_normal, .portals, .main_popular, .the_table, .feedback_reviewform, div.NavFrame div.NavHead, #mw-normal-catlinks, #commentrequest, table, .catlinks, form#searchform fieldset, h1, h2, h3, h4, h5, h6, element.style, #p-Community, .portal, .divTop10item, b, td, th, div#content ol, div#content ul, div#mw_content ol, div#mw_content ul, .toccolours, .articleFeedback-panel .articleFeedback-buffer, .thumbcaption, #otherlangs, .plainlinks, tr td div, div.WikiaPageContentWrapper, div.mw-content-ltr div, div.lyricbox, nav.WikiaArticleCategories, form.WikiaSearch input, div#WikiaRail section, .noprint, header.WikiaHeader nav, div#MainPageBox1, div#MainPageBox2, div.WikiaHubBranding div.hub, div#WikiaArticle div div, figure.thumb, div#simpleSearch input#searchInput, div#fragment-11, div#mw_main div#mw_contentwrapper, div#mw_contentwrapper div#mw_content, div#mw_contentholder div, div#footer, div#page-index, div#content-container, code, div.mw-warning-with-logexcerpt, div.mw-lag-warn-high, div.mw-cascadeprotectedwarning, div#mw-protect-cascadeon, .main, #wl-popup, div.donate, div.donate2, .dropdown, #searchInput | ||
+ | |||
+ | |||
+ | |||
+ | { | ||
+ | |||
+ | background: black !important; | ||
+ | |||
+ | color: white !important; | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | div.nav a, #column-content, .mw-tou_notice, #content_wrapper.show | ||
+ | |||
+ | |||
+ | |||
+ | { | ||
+ | |||
+ | background: black !important; | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | /*links*/ | ||
+ | |||
+ | |||
+ | |||
+ | a | ||
+ | |||
+ | { | ||
+ | |||
+ | color: #00a0ff !important; | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | /*highlight*/ | ||
+ | |||
+ | |||
+ | |||
+ | .infobox, .mw-geshi, form.WikiaSearch input, div#simpleSearch input#searchInput, pre | ||
+ | |||
+ | |||
+ | |||
+ | { | ||
+ | |||
+ | background-color: #333333 !important | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | /*imagebackgroundreset*/ | ||
+ | |||
+ | |||
+ | |||
+ | tbody tr th a img, div#globalWrapper div#bodyContent div img, div p a img, div#mw-panel.noprint div#p-logo, div#panel.noprint div#p-logo | ||
+ | |||
+ | |||
+ | |||
+ | { | ||
+ | |||
+ | background:white!important; | ||
+ | |||
+ | color:black!important; | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | } |
Revision as of 08:48, 27 June 2014
/* CSS placed here will affect users of the Vector skin */ @namespace url(http://www.w3.org/1999/xhtml); { /*text&background*/ html, body, div#mw-head, #firstHeading, div#content, div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited, div.vectorTabs span > a, li, #toc h2, .toc h2, #toc #toctitle, .toc #toctitle, #toc .toctitle, .toc .toctitle, #toc, .toc, .mw-warning, p, .center *, .latest_news, .welcome_to_wn, .header_left_text, .freenews, .mp_header, .l_table, .lead_normal, .portals, .main_popular, .the_table, .feedback_reviewform, div.NavFrame div.NavHead, #mw-normal-catlinks, #commentrequest, table, .catlinks, form#searchform fieldset, h1, h2, h3, h4, h5, h6, element.style, #p-Community, .portal, .divTop10item, b, td, th, div#content ol, div#content ul, div#mw_content ol, div#mw_content ul, .toccolours, .articleFeedback-panel .articleFeedback-buffer, .thumbcaption, #otherlangs, .plainlinks, tr td div, div.WikiaPageContentWrapper, div.mw-content-ltr div, div.lyricbox, nav.WikiaArticleCategories, form.WikiaSearch input, div#WikiaRail section, .noprint, header.WikiaHeader nav, div#MainPageBox1, div#MainPageBox2, div.WikiaHubBranding div.hub, div#WikiaArticle div div, figure.thumb, div#simpleSearch input#searchInput, div#fragment-11, div#mw_main div#mw_contentwrapper, div#mw_contentwrapper div#mw_content, div#mw_contentholder div, div#footer, div#page-index, div#content-container, code, div.mw-warning-with-logexcerpt, div.mw-lag-warn-high, div.mw-cascadeprotectedwarning, div#mw-protect-cascadeon, .main, #wl-popup, div.donate, div.donate2, .dropdown, #searchInput { background: black !important; color: white !important; } div.nav a, #column-content, .mw-tou_notice, #content_wrapper.show { background: black !important; } /*links*/ a { color: #00a0ff !important; } /*highlight*/ .infobox, .mw-geshi, form.WikiaSearch input, div#simpleSearch input#searchInput, pre { background-color: #333333 !important } /*imagebackgroundreset*/ tbody tr th a img, div#globalWrapper div#bodyContent div img, div p a img, div#mw-panel.noprint div#p-logo, div#panel.noprint div#p-logo { background:white!important; color:black!important; } }