11@import url (reset-fonts-grids.css);
22
3- html , body {background : url (./ background.jpg)}
4- body {font : 14 px Helvetica , arial , sans- serif; color : black}
5- # custom-doc { width : 76.54 em ;* width : 74.69 em ; min-width : 995 px ; max-width : 100 em ; margin : auto; text-align : left; padding-top : 16px ; margin-top : 0 }
3+ html , body {background-image : url (./ background.jpg); background-repeat : no-repeat; background-position : right top; background-attachment : fixed }
4+ body {font : 16 px "Times New Roman" , Lucida , serif; color : black}
5+ # custom-doc { width : 80 % ;* width : 720 px ; min-width : 720 px ; max-width : 960 px ; margin : auto; text-align : left; padding-top : 16px ; margin-top : 0 }
66# hd { padding : 4px 0 12px 0 }
77# bd { background : # C5D88A }
88# ft { color : # C5D88A ; font-size : 90% ; padding-bottom : 2em }
99
1010pre {
1111 font-family : Monaco, monospace;
12- font-size : 12 px ;
12+ font-size : 14 px ;
1313 background : # 333 ;
1414 background : -moz-linear-gradient (-90deg , # 333, # 222 60% );
1515 background : -webkit-gradient (linear, 0 top, 0 bottom, from (# 333 ), to (# 222 ), color-stop (60% , # 222 ));
1616 border-width : 1px 0 ;
1717 margin : 1em 0 ;
1818 padding : .3em .4em ;
19- overflow : hidden ;
19+ overflow : auto ;
2020 line-height : 1.3em ;
2121 color : # CCC ;
2222 border-radius : 3px ;
@@ -29,14 +29,14 @@ pre {
2929/*** links ***/
3030a {text-decoration : none}
3131a img {border : none}
32- a : link , a : visited { color : blue }
33- # bd a : link , # bd a : visited { color : blue ; text-decoration : underline}
32+ a : link , a : visited { color : # f60 }
33+ # bd a : link , # bd a : visited { color : # f60 ; text-decoration : underline}
3434# bd # sidebar a : link , # bd # sidebar a : visited { color : # 333 ; text-decoration : none}
3535a : hover { color : # 000 }
36- # bd a : hover { background-color : # E0FFB8 ; color : # 234f32 ; text-decoration : none}
37- # bd # sidebar a : hover { color : # ffe761 ; background : none}
36+ # bd a : hover { background-color : # FF9955 ; color : black ; text-decoration : none}
37+ # bd # sidebar a : hover { color : # FF9955 ; background : none}
3838h2 a , h3 a , h4 a { text-decoration : none !important }
39- a .reference em { color : blue ;font-style : normal;font-weight : bold;}
39+ a .reference em { color : # FF9955 ;font-style : normal;font-weight : bold;}
4040
4141/*** sidebar ***/
4242# sidebar div .sphinxsidebarwrapper { font-size : 92% ; margin-right : 14px }
@@ -72,8 +72,8 @@ background:none repeat scroll 0 0 #F0F7F0;
7272/*** basic styles ***/
7373dd { margin-left : 15px }
7474h1 , h2 , h3 , h4 { margin-top : 1em ; font-weight : normal}
75- h1 { font-size : 218% ; margin-top : 0.6em ; margin-bottom : .4em ; line-height : 1.1em }
76- h2 { font-size : 175% ; margin-bottom : .6em ; line-height : 1.2em ; color : # 092e20 }
75+ h1 { font-size : 218% ; font-weight : bold; margin-top : 0.6em ; margin-bottom : .4em ; line-height : 1.1em }
76+ h2 { font-size : 175% ; font-weight : bold; margin-bottom : .6em ; line-height : 1.2em ; color : # 092e20 }
7777h3 { font-size : 150% ; font-weight : bold; margin-bottom : .2em ; color : # 487858 }
7878h4 { font-size : 125% ; font-weight : bold; margin-top : 1.5em ; margin-bottom : 3px }
7979div .figure { text-align : center}
@@ -82,7 +82,7 @@ hr { color:#ccc; background-color:#ccc; height:1px; border:0}
8282p , ul , dl { margin-top : .6em ; color : # 333 }
8383# yui-main div .yui-b img { max-width : 50em ; margin-left : auto; margin-right : auto; display : block; margin-top : 10px ; margin-bottom : 10px }
8484caption { font-size : 1em ; font-weight : bold; margin-top : 0.5em ; margin-bottom : 0.5em ; margin-left : 2px ; text-align : center}
85- blockquote { padding : 0 1em ; margin : 1em 0 ; font : 125 % / 1.2 em "Trebuchet MS ", sans- serif; color : # 234f32 }
85+ blockquote { padding : 0 1em ; margin : 1em 0 ; font : "Times New Roman ", serif; color : # 234f32 }
8686strong { font-weight : bold}
8787em { font-style : italic}
8888ins { font-weight : bold; text-decoration : none}
0 commit comments