Difference between revisions of "MediaWiki:Vector.css"
From My Big TOE Wiki
Matrixwissen (talk | contribs) (Created page with "→CSS placed here will affect users of the Vector skin: #content { background: #F0E6C3; color: #323D4F; border: 1px solid #aaa; border-right: none; line-height: 1.5em; }") |
Matrixwissen (talk | contribs) |
||
Line 7: | Line 7: | ||
border-right: none; | border-right: none; | ||
line-height: 1.5em; | line-height: 1.5em; | ||
+ | } | ||
+ | |||
+ | body { | ||
+ | font: x-small "Lucida Grande",Verdana; | ||
+ | background: #E5CC70 url(headbg_earth.jpg) 0 0 no-repeat; | ||
+ | color: #323D4F; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | } | ||
+ | |||
+ | table { | ||
+ | font-size: 100%; | ||
+ | color: #323D4F; | ||
+ | background-color: #F0E6C3; | ||
+ | } | ||
+ | |||
+ | a { | ||
+ | text-decoration: none; | ||
+ | /* color: #002bb8; */ | ||
+ | color: #980E06; | ||
+ | background: none; | ||
+ | } | ||
+ | a:visited { | ||
+ | /* color: #5a3696; */ | ||
+ | color: #980E06; | ||
+ | } | ||
+ | a:active { | ||
+ | /* color: #faa700; */ | ||
+ | color: #980E06; | ||
+ | } | ||
+ | a:hover { | ||
+ | text-decoration: underline; | ||
+ | color: red; | ||
+ | } | ||
+ | a.stub { | ||
+ | color: #772233; | ||
+ | } | ||
+ | a.new, #p-personal a.new { | ||
+ | /* color: #ba0000; */ | ||
+ | color: #006699; | ||
+ | } | ||
+ | a.new:visited, #p-personal a.new:visited { | ||
+ | color: #a55858; | ||
} | } |
Revision as of 04:13, 20 November 2017
/* CSS placed here will affect users of the Vector skin */ #content { background: #F0E6C3; color: #323D4F; border: 1px solid #aaa; border-right: none; line-height: 1.5em; } body { font: x-small "Lucida Grande",Verdana; background: #E5CC70 url(headbg_earth.jpg) 0 0 no-repeat; color: #323D4F; margin: 0; padding: 0; } table { font-size: 100%; color: #323D4F; background-color: #F0E6C3; } a { text-decoration: none; /* color: #002bb8; */ color: #980E06; background: none; } a:visited { /* color: #5a3696; */ color: #980E06; } a:active { /* color: #faa700; */ color: #980E06; } a:hover { text-decoration: underline; color: red; } a.stub { color: #772233; } a.new, #p-personal a.new { /* color: #ba0000; */ color: #006699; } a.new:visited, #p-personal a.new:visited { color: #a55858; }