diff --git a/homepage/pelicanconf.py b/homepage/pelicanconf.py index 7ab69bf..bbd8bea 100644 --- a/homepage/pelicanconf.py +++ b/homepage/pelicanconf.py @@ -48,6 +48,11 @@ PLUGINS = ['decorate_content', 'assets'] # maps any CSS selector to a list of classes to be added DECORATE_CONTENT = { +'h2': ['pa0', 'ma0'], +'h3': ['pa0', 'ma0'], +'h4': ['pa0', 'ma0'], +'h5': ['pa0', 'ma0'], +'h6': ['pa0', 'ma0'], 'p': ['pa0', 'ma0'] } diff --git a/homepage/theme/static/css/fix.css b/homepage/theme/static/css/fix.css index 88344f6..8d3938b 100644 --- a/homepage/theme/static/css/fix.css +++ b/homepage/theme/static/css/fix.css @@ -16,6 +16,9 @@ CUSTOM COLORS .fnt-cclr-mid-black { /* font color */ color: #39352A; } +.brd-cclr-mid-black { /* button border color */ + border-color: #39352A; + } .cclr-mid-grey { background-color: #898989; } @@ -41,7 +44,24 @@ LAYOUT position: static; } } - +.w55 { + width: 18rem; +} + + +/* --------------------------------------------------- +TYPO +----------------------------------------------------*/ +.f25 { + font-size: 1.9rem; +} +span { + display: table; +} +em { + background: linear-gradient(transparent 66%, #fde28c 66%); + font-style: normal; +} @@ -199,4 +219,28 @@ nav ul li ul li a { } #nav-toggle.active span:after { transform: rotate(-45deg); -} \ No newline at end of file +} + + +/* --------------------------------------------------- +GRAPHICS +----------------------------------------------------*/ +#bg-intro { + background: url(/theme/images/gfx-intro.svg) no-repeat center; +} +#bg-feature { + background: url(/theme/images/gfx-pattern-mint-bright.svg) center; +} +/* +#bg-cta-top { + background: url(/theme/images/gfx-object-white.svg) center; +} + +#bg-outro { + background: url(/theme/images/gfx-pattern-yellow-bright.svg) center; +} + +#bg-cta-bottom { + background: url(/theme/images/gfx-pattern-yellow-bright.svg) center; +} +*/ \ No newline at end of file diff --git a/homepage/theme/static/images/gfx-intro.svg b/homepage/theme/static/images/gfx-intro.svg index 83d6194..42bd18a 100644 --- a/homepage/theme/static/images/gfx-intro.svg +++ b/homepage/theme/static/images/gfx-intro.svg @@ -1 +1,56 @@ - \ No newline at end of file + + + + + + image/svg+xml + + + + + + + + + diff --git a/homepage/theme/templates/base.html b/homepage/theme/templates/base.html index 40f92c8..e673a6b 100644 --- a/homepage/theme/templates/base.html +++ b/homepage/theme/templates/base.html @@ -32,9 +32,9 @@ {% endif %} {% endblock %} - + -