Difference between revisions of "MediaWiki:Common.css"

From OSE SRD
Line 21: Line 21:
 
}
 
}
  
.p-navbar {
+
/*.p-navbar {
 
  background-color: #dbe8d4;
 
  background-color: #dbe8d4;
 
}
 
}
 +
*/
  
 
.dropdown-menu > .active > a {
 
.dropdown-menu > .active > a {

Revision as of 14:38, 6 November 2019

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

a {
 color: black !important;
}

#p-personal a {
 color: white !important;
}

h2 {
 background-color: #dbe8d4;
 padding-left: 5px;
 border: none;
}

.flex-fill.container>.row:first-of-type{
 background-image: url('/srd/images/bg.png');
 background-size: 1150px;
 background-position-y: 550px;
}

/*.p-navbar {
 background-color: #dbe8d4;
}
*/

.dropdown-menu > .active > a {
  background-color: #dbe8d4;
  background-image: none;
  color: black;
}

.dropdown-menu > .active > a:hover {
  background-color: black;
  background-image: none;
  color: white;
}

.tocnumber { visibility: hidden; }