updated background color
[libreplanet-static.git] / screen.css
index 24522598ac405d5345edb089f491c9ecc9b8b287..36ad140ed1503f0452601b8fa3969c00a53ef719 100644 (file)
@@ -4,16 +4,9 @@
 
      html { background-color: #ececec; }
 
-     #doc2 { background-color: white; padding: 14px; border-left: 2px solid #ccc; border-right: 1px solid #ccc;
+     #doc2 { min-height: 900px; }
 
--moz-background-clip:border;
--moz-background-inline-policy:continuous;
--moz-background-origin:padding;
--moz-box-shadow:0 0 6px #999999;
-
-
-
- }
+     #doc4 { background-color: white; border-left: 2px solid #ccc; border-right: 1px solid #ccc; }
 
      a:link{color: blue;}
      a:hover{color: red;}
      #OpenLayers.Control.Attribution_3{background-color: black;}
 
 
-     #ft {padding-top: 20px; background-image: url(fsf.png); background-repeat: no-repeat; background-position: 620px 20px; position: relative;}
+     #ft {padding-top: 20px; background-image: url(fsf.png); background-repeat: no-repeat; background-position: 620px 20px; position: relative; padding-bottom: 80px}
 
      #fsfcopyright{position: absolute; top: 70px; right: 0px; padding-bottom: 20px; width: 350px; text-align: center;}
 
      #content { margin-bottom: 14px; }
 
-     #featured-boxes { border-top: 2px solid #ddd; padding-top: 14px; }
+     #featured-boxes, #below-content { border-top: 2px solid #ddd; padding-top: 14px; }
 
-     #featured-boxes h3{text-align: center; font-size: 24px; margin: 0; padding: 0; padding-top: 10px; padding-bottom: 10px;}
+     #featured-boxes h3, #lp-resources h3{text-align: center; font-size: 24px; margin: 0; padding: 0; padding-top: 10px; padding-bottom: 10px;}
 
-     #featured-boxes p{font-size: 20px;}
+     #featured-boxes p, #lp-resources li {font-size: 20px;}
+
+
+     
 
      .middlebox{background-color: #ddd !important;}
 
@@ -89,15 +85,17 @@ img { padding-bottom: 15px; }
 
 #hd { text-align: center; }
 
-#hd h1 { margin: 0; padding-top: 10px; padding-bottom: 5px; }
+#hd h1 { margin: 0; }
 
-#hd p { font-size: 40px;
+#hd p { font-size: 34px;
      font-weight: bold;
      color: #000000;
-     line-height:40px;
+     line-height:34px;
      letter-spacing:-2px;
  } 
 
+#hd p a { display: block; margin: 0; }
+
 
 
 #navi ul{margin:0;padding:0; line-height:50px;text-align:left}
@@ -118,4 +116,12 @@ img { padding-bottom: 15px; }
 
 #regions-list li { display: inline; list-style: none; margin-right: 14px; font-size: 110%; }
 
-#join-link { font-size: 16px; }
\ No newline at end of file
+#join-link { font-size: 16px; }
+
+form { width: 500px; margin: 0 auto 0; text-align: center; padding-top: 10px; }
+
+form p { font-size: 14px; }
+
+input { font-size: 18px; }
+
+h3 { text-align: center; font-size: 24px; }
\ No newline at end of file