ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/s10k/CommonLibs/quazip-0.7.2/doc/html/tabs.css
Revision: 1096
Committed: Sat Dec 30 14:40:33 2017 UTC (7 years, 10 months ago) by s10k
Content type: text/css
File size: 1095 byte(s)
Log Message:
Added zlib, quazip, basicxmlsyntaxhighlighter, conditionalsemaphore and linenumberdisplay libraries. zlib and quazip are pre-compiled, but you can compile them yourself, just delete the dll files (or equivalent binary files to your OS)

File Contents

# Content
1 .tabs, .tabs2, .tabs3 {
2 background-image: url('tab_b.png');
3 width: 100%;
4 z-index: 101;
5 font-size: 13px;
6 }
7
8 .tabs2 {
9 font-size: 10px;
10 }
11 .tabs3 {
12 font-size: 9px;
13 }
14
15 .tablist {
16 margin: 0;
17 padding: 0;
18 display: table;
19 }
20
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;
27 }
28
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;
40 }
41
42 .tabs3 .tablist a {
43 padding: 0 10px;
44 }
45
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;
52 }
53
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);
59 }