Jump to: content

MediaWiki:Tyrian.css: Difference between revisions

From The-West Wiki
Jump to:navigation Jump to:search
(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;
}
}

Latest revision as of 14:41, 28 September 2024

/* CSS placed here will affect users of the Tyrian skin */

footer {
    background-color: #ecdec0 !important;
    color: #444;
    border-bottom: 1px solid #d6c082!important;
    border-top: 1px solid #d6c082!important;
    background-image: none!important;
}