diff static/css/sat_website.css @ 26:3df49721008c

upgrade to Bootstrap v3.3.1
author souliane <souliane@mailoo.org>
date Mon, 19 Jan 2015 21:22:40 +0100
parents 0df46e87537d
children 30a1edf90fae
line wrap: on
line diff
--- a/static/css/sat_website.css	Mon Jan 19 14:23:56 2015 +0100
+++ b/static/css/sat_website.css	Mon Jan 19 21:22:40 2015 +0100
@@ -16,14 +16,30 @@
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
+
+/* Overriding Bootstrap styles */
+
+
 body {
-	padding-top: 50px;
+    padding-top: 60px;
 }
 
 header {
-	margin-bottom: 20px;
+    margin-bottom: 20px;
+}
+
+h1, h2, h3, h4, h5, h6 {
+    font-weight: bold;
 }
 
+.navbar {
+    font-size: 13px;
+}
+
+
+/* sat_website own styles */
+
+
 #language {
     /* position: absolute; */
     text-align: center;
@@ -32,6 +48,7 @@
 #sat_logo {
     float: left;
     margin-right: 5px;
+    margin-top: 5px;
 }
 
 #overview_logo {
@@ -41,15 +58,15 @@
 }
 
 #bigmark {
-	font-size:200px;
+	font-size:165px;
 	font-weight:bold;
 	text-align: center;
-	margin-top: 100px;
+	margin: 0px;
 }
 
 #bigmark_subtext {
-	margin-top: 100px;
 	text-align: center;
+	margin: 0px;
 }
 
 #social_contract {
@@ -71,7 +88,6 @@
 	margin: 10px 5px 60px 5px;
 }
 
-
 .feature {
 	padding-bottom: 10px;
 	margin-bottom: 10px;