Difference between revisions of "MediaWiki:Common.css"

From OSE SRD
Line 58: Line 58:
 
}
 
}
  
#toc li a {
+
#toc li a:link  {
 +
    color: black !important;
 +
}
 +
 
 +
#toc li a:visited {
 
     color: black !important;
 
     color: black !important;
 
}
 
}

Revision as of 19:09, 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 p a:link {
    color: #85b06c !important;
    font-weight: bold;
}

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

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

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

#toc li a:link  {
    color: black !important;
}

#toc li a:visited {
    color: black !important;
}


.tocnumber { visibility: hidden; }