summaryrefslogtreecommitdiff
path: root/media/sass/base.sass
diff options
context:
space:
mode:
Diffstat (limited to 'media/sass/base.sass')
-rw-r--r--media/sass/base.sass92
1 files changed, 92 insertions, 0 deletions
diff --git a/media/sass/base.sass b/media/sass/base.sass
new file mode 100644
index 0000000..c3df2cf
--- /dev/null
+++ b/media/sass/base.sass
@@ -0,0 +1,92 @@
+@import _reset.sass
+@import _grid.sass
+@import _mixins.sass
+@import _globals.sass
+@import _writing.sass
+@import _photos.sass
+@import _maps.sass
+@import _about.sass
+@import _contact.sass
+
+body#projects
+ h3
+ +headline-sans
+ article p
+ font-size: 1.4em
+
+
+
+#featured-image img
+ margin-left= !pad
+ margin-bottom= 78px
+
+
+
+
+section#writing-tease, section#currently
+ +sm-sans
+ text-transform: uppercase
+ font-size: .8em
+ clear: both
+ width= !full
+ padding-top: 20px
+ //border-top= !luxagraf_brown 1px "solid"
+ border-top= #b9b9b9 1px "dotted"
+
+section#currently
+ padding: 0
+ margin-bottom: 0px
+ margin-top: 36px
+ border-top= !luxagraf_brown 1px "solid"
+ div.project-tease
+ font-size: 18px
+ line-height: 16px
+ margin-top: 8px
+ h4
+ font-size: 64px
+ line-height: 50px
+ float: left
+ margin: 0
+ span
+ font-size: 36px
+
+ a
+ display: block
+ width= !col4
+ float: left
+
+ p
+ font-size: .7em
+ text-transform: none
+ line-height: 50px
+ margin-left= !col8 - !pad
+ font-family= "Hoefler Text", Georgia, "Times New Roman", Times, serif
+ cite
+ padding-left: 4px
+
+section#fromthearc
+ clear: both
+ li
+ float: left
+ width= !col5+!pad
+ margin-bottom= !pad
+ h2
+ +small-serif
+ font-size: 2em
+ margin: 0
+ .col2
+ margin-left= !pad*2
+ margin-right= !pad*2
+ h3
+ +headline-sans
+ font-size: 1.2em
+ margin-bottom: 12px
+ min-height: 50px
+ .location,time
+ +tiny-serif
+ line-height= 2em
+ font-size: .7em
+ p
+ margin: 0
+ text-align: justify
+