@@ -2,13 +2,18 @@ html, body { min-height: 100vh; }
2
2
html {overflow-y : scroll;}
3
3
body { font-family : Verdana, sans-serif; font-size : 12px ; color : # 333 ; margin : 0 ; padding : 0 ; min-width : 900px ; }
4
4
5
- h1 , h2 , h3 , h4 {font-family : "Trebuchet MS" , Verdana, sans-serif;padding : 2px 10px 1px 0px ;margin : 0 0 10px 0 ;}
6
- # content h1 , h2 , h3 , h4 {color : # 555 ;}
7
- h2 , .wiki h1 {font-size : 20px ;}
8
- h3 , .wiki h2 {font-size : 16px ;}
9
- h4 , .wiki h3 {font-size : 13px ;}
10
- h4 {border-bottom : 1px solid # ccc ; font-weight : normal;}
5
+ h1 , h2 , h3 , h4 , h5 , h6 {font-family : "Trebuchet MS" , Verdana, sans-serif;padding : 2px 10px 1px 0px ;margin : 0 0 10px 0 ;}
6
+ # content h1 , h2 , h3 , h4 , h5 , h6 {color : # 555 ;}
7
+ h2 {font-size : 20px ;}
8
+ h3 {font-size : 16px ;}
9
+ h4 {font-size : 13px ; border-bottom : 1px solid # ccc ; font-weight : normal;}
11
10
pre , code {font-family : Consolas, Menlo, "Liberation Mono" , Courier, monospace;}
11
+ .wiki h1 {font-size : 2em ;}
12
+ .wiki h2 {font-size : 1.8em ;}
13
+ .wiki h3 {font-size : 1.5em ;}
14
+ .wiki h4 {font-size : 1.2em ; border : none; font-weight : bold;}
15
+ .wiki h5 {font-size : 1em ;}
16
+ .wiki h6 {font-size : 1em ; color : # 8e8e8e ;}
12
17
13
18
/***** Layout *****/
14
19
div # wrapper , div # wrapper2 , div # wrapper3 { min-height : inherit; }
0 commit comments