diff --git a/materialize/css/style.css b/materialize/css/style.css index ef98fb8..8b47533 100644 --- a/materialize/css/style.css +++ b/materialize/css/style.css @@ -1,3 +1,8 @@ +body { + color: #222; + font-family: sans-serif; +} + .galleries-grid { width: 100%; height: 100%; @@ -48,3 +53,42 @@ margin-top: 10em; margin-bottom: 8em; } + +.gallery-header > h1 { + font-size: 2.6vw; + text-transform: uppercase; + letter-spacing: 3px; + margin-bottom: 0; +} + +.gallery-header > h4 { + font-size: 1.4vw; + color: #444; + font-style: italic; + font-weight: normal; + font-family: serif; + margin-top: .5em; +} + +.gallery-title > h2 { + text-transform: uppercase; + margin-bottom: .2em; + letter-spacing: 2px; + font-size: 1.7vw; +} + +.gallery-title > h3 { + font-style: italic; + margin-top: 0; + margin-bottom: .7em; + font-family: serif; + font-weight: normal; +} + +.gallery-datetime { + margin-bottom: 1em; + font-family: serif; + text-transform: uppercase; + letter-spacing: 2px; + font-size: 11px; +} diff --git a/templates/example.html b/templates/example.html index 928cee3..b0796a4 100644 --- a/templates/example.html +++ b/templates/example.html @@ -11,7 +11,7 @@