Difference between revisions of "User:SemperRabbit/common.css"
Jump to navigation
Jump to search
SemperRabbit (talk | contribs) |
SemperRabbit (talk | contribs) |
||
Line 1: | Line 1: | ||
body, #mw-page-base { |
body, #mw-page-base { |
||
− | + | background-color: #2b2b2b !important; |
|
− | background-image: -o-linear-gradient(top, #222222 0%, #111111 100%) !important; |
||
− | background-image: linear-gradient(to bottom, #2a2a2a 0%, #1a1a1a 100%) !important; |
||
background-repeat: repeat-x !important; |
background-repeat: repeat-x !important; |
||
background-attachment: fixed; |
background-attachment: fixed; |
||
Line 11: | Line 9: | ||
line-height: 1.5; |
line-height: 1.5; |
||
margin: 0; |
margin: 0; |
||
+ | } |
||
+ | .mw-wiki-logo { |
||
+ | width:160px !important; |
||
+ | height:160px !important; |
||
} |
} |
||
.mw-body { |
.mw-body { |
||
− | + | border: none; |
|
− | + | color: #bbb; |
|
− | + | background-color: #2b2b2b !important; |
|
− | background-image: -o-linear-gradient(top, #222222 0%, #111111 100%) !important; |
||
− | background-image: linear-gradient(to bottom, #2a2a2a 0%, #1a1a1a 100%) !important; |
||
⚫ | |||
min-height: 100%; |
min-height: 100%; |
||
background-attachment: fixed; |
background-attachment: fixed; |
||
Line 40: | Line 39: | ||
} |
} |
||
a:visited { |
a:visited { |
||
− | color: # |
+ | color: #888F8F !important; |
} |
} |
||
− | + | strong { |
|
− | color: |
+ | color: #D18F98 !important; |
} |
} |
||
Line 65: | Line 64: | ||
#right-navigation { |
#right-navigation { |
||
margin-top: 0; |
margin-top: 0; |
||
+ | } |
||
+ | #left-navigation { |
||
+ | margin-left:170px; |
||
} |
} |
||
div.vectorTabs { |
div.vectorTabs { |
||
Line 74: | Line 76: | ||
background-image: none !important; |
background-image: none !important; |
||
background-color: transparent !important; |
background-color: transparent !important; |
||
+ | } |
||
+ | div.vectorTabs #ca-unwatch.icon a { |
||
+ | background-image: url(/skins/Vector/images/unwatch-icon-hl.png?c4723) !important; |
||
+ | } |
||
+ | div.vectorTabs #ca-watch.icon a { |
||
+ | background-image: url(/skins/Vector/images/unwatch-icon-hl.png?e1b42) !important; |
||
+ | } |
||
+ | div.vectorMenu h3 span { |
||
+ | color: #888787 !important; |
||
+ | } |
||
+ | div#mw-head div.vectorMenu h3 { |
||
⚫ | |||
} |
} |
||
Line 79: | Line 93: | ||
top: 3.33em; |
top: 3.33em; |
||
z-index: initial; |
z-index: initial; |
||
+ | } |
||
+ | #p-logo { |
||
+ | left: 0 !important; |
||
} |
} |
||
#mw-head-base { |
#mw-head-base { |
||
margin-top: -7.5em; |
margin-top: -7.5em; |
||
+ | } |
||
+ | #mw-panel { |
||
+ | padding-left: 0 !important; |
||
} |
} |
||
#toc, .toc { |
#toc, .toc { |
Revision as of 03:15, 2 December 2016
body, #mw-page-base { background-color: #2b2b2b !important; background-repeat: repeat-x !important; background-attachment: fixed; color: #bbb; font-family: Helvetica, Arial, sans-serif; font-size: 14px; font-weight: lighter; line-height: 1.5; margin: 0; } .mw-wiki-logo { width:160px !important; height:160px !important; } .mw-body { border: none; color: #bbb; background-color: #2b2b2b !important; min-height: 100%; background-attachment: fixed; } .mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4 { color: #ffd180; font-weight: 400; } a { color: #428bca !important; font-family: Helvetica, Arial, sans-serif; text-decoration: none; } a:hover { text-decoration: underline; } a:visited { color: #888F8F !important; } strong { color: #D18F98 !important; } a.new { color: #ff8282 !important; } #mw-head { box-shadow: 0 1px 5px 1px #1e1e1e; background-image: linear-gradient(to bottom, #4b4b4b 0%, #333333 100%); height: 45px; } .mw-code { color: #f8f8f2; background-color: #2a3b5f; } #left-navigation, #right-navigation { margin-top: 0; } #left-navigation { margin-left:170px; } div.vectorTabs { background-image: none; background-color: inherit; height: 44.5px; } div.vectorTabs * { background-image: none !important; background-color: transparent !important; } div.vectorTabs #ca-unwatch.icon a { background-image: url(/skins/Vector/images/unwatch-icon-hl.png?c4723) !important; } div.vectorTabs #ca-watch.icon a { background-image: url(/skins/Vector/images/unwatch-icon-hl.png?e1b42) !important; } div.vectorMenu h3 span { color: #888787 !important; } div#mw-head div.vectorMenu h3 { background-image:none !important; } #p-personal { top: 3.33em; z-index: initial; } #p-logo { left: 0 !important; } #mw-head-base { margin-top: -7.5em; } #mw-panel { padding-left: 0 !important; } #toc, .toc { background-color: inherit; }