Mercurial > hg > rr-repo
comparison sites/all/modules/quicktabs/quicktabs_tabstyles/tabstyles/excel/excel.css @ 2:b74b41bb73f0
-- Google analytics module
author | danieleb <danielebarchiesi@me.com> |
---|---|
date | Thu, 22 Aug 2013 17:22:54 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1:67ce89da90df | 2:b74b41bb73f0 |
---|---|
1 | |
2 /* Excel style tabs */ | |
3 | |
4 .quicktabs_main.quicktabs-style-excel { | |
5 border-bottom: 1px solid #EEEEEE; | |
6 padding: 10px 5px 2px; | |
7 } | |
8 | |
9 ul.quicktabs-tabs.quicktabs-style-excel { | |
10 margin: 0; | |
11 padding: 0 15px; | |
12 font-size: 1em; | |
13 list-style: none; | |
14 height: 24px; | |
15 background: transparent url(images/tab-bar.png) repeat-x left bottom; | |
16 } | |
17 | |
18 ul.quicktabs-tabs.quicktabs-style-excel li { | |
19 float: left; | |
20 margin: 0 -5px -5px -5px; | |
21 padding: 0 0 0 10px; | |
22 } | |
23 | |
24 ul.quicktabs-tabs.quicktabs-style-excel li a { | |
25 font: bold 12px/170% Verdana; | |
26 font-size-adjust: none; | |
27 display: block; | |
28 margin: 0; | |
29 padding: 4px 22px 0px 12px; | |
30 border-width: 0; | |
31 font-weight: bold; | |
32 text-decoration: none; | |
33 background: transparent url(images/tab-right-sep.png) no-repeat right -38px; | |
34 } | |
35 | |
36 /*override hover*/ | |
37 ul.quicktabs-tabs.quicktabs-style-excel li:hover { | |
38 /*background: transparent url(images/tab-left-sep.png) no-repeat left -76px;*/ | |
39 } | |
40 | |
41 ul.quicktabs-tabs.quicktabs-style-excel li a:hover { | |
42 color: #000; | |
43 /*background: transparent url(images/tab-right-sep.png) no-repeat right -76px;*/ | |
44 } | |
45 | |
46 /*override active tab*/ | |
47 ul.quicktabs-tabs.quicktabs-style-excel li.active { | |
48 background: transparent url(images/tab-left-sep.png) no-repeat left 0; | |
49 } | |
50 | |
51 ul.quicktabs-tabs.quicktabs-style-excel li.active a { | |
52 background: transparent url(images/tab-right-sep.png) no-repeat right 0; | |
53 } | |
54 | |
55 /*override first tab*/ | |
56 ul.quicktabs-tabs.quicktabs-style-excel li.first { | |
57 background: transparent url(images/tab-left.png) no-repeat left -38px; | |
58 } | |
59 | |
60 ul.quicktabs-tabs.quicktabs-style-excel li.first:hover { | |
61 /*background: transparent url(images/tab-left.png) no-repeat left -76px;*/ | |
62 } | |
63 | |
64 ul.quicktabs-tabs.quicktabs-style-excel li.first.active { | |
65 background: transparent url(images/tab-left.png) no-repeat left 0px; | |
66 } | |
67 | |
68 /*override last tab*/ | |
69 ul.quicktabs-tabs.quicktabs-style-excel li.last a { | |
70 background: transparent url(images/tab-right.png) no-repeat right -38px; | |
71 } | |
72 | |
73 ul.quicktabs-tabs.quicktabs-style-excel li.last a:hover { | |
74 /*background: transparent url(images/tab-right.png) no-repeat right -76px;*/ | |
75 } | |
76 | |
77 ul.quicktabs-tabs.quicktabs-style-excel li.last.active a { | |
78 background:transparent url(images/tab-right.png) no-repeat right 0px; | |
79 } |