From 43197a2ffed95ad262ab392d949eca8057206616 Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 10 Oct 2020 01:15:09 +0200 Subject: [PATCH] style updates to static site --- brc_static/css/styles.css | 49 +++++++++++++++++++++++++++++++++------ brc_static/index.html | 4 ++-- 2 files changed, 44 insertions(+), 9 deletions(-) diff --git a/brc_static/css/styles.css b/brc_static/css/styles.css index cc57990..bac2b36 100644 --- a/brc_static/css/styles.css +++ b/brc_static/css/styles.css @@ -152,6 +152,7 @@ p:last-of-type { font-weight: 300; display: block; font-size: 0.9em; + margin: 10px; } .title-cta { @@ -206,12 +207,14 @@ p:last-of-type { .button-accent { color: #ffffff; border-color: #ffffff; - cursor:pointer + cursor:pointer; + background: rgba(0,0,0,0.4); + box-shadow: 0px 0px 15px 5px #fff; } .button-accent:hover, .button-accent:focus { - background: #ffffff; + background: #fff; color: #232323; } @@ -258,9 +261,37 @@ p:last-of-type { } /* header =================== */ +@media only screen and (min-width: 1000px) { + header { + z-index: 1; + position: absolute; + top: 0px; + width: 100%; + } +} +@media only screen and (max-width: 500px) { + .nav li { + margin-left: 2px !important; + margin-right: 2px !important; + width: 20vw; + } +} +@media only screen and (min-width: 501px) and (max-width: 999px) { + .nav li { + margin-left: 2px !important; + margin-right: 2px !important; + width: 100px; + } +} +@media only screen and (min-width: 1000px) { + .nav li { + width: 100px; + } +} header { - margin: 1rem 0; + background: rgba(0,0,0,0.4); + margin: 0px; } .nav ul { @@ -272,21 +303,24 @@ header { .nav li { display: inline-block; margin: 1em; + text-align: center; } .nav a { font-weight: 900; text-decoration: none; - padding: 0.5em; + /*! padding: 0.5em; */ text-transform: uppercase; color: white; - font-size: 0.8rem; + font-size: 10pt; + /*! font-weight: bold; */ } -.nav a:hover, -.nav a:focus { +.nav a:hover { color: #ddd; + font-size: 11pt; + /*! font-weight: bold; */ } .logo { @@ -301,6 +335,7 @@ header { background-size: cover; background-position: center; padding: 10em 0; + top: 0px; color: #fff; } diff --git a/brc_static/index.html b/brc_static/index.html index 4663d4d..a274edb 100644 --- a/brc_static/index.html +++ b/brc_static/index.html @@ -25,7 +25,7 @@
@@ -79,7 +79,7 @@

Who we are

Bricabracomania metalworks is home of antique-inspired, alternative jewelry with an obscure, sculptural twist.

Every design is created with passion and devotion in the best traditions of wax carving by hand, experimenting with forms and textures, as well as unconventional material combinations and patinas.

-

We celebrate statement pieces, bold designs and mix of eras – from classical forms of ancient Rome to intricate details of Victorian memorabilia. Inspired by legends, religious motives and the occult, pirate tales and cabinets of curiosities, these creations are meant to become life companions and talismans for their owners.

+

We celebrate statement pieces, bold designs and mix of eras – from classical forms of ancient Rome to intricate details of Victorian memorabilia. Inspired by legends, religious motives and the occult, pirate tales and cabinets of curiosities, these creations are meant to become life companions and talismans for their owners.