-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstyle.css
79 lines (54 loc) · 2.03 KB
/
style.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
h1 {
color: #ABCCBA;
}
body {
background: #1c1d1f;
color: #d0dff4;
padding: 30px 50px;
font-family: 'Droid Sans', Helvetica, Verdana;
line-height: 130%;
}
h1 {
color: #d0dff4;
}
h2 {
color: #e0d897;
}
h1, h2 {
line-height: 110%;
}
a {
text-decoration: none;
/* color: #d1d9e1; */
/* color: #909090; */
color: #93989b;
}
a:hover {
color: #6bffbd;
}
li {
margin-top: 4pt;
}
/* body,p,td,div { */
/* font-family:Helvetica,Arial,sans-serif; */
/* line-height:1.4em; */
/* font-size:14px; */
/* color:#111; */
/* } */
/* p { margin:0 0 1.7em 0; } */
/* a { color:rgb(13,110,161);text-decoration:none;-webkit-transition:color .2s ease-in-out; } */
/* a:hover { color:#3593d9; } */
/* h1.doctitle { background:#eee;font-size:14px;font-weight:bold;color:#333;line-height:25px;margin:0;padding:0 10px;border-bottom:solid 1px #aaa; } */
/* h1 { font-size:24px;color:#000;margin:12px 0 15px 0; } */
/* h2 { font-size:20px;color:#111;width:auto;margin:15px 0 10px 2px; } */
/* h2 em { line-height:1.6em;font-size:12px;color:#111;text-shadow:0 1px 0 #FFF;padding-left:10px; } */
/* h3 { font-size:20px;color:#111; } */
/* h4 { font-size:14px;color:#111;margin-bottom:1.3em; } */
/* .footnote { font-size:.8em;vertical-align:super;color:rgb(13,110,161); } */
/* #wrapper { background:#fff;position:fixed;top:0;left:0;right:0;bottom:0;-webkit-box-shadow:inset 0px 0px 4px #8F8D87; } */
/* #contentdiv { position:fixed;top:27px;left:5px;right:5px;bottom:5px;background:transparent;color:#303030;overflow:auto;text-indent:0px;padding:10px; } */
/* #contentdiv::-webkit-scrollbar { width:6px; } */
/* #contentdiv::-webkit-scrollbar:horizontal { height:6px;display:none; } */
/* #contentdiv::-webkit-scrollbar-track { background:transparent;-webkit-border-radius:0;right:10px; } */
/* #contentdiv::-webkit-scrollbar-track:disabled { display:none; } */
/* #contentdiv::-webkit-scrollbar-thumb { border-width:0;min-height:20px;background:#777;opacity:0.4;-webkit-border-radius:5px; }</style> */