Difference between revisions of "MediaWiki:Common.css"

From OSE SRD
Line 49: Line 49:
 
.tocnumber { visibility: hidden; }
 
.tocnumber { visibility: hidden; }
  
p a:link {
+
a:link {
 
  color: #85b06c !important;
 
  color: #85b06c !important;
 
  font-weight: bold;
 
  font-weight: bold;

Revision as of 18:53, 24 January 2020

/* 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: 1600px;
 background-position-y: 750px;
}

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

.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;
}

#mw-content-text b a:link {
    color: #85b06c !important;
}

#mw-content-text b a:visited {
    color: #85b06c !important;
}


.tocnumber { visibility: hidden; }

a:link {
 color: #85b06c !important;
 font-weight: bold;
}

a:visited {
 color: #85b06c !important;
 font-weight: bold;
}