From 0f05f1c1a9b00a691ec938e95a4109be8ca634e4 Mon Sep 17 00:00:00 2001 From: 53hornet <53hornet@gmail.com> Date: Thu, 4 Oct 2018 21:27:49 -0400 Subject: Added patterns and adjusted colors --- md/wedding/index.md | 5 +++-- md/wedding/styles.css | 29 +++++++++++------------------ 2 files changed, 14 insertions(+), 20 deletions(-) diff --git a/md/wedding/index.md b/md/wedding/index.md index 5149287..f62e681 100644 --- a/md/wedding/index.md +++ b/md/wedding/index.md @@ -3,12 +3,13 @@ pagetitle: Welcome ---
-# On *August 9th, 2019*, she'll kiss the groom and he'll kiss the bride. +# On August 9th, 2019 +## She'll kiss the groom and he'll kiss the bride ![The bride- and groom-to-be](bg.jpg) ## Amy & Adam Are Tying the Knot! -## Celebrate with us at the Crew's Nest, Put-in-Bay, Ohio +## Celebrate with us at The Crew's Nest, Put-in-Bay, Ohio ### RSVP Here! diff --git a/md/wedding/styles.css b/md/wedding/styles.css index cb435bc..594e895 100644 --- a/md/wedding/styles.css +++ b/md/wedding/styles.css @@ -1,7 +1,7 @@ /* stylesheet for wedding */ /* google fonts */ -@import url('https://fonts.googleapis.com/css?family=Arapey|Reenie+Beanie'); +@import url('https://fonts.googleapis.com/css?family=Arapey:400,400i|Fredericka+the+Great|Reenie+Beanie'); :root { /* custom colors */ @@ -46,11 +46,8 @@ body { margin: 0; padding: 0; height: 100%; - background-repeat: no-repeat; - background-position: center top; - background-attachment: fixed; - background-size: cover; - background-color: var(--teal); + background-color: #ffffff; + background-image: url("data:image/svg+xml,%3Csvg width='80' height='88' viewBox='0 0 80 88' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 21.91V26h-2c-9.94 0-18 8.06-18 18 0 9.943 8.058 18 18 18h2v4.09c8.012.722 14.785 5.738 18 12.73 3.212-6.99 9.983-12.008 18-12.73V62h2c9.94 0 18-8.06 18-18 0-9.943-8.058-18-18-18h-2v-4.09c-8.012-.722-14.785-5.738-18-12.73-3.212 6.99-9.983 12.008-18 12.73zM54 58v4.696c-5.574 1.316-10.455 4.428-14 8.69-3.545-4.262-8.426-7.374-14-8.69V58h-5.993C12.27 58 6 51.734 6 44c0-7.732 6.275-14 14.007-14H26v-4.696c5.574-1.316 10.455-4.428 14-8.69 3.545 4.262 8.426 7.374 14 8.69V30h5.993C67.73 30 74 36.266 74 44c0 7.732-6.275 14-14.007 14H54zM42 88c0-9.94 8.06-18 18-18h2v-4.09c8.016-.722 14.787-5.738 18-12.73v7.434c-3.545 4.262-8.426 7.374-14 8.69V74h-5.993C52.275 74 46 80.268 46 88h-4zm-4 0c0-9.943-8.058-18-18-18h-2v-4.09c-8.012-.722-14.785-5.738-18-12.73v7.434c3.545 4.262 8.426 7.374 14 8.69V74h5.993C27.73 74 34 80.266 34 88h4zm4-88c0 9.943 8.058 18 18 18h2v4.09c8.012.722 14.785 5.738 18 12.73v-7.434c-3.545-4.262-8.426-7.374-14-8.69V14h-5.993C52.27 14 46 7.734 46 0h-4zM0 34.82c3.213-6.992 9.984-12.008 18-12.73V18h2c9.94 0 18-8.06 18-18h-4c0 7.732-6.275 14-14.007 14H14v4.696c-5.574 1.316-10.455 4.428-14 8.69v7.433z' fill='%23009999' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E"); } article { @@ -77,9 +74,8 @@ figure figcaption { color: black; text-align: right; font-weight: 400; - font-size: 1em; - font-style: italic; - font-family: 'Arapey', serif; + font-size: 2em; + font-family: 'Reenie Beanie', cursive; } p { @@ -106,10 +102,9 @@ h1 { /* decorative page title */ margin: 0; font-weight: 400; font-size: 7em; - font-family: 'Reenie Beanie', cursive; + font-family: 'Fredericka the Great', cursive; text-align: center; - color: white; - text-shadow: 3px 3px 3px black; + color: black; } h2 { /* decorative page subtitle */ @@ -117,17 +112,15 @@ h2 { /* decorative page subtitle */ font-size: 4em; font-family: 'Reenie Beanie', cursive; text-align: center; - text-shadow: 3px 3px 3px black; - color: white; + color: black; } h3 { /* section title */ + margin: 1em; font-weight: 400; font-size: 3em; - font-family: 'Reenie Beanie', cursive; - color: white; - text-shadow: 3px 3px 3px black; + font-family: 'Arapey', serif; text-align: left; - margin: 1em; + color: black; } -- cgit v1.2.3