blob: cca2a72909ae029f9f4052aeadfedf24d7766581 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
/* $Header: /cvsroot/bitweaver/_bit_themes/css/tabsystem.css,v 1.7 2010/08/23 17:23:53 spiderr Exp $ */
/* tabs */
.tabsystem .tabcontainer {margin:0; padding:0; border:0; clear:both; z-index:1;}
.tabsystem .tabcontainer ul,
.tabsystem .tabcontainer li {margin:0; padding:0; border:0; list-style-type:none; display:inline;}
.tabsystem .tabcontainer .tab,
.tabsystem .tabcontainer .tab-active {position:relative; display:inline; float:left; z-index:1; white-space:nowrap;}
.tabsystem .tabcontainer h4 {margin:0; padding:0; font-size:1em;}
.tabsystem .tabpage {z-index:1; clear:both;overflow:hidden;}
/* some minimalistic styling to make tabs more functional */
.tabsystem .tabcontainer .tab,
.tabsystem .tabcontainer .tab-hover,
.tabsystem .tabcontainer .tab-active {top:3px; margin:0 3px 2px; padding:4px 5px 3px 5px; border:1px solid #999; border-bottom:0;}
.tabsystem .tabcontainer .tab-hover {padding:3px 5px 1px 5px; border-top:2px solid #06f;}
.tabsystem .tabcontainer .tab-active {top:1px; margin:0 3px; color:#000; padding:4px 8px; border-top:2px solid #f60; background:#fff;}
.tabsystem .tabpage {border:1px solid #999; margin:0; padding:5px;}
/* styles for 'newlook' edit layouts which float options tabs to the right */
.servicetabs { float:right; width:460px }
.editcontainer {margin-right:462px;}
.editcontainer .tabsystem .tabpage,
.editcontainer .tabsystem .tabcontainer {clear:left;}
|