Additional style changes to navigation; add three navigation images
[mediagoblin.git] / mediagoblin / static / css / base.css
index 10dbc98b84120f643bb4224026c1892b4673c652..09f08445bac154e650b77839cc963b14aba89056 100644 (file)
@@ -1,6 +1,6 @@
 body {
-  background-color: #272727;
-  color: #f7f7f7;
+  background-color: #1F1F1F;
+  color: #aaa;
   font-family: sans-serif;
   padding:none;
   margin:0px;
@@ -18,15 +18,15 @@ form {
   font-family: 'Carter One';
   font-style: normal;
   font-weight: normal;
-  src: local('CarterOne'), url('http://themes.googleusercontent.com/font?kit=VjW2qt1pkqVtO22ObxgEBRsxEYwM7FgeyaSgU71cLG0') format('woff');
+  src: local('CarterOne'), url('http://themes.googleusercontent.com/font?kit=FWNn6ITYqL6or7ZTmBxRhq3fkYX5z1QtDUdIWoaaD_k') format('woff');
 }
 
 /* text styles */
 
 h1{
   font-family: 'Carter One', arial, serif;
-  margin-bottom: 20px;
-  margin-top:40px;
+  margin-bottom: 15px;
+  margin-top:15px;
 }
 
 h2{
@@ -39,7 +39,7 @@ p {
 }
 
 a {
-  color: #86D4B1;
+  color: #fff;
 }
 
 label {
@@ -56,7 +56,7 @@ label {
 .mediagoblin_header {
   width:100%;
   height:36px;
-  background-color:#393939;
+  background-color:#2F2F2F;
   padding-top:14px;
   margin-bottom:40px;
 }
@@ -64,7 +64,7 @@ label {
 .mediagoblin_footer {
   width:100%;
   height:26px;
-  background-color:#393939;
+  background-color:#2F2F2F;
   bottom:0px;
   padding-top:8px;
   position:absolute;
@@ -160,6 +160,7 @@ text-align:center;
 
 .form_field_error {
   background-color:#87453b;
+  color:#fff;
   border:none;
   font-size:16px;
   padding:9px;
@@ -190,7 +191,7 @@ text-align:center;
   height:180px;
   overflow:hidden;
   float:left;
-  margin:0px 10px 10px 0px;
+  margin:0px 4px 10px 4px;
   text-align:center;
 }
 
@@ -204,14 +205,14 @@ img.media_icon{
 /* navigation */
 
 .navigation_button{
-  width: 139px;
+  width:139px;
   display:block;
   float:left;
-  text-align: center;
-  background-color: #393939;
-  text-decoration: none;
-  padding: 6px 0pt;
-  font-family: 'Carter One', arial, serif;
+  text-align:center;
+  background-color:#393939;
+  text-decoration:none;
+  padding:12px 0pt;
+  font-family:'Carter One', arial, serif;
   font-size:2em;
   margin:0 0 20px
 }
@@ -260,7 +261,8 @@ ul.mediagoblin_messages {
 
 /* profile stuff */
 
-.profile_content p, .profile_bio {
+.profile_content {
   padding: 6px;
   background-color: #393939;
+  margin-bottom: 10px;
 }