1- body { font-family : Segoe UI, sans-serif; margin-left : auto; margin-right : auto; width : 1100px ; }
2- h1 , h2 , h3 , h4 , h5 , h6 { font-family : Segoe UI Light, Segoe WP Light, Segoe UI, Helvetica, sans-serif; font-weight : lighter; margin-bottom : 0px ; }
3- h1 { font-size : 3em ;}
4- h2 { font-size : 2.5em ;}
5- a , a : visited { text-decoration : none; color : # 13678b ;}
6- a : hover { color : white; background : # 13678b }
7- ul { margin : 0 ; padding : 0 ;}
8- li { margin : 0 ; padding : 0 ; list-style-type : none;}
9-
10- .entry ul , .idea ul { margin-left : 10px ; }
11- .entry li , .idea li { margin-left : 10px ; list-style-type : circle;}
12- # homelink : hover { background : none; }
13- # side { float : right;color : # 41b1e1 ; }
14- # side .section { margin-top : 50px ; padding : 0 ;}
15- # side .section ul { font-size : 2em ; }
16- # content { width : 50% ;}
1+ body
2+ {
3+ font-family : Segoe UI, sans-serif;
4+ margin-left : auto;
5+ margin-right : auto;
6+ width : 1100px ;
7+ }
8+ h1 , h2 , h3 , h4 , h5 , h6
9+ {
10+ font-family : Segoe UI Light, Segoe WP Light, Segoe UI, Helvetica, sans-serif;
11+ font-weight : lighter;
12+ margin-bottom : 0px ;
13+ }
14+ h1
15+ {
16+ font-size : 4em ;
17+ }
18+ h2
19+ {
20+ font-size : 2.5em ;
21+ }
22+ a , a : visited
23+ {
24+ text-decoration : none;
25+ color : # 13678b ;
26+ }
27+ a : hover
28+ {
29+ color : white;
30+ background : # 13678b
31+ }
32+ ul
33+ {
34+ margin : 0 ;
35+ padding : 0 ;
36+ }
37+ li
38+ {
39+ margin : 0 ;
40+ padding : 0 ;
41+ list-style-type : none;
42+ }
43+ .entry ul , .idea ul
44+ {
45+ margin-left : 10px ;
46+ }
47+ .entry li , .idea li
48+ {
49+ margin-left : 10px ;
50+ list-style-type : circle;
51+ }
52+ # hometext a { font-size : 2em ; margin-left : 5px ; margin-right : 10px ; display : none; color : # 41B1E1 ; font-weight : normal; }
53+ # home : hover
54+ {
55+ background : none;
56+ }
57+ # side
58+ {
59+ float : right;
60+ color : # 41b1e1 ;
61+ margin-left : 50px ;
62+ }
63+ # side .section
64+ {
65+ margin-top : 50px ;
66+ margin-bottom : 50px ;
67+ padding : 0 ;
68+ }
69+ # side .section ul
70+ {
71+ font-size : 2em ;
72+ }
73+ # content
74+ {
75+ width : auto;
76+ }
1777img
1878{
19- width : auto !important ;
20- height : auto !important ;
21- max-width : 100% ;
79+ width : auto !important ;
80+ height : auto !important ;
81+ max-width : 100% ;
2282 border : none;
2383}
84+ .postdate
85+ {
86+ font-size : 0.8em ;
87+ font-weight : bold;
88+ }
89+ .idea h1 , .entry h1
90+ {
91+ margin-bottom : 5px ;
92+ }
2493
25- @media screen and (max-width : 750px )
94+ /* min-device-width: 800px instead? */
95+ @media screen and (max-width : 900px )
2696{
2797 body { width : auto; margin : 10px ; }
2898 # content { width : 100% ; }
29- # side { float : none; width : 100% ;}
30- # side ul { font-size : 1 em ; padding : 0 px ; margin : 0 px ; margin-top : 20 px ; }
31- # side li { display : inline ; }
32- # homelink img { max-width : 40 % ; }
33- }
34-
35- . postdate { font-size : 0.8 em ; font-weight : bold; }
36- . idea h1 , . entry h1 { margin-bottom : 5 px ; }
99+ # side { float : none; width : 100% ; margin-left : 0 px ; }
100+ # side . section { margin-top : 0 ; margin-right : 30 px ; }
101+ # side . section ul { font-size : 1.2 em ; padding : 0 px ; margin : 5 px ; }
102+ # side li { display : inline; margin-left : 3 px ; margin-right : 3 px ; font-weight : normal ; }
103+ # home { display : none; }
104+ # hometext a { display : inline; }
105+ h1 { margin-top : -0 px ; }
106+ }
0 commit comments