Difference between revisions of "MediaWiki:Common.css"

From DevOps Notebook
Line 2: Line 2:
 
.color-right {
 
.color-right {
 
     display: inline-block;
 
     display: inline-block;
     height: 0.35em;
+
     height: 0.25em;
 
     background: #0e283a;
 
     background: #0e283a;
  
Line 8: Line 8:
  
 
.color-left {
 
.color-left {
     height: 0.35em;
+
     height: 0.25em;
 
     background:  
 
     background:  
 
     #0e283a;
 
     #0e283a;
Line 14: Line 14:
  
 
.color-middle {
 
.color-middle {
     height: 0.35em;
+
     height: 0.25em;
 
     background:  
 
     background:  
 
     #1f99bf;
 
     #1f99bf;
 
}
 
}

Revision as of 22:38, 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;
}