-
Notifications
You must be signed in to change notification settings - Fork 2
/
tab.css
57 lines (48 loc) · 905 Bytes
/
tab.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
.tabberlive .tabbertabhide {
display:none;
}
.tabbertab ul {
margin-left:10px;
}
ul.tabbernav {
margin-top: 20px;
margin-bottom: 3px;
}
.tabbernav li {
display:inline;
background-image:none;
}
.tabbernav li a {
padding:3px 10px;
border:1px solid #444;
/*background:#ccc;*/
color:#d36913;
background-color:#F5F5F3;
margin: 0 3px;
}
.tabbernav li a:hover {
color:#f38933;
text-decoration: none;
}
.tabbernav li.tabberactive {
}
.tabbernav li.tabberactive a {
border-bottom-color:white;
background-color:white;
color:#d36913;
}
.tabbernav li.tabberactive a:hover {
}
.tabberlive .tabbertab {
padding:9px;
border: 1px solid #444;
/*border-top:0;*/
background:white;
font-size:10pt;
}
.tabberlive .tabbertab h2 {
display:none;
}
.tabberlive .tabbertab h3 {
display:none;
}