Difference between revisions of "MediaWiki:Common.css"

From Book Trigger Warnings
Line 11: Line 11:
 
.color-left {
 
.color-left {
 
background-color: black;
 
background-color: black;
 +
}
 +
 +
.color-middle {
 +
background-color: white;
 
}
 
}
  

Revision as of 04:27, 18 June 2020

/* CSS placed here will be applied to all skins */

#mw-content-container {
background: white;
}

#content h1 {
border-bottom: solid 4px #5e17eb;
}

.color-left {
background-color: black;
}

.color-middle {
background-color: white;
}

.color-right {
background-color: orange;
}