MediaWiki:Tyrian.css: Difference between revisions
From The-West Wiki
(Created page with "→CSS placed here will affect users of the Tyrian skin: footer { background-color: #ecdec0; color: #444; border-bottom: 1px solid #d6c082; border-top: 1px solid #d6c082; background-image: none; }") |
No edit summary |
||
| Line 2: | Line 2: | ||
footer { | footer { | ||
background-color: #ecdec0; | background-color: #ecdec0 !important; | ||
color: #444; | color: #444; | ||
border-bottom: 1px solid #d6c082; | border-bottom: 1px solid #d6c082!important; | ||
border-top: 1px solid #d6c082; | border-top: 1px solid #d6c082!important; | ||
background-image: none; | background-image: none!important; | ||
} | } | ||