Difference between revisions of "MediaWiki:Vector.css"
From My Big TOE Wiki
Matrixwissen (talk | contribs) |
Matrixwissen (talk | contribs) m |
||
Line 4: | Line 4: | ||
background: #F0E6C3; | background: #F0E6C3; | ||
color: #323D4F; | color: #323D4F; | ||
− | |||
− | |||
− | |||
} | } | ||
Line 12: | Line 9: | ||
background: #E5CC70 url(headbg_earth.jpg) 0 0 no-repeat; | background: #E5CC70 url(headbg_earth.jpg) 0 0 no-repeat; | ||
color: #323D4F; | color: #323D4F; | ||
− | |||
− | |||
} | } | ||
table { | table { | ||
− | |||
color: #323D4F; | color: #323D4F; | ||
background-color: #F0E6C3; | background-color: #F0E6C3; | ||
Line 24: | Line 18: | ||
a { | a { | ||
text-decoration: none; | text-decoration: none; | ||
− | |||
color: #980E06; | color: #980E06; | ||
background: none; | background: none; | ||
} | } | ||
a:visited { | a:visited { | ||
− | |||
color: #980E06; | color: #980E06; | ||
} | } | ||
a:active { | a:active { | ||
− | |||
color: #980E06; | color: #980E06; | ||
} | } | ||
Line 44: | Line 35: | ||
} | } | ||
a.new, #p-personal a.new { | a.new, #p-personal a.new { | ||
− | |||
color: #006699; | color: #006699; | ||
} | } |
Revision as of 04:17, 20 November 2017
/* CSS placed here will affect users of the Vector skin */ #content { background: #F0E6C3; color: #323D4F; } body { background: #E5CC70 url(headbg_earth.jpg) 0 0 no-repeat; color: #323D4F; } table { color: #323D4F; background-color: #F0E6C3; } a { text-decoration: none; color: #980E06; background: none; } a:visited { color: #980E06; } a:active { color: #980E06; } a:hover { text-decoration: underline; color: red; } a.stub { color: #772233; } a.new, #p-personal a.new { color: #006699; } a.new:visited, #p-personal a.new:visited { color: #a55858; }