Difference between revisions of "User:Ags131/common.css"
Jump to navigation
Jump to search
(Created page with "html { background-image: -webkit-linear-gradient(top, #222222 0%, #111111 100%) !important; background-image: -o-linear-gradient(top, #222222 0%, #111111 100%) !important;...") |
|||
Line 1: | Line 1: | ||
+ | body, #mw-page-base { |
||
− | html { |
||
background-image: -webkit-linear-gradient(top, #222222 0%, #111111 100%) !important; |
background-image: -webkit-linear-gradient(top, #222222 0%, #111111 100%) !important; |
||
background-image: -o-linear-gradient(top, #222222 0%, #111111 100%) !important; |
background-image: -o-linear-gradient(top, #222222 0%, #111111 100%) !important; |
||
background-image: linear-gradient(to bottom, #2a2a2a 0%, #1a1a1a 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; |
||
⚫ | |||
− | |||
⚫ | |||
color: #bbb; |
color: #bbb; |
||
font-family: Helvetica, Arial, sans-serif; |
font-family: Helvetica, Arial, sans-serif; |
||
Line 15: | Line 11: | ||
line-height: 1.5; |
line-height: 1.5; |
||
margin: 0; |
margin: 0; |
||
⚫ | |||
− | padding-bottom: 50px; |
||
⚫ | |||
+ | color: #bbb; |
||
+ | background-image: -webkit-linear-gradient(top, #222222 0%, #111111 100%) !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-attachment: fixed; |
||
+ | } |
||
+ | .mw-body h1, |
||
+ | .mw-body h2, |
||
+ | .mw-body h3, |
||
+ | .mw-body h4 { |
||
+ | color: #ffd180; |
||
+ | font-weight: 400; |
||
+ | } |
||
+ | |||
+ | |||
+ | a { |
||
+ | color: #428bca; |
||
+ | font-family: Helvetica, Arial, sans-serif; |
||
+ | text-decoration: none; |
||
+ | } |
||
+ | a:hover { |
||
+ | text-decoration: underline; |
||
+ | } |
||
+ | a:visited { |
||
+ | color: #5A6F8B; |
||
+ | } |
||
+ | |||
+ | a strong { |
||
+ | color: inherit !important; |
||
} |
} |
Revision as of 20:31, 1 December 2016
body, #mw-page-base { background-image: -webkit-linear-gradient(top, #222222 0%, #111111 100%) !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-attachment: fixed; color: #bbb; font-family: Helvetica, Arial, sans-serif; font-size: 14px; font-weight: lighter; line-height: 1.5; margin: 0; } .mw-body { color: #bbb; background-image: -webkit-linear-gradient(top, #222222 0%, #111111 100%) !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; 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; font-family: Helvetica, Arial, sans-serif; text-decoration: none; } a:hover { text-decoration: underline; } a:visited { color: #5A6F8B; } a strong { color: inherit !important; }