User:ShawnDouglas/monobook.css: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
mNo edit summary
mNo edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
.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:#765;
}
.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;
}

Latest revision as of 11:37, 11 July 2006