Difference between revisions of "User:Nero-kun/common.css"
Jump to navigation
Jump to search
m |
m |
||
Line 1: | Line 1: | ||
{ |
{ |
||
− | div |
+ | body, div, table, span, h1, h2, h3, h |
{ |
{ |
||
− | background |
+ | background: none, #111 !important; |
− | + | color: #eee !important; |
|
− | color: white !important; |
||
} |
} |
||
+ | a |
||
− | div#content |
||
{ |
{ |
||
− | + | color: #ccf !important; |
|
− | color: white !important; |
||
} |
} |
||
+ | a:hover |
||
− | #content |
||
{ |
{ |
||
− | + | color: #44c !important; |
|
− | color: white !important; |
||
} |
} |
||
+ | a:visited |
||
− | footer |
||
− | { |
||
− | background-color: black !important; |
||
− | color: white !important; |
||
− | } |
||
− | |||
− | bodycontent |
||
− | { |
||
− | background-color: black !important; |
||
− | color: white !important; |
||
− | } |
||
− | |||
− | div#mw-panel |
||
− | { |
||
− | background-color: black !important; |
||
− | color: white !important; |
||
− | } |
||
− | |||
− | div#footer |
||
− | { |
||
− | background-color: black !important; |
||
− | color: white !important; |
||
− | } |
||
− | |||
− | a |
||
{ |
{ |
||
− | color: |
+ | color: #966 !important; |
} |
} |
||
− | + | a.new |
|
{ |
{ |
||
− | color: |
+ | color: red!important; |
} |
} |
||
− | + | p |
|
{ |
{ |
||
− | + | font-size: 12pt !important; |
|
} |
} |
||
} |
} |
Revision as of 07:03, 29 September 2020
{ body, div, table, span, h1, h2, h3, h { background: none, #111 !important; color: #eee !important; } a { color: #ccf !important; } a:hover { color: #44c !important; } a:visited { color: #966 !important; } a.new { color: red!important; } p { font-size: 12pt !important; } }