Difference between revisions of "MediaWiki:Common.css"

From OSE SRD
Line 50: Line 50:
  
 
p a:link {
 
p a:link {
  color: red !important;
+
  color: #85b06c !important;
 +
font-weight: bold;
 
}
 
}

Revision as of 18:47, 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; }

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