diff options
Diffstat (limited to 'media/sass')
-rw-r--r-- | media/sass/_768.sass | 10 | ||||
-rw-r--r-- | media/sass/_992.sass | 39 | ||||
-rw-r--r-- | media/sass/_typography.sass | 7 |
3 files changed, 46 insertions, 10 deletions
diff --git a/media/sass/_768.sass b/media/sass/_768.sass index f1f0d68..2b89230 100644 --- a/media/sass/_768.sass +++ b/media/sass/_768.sass @@ -7,7 +7,7 @@ margin-top: 2em height: 60px padding-bottom: 12px - border-bottom: 2px solid $brown + border-bottom: 1px solid $brown margin-bottom: 2em h1 float: left @@ -104,9 +104,13 @@ 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: 38px 10px 5px 0 + padding: 35px 10px 5px 0 // generic two col layout .col @@ -402,4 +406,4 @@ margin: 0px 0 0 44px footer[role='contentinfo'] nav - border: none
\ No newline at end of file + border: none diff --git a/media/sass/_992.sass b/media/sass/_992.sass index 092504d..9cb47a3 100644 --- a/media/sass/_992.sass +++ b/media/sass/_992.sass @@ -104,15 +104,17 @@ float: right margin-bottom: 3em .map-legend + ul + margin-bottom: 1em h4 - margin-bottom: .5em + margin-bottom: .3em letter-spacing: 1px font-size: .75em text-transform: uppercase li display: block font-size: .875em - margin: 3px 0 + margin: 2px 0 li:after content: "" .two @@ -134,5 +136,34 @@ .map-container margin-left: 17em -///mediaquery - + //The new guide section + .guide + .intro + margin-bottom: 2.5em + .formatted + column-count: 3 + column-gap: 1.5em + -moz-column-count: 3 + -moz-column-gap: 24px + -webkit-column-count: 3 + -webkit-column-gap: 1.5em + img + border: 8px $brown solid + .date, .meta + float: left + .meta + line-height: 18px + .tags + margin: 20px 0 10px 0 + .guide-dek + padding: 0 + width: 610px + float: right + h1 + margin: 0 !important + article:after, .intro:after + content: "." + display: block + height: 0 + clear: both + visibility: hidden diff --git a/media/sass/_typography.sass b/media/sass/_typography.sass index 5dd39cf..64f25fc 100644 --- a/media/sass/_typography.sass +++ b/media/sass/_typography.sass @@ -35,12 +35,13 @@ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, html overflow-y: scroll background: rgb(255, 255, 255) /*url(../img/grid.jpg) 50% 0 repeat-y*/ + border-top: 3px $brown solid body margin: 0 auto padding: 0 width: 90% - font: normal 100% unquote("Hoefler Text"), Georgia, unquote("Times New Roman"), Times, serif + font: normal 100% ff-meta-serif-web-pro, unquote("Hoefler Text"), Georgia, unquote("Times New Roman"), Times, serif color: $brown background-color: transparent @@ -168,10 +169,10 @@ pre, code padding: 18px 10px 5px 0 overflow: visible .double .drop, .drop-small - font-size: 2.9em + font-size: 3.1em display: block float: left - padding: 18px 8px 5px 0 + padding: 16px 8px 5px 0 overflow: visible .button display: block |