Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/montreal-migrated' into montreal
Browse files Browse the repository at this point in the history
  • Loading branch information
psionikangel committed Nov 18, 2024
2 parents 6105fcc + 9c1b8dd commit a2fe1e3
Show file tree
Hide file tree
Showing 75 changed files with 3,984 additions and 704 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include README.rst
include LICENSE
include requirements.txt
recursive-include ckanext/montreal_theme *.html *.json *.js *.less *.css *.mo *.yml
recursive-include ckanext/montreal_theme *.html *.json *.js *.less *.css *.mo *.yml *.yaml *.ico *.svg *.gif *.eot *.ttf *.woff *.png *.config *.cfg *.map
recursive-include ckanext/montreal_theme/migration *.ini *.py *.mako
42 changes: 42 additions & 0 deletions ckanext/montreal_theme/assets/css/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
#login-form{
margin-top: -25px;
padding-top: 0px;
}

#info-header-login{
margin-left: -1em ;
margin-bottom: 1em;
}
#register-account-button{
padding-top: 1em;
padding-bottom: 1em;
}

#forgot-password-button{
padding-top: 1em;
}

#contact-us-container{
float: left;
margin-right: 3em;
background-color: white;
}

.contact-us-social {
margin: 0;
padding: 10px 17px;
font-size: 20px;
font-weight: 700;
color: #5a5a5a;
line-height: 1.3;
background-color: #e9ecef;
}

#contact-us-sidebar {
margin-top: 45px;

}

.facet-title {
text-transform: capitalize;
}
164 changes: 154 additions & 10 deletions ckanext/montreal_theme/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4615,6 +4615,10 @@ video {
border-width: 0;
}

.border-half{
border-width: 0.5px;
}

.border-1{
border-width: 1px;
}
Expand Down Expand Up @@ -13136,8 +13140,9 @@ div.card-body:hover{
}

footer{
background:url(/img/b-logo-light.svg) no-repeat 1.75em center #091f2f;
padding:1.75em 0 1.75em 6em;
/*background:url(/img/b-logo-light.svg) no-repeat 1.75em center #091f2f;*/
/*padding:1.75em 0 1.75em 6em;*/
padding:0;
color:#fff
}

Expand Down Expand Up @@ -14760,15 +14765,53 @@ body{
display: none
}

.tooltip{
visibility:hidden;
position:absolute
.has-tooltip{
position: relative;
display: inline-block;
/* visibility:hidden;
position:absolute */
}

.has-tooltip:hover .tooltip{
/* local-date tooltip rounded shadow-md p-1 bg-gray-100 text-base ml-10 -mt-8 */

.has-tooltip .tooltip {
visibility: hidden;
width: 120px;
--bg-opacity: 1;
background-color: #f8f9fa;
background-color: rgba(248, 249, 250, var(--bg-opacity));
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
color: #929eab;
text-align: center;
border-radius: 6px;
padding: 5px 0;
position: absolute;
z-index: 1;
bottom: 125%;
left: 50%;
margin-left: -60px;
opacity: 0;
transition: opacity 0.3s;
}
.has-tooltip .tooltip::after {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #555 transparent transparent transparent;
}
.has-tooltip:hover .tooltip {
visibility: visible;
opacity: 1;
}

/* .has-tooltip:hover .tooltip{
visibility:visible;
z-index:50
}
} */

.hljs{
display:block;
Expand Down Expand Up @@ -14868,8 +14911,11 @@ body{
}

.markdown-content p{
line-height: 1.625;
font-size:1.125rem;
margin-bottom:.5rem
margin-bottom:1.5rem;
margin-top:1.5rem;
color:#868E96;
}

.markdown-content strong{
Expand All @@ -14879,13 +14925,17 @@ body{
.markdown-content ol{
margin-top:.25rem;
margin-left:1.25rem;
list-style-type:decimal
list-style-type:decimal;
color:#868E96;

}

.markdown-content ul{
margin-top:.25rem;
margin-left:1.25rem;
list-style-type:disc
list-style-type:disc;
color:#868E96;

}

.markdown-content code{
Expand Down Expand Up @@ -63208,5 +63258,99 @@ body{

.xl\:animate-bounce{
animation: bounce 1s infinite;
}

.actions{
position: relative;
}

.ckanext-datapreview > iframe {
min-height: 750px !important;
}

#content > div.container.mx-auto.md\:flex.p-gutter > main > section > div:nth-child(1) > table{
font-size:0.85rem;
}

#content > div.container.mx-auto.md\:flex.p-gutter > main > section > div:nth-child(2) > table{
font-size:0.85rem;
}

#content > div:nth-child(4) > main > section > div:nth-child(1){
padding: 1.5rem;
}

#content > div:nth-child(4) > main > section > div:nth-child(2){
padding: 1.5rem;

}

.small-padding {
padding-bottom: 10px !important;
}

.border-b{
border-bottom-width: 1px;
}

.action-columnflex{
display: flex;
flex-direction: column;
}

#field-giant-search{
color: #5a5a5a;
}

.nav-admin{
background-color: black !important;
opacity: 1 !important;
height: 30px;
text-align:right;
padding-right:15px;
color: white !important;

}

.name-uppercase{
text-transform: capitalize;
}

.nav-logout{
display:flex;
gap:10px;
}

.nav-logo-title{
display: flex;
align-items: center;
}

.nav-items-flex{
display: flex;
justify-content: space-between;
align-items: center;
}

.text-nav-name:hover{
color:#868e96;
}

.nav-line-changed{
display: block;
height: 17px;
width: 1px;
border:1px solid #ced4da;

}

#content > div.row.wrapper > section.module.module-narrow.resources > ul{
display: none;
}

#content > div.row.wrapper > section.module.module-narrow.resources > h2{
display:none;
}


}
13 changes: 8 additions & 5 deletions ckanext/montreal_theme/assets/js/teritorries.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions ckanext/montreal_theme/assets/webassets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ montreal_theme-style:
contents:
- css/style.css
- css/leaflet.css
- css/custom.css
montreal_theme-js:
output: montreal_theme/%(version)s_custom.js
contents:
Expand Down
Loading

0 comments on commit a2fe1e3

Please sign in to comment.