-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
53 lines (45 loc) · 743 Bytes
/
style.css
File metadata and controls
53 lines (45 loc) · 743 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
53
a:lang(ar),
a:lang(ckb),
a:lang(kk-arab),
a:lang(mzn),
a:lang(ps),
a:lang(ur) {
text-decoration: none;
}
table {
font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
font-size: 12px;
background: #fff;
margin: 2rem 0;
width: 480px;
border-collapse: collapse;
text-align: left;
}
table thead th {
font-size: 14px;
font-weight: normal;
color: #039;
padding: 10px 8px;
border-bottom: 2px solid #6678b1;
}
table td {
color: #669;
padding: 9px 8px 0px 8px;
border: 1px solid #DDD;
}
table tbody tr:hover td {
color: #009;
}
.bodyContent {
padding: 2rem 0rem;
line-height: 1.5;
max-width: 80rem;
margin: auto;
}
.toc {
width: auto;
padding: 2rem;
}
.content {
padding: 2rem 4rem;
}