Ero sivun ”Käyttäjä:Japsu/monobook.css” versioiden välillä
Kohteesta ExcaliburWiki
Siirry navigaatioonSiirry hakuunRivi 1: | Rivi 1: | ||
body { | body { | ||
− | background-color: | + | background-color: #6D0101; |
background-image: none; | background-image: none; | ||
} | } | ||
Rivi 10: | Rivi 10: | ||
} | } | ||
− | + | #content, #bodyContent, .pBody, #footer { | |
− | .pBody, # | + | background-color: black; |
− | + | color: #D5D5D5; | |
− | |||
} | } | ||
− | + | #p-logo { | |
− | #p- | + | background-color: #6D0101 !important; |
− | + | } | |
+ | |||
+ | a, a:visited, .pBody ul li a { | ||
+ | color: #EEDD82; | ||
+ | background-color: black; | ||
+ | text-decoration: none; | ||
} | } | ||
Rivi 28: | Rivi 32: | ||
/* Show input components in sensible colours */ | /* Show input components in sensible colours */ | ||
input, textarea { | input, textarea { | ||
− | background-color: | + | background-color: black; |
− | color: | + | color: #d5d5d5; |
− | 1pt solid # | + | border: 1pt solid #d5d5d5; |
} | } |
Versio 3. maaliskuuta 2009 kello 14.23
body { background-color: #6D0101; background-image: none; } #content { border-top: none; border-bottom: none; border-right: none; } #content, #bodyContent, .pBody, #footer { background-color: black; color: #D5D5D5; } #p-logo { background-color: #6D0101 !important; } a, a:visited, .pBody ul li a { color: #EEDD82; background-color: black; text-decoration: none; } /* 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; }