/cia/media-src/css/tabtastic-1.0.4/tabtastic.css
http://cia-vc.googlecode.com/ · CSS · 67 lines · 58 code · 9 blank · 0 comment · 0 complexity · 1e94cd103d43b3f0c49506bcc1c07449 MD5 · raw file
- .tabset_tabs {
- margin: 0;
- padding: 0;
- list-style-type: none;
- position: relative;
- z-index: 2;
- white-space: nowrap;
- }
- .tabset_tabs li {
- margin: 0;
- padding: 0;
- display: inline;
- }
- .tabset_tabs a {
- color:#339 ! important;
- background-color: #def ! important;
- border: 1px solid #99c;
- text-decoration: none;
- padding: 0 0.6em;
- border-left-width: 0;
- border-bottom: none;
- }
- .tabset_tabs a:hover {
- color: #00c ! important;
- background-color: #eff ! important;
- }
- .tabset_tabs a.active {
- color: black ! important;
- background-color: white ! important;
- border-color: black;
- border-left-width: 1px;
- cursor: default;
- border-bottom: white;
- padding-top: 1px;
- padding-bottom: 1px;
- }
- .tabset_tabs li.firstchild a {
- border-left-width: 1px;
- }
- .tabset_content {
- border: 1px solid black;
- background-color: white;
- position: relative;
- z-index: 1;
- padding: 0.5em 1em;
- display: none;
- }
- .tabset_label {
- display: none;
- }
- .tabset_content_active {
- display: block;
- }
- @media aural {
- .tabset_content, .tabset_label {
- display: block;
- }
- }