Difference between revisions of "User:Yuu/myskin.css"
Jump to navigation
Jump to search
(Blanked the page) |
|||
Line 1: | Line 1: | ||
+ | body { |
||
+ | background: url('http://i.imgur.com/PfstcVs.jpg') fixed no-repeat !important; |
||
+ | background-size:100% 100%!important; |
||
+ | } |
||
+ | .pBody { |
||
+ | background-color: transparent !important; |
||
+ | border-color:transparent !important; |
||
+ | } |
||
+ | #mw-page-base { |
||
+ | background: transparent !important; |
||
+ | } |
||
+ | #left-navigation > .vectorTabs, |
||
+ | #right-navigation > .vectorTabs { |
||
+ | border:transparent!important; |
||
+ | } |
||
+ | .vectorTabs li { |
||
+ | border-bottom:transparent!important; |
||
+ | } |
||
+ | .vectorTabs li.selected { |
||
+ | border-bottom: transparent !important; |
||
+ | } |
||
+ | #content { |
||
+ | background-color: #000000 ! important; |
||
+ | background-image: url('http://i.imgur.com/PfstcVs.jpg') !important; |
||
+ | background-repeat: no-repeat fixed top center !important; |
||
+ | background-attachment: fixed !important; |
||
+ | background-size:100% 100%!important; |
||
+ | border:transparent!important; |
||
+ | color: grey !important; |
||
+ | } |
||
+ | table { |
||
+ | background-color: transparent !important; |
||
+ | color: grey !important; |
||
+ | } |
||
+ | #toc, .toc, .mw-warning { |
||
+ | background-color: transparent !important; |
||
+ | } |
||
+ | h1,h2,h3,h4,h5 { |
||
+ | color: grey !important; |
||
+ | } |
||
+ | div.tright { |
||
+ | border-color: transparent !important; |
||
+ | } |
||
+ | div.tright > div { |
||
+ | background-color: #333333 !important; |
||
+ | } |
||
+ | .thumbcaption { |
||
+ | background-color: !important; |
||
+ | } |
||
+ | blockquote { |
||
+ | background-color: transparent !important; |
||
+ | } |
||
+ | *[class*="ns-"] dl { |
||
+ | background-color: #222222 !important; |
||
+ | } |
||
+ | #mw-head.noprint { |
||
+ | background-color: #000000 !important; |
||
+ | } |
||
+ | div#mw-content-text { |
||
+ | background-color: transparent !important; |
||
+ | } |
||
+ | div.vectorTabs, |
||
+ | div.vectorTabs ul, |
||
+ | div.vectorTabs ul li { |
||
+ | background-image: none!important; |
||
+ | background-color: transparent !important; |
||
+ | } |
||
+ | div.vectorTabs li.selected a { |
||
+ | color: #CCCCCC !important; |
||
+ | } |
||
+ | a:link { |
||
+ | color: #0385B5 !important; |
||
+ | } |
||
+ | a:visited { |
||
+ | color: #33B5E5 !important; |
||
+ | } |
||
+ | a.new { |
||
+ | color: #AA0000 !important; |
||
+ | } |
Revision as of 20:17, 17 February 2014
body { background: url('http://i.imgur.com/PfstcVs.jpg') fixed no-repeat !important; background-size:100% 100%!important; } .pBody { background-color: transparent !important; border-color:transparent !important; } #mw-page-base { background: transparent !important; } #left-navigation > .vectorTabs, #right-navigation > .vectorTabs { border:transparent!important; } .vectorTabs li { border-bottom:transparent!important; } .vectorTabs li.selected { border-bottom: transparent !important; } #content { background-color: #000000 ! important; background-image: url('http://i.imgur.com/PfstcVs.jpg') !important; background-repeat: no-repeat fixed top center !important; background-attachment: fixed !important; background-size:100% 100%!important; border:transparent!important; color: grey !important; } table { background-color: transparent !important; color: grey !important; } #toc, .toc, .mw-warning { background-color: transparent !important; } h1,h2,h3,h4,h5 { color: grey !important; } div.tright { border-color: transparent !important; } div.tright > div { background-color: #333333 !important; } .thumbcaption { background-color: !important; } blockquote { background-color: transparent !important; } *[class*="ns-"] dl { background-color: #222222 !important; } #mw-head.noprint { background-color: #000000 !important; } div#mw-content-text { background-color: transparent !important; } div.vectorTabs, div.vectorTabs ul, div.vectorTabs ul li { background-image: none!important; background-color: transparent !important; } div.vectorTabs li.selected a { color: #CCCCCC !important; } a:link { color: #0385B5 !important; } a:visited { color: #33B5E5 !important; } a.new { color: #AA0000 !important; }