web/static/ldt/css/tabs.css
author ymh <ymh.work@gmail.com>
Thu, 28 Oct 2010 00:37:07 +0200
changeset 19 cbc514bab5bf
parent 1 eb9188f2ee4f
permissions -rw-r--r--
Added tag V00.06 for changeset b9c2a90029e7

/* -----------------------------------------------------------------------
 Taken from:

 Tabs Plugin 0.2 for the Blueprint CSS Framework
 http://blueprintcss.org

   * Copyright (c) 2008-Present. Refer to the main Blueprint license.
   * See README for instructions on how to use this plugin.
   * For credits and origins, see AUTHORS.

----------------------------------------------------------------------- */
@charset "UTF-8";

.tabs { 
	height:auto; 
	margin:0;
	overflow:hidden;
	padding-left:0; 
}
* html .tabs { height:1%; /* fixing IE 6 */ }
.tabs li {
  background: #707070 url("../img/tabsright_normal.png") no-repeat right center;
  border-bottom:none;
  float:left;
  line-height:1.5; 
  list-style-type:none;
  margin:0 ;
  padding: 0 9px 0 0;
  height: 29px;
  
}
.tabs li a { 
  border-bottom:none;
  color: #ffffff;
  cursor:pointer;
  display:block;
  float:left;
  margin: .5em 2em .5em 2em;
  text-transform: capitalize;
  font-weight: lighter;
}

.tabs li.active { 
  background:#29aae3 url("../img/tabsright_active.png") no-repeat right center;
}


.tabs li a.selected { 
  background:#666;
  border:1px solid #666;
  border-bottom:none;
  color:#fff;
  cursor:default;
}
.tabs li a, .tabs li a:focus, .tabs li a:hover { 
  text-decoration:none;
}
.tabs li a:focus, .tabs li a:hover { 
  color:#555;
  outline:none;
}
.tabs li a.selected:focus, .tabs li a.selected:hover { 
  color:#fafafa;
}	
.tabs li.label { 
	border:none;
	font-weight:bold;
	line-height:1.5; 
	margin-right:.5em; 
	padding:.25em .33em .25em .33em;
}