aboutsummaryrefslogtreecommitdiff
path: root/stylesheets/partials
diff options
context:
space:
mode:
authorB Mathis <brandon@imathis.com>2009-11-14 13:08:19 -0600
committerB Mathis <brandon@imathis.com>2009-11-14 13:08:19 -0600
commitbdc66eabdfca4ae623ec359cd7751d60fbffc06e (patch)
treeeac3ee414a36b8aef1be3df7379067bfce719c4a /stylesheets/partials
parentfe3590beae286efa61633294d7fc407d34759551 (diff)
downloadmy_new_personal_website-bdc66eabdfca4ae623ec359cd7751d60fbffc06e.tar.xz
my_new_personal_website-bdc66eabdfca4ae623ec359cd7751d60fbffc06e.zip
reorganized stylesheets
Diffstat (limited to 'stylesheets/partials')
-rw-r--r--stylesheets/partials/_footer.sass13
-rw-r--r--stylesheets/partials/_header.sass12
-rw-r--r--stylesheets/partials/_navigation.sass41
-rw-r--r--stylesheets/partials/_page.sass19
-rw-r--r--stylesheets/partials/_sidebar.sass14
5 files changed, 99 insertions, 0 deletions
diff --git a/stylesheets/partials/_footer.sass b/stylesheets/partials/_footer.sass
new file mode 100644
index 00000000..16ec40ff
--- /dev/null
+++ b/stylesheets/partials/_footer.sass
@@ -0,0 +1,13 @@
+#footer
+ position: relative
+ z-index: 2
+ font-size= !base_font_size_small
+ clear: both
+ padding= !base_font_size * 1.5 0
+ color= !footer_color
+ +h-linear-gradient(darken(!body_bg, 25), !body_bg)
+ border-top= "14px solid" !footer_bg
+ a
+ color= #ddd
+ &:hover
+ color = #fff \ No newline at end of file
diff --git a/stylesheets/partials/_header.sass b/stylesheets/partials/_header.sass
new file mode 100644
index 00000000..8ab6ad1b
--- /dev/null
+++ b/stylesheets/partials/_header.sass
@@ -0,0 +1,12 @@
+#header
+ background-color= !header_bg
+ border-bottom= "1px solid" !header_border
+ padding: 30px 0
+ .page_width
+ position: relative
+ a.title
+ font-size= !h1
+ +heading-font
+ display: inline-block
+ color= !title_color
+ text-decoration: none \ No newline at end of file
diff --git a/stylesheets/partials/_navigation.sass b/stylesheets/partials/_navigation.sass
new file mode 100644
index 00000000..bdbf5115
--- /dev/null
+++ b/stylesheets/partials/_navigation.sass
@@ -0,0 +1,41 @@
+#nav
+ +clearfix
+ position: relative
+ z-index: 1
+ padding: 6px 0
+ background:
+ color= !nav_bg
+ image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#ddd), color-stop(0.3, #f4f4f4))
+ image: -moz-linear-gradient(left top, left bottom, from(#fcfcfc), to(#ddd), color-stop(0.3, #f4f4f4))
+ border:
+ top= "1px solid" !nav_border_top
+ bottom= "1px solid" !nav_border_bottom
+ ul
+ position: relative
+ +horizontal-list
+ margin: 0 auto
+ overflow: visible
+ li
+ padding: 0 15px
+ border-left= "1px solid" !nav_border_left
+ border-right= "1px solid" !nav_border_right
+ &.alpha
+ border-left: none
+ padding-left: 0
+ &.omega
+ border-right: 0
+ &.subscribe
+ position: absolute
+ left= !page_width - !sidebar_width - !sidebar_margin/2
+ border: none
+ a
+ display: inline-block
+ padding-left: 28px
+ background: url("/images/rss.png") left top no-repeat
+ a
+ display: inline-block
+ color= !nav_color
+ line-height: 150%
+ text-decoration: none
+ &:hover
+ color= !nav_color_hover \ No newline at end of file
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
diff --git a/stylesheets/partials/_sidebar.sass b/stylesheets/partials/_sidebar.sass
index 44331b18..851a9f5a 100644
--- a/stylesheets/partials/_sidebar.sass
+++ b/stylesheets/partials/_sidebar.sass
@@ -1,3 +1,17 @@
+#sidebar
+ float: left
+ width= !sidebar_width
+ margin-left= !sidebar_margin
+ font-size: 80%
+ line-height: 1.625em
+ h4
+ margin: 20px 0 0
+ &:first-child
+ margin-top: 10px
+ .small
+ +sans-font
+ font-size: 50%
+
#twitter, #delicious
+border-radius
background: #f8f8f8