diff --git a/static/src/less/homepage.less b/static/src/less/homepage.less index e9ac845..41c183f 100644 --- a/static/src/less/homepage.less +++ b/static/src/less/homepage.less @@ -40,7 +40,6 @@ margin-top: 35px; margin-bottom: 35px; color: white; - font-size: 18px; } } diff --git a/static/src/less/style.less b/static/src/less/style.less index 6702993..5c165e0 100644 --- a/static/src/less/style.less +++ b/static/src/less/style.less @@ -17,6 +17,8 @@ html, body{ height: 100%; width: 100%; + font-weight: 300; + } p { @@ -78,7 +80,6 @@ footer { padding-top: 10px; padding-bottom: 15px; color: white; - font-size: 16px; background-color: #232323; a { color: #ff7f00; @@ -88,12 +89,14 @@ footer { } } .triple { - padding: 7px; + margin: 0 7px; + } + .powered-by { + font-size: @font-size-h6; } .social { - font-size: 25px; + font-size: 23px; margin: 0; - margin-top: 6px; padding: 7px; a { margin: 0 4px; @@ -104,7 +107,7 @@ footer { } } .ci-badge { - height: 23px; + height: @font-size-h4; margin-top: 10px; } } @@ -155,46 +158,42 @@ footer { .jumbotron.header { padding-top: 10px; padding-bottom: 0; - background-color: #232323; - color: white; - .box-shadow(0px 8px 10px 3px rgba(0,0,0,0.6)); - margin-bottom: 27px; + margin-bottom: 0; + background-color: @body-bg; @media (max-width: @screen-xs-max) { padding-top: 50px; } h1 { - margin: 15px 0; + margin: 5px 0; display: inline-block; } - .container { - position: relative; - #breadcrumbs { - text-align: right; - position: absolute; - bottom: 5px; - right: 0; - .breadcrumb { - background: transparent; - margin-bottom: 3px; - font-size: 17px; - padding: 0; - li::before { - content: "/"; - padding: 0 3px; - } - a { - .transition(color 0.4s); - color: white; - &:hover { - color: #ff7f00; - } - } - } - } + .image { + background-position: center; + background-size: cover; + background-repeat: no-repeat; + width: 100%; + height: 225px; + margin: 10px 0; } - @media (min-width: @screen-sm-min) { - & + div { - margin-top: 65px; +} + +#breadcrumbs { + text-align: right; + .breadcrumb { + background: transparent; + font-size: @font-size-h4; + margin: 10px 0; + padding: 0; + li::before { + content: "/"; + padding: 0 3px; + } + a { + .transition(color 0.4s); + color: #333; + &:hover { + color: #ff7f00; + } } } } diff --git a/static/src/less/variables.less b/static/src/less/variables.less index 8155f87..7ec8801 100644 --- a/static/src/less/variables.less +++ b/static/src/less/variables.less @@ -18,7 +18,7 @@ @font-family-serif: 'Roboto'; @font-family-monospace: Menlo, Monaco, Consolas, "Courier New", monospace; @font-family-base: @font-family-sans-serif; -@font-size-base: 17px; +@font-size-base: 15px; @font-size-large: ceil((@font-size-base * 1.25)); @font-size-small: ceil((@font-size-base * 0.85)); @font-size-h1: floor((@font-size-base * 2.6)); diff --git a/templates/base.html b/templates/base.html index 3a25fdf..7713b67 100644 --- a/templates/base.html +++ b/templates/base.html @@ -29,12 +29,14 @@
- About | View Source | Contact + About | + View Source | + Contact
Powered by Django, Inception Hosting, and a whole heap of Magic!