diff --git a/web/themes/custom/geofresco/dist/css/global.css b/web/themes/custom/geofresco/dist/css/global.css index ca97743..ebb3b6b 100644 --- a/web/themes/custom/geofresco/dist/css/global.css +++ b/web/themes/custom/geofresco/dist/css/global.css @@ -3082,6 +3082,10 @@ a.tag:hover { color: #8FB489; font-size: 1.2rem; } +/* Give some space above the subtitle. */ +.featured-image { + margin-bottom: 0.5rem; } + .input, .textarea, .select select { background-color: white; border-color: #dbdbdb; @@ -6036,6 +6040,8 @@ label.panel-block { /** * Give enough of a background around text in the footer that it is legible on * any part of the grassy field image used as the background. + * + * The link and changed text are not dark so we need a pretty high opacity. */ .footer .views-field .field-content { background-color: rgba(248, 248, 248, 0.9); @@ -6049,6 +6055,11 @@ label.panel-block { margin-bottom: 0.4rem; text-align: right; } +.title span { + background-color: rgba(248, 248, 248, 0.66); + padding: 0.2em; + border-radius: 0.3em; } + .column { display: block; -ms-flex-preferred-size: 0; @@ -8205,6 +8216,12 @@ label.panel-block { .logo > .image { display: inline-block; } +/* Allow the primary page content to be flush with the bottom of the slogan. */ +.main-section { + padding-top: 0; } + .main-section .group-header { + padding-top: 0; } + /* On any page except the home, drop the title over (where we want) the image (to be). */ .page-title { height: 0;