summaryrefslogtreecommitdiff
path: root/design/old/v6/_768.sass
blob: 9c4f8b82357ef52f960ce03d8968d421223fdc2e (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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
//768px 
@media only screen and (min-width: 768px)

    //****************  Masthead  ************************
    
    header[role="banner"]
        margin-top: 2em
        height: 60px
        padding-bottom: 12px
        border-bottom: 1px solid $brown
        margin-bottom: 2em
        h1
            float: left
            width: 160px
            margin-top: -12px
        h2
            background: url('/media/img/text.png') 0 0 no-repeat
            margin-top: 5px
            float: left
        nav[role="navigation"]
            border: none
            float: left
            margin-left: 2em
            ul
                margin-top: 14px
    
    #breadcrumbs
        text-align: left


    //writing archives
    .archive
        article
            margin-bottom: 2em
            padding-bottom: 2em
            border: none
        h1, p
            float: left
            text-align: left
            margin: 0
        p
            line-height: 1.25em
        h1
            line-height: 2.4em
            margin-top: .15em
            width: 100%
        .dateline
            clear: left
            width: 38%
            
        .hyphenate
            text-align: justify
            width: 38%
            margin-top: .5em
            font-size: 1em
        time
            display: inline
            float: right
        img
            float: right
            width: 56%
    .home
        article
            clear: both
            min-height: 300px
            h1
                margin-top: 2em
                text-align: left
            .dateline
                text-align: left
            img
                margin-bottom: 2em
                margin-left: 2em 
                float: right
    //Photos
    #photo-galleries
        margin: 0 auto
        padding-left: 12px
        width: 100%
        img
            width: auto
        .legend
            width: 291px
        li
            float: left
            margin-right: 16px
    #photo-galleries:after
        content: "."
        display: block
        height: 0
        clear: both
        visibility: hidden
    
    //individual posts
    .single
        article
            width: 35.625em
            margin: 4em auto
            header
                width: 35.625em
                h1
                    font-size: 2em
                    text-align: left
                    margin: 0 0 .675em 0
                aside, time
                    text-align: left
    #code article h1, #contact article h1
        font-size: 2em
        text-align: left
        margin: 0 0 .675em 0
    .drop
        font-size: 4.8em
        padding: 35px 10px 5px 0
    
    // generic two col layout
    .col
        float: left
        width: 38%
        margin-right: 2em
    .two
        width: 53%
    .top
        margin-bottom: 2em
        font-size: .875em
        padding-bottom: 2em
        border-bottom: #e3e3e3 1px solid

    .top:after
        content: "."
        display: block
        height: 0
        clear: both
        visibility: hidden
        
    //#page-navigation
    //    margin-left: 10%
    // specifics for two column posts
    .double article[role="main"]
        header
            width: 9em
            float: left
            margin-left: 0
            h1, aside
                text-align: right
                line-height: 1.1em
                margin-top: 16px
            h1
                font-size: 1.875em
            time
                display: block
                text-align: right
        .col
            margin-left: 1.25em
            width: 34%
        .sec
            margin-right: 0
            margin-left: 1em
        .narrow
            width: 35.625em
            margin: 0 auto
        //#page-navigation
        //    margin-left: 10%
    
    .post-body-single .legend
        width: 98%
    .post-body-single
        p:first-of-type
            font-size: 1.25em
            line-height: 28px
    #about .post-body-single
        p:nth-of-type(1)
            font-size: 1.063em
    .addendum 
        line-height: 25px
        dt
            margin-left: -30px
            font-style: italic
            padding-left: 30px
            text-indent: -30px
            margin-bottom: .5em
        dd
            margin-left: 0
    h4.notes
        text-transform: uppercase
        font-size: 1em
    .pullquote
        width: 10em
        margin: 0 1em 1em -2em
        font-style: italic
        font-size: 1.3em
        float: left
        line-height: 1.6em
    //#page-navigation
      //  margin-left: 15%
    .numeral
        display: block
        font: bold 1.2em Helvetica, Verdana, sans-serif
        margin-bottom: 0
        margin-top: 60px
    
    .post-body-single h3
        font-size: 1.6em 
        line-height: 1.2em
        font-weight: normal


    .notes
        main h1
            float: none
            margin-bottom: 1em
            width: 100%
        main
            max-width: 600px
            margin-left: auto
            margin-right: auto
            margin-bottom: 5em
        article footer
            margin-top: 1em
        article p
            float: none
        .note--location
            float: left
        .note--date
            float: right 
        .note--twitter
            clear: both
            float: right
            padding-top: 1em
        time
            display: inline
            float: right
    .permalink
        main
            margin-top: 5em
            
    //map
    #map-canvas
        height: 400px
        
    //about
    #about img
        width: auto
        clear: both
    
    footer[role="contentinfo"]
        font-size: 110%
        nav
            border: none
            li
                margin: 0 .5em
    
    //******************************************************
    //******************************************************
    //**********         DARK PAGES           **************
    //******************************************************
    //******************************************************
    .dark
        header[role="banner"]
            h2
                background: url('/media/img/text.png') 0 -61px no-repeat 
    
        .park
            position: relative
            display: block
            margin: 2em 0 2em 0
            h1
                display: block
                position: absolute
                top: 0px
                background: $brown
                z-index: 1000
                +transparent_class
                color: white
                margin: 0
                width: 100%
                text-align: left
                line-height: 2em
                font-size: 2em
                padding-left: .25em
                
            .figure
                position: relative
                border: none
            .legend 
                position: absolute
                bottom: 0
                width: 100%
                margin: 0
                background: $brown
                +transparent_class
                h2
                    font: normal 1.2em/2.6 Helvetica, Verdana, sans-serif
                    color: white
                    margin: 0 0 0 1em
                    float: left
                    padding: .3em 0
            .legend:after
                content: "."
                display: block
                height: 0
                clear: both
                visibility: hidden
            .buttons

                margin: .5em 10px 0 0
                line-height: 2.6em
                float: right
                li
                    margin: 0 .25em
                    font-size: 10px
                a
                    font-weight: bold
                    padding: 0.875em 1.75em 0.75em
                    background: #463215
                    color: white
                    -moz-border-radius: 25px
                    -webkit-border-radius: 25px
                    border-radius: 25px
                    &:hover
                        background: $orange

            


    
    
    
    //******************************************************
    //******************************************************
    //**********         BLACK PAGES           **************
    //******************************************************
    //******************************************************

    .black
        header[role="banner"]
            border-bottom: 1px #ccc solid
            h2
                background: url('/media/img/text.png') 0 -121px no-repeat
        h6
            display: block
            text-align: center
            text-transform: uppercase
            font-size: .625em
            margin: 0 0 1.25em 0
            a
                color: #b5b5b5
            a:hover
                color: $orange
        #slides
            article
                position: relative
            img
                display: block
                margin: 0 auto
            .v
                width: auto
        .photo-options, .map-link
            display: block
        .figcaption
            margin: 0
            padding: 1em 0 1em 0
            h3
                float: left
                padding: 0
                font-weight: normal
            .caption
                border-right: 1px solid #1f1f21
                width: 58%
                float: left
                padding-right: 1em
                p
                    margin-left: .5em
                    font-size: .875em
                    clear: both
            .map-link
                float: right
                background: #211d19
                line-height: 1em
                color: white
                text-align: center
                text-transform: uppercase
                margin: 0 .25em
                font: normal .75em Helvetica, Verdana, sans-serif
                padding: .5em 1em
                -moz-border-radius: 1em
                -webkit-border-radius: 1em
                border-radius: 1em
            .map-link:hover
                background: $orange
            .photo-options
                float: left
                margin-left: 1em
                p
                    font: normal .75em Helvetica, Verdana, sans-serif
                    color: #414144
                    line-height: 1.5em
                    a
                        color: #414144
                        font-weight: normal
                    a:hover
                        color: $orange
            li
                display: inline
                margin: 0 .25em
                font: normal 1em Helvetica, Verdana, sans-serif
            a
                font-weight: bold
            p   
                margin: 0 1em
                color: #74757A
                font-size: 1em
        .figcaption:after
            content: "."
            display: block
            height: 0
            clear: both
            visibility: hidden
    
    
        .map-container
            //clear: left
            width: 469px
            height: 392px
            position: absolute
            bottom: 100px
            left: 20px
            z-index: 2000
            margin: 0
            padding: 0
            background: url("/media/img/mapbg.png") no-repeat top left
    
        .map-wrapper
            width: 400px
            height: 328px
            position: absolute
            bottom: 27px
            margin: 0px 0 0 44px
        footer[role='contentinfo']
            nav
                border: none