diff --git a/build/css/_settings.css b/build/css/_settings.css index 9f6743012..b1e970be0 100644 --- a/build/css/_settings.css +++ b/build/css/_settings.css @@ -42,6 +42,9 @@ // 37. Top Bar @import 'util/util'; +@import url(https://fonts.googleapis.com/css?family=Slabo+27px); +/*@import url(http://fonts.googleapis.com/css?family=Open+Sans);*/ + // 1. Global // --------- @@ -63,7 +66,7 @@ $black: #0a0a0a; $white: #fefefe; $body-background: $white; $body-font-color: $black; -$body-font-family: 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif; +$body-font-family: 'Slabo 27px', serif; $body-antialiased: true; $global-margin: 1rem; $global-padding: 1rem; @@ -104,10 +107,10 @@ $block-grid-max: 8; // 4. Base Typography // ------------------ -$header-font-family: $body-font-family; +$header-font-family: 'Slabo 27px', serif; $header-font-weight: $global-weight-normal; $header-font-style: normal; -$font-family-monospace: Consolas, 'Liberation Mono', Courier, monospace; +$font-family-monospace: 'Slabo 27px', serif; $header-color: inherit; $header-lineheight: 1.4; $header-margin-bottom: 0.5rem; @@ -618,4 +621,3 @@ $topbar-submenu-background: $topbar-background; $topbar-title-spacing: 0.5rem 1rem 0.5rem 0; $topbar-input-width: 200px; $topbar-unstack-breakpoint: medium; - diff --git a/build/css/styles.css b/build/css/styles.css index 68a79a569..b093a2f1d 100644 --- a/build/css/styles.css +++ b/build/css/styles.css @@ -1,12 +1,23 @@ @include foundation-everything; +@import url('https://fonts.googleapis.com/css?family=Slabo+27px'); + +* { + font-family: 'Slabo 27px', serif; +} main { background: lightblue; + font-family: 'Slabo 27px', serif; } header { - background-color: lightgreen; + background-color: white; padding: 0.5rem; + font-family: 'Slabo 27px', serif; +} + +h1 { + text-align: center; } #completed-checkbox { @@ -37,8 +48,31 @@ aside label { div { display: inline; } -/* -* { - border-style: solid; + + +#order-form { + z-index: 10; + width: 50%; + height: 60%; + top: 30%; + left: 30%; + background-color: white; + text-align: center; + margin-left: 20%; + margin-right: 20%; + border: 2px solid black; + font-family: 'Slabo 27px', serif; } -*/ + + li{ + vertical-align: top; + margin: 5px; + list-style: none; + width:300px; + display: inline-block; + } + + p.title{ + background-color: rgba(193, 66, 66, 0.8); + vertical-align: bottom; + } diff --git a/build/index.html b/build/index.html index 03869595f..c3be4df90 100644 --- a/build/index.html +++ b/build/index.html @@ -5,11 +5,78 @@ -