summaryrefslogtreecommitdiff
path: root/objectapp/static/objectapp/css/src/_base.sass
diff options
context:
space:
mode:
Diffstat (limited to 'objectapp/static/objectapp/css/src/_base.sass')
-rw-r--r--objectapp/static/objectapp/css/src/_base.sass32
1 files changed, 32 insertions, 0 deletions
diff --git a/objectapp/static/objectapp/css/src/_base.sass b/objectapp/static/objectapp/css/src/_base.sass
new file mode 100644
index 0000000..9b9f570
--- /dev/null
+++ b/objectapp/static/objectapp/css/src/_base.sass
@@ -0,0 +1,32 @@
+// Here is where you can define your constants for your application
+// and to configure the blueprint framework.
+
+$blueprint_grid_columns: 24
+$blueprint_container_size: 950px
+$blueprint_grid_margin: 10px
+
+// Use this to calculate the width based on the total width.
+// Or you can set !blueprint_grid_width to a fixed value
+// and unset !blueprint_container_size -- it will be calculated for you.
+
+$blueprint_font_size: 12px
+$blueprint_font_family: unquote("Arial, Helvetica, sans-serif")
+$blueprint_grid_width: ($blueprint_container_size + $blueprint_grid_margin) / $blueprint_grid_columns - $blueprint_grid_margin
+
+// Colors
+$font_color: #333333
+$link_color: #006699
+$box_color: #e9e9f3
+
+// Derived colors
+$box_font_color: $box_color - #555555
+$link_hover_color: $link_color - #333333
+$link_active_color: $link_color
+$link_visited_color: $link_color
+$header_color: $link_color + #333333
+
+// Mixins
+@import gbobject
+@import calendar
+@import paginator
+@import tag-cloud