11body {
2- color : # fff ;
32 background : # 1e1e1e ;
3+ color : # fff ;
4+ font : 400 11pt 'Segoe UI' , Calibri, Arial, sans-serif !important ;
45}
56
67.wy-nav-side {
@@ -23,10 +24,42 @@ body {
2324 background-color : # 1e1e1e ;
2425}
2526
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+
2632h1 , h2 , h3 , h4 , h5 , h6 {
2733 color : # 59a6ff ;
2834}
2935
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+
3063a , a : hover , a : visited {
3164 color : # EFE524 ;
3265}
@@ -35,11 +68,32 @@ a, a:hover, a:visited {
3568 text-decoration : underline;
3669 }
3770
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 ;
4599}
0 commit comments