1+ ---
2+ ---
3+
4+ @import " {{ site.theme }}" ;
5+
6+ .wrapper { width : 100% ; margin : 0 auto ; }
7+
8+ header { width : 300px ; float : left ; position : relative ; -webkit-font-smoothing : subpixel-antialiased ; }
9+
10+ .sidebar { display : block ; }
11+
12+ .sidebar h3 { margin-bottom : 15px ; }
13+ .sidebar h4 { margin-bottom : 10px ; }
14+
15+ .sidebar ul { list-style : circle ; height : unset ; padding : 0 ; background : none ; border : none ; width : auto ; }
16+
17+ .sidebar li { text-align : left ; width : auto ; float : none ; border : none ; height : unset ; }
18+
19+ .sidebar ul a { line-height : 1 ; font-size : 11px ; color : #676767 ; display : block ; text-align : left ; padding : 0 ; height : unset ; }
20+
21+ .sidebar ul a :hover , header ul a :focus { color : none ; font-weight : normal ; background : none ; }
22+
23+ .sidebar ul a :active { background-color : none ; }
24+
25+ .sidebar ul li + li + li { border-right : none ; width : 89px ; }
26+
27+ .sidebar ul a strong { font-size : 14px ; display : block ; color : #222 ; }
28+
29+ .sidebar ul , .sidebar ol { -webkit-padding-start : 20px ; }
30+
31+ section { width : auto ; margin-left : 350px ; padding-bottom : 50px ; float : none ; }
32+
33+ h2 , h3 { margin-top : 40px ; }
34+
35+ @media print , screen and (max-width : 960px ) {
36+ div .wrapper { width : 100% ; margin : 0 ; }
37+ header , section , footer { float : none ; position : relative ; width : auto ; }
38+ header { padding-right : 320px ; }
39+ section { border : 1px solid #e5e5e5 ; border-width : 1px 0 ; padding : 20px 0 ; margin : 0 0 20px ; }
40+ // header a small { display: inline; }
41+ header ul { position : relative ; right : 0 ; top : 0 ; display : inline-block ; }
42+ }
43+
44+ @media print , screen and (max-width : 720px ) {
45+ body { word-wrap : break-word ; }
46+ header { padding : 0 ; }
47+ header ul , header p .view { position : static ; }
48+ pre , code { word-wrap : normal ; }
49+ }
50+ @media print , screen and (max-width : 480px ) {
51+ body { padding : 15px ; }
52+ header ul { width : 99% ; }
53+ header li , header ul li + li + li { width : 33% ; }
54+ }
55+ @media print {
56+ body { padding : 0.4in ; font-size : 12pt ; color : #444 ; }
57+ }
0 commit comments