Difference between revisions of "MediaWiki:Common.css"

From What on earth is happening Wiki
Line 4: Line 4:
 
                 margin: 0;
 
                 margin: 0;
 
                 color: #000000;
 
                 color: #000000;
 +
transform: skewX(-6.5deg);
 
         }
 
         }
 
         a{
 
         a{

Revision as of 20:11, 15 October 2018

/* CSS placed here will be applied to all skins */
 *{
                padding: 0;
                margin: 0;
                color: #000000;
transform: skewX(-6.5deg);
        }
        a{
                color: #d9534f !important;
font-variant: normal !important;
}
body {

    background: linear-gradient(0deg, #f0ad44, #f0ad4e);
}
div#column-content {

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