Difference between revisions of "MediaWiki:Common.css"

From Book Trigger Warnings
Line 18: Line 18:
  
 
.color-right {
 
.color-right {
 +
background-color: black;
 +
}
 +
 +
.sidebar-chunk {
 
background-color: black;
 
background-color: black;
 
}
 
}

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

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

.sidebar-chunk {
background-color: black;
}

#mw-page-header-links li.selected {
border-bottom-color: #5e17eb;
}