Difference between revisions of "MediaWiki:Common.css"

From What on earth is happening Wiki
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 +
*{
 +
                padding: 0;
 +
                margin: 0;
 +
                color: #000000;
 +
                font-family: Open Sans, serif !important;
 +
        }
 +
        a{
 +
                color: #d9534f;
 +
}
 
body {
 
body {
 
     background-color: #f0ad4e;
 
     background-color: #f0ad4e;

Revision as of 22:13, 13 October 2018

/* CSS placed here will be applied to all skins */
 *{
                padding: 0;
                margin: 0;
                color: #000000;
                font-family: Open Sans, serif !important;
        }
        a{
                color: #d9534f;
}
body {
    background-color: #f0ad4e;
}
.tab-bar {
    background: #d9534f;
}
label{
background-color: #222222 !important;
}