From 71159b5c3719e90cf65e0f71ea31b6e4ee22429a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Tue, 1 Oct 2019 13:57:39 -0400 Subject: [PATCH] Commit compiledCSS --- .../custom/geofresco/dist/css/global.css | 48 ++++++++++++------- 1 file changed, 32 insertions(+), 16 deletions(-) diff --git a/web/themes/custom/geofresco/dist/css/global.css b/web/themes/custom/geofresco/dist/css/global.css index 1183090..2c20730 100644 --- a/web/themes/custom/geofresco/dist/css/global.css +++ b/web/themes/custom/geofresco/dist/css/global.css @@ -8274,21 +8274,10 @@ label.panel-block { .featured-image .background-replacement-for-no-image { height: 16rem; } } -.page--content-item--gleaning .page-title { - background-color: #ffdd57; } - -.page--content-item--article .background-replacement-for-no-image { - background-color: #478D00; } - -.page--content-item--blog .background-replacement-for-no-image { - background-color: #4391E0; } - +/* All classes that are mostly about adding color. */ .background-replacement-for-no-image { background-color: cadetblue; } -.page--content-item--collection .background-replacement-for-no-image { - background-color: #AD7442; } - /* Front page view titles and more links get un-SMACSS targeting, sorry. */ .block-views-blockhome-page-views-block-articles { border-top: 2px solid #478D00; } @@ -8304,18 +8293,45 @@ label.panel-block { background-color: #4391E0; padding: 2px 0.2em 0 0.2em; } +.page--content-item--article .background-replacement-for-no-image, .block-views-blockhome-page-views-block-articles .button, -.is-article { +.is-article .background-replacement-for-no-image { background-color: #478D00; color: white; } + .page--content-item--article .background-replacement-for-no-image a, .block-views-blockhome-page-views-block-articles .button a, - .is-article a { + .is-article .background-replacement-for-no-image a { color: white; } +.page--content-item--blog .background-replacement-for-no-image, .block-views-blockhome-page-views-block-blogs .button, -.is-blog { +.is-blog .background-replacement-for-no-image { background-color: #4391E0; color: white; } + .page--content-item--blog .background-replacement-for-no-image a, .block-views-blockhome-page-views-block-blogs .button a, - .is-blog a { + .is-blog .background-replacement-for-no-image a { color: white; } + +.page--content-item--collection .background-replacement-for-no-image, +.block-views-blockhome-page-views-block-collections .button, +.is-collection .background-replacement-for-no-image { + background-color: #AD7442; + color: white; } + .page--content-item--collection .background-replacement-for-no-image a, + .block-views-blockhome-page-views-block-collections .button a, + .is-collection .background-replacement-for-no-image a { + color: white; } + +.page--content-item--gleaning .background-replacement-for-no-image, +.block-views-blockhome-page-views-block-gleanings .button, +.is-gleaning .background-replacement-for-no-image { + background-color: #ffdd57; + color: #0a0a0a; } + .page--content-item--gleaning .background-replacement-for-no-image a, + .block-views-blockhome-page-views-block-gleanings .button a, + .is-gleaning .background-replacement-for-no-image a { + color: #0a0a0a; } + +.page--content-item--gleaning .page-title { + background-color: #ffdd57; }