Difference between revisions of "MediaWiki:Common.css"

From DevOps Notebook
Line 17: Line 17:
 
     background:  
 
     background:  
 
     #1f99bf;
 
     #1f99bf;
 +
}
 +
 +
 +
element {
 +
 +
}
 +
.mw-body h1.firstHeading {
 +
 +
    margin: 0.25em 0 0.5em;
 +
    border-bottom: solid 2px #0e283a;
 +
 +
 
}
 
}

Revision as of 22:40, 10 November 2019

/* CSS placed here will be applied to all skins */
.color-right {
    display: inline-block;
    height: 0.25em;
    background: #0e283a;

}

.color-left {
    height: 0.25em;
    background: 
    #0e283a;
}

.color-middle {
    height: 0.25em;
    background: 
    #1f99bf;
}


element {

}
.mw-body h1.firstHeading {

    margin: 0.25em 0 0.5em;
    border-bottom: solid 2px #0e283a;


}