forked from 15010159959/super-dictionary
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
52 lines (43 loc) · 679 Bytes
/
index.css
File metadata and controls
52 lines (43 loc) · 679 Bytes
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
/* #tabs {
overflow: hidden;
margin: 0;
padding: 0;
list-style: none;
}
#tabs li {
float: left;
margin: 0;
}
#tabs li a {
position: relative;
padding: 10px 50px;
float: left;
text-decoration: none;
text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}
.ccc {
background-color: black;
}
.ccc a {
color: #fff;
}
.current a {
outline: 0;
z-index: 4;
}
.hoverItem a {
background: black;
color: #fff;
}
.tab {
display: none;
}
.show {
display: block;
} */
body {
color: #333;
line-height: 1.8;
letter-spacing: 0.08rem;
font-family: open sans, helvetica neue, helvetica, arial, sans-serif
}