updated background color
[libreplanet-static.git] / screen.css
index c82d907d5889d4bf462a7aa5094ec55c436c2bbf..36ad140ed1503f0452601b8fa3969c00a53ef719 100644 (file)
@@ -4,7 +4,9 @@
 
      html { background-color: #ececec; }
 
-     #doc2 { background-color: white; padding: 14px; border-left: 2px solid #ccc; border-right: 2px solid #ccc; }
+     #doc2 { min-height: 900px; }
+
+     #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;}
 
-     #featured-boxes h3{text-align: center; font-size: 24px; margin: 0; padding: 0; padding-top: 10px; padding-bottom: 10px;}
+     #content { margin-bottom: 14px; }
+
+     #featured-boxes, #below-content { border-top: 2px solid #ddd; padding-top: 14px; }
+
+     #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;}
 
@@ -76,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}
@@ -101,6 +112,16 @@ img { padding-bottom: 15px; }
 
 .c { text-align: center; }
 
-#regions-list { margin: 0; padding: 0; }
+#regions-list { margin: 0; padding: 0; text-align: center; }
+
+#regions-list li { display: inline; list-style: none; margin-right: 14px; font-size: 110%; }
+
+#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; }
 
-#regions-list li { display: inline; list-style: none; margin-right: 14px; border-right: 2px solid #111;  }
\ No newline at end of file
+h3 { text-align: center; font-size: 24px; }
\ No newline at end of file