Difference between revisions of "MediaWiki:Common.css"

From What on earth is happening Wiki
Line 13: Line 13:
 
}
 
}
 
div#column-content {
 
div#column-content {
     background-color: #f0ad4e;
+
     background: linear-gradient(-315deg, #d9534f, #fff);
 +
 
 
}
 
}
 
.tab-bar {
 
.tab-bar {

Revision as of 19:37, 15 October 2018

/* CSS placed here will be applied to all skins */
 *{
                padding: 0;
                margin: 0;
                color: #000000;
        }
        a{
                color: #d9534f !important;
font-variant: normal !important;
}
body {
    background-color: #f0ad4e;
}
div#column-content {
    background: linear-gradient(-315deg, #d9534f, #fff);

}
.tab-bar {
    background: #d9534f;
}
label{}