aboutsummaryrefslogtreecommitdiff
path: root/stylesheets/partials/_page.sass
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheets/partials/_page.sass')
-rw-r--r--stylesheets/partials/_page.sass19
1 files changed, 19 insertions, 0 deletions
diff --git a/stylesheets/partials/_page.sass b/stylesheets/partials/_page.sass
new file mode 100644
index 00000000..f161adbc
--- /dev/null
+++ b/stylesheets/partials/_page.sass
@@ -0,0 +1,19 @@
+#page
+ +clearfix
+ background-color= !page_bg
+ .page_width
+ +clearfix
+ position: relative
+ padding:
+ top: 25px
+ bottom: 25px
+ background-color= !blog_bg
+ +easy-box-shadow(#ccc)
+ border:
+ left= "1px solid" !page_border_sides
+ right= "1px solid" !page_border_sides
+#main
+ width= !main_width
+ float: left
+ &.expanded
+ width: 100% \ No newline at end of file