Difference between revisions of "MediaWiki:Common.css"

From Book Trigger Warnings
Line 7: Line 7:
 
#content h1 {
 
#content h1 {
 
border-bottom: solid 4px #5e17eb;
 
border-bottom: solid 4px #5e17eb;
 +
}
 +
 +
.color-left {
 +
background-color: black;
 +
}
 +
 +
.color-right {
 +
background-color: orange;
 
}
 
}

Revision as of 04:26, 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-right {
background-color: orange;
}