rails_generators/hobo_rapid/templates/themes/clean/public/stylesheets/clean.css in hobo-0.8.7 vs rails_generators/hobo_rapid/templates/themes/clean/public/stylesheets/clean.css in hobo-0.8.8
- old
+ new
@@ -1,18 +1,7 @@
-/* Graphite */
-/*html, body {color: #222; background: #222;}
-.page-header {color: white; background: #444;}
-.page-header .main-nav a {background: #666;}
-.page-header .main-nav a:hover {background: #222;}
-.content {background: white;}
-.button {color: white; background: #666;}
-.button:hover {background-color: #222;}
-.add-to-collection {background: #f5f5f5;}
-*/
-/* Cubicle Blue */
-html, body {color: #193440; background: #193440;}
-.page-header {color: white; background: #3F606E;}
+html, body {color: #193440; background: url(../images/300-ACD3E6-fff.png) repeat-x #fff; }
+.page-header {color: white; background: url(../images/100-3B5F87-ACD3E6.png) repeat-x #3F606E;}
.page-header .navigation.main-nav a {background: #5B8BA0;}
.page-header .navigation.main-nav li.current a {background: #FCFFF4; color: #222;}
.page-header .navigation.main-nav a:hover {background: #193440;}
.section.content {background: #FCFFF5;}
.button {color: white; background: #5B8BA0;}
@@ -304,10 +293,11 @@
/* these styles are for the generated front index page */
/* you can delete them if you over-ride it */
.front-page .welcome-message {
padding: 10px 20px 20px; border: 1px solid #e8e8e8;
- color: #222; background: #eee;
+ color: #222;
+ background: url(../images/50-ACD3E6-fff.png) repeat-x #fff;
}
.front-page .welcome-message h2 {
font-size: 18px; line-height: 27px;
}
.front-page ul.models li {margin-left: 0; list-style: none;}