Ero sivun ”Käyttäjä:Japsu/monobook.css” versioiden välillä
Kohteesta ExcaliburWiki
Siirry navigaatioonSiirry hakuunRivi 4: | Rivi 4: | ||
} | } | ||
− | + | #content, #bodyContent, .pBody, #footer, h1, h2, h3, h4, h5 { | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | #content, #bodyContent, .pBody, #footer { | ||
background-color: black; | background-color: black; | ||
color: #D5D5D5; | color: #D5D5D5; | ||
Rivi 19: | Rivi 13: | ||
} | } | ||
− | a, a:visited | + | a, a:visited { |
color: #EEDD82; | color: #EEDD82; | ||
background-color: black; | background-color: black; | ||
text-decoration: none; | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | #p-cactions .pBody ul li a { | ||
+ | color: #EEDD82 !important; | ||
+ | background-color: black !important; | ||
+ | } | ||
+ | |||
+ | #p-personal .pBody ul li a { | ||
+ | color: #d5d5d5; | ||
} | } | ||
Versio 3. maaliskuuta 2009 kello 14.29
body { background-color: #6D0101; background-image: none; } #content, #bodyContent, .pBody, #footer, h1, h2, h3, h4, h5 { background-color: black; color: #D5D5D5; } #p-logo { background-color: #6D0101 !important; } a, a:visited { color: #EEDD82; background-color: black; text-decoration: none; } #p-cactions .pBody ul li a { color: #EEDD82 !important; background-color: black !important; } #p-personal .pBody ul li a { color: #d5d5d5; } /* Mark active views with bold */ #p-cactions .selected a { font-weight: bold; } /* Show input components in sensible colours */ input, textarea { background-color: black; color: #d5d5d5; border: 1pt solid #d5d5d5; }