]> begriffs open source - cmsis-freertos/blob - docs/General/html/tabs.css
renamed Docs to docs
[cmsis-freertos] / docs / General / html / tabs.css
1 .tabs, .tabs1, .tabs2, .tabs3 {
2     background-image: url('tab_b.png');
3     width: 100%;
4     z-index: 101;
5     font-size: 10px;
6 }
7
8 .tabs1 {
9     background-image: url('tab_topnav.png');
10     font-size: 12px;
11 }
12
13 .tabs2 {
14     font-size: 10px;
15 }
16 .tabs3 {
17     font-size: 9px;
18 }
19
20 .tablist {
21     margin: 0;
22     padding: 0;
23     display: table;
24     line-height: 24px;
25 }
26
27 .tablist li {
28     float: left;
29     display: table-cell;
30     background-image: url('tab_b.png');
31     list-style: none;
32 }
33
34 .tabs1 .tablist li {
35     float: left;
36     display: table-cell;
37     background-image: url('tab_topnav.png');
38     list-style: none;
39 }
40
41 .tablist a {
42     display: block;
43     padding: 0 20px;
44     font-weight: bold;
45     background-image:url('tab_s.png');
46     background-repeat:no-repeat;
47     background-position:right;
48     color: #283A5D;
49     text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
50     text-decoration: none;
51     outline: none;
52 }
53
54 .tabs3 .tablist a {
55     padding: 0 10px;
56 }
57
58 .tablist a:hover {
59     background-image: url('tab_h.png');
60     background-repeat:repeat-x;
61     color: #fff;
62     text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0);
63     text-decoration: none;
64 }
65
66 .tablist li.current a {
67     background-image: url('tab_a.png');
68     background-repeat:repeat-x;
69     color: #fff;
70     text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0);
71 }