-
Notifications
You must be signed in to change notification settings - Fork 4
/
style.css
43 lines (38 loc) · 1.41 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
html,body,div{margin:0; padding:0}
body{background-color:#fff; font-family:Helvetica,Arial,sans-serif; color:#555}
#wrapper{width:700px; margin:0 auto; padding:3em 1em 4em}
strong,dt{color:#333}
h1,h2,h3,h4,h5{color:#00a69c}
h1{font-size:3.8em; margin:0}
h2{font-size:1.2em; font-style:italic;color:#333; font-weight:normal; font-family:"Times New Roman",times,serif; margin:0 0 1.5em}
h3{font-size:1.8em; border-top:1px solid #e2e2e2; margin:2em 0 1em; padding-top:1.5em; font-weight:200;}
p{line-height:1.5em}
a{color:#8bc53f; text-decoration:underline}
a:hover{color:#fff; background-color:#8bc53f; text-decoration:none}
#intro{font-size:1.2em; margin-top:2em}
.download{float:right}
.download a{background-color:#ddd}
.download a:hover{background-color:#8bc53f}
.colHolder{overflow:hidden}
.colHolder_2 .col{width:50%}
.col{float:left}
li{margin:.5em 0}
ul{padding-left:2em}
dl{margin:0.5em 0}
dd{margin:0.3em 1em}
small{color:#888}
small a{color:#888}
pre{background:#f5f5f5; color:#333; border:1px solid #ddd; padding:15px; font-size:1.2em; line-height:1.4}
code{font-weight:normal}
.build-status:hover {background-color:transparent; display:block; margin-top:1em}
#logo {
display: block;
width: 194px;
height: 100px;
background: url(logo.png) no-repeat center center;
text-indent: -999em;
}
.syntax .c1 {color:#60A0B0}
.syntax .kd {color:#007020}
.syntax .o {color:#666}
.syntax .mi, .syntax .s1 {color:#40A070}