Difference between revisions of "MediaWiki:Common.css"

From Book Trigger Warnings
Line 21: Line 21:
 
}
 
}
  
li.selected {
+
.mw-portlet-body ul li.selected {
 
border-bottom-color: #5e17eb;
 
border-bottom-color: #5e17eb;
 
}
 
}

Revision as of 04:34, 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;
}

.mw-portlet-body ul li.selected {
border-bottom-color: #5e17eb;
}