Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
7479eca
moved theme images to public-base-images
fpichardom May 19, 2025
ce8fab4
Added the compiled theme css file to public directory
fpichardom May 19, 2025
a0ec5d4
attempt to serve style files as webassets
fpichardom May 19, 2025
b082894
attempt to register theme webassets in base template
fpichardom May 19, 2025
2087bfa
removed modified page.html template until issue is found
fpichardom May 19, 2025
5b9dff2
Added in missing styles
connerchill May 19, 2025
61a4914
Remove conditional class from module-content div in notworking-page.html
fpichardom May 19, 2025
b3e4915
Rename not working template back to page.html
fpichardom May 19, 2025
9c6639a
Refactor CSS asset management through webassets
fpichardom May 21, 2025
1fe5ac1
Missing template file for mobile nav icon fix
connerchill May 21, 2025
faf8599
Fix for tags lengths
connerchill May 21, 2025
471257b
add collapse functionality to facets
fpichardom May 21, 2025
dbcd899
Reorganize elements in facet list template
fpichardom May 22, 2025
3692540
Add margin-bottom to facets
fpichardom May 22, 2025
6a3b268
filter collapse styles and markup for collapsed by default
connerchill May 22, 2025
cb99034
modify wording of home search panel
fpichardom May 26, 2025
15674c1
change dataset for digitization resources in header
fpichardom May 26, 2025
a68229a
add extra logos
fpichardom May 26, 2025
b2c7c5b
Fix FSU logo to be white
fpichardom May 26, 2025
bff012a
update logo components and intro text
fpichardom May 27, 2025
95baa0f
White background for tabbed sections
connerchill May 27, 2025
1e5387e
Add Alpine.js script to base template
fpichardom Jun 22, 2025
4c666de
Refactor home-about section text
fpichardom Jun 22, 2025
cd0c2f8
Remove filter icon from facet list heading
fpichardom Jun 22, 2025
d8dba87
remove: delete unused additional_info.html template file moved to dig…
fpichardom Jun 27, 2025
cf1d776
removed featured item image crop and adjusted size
connerchill Jul 1, 2025
adde434
Changes to data set styles
connerchill Jul 1, 2025
d95473b
New section header and about block, misc mobile color tweaks
connerchill Jul 2, 2025
40d45c6
added missing markup for featured content headline
connerchill Jul 3, 2025
f7d5c09
Styles and markup for resource info
connerchill Jul 7, 2025
58b03c5
refactor: move fix showing item tags and language display
fpichardom Jul 7, 2025
abe7f5d
Fixes for broken styles
connerchill Jul 8, 2025
3c64ff5
responsive tweak to homepage about blocks
connerchill Jul 9, 2025
81a71ec
css tweaks
connerchill Jul 17, 2025
f81af70
update labels from datasets to resources
fpichardom Jul 17, 2025
bbb0dd4
feat: update element wording in header navigation label
fpichardom Jul 18, 2025
03dafad
comment css tweaks
connerchill Jul 18, 2025
51bb725
add base subtitle of Organization and Groups to featured content section
fpichardom Jul 23, 2025
2144cdb
chore: center subheadings
fpichardom Jul 23, 2025
cc623bb
fix: adjust spacing in homepage section elements
fpichardom Jul 31, 2025
c9b283b
fix custom tag link in homepage
fpichardom Aug 1, 2025
db92a87
fix custom link for tags in search page items
fpichardom Aug 1, 2025
9079bdc
fix: tag custom link in dataset info page
fpichardom Aug 1, 2025
4fa6c15
chore: replace digitization resources for resources
fpichardom Aug 1, 2025
2f24dfe
chore: fix dataset wording in groups and organizations
fpichardom Aug 1, 2025
4f05bdc
chore: replace dataset entries for resources
fpichardom Aug 1, 2025
104c91a
fix: bug created by previous implementation of custom tag links
fpichardom Aug 1, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions ckanext/digitizationknowledge_theme/assets/scss/_comments.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,22 @@
}
background:#F2F2F5;
padding:30px;
}

.comment-action.flag-button {
display: flex;
align-items: center;
}

.comment-flagged {
display: flex;
align-content: center;
line-height: 1;
i {
margin-right:5px;
}
}

.notification-actions {
margin-top:15px;
}
63 changes: 48 additions & 15 deletions ckanext/digitizationknowledge_theme/assets/scss/_dataset.scss
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
.dataset-item {
padding-bottom: 20px;
background-color:#f8f8fb;

padding: 20px;
margin-bottom: 20px;
position:relative;
&:not(:last-of-type):before {
display:block;
content:"";
position:absolute;
height:1px;
width:100%;
bottom:0;
left:0;
border-bottom: 1px solid #FFFFFF;
box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

}
.dataset-item.module-content {
margin-bottom: 20px !important;
}
.dataset-item.module-content:nth-child(1) {
margin-top: 20px !important;
}


Expand All @@ -28,6 +26,11 @@
padding-bottom: 0;
}


.dataset-content {

}

.dataset-heading {
font-size: 16px;
margin-top: 0;
Expand Down Expand Up @@ -58,7 +61,36 @@
}
color:white;
}
.dataset-resources-wrapper {
padding-top:20px;
position:relative;
&:before {
display:block;
content:"";
position:absolute;
height:1px;
width:100%;
top:0;
left:0;
border-bottom: 1px solid #e5e5e5;
}

}
.dataset-resources__top{
margin-bottom:.5rem;
display:flex;
align-items:center;
}

.dataset-resources__bottom{
list-style: none;
padding:0 ;
display:flex;
align-items:center;
li {
margin-right:.5rem;
}
}
.dataset-resources {
margin-top: 8px;
}
Expand Down Expand Up @@ -188,11 +220,12 @@
transition:color .2s background .2s;
background:transparent;
border: 1px solid var(--badge-color);
--badge-color:white;
--badge-color:#11131E;
color: var(--badge-color);
&:hover {
background: var(--badge-color);

background: var(--badge-color);
color:white;
text-decoration:none;
}
}
.badge[data-format=html],
Expand Down
14 changes: 12 additions & 2 deletions ckanext/digitizationknowledge_theme/assets/scss/_home-about.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,33 @@
}

.home-about-blocks {
display:flex;
flex-wrap:wrap;
&__headline {
margin-bottom:1rem;
font-size: 20px;
text-align:center;

}
}

.home-about-block {
text-align:center;
width:100%;
@include media-breakpoint-up(lg) {
width:33%;
}
&:not(:last-of-type) {
margin-bottom:2rem;
}
background:white;
display:flex;
flex-direction:column;
align-items:center;
padding:30px;
&__graphic {
margin-right:30px;
width:100%;
max-width:200px;
margin-bottom:1rem;
}
&__headline {
font-size:25px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,21 +64,24 @@
}
.tags {
border-radius: 90px;
display:flex;
display:inline-flex;
flex-wrap:wrap;
flex-direction:column;
.tag:not(:last-of-type) {
@include media-breakpoint-down(sm) {
margin-bottom:1rem;
}
}
.tag {
margin:5px;
}

@include media-breakpoint-up(lg) {
background: rgba(27, 45, 118, 0.4);
flex-direction:row;
padding: 12px 12px 12px 25px;
}
align-items:center;
justify-content:space-between;

h3 {
font-size: $font-size-base;
Expand Down
36 changes: 36 additions & 0 deletions ckanext/digitizationknowledge_theme/assets/scss/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,12 @@
color: #A5A5CA;
}
}
[data-bs-toggle="collapse"] .fa-chevron-down {
transition: transform 0.2s ease;
}
[data-bs-toggle="collapse"][aria-expanded="false"] .fa-chevron-down {
transform: rotate(-90deg);
}
}

@include media-breakpoint-down(md) {
Expand Down Expand Up @@ -278,3 +284,33 @@
.view-preview-container {
margin-top: 20px;
}


.section-header {
margin-bottom:2rem;

}
.section-header__headline-wrap {
text-align:center;
color:white;
background: linear-gradient(90deg, rgba(19, 42, 136, 0.7) 0%, rgba(4, 134, 123, 0.7) 100%), linear-gradient(0deg, rgba(56, 80, 174, 0.4), rgba(56, 80, 174, 0.4)), url("#{$imagePath}/section-header.jpg");
border-radius: 15px;
background-size:cover;
padding: 30px 20px;
margin-bottom:2rem;
}

.section-header__headline {
margin:0;
@include media-breakpoint-up(lg) {
font-size:35px;
}
}

.section-header__copy {
text-align:center;
margin:0 auto;
@include media-breakpoint-up(lg) {
width:58%;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ $notificationsBg: #C9403A;

&:hover,
&:focus {
color: $white;
text-decoration: if($link-hover-decoration == underline, none, null);
}

Expand Down
10 changes: 6 additions & 4 deletions ckanext/digitizationknowledge_theme/assets/scss/_module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

.filters .module {
background:transparent !important;
margin-bottom:10px !important;
}


Expand All @@ -31,7 +32,9 @@
}



.module-content.page-header + .module-content {
background:white;
}
.module-content {
padding:$grid-gutter-width;

Expand Down Expand Up @@ -196,17 +199,16 @@ article.module {

.module-image {
float: left;
width: 50px;
width: 100px;
height: 50px;
border-radius:100%;
overflow:hidden;
line-height: 50px;
text-align: center;
margin-right: 15px;
img {
width:100%;
height:100%;
object-fit:cover;
object-fit:contain;
}
}

Expand Down
4 changes: 3 additions & 1 deletion ckanext/digitizationknowledge_theme/assets/scss/_nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@
white-space: nowrap;
}
}

.item-count.badge {
color:white;
}

.module-narrow .nav-item>a,
.module-narrow .nav-aside li a {
Expand Down
Loading