11@import url (reset-fonts-grids.css);
22
3- html , body {background-color : teal }
3+ html , body {background : url (. / background.jpg) }
44body {font : 14px Helvetica, arial, sans-serif;color : black}
55# custom-doc {width : 76.54em ;* width : 74.69em ;min-width : 995px ;max-width : 100em ;margin : auto;text-align : left;padding-top : 16px ;margin-top : 0 }
66# hd {padding : 4px 0 12px 0 }
@@ -46,7 +46,8 @@ a.reference em { color: #595;font-style:normal;font-weight:bold;}
4646# sidebar li {margin-top : 0.2em ;margin-bottom : 0.2em }
4747
4848/*** nav ***/
49- div .nav {margin : 0 ;font-size : 11px ;text-align : right;color : # 487858 }
49+ div .nav {margin : 0 ;font-size : 12px ;text-align : right;color : # 487858 }
50+ div .nav a : link , div .nav a : visited {color : white }
5051# hd div .nav {margin-top : -27px }
5152# ft div .nav {margin-bottom : -18px }
5253# hd h1 a {color : # EFFFEF }
@@ -176,45 +177,6 @@ img {
176177
177178# index div .section dt {font-weight : normal; }
178179
179- # index # lettuce-nutshell , # index # lettuce-getting-involved {
180- background : none repeat scroll0 0 # F0F7F0 ;
181- margin : 2em 0 2em 2em ;
182-
183- border-radius : 6px 6px ;
184- -webkit-border-radius : 6px ;
185- -moz-border-radius : 6px 6px ;
186-
187- box-shadow : 0 1px 2px rgba (0 , 0 , 0 , 0.6 );
188- -webkit-box-shadow : 0 1px 2px rgba (0 , 0 , 0 , 0.6 );
189- -moz-box-shadow : 0 1px 2px rgba (0 , 0 , 0 , 0.6 );
190-
191- overflow : visible;
192- float : right;
193- clear : both;
194- margin : 2em 0 2em 2em ;
195- padding : 1em ;
196- width : 400px ;
197- }
198- # index # lettuce-nutshell , # index # lettuce-getting-involved a {color : # 386848 }
199- # index # lettuce-nutshell , # index # lettuce-getting-involved h1 {color : # 333 }
200- # index # lettuce-nutshell , # index # lettuce-getting-involved h2 {margin : 0 ; }
201- # index # lettuce-nutshell , # index # lettuce-getting-involved strong {font-size : 20px ;}
202-
203- # index # lettuce-getting-involved {
204- padding : 2em 0 2em 6em ;
205- background : # FFFFD0 ;
206- width : 356px ;
207- }
208- # index # lettuce-getting-involved h1 {
209- font-weight : bold;
210- margin : 0 ;
211- }
212- # index # lettuce-getting-involved a {
213- font-weight : bold;
214- font-size : 14px ;
215- color : # 666630 ;
216- }
217-
218180tt .py-exc .literal {
219181color : red;
220182}