diff --git a/ckanext/opendata_theme/extended_themes/bostonma/assets/css/custom.css b/ckanext/opendata_theme/extended_themes/bostonma/assets/css/custom.css index 30440083..51a535c6 100644 --- a/ckanext/opendata_theme/extended_themes/bostonma/assets/css/custom.css +++ b/ckanext/opendata_theme/extended_themes/bostonma/assets/css/custom.css @@ -275,8 +275,7 @@ ul.menu { padding: 15px 20px; } .btn-group > .btn, -.form-horizontal > .btn, -.btn-sm { +.form-horizontal > .btn { padding: 15px 20px; } .dropdown.btn-group > .btn, @@ -321,8 +320,9 @@ ul.menu { .btn-warning { text-shadow: none; } -.btn-small { +.btn-sm, .btn-group > .btn-sm { padding: 5px 10px; + font-size: 12px; } .carousel { line-height: inherit; @@ -1959,6 +1959,7 @@ section.tags h3 { } .dataset-item-extra { margin-top: 6px; + margin-left: 120px; } .dataset-list .dataset-item .dataset-resources { padding-left: 120px; diff --git a/ckanext/opendata_theme/extended_themes/virginiaogda/public/css/custom.css b/ckanext/opendata_theme/extended_themes/virginiaogda/public/css/custom.css index ea358624..89d7a984 100644 --- a/ckanext/opendata_theme/extended_themes/virginiaogda/public/css/custom.css +++ b/ckanext/opendata_theme/extended_themes/virginiaogda/public/css/custom.css @@ -1,7 +1,7 @@ -@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap"); +@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap"); /*Overwrite */ html, body { - font-family: "Montserrat", sans-serif !important; + font-family: "Roboto", sans-serif !important; font-size: 16px; font-weight: normal; line-height: 1.5; @@ -20,7 +20,7 @@ body .va-agency-bar-container { h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-weight: 300 !important; - font-family: "Montserrat", sans-serif !important; + font-family: "Roboto", sans-serif !important; } /* @@ -67,7 +67,7 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { height: 240px; width: 240px; border-radius: 40px; - background-color: #77C5EB; + background-color: #bfd7dd; padding: 12px; margin: 1rem; display: flex; @@ -97,7 +97,7 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { } .main-browse .module-content .cards .card .card-body .card-text { position: relative; - color: #000000; + color: #002c56; margin: 0; } .main-browse .module-content .cards .card .card-body .card-text.stat-number { @@ -116,7 +116,7 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { .main-popular .container .module-content h2, .main-showcase .container .module-content h2 { font-size: 36px; - color: #075A83; + color: #173055; font-weight: bold !important; border-bottom: 4px solid #075A83 !important; } @@ -124,7 +124,7 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { .main-featured .container .module-content h2 a, .main-popular .container .module-content h2 a, .main-showcase .container .module-content h2 a { - text-decoration: none; + color: #173055; } .main-browse .container .module-content h2 a:hover, .main-featured .container .module-content h2 a:hover, @@ -238,10 +238,13 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { .main-groups .container .module-content h2 { font-size: 36px; - color: #075A83; + color: #173055; font-weight: bold !important; border-bottom: 4px solid #075A83 !important; } +.main-groups .container .module-content h2 a { + color: #173055; +} .main-groups .container .module-content .groups-wrapper { display: flex; justify-content: flex-start; @@ -268,21 +271,21 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { } .main-groups .container .module-content .groups-wrapper .group-wrapper a.browse-group:hover { text-decoration: underline; - color: #075A83; } .main-groups .container .module-content .groups-wrapper .group-wrapper a.browse-group img.browse-group-image { width: 144px; height: 144px; - border-radius: 100%; - background: #77C5EB; - padding: 15px; + border-radius: 50%; + background: #bfd7dd; + padding: 10px; max-width: 144px; max-height: 144px; - margin: 15px auto; + margin: 10px auto; + object-fit: contain; } .main-groups .container .module-content .groups-wrapper .group-wrapper a.browse-group .browse-group-title { text-align: center; - color: #206b82; + color: #173055; font-size: 24px; } diff --git a/ckanext/opendata_theme/extended_themes/virginiaogda/public/img/BarGraph-icon.png b/ckanext/opendata_theme/extended_themes/virginiaogda/public/img/BarGraph-icon.png new file mode 100644 index 00000000..805d3201 Binary files /dev/null and b/ckanext/opendata_theme/extended_themes/virginiaogda/public/img/BarGraph-icon.png differ diff --git a/ckanext/opendata_theme/extended_themes/virginiaogda/public/img/People-connectors-icon.png b/ckanext/opendata_theme/extended_themes/virginiaogda/public/img/People-connectors-icon.png new file mode 100644 index 00000000..632944b9 Binary files /dev/null and b/ckanext/opendata_theme/extended_themes/virginiaogda/public/img/People-connectors-icon.png differ diff --git a/ckanext/opendata_theme/extended_themes/virginiaogda/public/img/Suitcase-icon.png b/ckanext/opendata_theme/extended_themes/virginiaogda/public/img/Suitcase-icon.png new file mode 100644 index 00000000..9e89f57c Binary files /dev/null and b/ckanext/opendata_theme/extended_themes/virginiaogda/public/img/Suitcase-icon.png differ diff --git a/ckanext/opendata_theme/extended_themes/virginiaogda/templates/home/snippets/stats.html b/ckanext/opendata_theme/extended_themes/virginiaogda/templates/home/snippets/stats.html index abe845bd..c7fe5d2d 100644 --- a/ckanext/opendata_theme/extended_themes/virginiaogda/templates/home/snippets/stats.html +++ b/ckanext/opendata_theme/extended_themes/virginiaogda/templates/home/snippets/stats.html @@ -8,7 +8,7 @@