... | ... |
@@ -43,8 +43,8 @@ html body |
43 | 43 |
overflow: visible |
44 | 44 |
li |
45 | 45 |
padding: 0 15px |
46 |
- border-left: 1px solid #d3d3d3 |
|
47 |
- border-right: 1px solid #f4f4f4 |
|
46 |
+ border-left= "1px solid" !nav_border_left |
|
47 |
+ border-right= "1px solid" !nav_border_right |
|
48 | 48 |
&.alpha |
49 | 49 |
border-left: none |
50 | 50 |
padding-left: 0 |
... | ... |
@@ -80,14 +80,18 @@ html body |
80 | 80 |
padding: |
81 | 81 |
top: 25px |
82 | 82 |
bottom: 25px |
83 |
- background-color= !content_bg |
|
83 |
+ background-color= !blog_bg |
|
84 | 84 |
+box-shadow(#ccc) |
85 |
+ border: |
|
86 |
+ left= "1px solid" !page_border_sides |
|
87 |
+ right= "1px solid" !page_border_sides |
|
88 |
+.blog |
|
85 | 89 |
.article |
86 | 90 |
padding= !base_font_size * 1.5 0 !base_font_size * 1.5 |
87 | 91 |
border-bottom= "1px solid" !article_border |
88 | 92 |
&:first-child |
89 | 93 |
padding-top: 0 |
90 |
- .blog .footer |
|
94 |
+ .footer |
|
91 | 95 |
padding-top= !base_font_size |
92 | 96 |
|
93 | 97 |
|
... | ... |
@@ -1,3 +1,6 @@ |
1 |
+// Link Colors |
|
2 |
+!link_color = #165B94 |
|
3 |
+ |
|
1 | 4 |
// Main Section Colors |
2 | 5 |
!body_color = #333 |
3 | 6 |
!body_bg = #323232 |
... | ... |
@@ -11,20 +14,21 @@ |
11 | 11 |
!nav_bg = #e8e8e8 |
12 | 12 |
!nav_border_top = #fff |
13 | 13 |
!nav_border_bottom = #aaa |
14 |
+!nav_border_left = #ccc |
|
15 |
+!nav_border_right = #fff |
|
14 | 16 |
|
15 |
-!page_border = #fff |
|
17 |
+!page_border_sides = #ccc |
|
16 | 18 |
!page_bg = #f0f0f0 |
19 |
+ |
|
20 |
+// Blog |
|
17 | 21 |
!article_border = #eee |
18 |
-!content_bg = #fff |
|
22 |
+!blog_bg = #fff |
|
19 | 23 |
|
20 | 24 |
!footer_color = #999 |
21 | 25 |
!footer_bg = #444 |
22 | 26 |
|
23 |
-// Link Colors |
|
24 |
-!link_color = #165B94 |
|
25 |
- |
|
26 | 27 |
// Form Colors |
27 |
-!fieldset_bg = #fff |
|
28 |
+!fieldset_bg = #ececec |
|
28 | 29 |
!fieldset_border = #c3c3c3 |
29 | 30 |
|
30 | 31 |
!textinput_color = #333 |
... | ... |
@@ -42,14 +46,4 @@ |
42 | 42 |
// Button Colors |
43 | 43 |
!default_button_text_color = #fff |
44 | 44 |
!default_button_bg = yellow |
45 |
-!blue_btn = desaturate(adjust_hue(!default_button_bg, -16), 25) |
|
46 |
- |
|
47 |
-// Flash Message Colors |
|
48 |
-!flash_notice = #00529B |
|
49 |
-!flash_notice_bg = #BDE5F8 |
|
50 |
-!flash_success = #4F8A10 |
|
51 |
-!flash_success_bg = #DFF2BF |
|
52 |
-!flash_warning = #FBF4BD |
|
53 |
-!flash_warning_bg = #FBF4BD |
|
54 |
-!flash_error = #D8000C |
|
55 |
-!flash_error_bg = #FFD9DA |
|
56 | 45 |
\ No newline at end of file |
46 |
+!blue_btn = desaturate(adjust_hue(!default_button_bg, -16), 25) |
|
57 | 47 |
\ No newline at end of file |