Difference between revisions of "MediaWiki:Monobook.css"

1,014 bytes added ,  04:52, 4 December 2012
no edit summary
Line 89: Line 89:
     display: none;
     display: none;
}
}
/* Style declarations for portal tabs. */
#ptabs {
  font-size:93%;
  font-weight:bold;
  clear: left;
  margin: 0 0 3px 0;
}
#firstHeading #ptabs { margin: 0 0.5em 0 1em !important; font-weight:normal !important; vertical-align: 3px}
#ptabs .activetab {
  padding:5px 10px 5px 10px;
  margin:0 3px 0 0;
  background:#E5E5E5;
  text-decoration:none;
  color:black;
}
#ptabs .inactivetab {
  padding:5px 10px 5px 10px;
  margin:0 3px 0 0;
  text-decoration:none;
  background:#F5F5F5;
  color:black;
}
#firstHeading #ptabs .activetab, #firstHeading #ptabs .inactivetab { padding: 1px 10px 1px 10px}
#ptabs .inactivetab:hover {
  background:#CCC;
  color:black;
}
#ptabs a:hover { text-decoration:none !important; }
#ptabs .activetab.alliancetab, #ptabs .activetab.hordetab {background-color: transparent}
#ptabs .activetab.alliancetab {color: #214DA6}
#ptabs .activetab.hordetab {color: #A63721}
#ptabs .inactivetab.alliancetab, #ptabs .inactivetab.hordetab {color: #606060}
#ptabs a span {white-space: nowrap}