1
1
@import url (reset-fonts-grids.css);
2
2
3
- html , body {background : url (./ background.jpg)}
4
- body {font : 14 px Helvetica , arial , sans- serif;color : black}
5
- # custom-doc {width : 76.54em ;* width : 74.69em ;min-width : 995 px ;max-width : 100em ;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 : 76.54em ;* width : 74.69em ;min-width : 720 ;max-width : 100em ;margin : auto;text-align : left;padding-top : 16px ;margin-top : 0 }
6
6
# hd {padding : 4px 0 12px 0 }
7
7
# bd {background : # C5D88A }
8
8
# ft {color : # C5D88A ;font-size : 90% ;padding-bottom : 2em }
9
9
10
10
pre {
11
11
font-family : Monaco, monospace;
12
- font-size : 12 px ;
12
+ font-size : 14 px ;
13
13
background : # 333 ;
14
14
background : -moz-linear-gradient (-90deg , # 333, # 22260% );
15
15
background : -webkit-gradient (linear, 0 top, 0 bottom, from (# 333 ), to (# 222 ), color-stop (60% , # 222 ));
@@ -29,14 +29,14 @@ pre {
29
29
/*** links ***/
30
30
a {text-decoration : none}
31
31
a 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}
34
34
# bd # sidebar a : link , # bd # sidebar a : visited {color : # 333 ;text-decoration : none}
35
35
a : 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}
38
38
h2 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;}
40
40
41
41
/*** sidebar ***/
42
42
# sidebar div .sphinxsidebarwrapper {font-size : 92% ;margin-right : 14px }
@@ -72,8 +72,8 @@ background:none repeat scroll 0 0 #F0F7F0;
72
72
/*** basic styles ***/
73
73
dd {margin-left : 15px }
74
74
h1 , 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 }
77
77
h3 {font-size : 150% ;font-weight : bold;margin-bottom : .2em ;color : # 487858 }
78
78
h4 {font-size : 125% ;font-weight : bold;margin-top : 1.5em ;margin-bottom : 3px }
79
79
div .figure {text-align : center}
@@ -82,7 +82,7 @@ hr { color:#ccc; background-color:#ccc; height:1px; border:0}
82
82
p , ul , dl {margin-top : .6em ;color : # 333 }
83
83
# yui-main div .yui-b img {max-width : 50em ;margin-left : auto;margin-right : auto;display : block;margin-top : 10px ;margin-bottom : 10px }
84
84
caption {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 }
86
86
strong {font-weight : bold}
87
87
em {font-style : italic}
88
88
ins {font-weight : bold;text-decoration : none}