Difference between revisions of "MediaWiki:Common.css"

From DevOps Notebook
(Created page with "→‎CSS placed here will be applied to all skins: .color-right { display: inline-block; height: 0.35em; background: #0f2c3f; }")
 
Line 3: Line 3:
 
     display: inline-block;
 
     display: inline-block;
 
     height: 0.35em;
 
     height: 0.35em;
     background: #0f2c3f;
+
     background: #0e283a;
  
 +
}
 +
 +
.color-left {
 +
    height: 0.35em;
 +
    background:
 +
    #0e283a;
 +
}
 +
 +
.color-middle {
 +
    height: 0.35em;
 +
    background:
 +
    #1f99bf;
 
}
 
}

Revision as of 22:37, 10 November 2019

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

}

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

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