Additional style changes to navigation; add three navigation images
[mediagoblin.git] / mediagoblin / static / css / base.css
index 1d04fc7340af746934033efbe4e41319aad40bca..09f08445bac154e650b77839cc963b14aba89056 100644 (file)
@@ -1,9 +1,15 @@
 body {
-  background-color: #272727;
-  color: #f7f7f7;
+  background-color: #1F1F1F;
+  color: #aaa;
   font-family: sans-serif;
   padding:none;
   margin:0px;
+  height:100%;
+}
+
+form {
+  margin:0px;
+  padding:0px;
 }
 
 /* Carter One font */
@@ -12,15 +18,19 @@ body {
   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 {
+h1{
   font-family: 'Carter One', arial, serif;
-  margin-bottom: 20px;
-  margin-top:40px;
+  margin-bottom: 15px;
+  margin-top:15px;
+}
+
+h2{
+  margin-top:20px;
 }
 
 p {
@@ -29,7 +39,7 @@ p {
 }
 
 a {
-  color: #86D4B1;
+  color: #fff;
 }
 
 label {
@@ -38,14 +48,35 @@ label {
 
 /* website structure */
 
+.mediagoblin_body {
+  position:relative;
+  min-height:100%;
+}
+
 .mediagoblin_header {
   width:100%;
   height:36px;
-  background-color:#393939;
+  background-color:#2F2F2F;
   padding-top:14px;
   margin-bottom:40px;
 }
 
+.mediagoblin_footer {
+  width:100%;
+  height:26px;
+  background-color:#2F2F2F;
+  bottom:0px;
+  padding-top:8px;
+  position:absolute;
+  text-align:center;
+  font-size:14px;
+  color:#999;
+}
+
+.mediagoblin_content {
+  padding-bottom:74px;
+}
+
 a.mediagoblin_logo {
   width:34px;
   height:25px;
@@ -59,27 +90,12 @@ a.mediagoblin_logo:hover {
   background-position:0px -28px;
 }
 
-.mediagoblin_container {
-  width: 960px;
-  margin-left: auto;
-  margin-right: auto;
-}
-
 .mediagoblin_header_right {
   float:right;
 }
 
 /* common website elements */
 
-.dotted_line {
-  width:100%;
-  height:0px;
-  border-bottom: dotted 1px #5f5f5f;
-  position:absolute;
-  left:0px;
-  margin-top:-20px;
-}
-
 .button {
   font-family:'Carter One', arial, serif;
   height:32px;
@@ -102,25 +118,26 @@ a.mediagoblin_logo:hover {
   padding-right:11px;
 }
 
+.pagination{
+text-align:center;
+}
+
 /* forms */
 
 .form_box {
-  width:300px;
-  margin-left:auto;
-  margin-right:auto;
   background-color:#393939;
   background-image:url("../images/background_lines.png");
   background-repeat:repeat-x;
-  padding:1px 83px 30px 83px;
   font-size:18px;
-}
-
-.submit_box {
-  width:600px;
+  padding-bottom:30px;
+  padding-top:1px;
+  margin-left:auto;
+  margin-right:auto;
+  display:block;
+  float:none;
 }
 
 .edit_box {
-  width:600px;
   background-image:url("../images/background_edit.png");
 }
 
@@ -128,8 +145,8 @@ a.mediagoblin_logo:hover {
   font-size:28px;
 }
 
-.form_field_input input {
-  width:300px;
+.form_field_input input, .form_field_input textarea {
+  width:100%;
   font-size:18px;
 }
 
@@ -143,6 +160,7 @@ a.mediagoblin_logo:hover {
 
 .form_field_error {
   background-color:#87453b;
+  color:#fff;
   border:none;
   font-size:16px;
   padding:9px;
@@ -154,25 +172,97 @@ a.mediagoblin_logo:hover {
   text-align:right;
 }
 
-/* media pages */
+/* comments */
 
-img.media_image {
-  display:block;
-  margin-left:auto;
-  margin-right:auto;
+.comment_author {
+  margin-bottom:40px;
+  padding-top:4px;
 }
 
-ul.media_thumbnail {
+.comment_content p {
+  margin-bottom:4px;
+}
+
+/* media galleries */
+
+.media_thumbnail {
   padding:0px;
+  width:180px;
+  height:180px;
+  overflow:hidden;
+  float:left;
+  margin:0px 4px 10px 4px;
+  text-align:center;
 }
 
-li.media_thumbnail {
-  width:200px;
-  height:133px;
-  display:-moz-inline-stack;
-  display:inline-block;
-  vertical-align:top;
-  margin:0px 10px 10px 0px;
-  zoom:1;
-. *display:inline;
+/* icons */
+
+img.media_icon{
+  margin:0 4px;
+  vertical-align:sub;
+}
+
+/* navigation */
+
+.navigation_button{
+  width:139px;
+  display:block;
+  float:left;
+  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
+}
+
+p.navigation_button{
+  color:#272727;
+}
+
+.navigation_left{
+  margin-right:2px;
+}
+
+/* messages */
+
+ul.mediagoblin_messages {
+  list-style:none inside;
+  color:#f7f7f7;
+}
+
+.mediagoblin_messages li {
+  margin:5px 0;
+  padding:8px;
+  text-align:center;
+}
+
+.message_success {
+  background-color: #378566;
+}
+
+.message_warning {
+  background-color: #87453b;
+}
+
+.message_error {
+  background-color: #87453b;
+}
+
+.message_info {
+  background-color: #378566;
+}
+
+.message_debug {
+  background-color: #f7f7f7;
+  color:#272727;
+}
+
+/* profile stuff */
+
+.profile_content {
+  padding: 6px;
+  background-color: #393939;
+  margin-bottom: 10px;
 }