]> andersk Git - libyaml.git/blame - doc/html/tabs.css
Bump Standards-Version to 3.9.5 (no changes needed)
[libyaml.git] / doc / html / tabs.css
CommitLineData
0fbeb4dc
AK
1.tabs, .tabs2, .tabs3 {
2 background-image: url('tab_b.png');
3 width: 100%;
4 z-index: 101;
5 font-size: 13px;
b9668ba4
AK
6}
7
0fbeb4dc
AK
8.tabs2 {
9 font-size: 10px;
b9668ba4 10}
0fbeb4dc
AK
11.tabs3 {
12 font-size: 9px;
b9668ba4
AK
13}
14
0fbeb4dc
AK
15.tablist {
16 margin: 0;
17 padding: 0;
18 display: table;
b9668ba4
AK
19}
20
0fbeb4dc
AK
21.tablist li {
22 float: left;
23 display: table-cell;
24 background-image: url('tab_b.png');
25 line-height: 36px;
26 list-style: none;
b9668ba4
AK
27}
28
0fbeb4dc
AK
29.tablist a {
30 display: block;
31 padding: 0 20px;
32 font-weight: bold;
33 background-image:url('tab_s.png');
34 background-repeat:no-repeat;
35 background-position:right;
36 color: #283A5D;
37 text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
38 text-decoration: none;
39 outline: none;
b9668ba4
AK
40}
41
0fbeb4dc
AK
42.tabs3 .tablist a {
43 padding: 0 10px;
b9668ba4
AK
44}
45
0fbeb4dc
AK
46.tablist a:hover {
47 background-image: url('tab_h.png');
48 background-repeat:repeat-x;
49 color: #fff;
50 text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0);
51 text-decoration: none;
b9668ba4
AK
52}
53
0fbeb4dc
AK
54.tablist li.current a {
55 background-image: url('tab_a.png');
56 background-repeat:repeat-x;
57 color: #fff;
58 text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0);
b9668ba4 59}
This page took 0.068752 seconds and 5 git commands to generate.