aboutsummaryrefslogtreecommitdiff
path: root/source/stylesheets/partials/main/_theme.sass
diff options
context:
space:
mode:
authorB Mathis <brandon@imathis.com>2009-11-05 21:30:03 -0600
committerB Mathis <brandon@imathis.com>2009-11-05 21:30:03 -0600
commit145f81046bc5881d7da86b05c8b92862b63f8080 (patch)
treedc5fdc003a11537ab0722cff1db39796eaf601e8 /source/stylesheets/partials/main/_theme.sass
parentfc691c1da6b091754b8881af5b2be509479baa21 (diff)
downloadmy_new_personal_website-145f81046bc5881d7da86b05c8b92862b63f8080.tar.xz
my_new_personal_website-145f81046bc5881d7da86b05c8b92862b63f8080.zip
updated rake file, reorganized stylesheets, added google site search, added google analytics
Diffstat (limited to 'source/stylesheets/partials/main/_theme.sass')
-rw-r--r--source/stylesheets/partials/main/_theme.sass49
1 files changed, 0 insertions, 49 deletions
diff --git a/source/stylesheets/partials/main/_theme.sass b/source/stylesheets/partials/main/_theme.sass
deleted file mode 100644
index b159019e..00000000
--- a/source/stylesheets/partials/main/_theme.sass
+++ /dev/null
@@ -1,49 +0,0 @@
-// Link Colors
-!link_color = #165B94
-
-// Main Section Colors
-!body_color = #333
-!body_bg = #323232
-
-!header_bg = #323232
-!header_border = #181818
-!title_color = #ddd
-
-!nav_color = #555
-!nav_color_hover = #000
-!nav_bg = #e8e8e8
-!nav_border_top = #fff
-!nav_border_bottom = #aaa
-!nav_border_left = #ccc
-!nav_border_right = #fff
-
-!page_border_sides = #ccc
-!page_bg = #f0f0f0
-
-// Blog
-!article_border = #eee
-!blog_bg = #fff
-
-!footer_color = #999
-!footer_bg = #444
-
-// Form Colors
-!fieldset_bg = #ececec
-!fieldset_border = #c3c3c3
-
-!textinput_color = #333
-!textinput_bg = #f4f4f4
-!textinput_bg_focus = #fefeee
-
-!textinput_border_top = #aaa
-!textinput_border_bottom = #c6c6c6
-!textinput_border_left = #c3c3c3
-!textinput_border_right = #c3c3c3
-!textinput_border_focus = #989898
-
-!cancel_link = #555
-
-// Button Colors
-!default_button_text_color = #fff
-!default_button_bg = yellow
-!blue_btn = desaturate(adjust_hue(!default_button_bg, -16), 25) \ No newline at end of file