diff --git a/css/main.css b/css/main.css index 7b9873129988743d85a76810cee51ca4c17724a5..4f9ee7e24a0e82e16fefd16176d7dc61596d2812 100644 --- a/css/main.css +++ b/css/main.css @@ -22,7 +22,7 @@ body { margin: 0; /* height: 100%; */ padding: 0; - background: #eee; + background: #222; } body { min-height: 100vh; @@ -40,7 +40,7 @@ body > footer { padding: 0 40px; } .pageContainer { - color: #121618; + color: #fff; background-image: url('../images/bg.png'); background-size: 110%; background-position: center -20px; diff --git a/css/news.css b/css/news.css index 6bac2c8d37ba778276a1805035f9625d12c64563..f42b725cafd0257f9e88fb76462575ecdeed209c 100644 --- a/css/news.css +++ b/css/news.css @@ -18,7 +18,7 @@ bottom: 0; height: 0; width: 100%; - background-image: linear-gradient(#eee, #eee), linear-gradient(45deg, transparent 75%, #eee 75%), linear-gradient(-45deg, transparent 75%, #eee 75%); + background-image: linear-gradient(#222, #222), linear-gradient(45deg, transparent 75%, #222 75%), linear-gradient(-45deg, transparent 75%, #222 75%); background-position: 0 0, 0 0, 0 0, 0 100%, 0 100%; background-size: auto auto, 15px 15px, 15px 15px, 15px 15px, 15px 15px; background-clip: padding-box, border-box, border-box, border-box, border-box; diff --git a/css/pizzaForm.css b/css/pizzaForm.css index e27f380711a551d28a66596da722976b765048b5..a383c6cce29af1d1eb69d7cf1e9fd02f08ac1f75 100644 --- a/css/pizzaForm.css +++ b/css/pizzaForm.css @@ -1,5 +1,6 @@ .pizzaForm { background: white; + color: #121618; padding: 50px; border: 1px #13181919 solid; outline: 20px hsl(240deg 0% 100%) solid; @@ -41,6 +42,25 @@ font-weight: lighter; text-transform: uppercase; } +.pizzaForm label:not(:first-of-type) { + margin-top: 30px; +} +.pizzaForm label small{ + margin-top: 5px; + text-transform: none; + font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif; + font-weight: normal; + font-style: italic; + font-size: 12px; + opacity: .6; + letter-spacing: 1; +} +.pizzaForm label code{ + font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif; + background-color: #13181919; + padding: 2px 4px; + border-radius: 3px; +} .pizzaForm input { border: 1px #eee solid; border-radius: 3px; @@ -61,4 +81,8 @@ .pizzaForm label { /* width: 60%; */ } +} +input::placeholder { + font-weight: lighter !important; + color: #ddd; } \ No newline at end of file diff --git a/css/pizzaList.css b/css/pizzaList.css index 6316940f17f5d19a2425f58bc9c5199a419c4ad6..367b1e21ca50315985d4bb8110ea4fd566c7e59e 100644 --- a/css/pizzaList.css +++ b/css/pizzaList.css @@ -31,7 +31,7 @@ transform: scaleX(-1) translateY(-50%); } .pizzaThumbnail { - background-color: #fff; + background-color: #131618; } .pizzaThumbnail a { /* background-color: #12161899; */ @@ -73,7 +73,7 @@ align-items: center; padding: 20px 20px; font-size: 16px; - background-color: #f9f9f9; + background-color: #131618; } .pizzaThumbnail a section:before { content: ''; @@ -85,7 +85,7 @@ height: 0; border-top: 20px solid transparent; border-bottom: 20px solid transparent; - border-right:20px solid #f9f9f9; + border-right:20px solid #131618; } .pizzaThumbnail a section h4 { text-align: center; @@ -94,7 +94,7 @@ font-size: 30px; letter-spacing: 2px; text-transform: uppercase; - color: #000; + color: #fff; /* color: #e2952d; */ margin: 0 0 15px; white-space: nowrap; @@ -102,6 +102,7 @@ .pizzaThumbnail a section h4:before, .pizzaThumbnail a section h4:after { content: '〜'; + color: #bbb; font-weight: lighter; display: inline-flex; font-size: 0.5em; @@ -115,18 +116,18 @@ list-style-type: none; padding: 0; margin: 0; - color: #555; + color: #bbb; } .pizzaThumbnail a:hover img { /* filter: contrast(1) grayscale(0) brightness(1); */ width: 48%; } .pizzaThumbnail a:hover section { - background-color: #fff; + background-color: #0d0e10; /* width: 52%; */ } .pizzaThumbnail a:hover section:before { - border-right-color: #fff; + border-right-color: #0d0e10; } @media (max-width: 1200px) { .pizzaThumbnail a img { diff --git a/images/bg.png b/images/bg.png index 2e9b88b936cba2b0e0f4ae3121bd021173a3587c..527ad6da900573e04398a43d9972ecd7f5e53ad2 100644 Binary files a/images/bg.png and b/images/bg.png differ