Difference between revisions of "MediaWiki:Common.css"

From Kerbal Space Program Wiki
Jump to: navigation, search
Line 35: Line 35:
 
.squad {
 
.squad {
 
     font-weight: bold !important;
 
     font-weight: bold !important;
     background-color: orange !important;
+
     color: orange !important;
 
     margin: 0 2px 0 2px;
 
     margin: 0 2px 0 2px;
 
     padding: 0 3px 0 2px;
 
     padding: 0 3px 0 2px;
 
}
 
}

Revision as of 21:42, 5 October 2012

/* CSS placed here will be applied to all skins */
div.mp-box,
.fmbox {
      background: #F6F6F6;
      padding: 1em;
      border: 1px solid #ccc;
      margin:0.25em;
}
/* Planetary stuff! */
.mp-planetnav{
      background:#000;
      margin:0.25em;
}
.mp-planetnav a {
      color:white;
      font-weight:bold;
      display:block;
      text-align:center;
}

/* Sysops */
.mw-userlink[title="User:UmbralRaptor"],
a.trusted, .bur, .adm, .mod {
    color:#0000ff !important;
}

/* Bots */
a[class="mw-userlink"][title="User:RoboJeb"],
.robot, .bot {
    color:#FE48AA;
}

/* Squad */
a[class="mw-userlink"][title="User:N3X15"],
.squad {
    font-weight: bold !important;
    color: orange !important;
    margin: 0 2px 0 2px;
    padding: 0 3px 0 2px;
}