User:ShawnDouglas/monobook.css

From OpenWetWare
Jump to navigationJump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
.tabs {
  float:left;
  width:100%;
  background:#CCCCFF url("/images/b/bb/SDbg.gif") repeat-x bottom;
  font-size:93%;
  line-height:normal;
  margin: 0;
  padding: 0;
}

.tabs li {
  float:left;
  background:url("/images/b/b7/SDleft.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
}

.tabs a,.tabs strong {
  float:left;
  display:block;
  background:url("/images/f/f8/SDright.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#99CCFF;
}

.tabs #current {
  background-image:url("/images/a/a5/SDleft_on.gif");
}
.tabs #current a,.tabs #current strong {
  background-image:url("/images/5/59/SDright_on.gif");
  color:#ccc;
  padding-bottom:5px;
}