summaryrefslogtreecommitdiff
path: root/media/sass/base.sass
blob: d0fdb91a6ad1fb571b9c904a83857858f8ee7f4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
@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
@import _projects.sass


body#projects 
    h3
        +headline-sans
    article p
        font-size: 1.4em



#featured-image img
    margin-left= !pad
    margin-bottom= 78px

p.hyphenate
    text-align: justify
    

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

span.button
    display: block
    +sm-sans
    margin: 10px 10px 0 0
    width: auto
    +sm-sans
    font-size: 10px
    a
        padding: 9px 14px 7px 14px
        font-weight: bold
        line-height: 25px
        text-transform: uppercase
        background= #d7d7d7
        color: #666
        -moz-border-radius: 25px
        -webkit-border-radius: 25px
    a:hover
        background= !luxagraf_orange
        color: #fff
        
section#writing-tease
    h2
        margin: 24px 0 24px 0
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
        //min-height: 50px
        margin: 0
    p
        margin: 0
    p.hyphenate
        margin-top: 3px
        text-align: justify
    img
        margin-top: 4px
    .location, time
        +tiny-serif
        line-height= 3em
        margin: 0
        padding: 0
        font-size: .7em
        text-align: left