-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathtabs.css
45 lines (44 loc) · 761 Bytes
/
tabs.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
body {
font: 15px/1.2 Helvetica;
}
dl {
position: relative;
float: left;
clear: left;
width: 500px;
}
dl.enhance {
border: solid #333;
border-width: 0 0 1px 1px;
}
dl.enhance dt {
width: 150px;
line-height: 2;
text-align: center;
float: left;
background: #CCC;
border: solid #333;
border-width: 1px 1px 0 0;
}
dl.enhance dt a {
height: 30px;
display: block;
}
dl.enhance dt.current {
background: #FFF;
border-bottom: 1px solid #FFF;
position: relative;
z-index: 2;
}
dl.enhance dt.current a {
height: 29px;
}
dl.enhance dd {
margin: 0;
padding: 0 10px;
position: absolute;
top: 30px;
background: #FFF;
border: solid #333;
border-width: 1px 1px 0 0;
}