1
1
body {
2
- color : # fff ;
3
2
background : # 1e1e1e ;
3
+ color : # fff ;
4
+ font : 400 11pt 'Segoe UI' , Calibri, Arial, sans-serif !important ;
4
5
}
5
6
6
7
.wy-nav-side {
@@ -23,10 +24,42 @@ body {
23
24
background-color : # 1e1e1e ;
24
25
}
25
26
27
+ h1 , h2 , h3 , h4 , input [type = submit ] {
28
+ font-family : 'Segoe UI Light' , Calibri, Arial, sans-serif !important ;
29
+ margin : 0 0 .5em ;
30
+ }
31
+
26
32
h1 , h2 , h3 , h4 , h5 , h6 {
27
33
color : # 59a6ff ;
28
34
}
29
35
36
+ h1 {
37
+ font-size : 2.5em ;
38
+ }
39
+
40
+ h2 {
41
+ font-size : 2em ;
42
+ }
43
+
44
+ h3 {
45
+ font-size : 1.6em ;
46
+ }
47
+
48
+ h4 {
49
+ font-size : 1.2em ;
50
+ margin-left : .7em ;
51
+ }
52
+
53
+ p code , li code {
54
+ color : # fff ;
55
+ font-family : Consolas, Monaco, 'Andale Mono' , 'Ubuntu Mono' , monospace;
56
+ font-size : 11pt ;
57
+ background : # 222 ;
58
+ border-bottom : 1px dashed # aaa ;
59
+ border-top : 1px dashed # aaa ;
60
+ padding : 1px 3px ;
61
+ }
62
+
30
63
a , a : hover , a : visited {
31
64
color : # EFE524 ;
32
65
}
@@ -35,11 +68,32 @@ a, a:hover, a:visited {
35
68
text-decoration : underline;
36
69
}
37
70
38
- code {
39
- background : # 222 ;
40
- border-bottom : 1px dashed # aaa ;
41
- border-top : 1px dashed # aaa ;
42
- color : # fff ;
43
- font-family : Consolas, Monaco, 'Andale Mono' , 'Ubuntu Mono' , monospace;
44
- padding : 1px 3px ;
71
+ pre code {
72
+ font-size : 11pt ;
73
+ }
74
+
75
+ span .caption-text {
76
+ color : # dcdcdc ;
77
+ background : # 1e1e1e ;
78
+ }
79
+
80
+ p a code {
81
+ text-decoration : underline;
82
+ }
83
+
84
+ .wy-menu-vertical li .current a {
85
+ color : # 1e1e1e ;
86
+ }
87
+
88
+ li .current {
89
+ border-top : 1px solid # 010101 ;
90
+ border-bottom : 1px solid # 010101 ;
91
+ }
92
+
93
+ .hljs-type , .hljs-keyword , .hljs-title , .hljs-meta-string , .hljs-meta {
94
+ font-weight : normal !important ;
95
+ }
96
+
97
+ .hljs-meta {
98
+ color : # 4EC9B0 ;
45
99
}
0 commit comments