openaire-assets/library-css/utils.css

155 lines
3.0 KiB
CSS
Raw Normal View History

2022-01-20 15:13:43 +01:00
/*@media (min-width: 960px) {*/
/* .float-children-right-at-medium > * {*/
/* float: right;*/
/* }*/
/*}*/
/*@media (max-width: 959px) {*/
/* .margin-small-top-at-small {*/
/* margin-top: 10px !important;*/
/* }*/
/*}*/
/*.space {*/
/* margin-left: 4px !important;*/
/*}*/
/*.custom-icon {*/
/* display: inline-block;*/
/* width: 18px;*/
/* height: 18px;*/
/* vertical-align: text-top;*/
/*}*/
/*.custom-icon.large {*/
/* width: 22px;*/
/* height: 22px;*/
/*}*/
.custom-external::after {
vertical-align: super;
color: var(--placeholder-color);
font-weight: 300;
font-size: 70%;
font-family: "Material Icons";
[Library & common-assets | new-theme]: Updates for redesign. 1. availableOn.component.ts: Updated class of title to "uk-text-light-grey" and added custom-external icon to links and updated accessright icons. 2. citation.class.ts: Added fileFormatOptions: Option[] to use it in input options. 3. citeThis.component.ts: Updated select inputs using "input" from InputComponent | Updated copy to clipboard button to link. 4. citeThis.module.ts: Import InputModule. 5. fos.component.ts: Updated class of title to "uk-text-light-grey". 6. fundedBy.component.ts: Updated class of title to "uk-text-light-grey" and updated links with uk-text-emphasis class. 7. landing-header.component.ts: Increase authorsLimit to 7 | Changed class of "under curation" to uk-text-primary (used to be custom class). 8. metrics.component.ts: Updated in clickOutside event. parsingFunctions.class.ts: Updated open, closed and unknown with icon names instead of paths to svgs (download accessright icons). 9. relatedTo.component.ts: Updated class of title to "uk-text-light-grey" and added custom-external for links. 10. resultLandingUtils.module.ts: Inport AlertModalModule (to open modal). 11. sdg.component.ts: Updated class of titlte to "uk-text-light-grey". 12. showIdentifiers.component.ts: Added view more functionality. 13. showPublisher.component.ts: Updated custon-external class. 14. resultLanding.module.ts: registerIcon link. 15. resultLanding.component.html: Updated css for result landing and commented annotations (b2note). 16. orcid-work.component.ts: Updated orcid action button for landing page. 17. orcid.module.ts: registerIcons orcid_add and orcid_bin. 18. customOptions.class.ts: [Bug fix] [By Kostis] registryOptions() was not returning properly httpHeaders. 19. showAuthors.component.ts: Updated css 20. icons.ts: Export svgs orcid_add, orcid_bin, link. 21. alert.ts: Removed margin from title. 22. result-preview.component.html: Title of results set to <h2> and uk-h6 and when links to uk-link-heading | accessRightIcon for hostedBy_collectedFrom. 23. result-preview.module.ts: Imported IconsModule. 24. landing-utils.css: Updates in landing css & css of landing-action-button & added backdrop filter missing rules. 25. utils.css: Updated class orcid-clipboard-wrapper and renamed to clipboad-wrapper | Update class .custom-external to set in content with code instead of name and updated not to underline it on hover 26. library.css: Added class .default-dropdown with max-width: 500px;
2022-04-16 09:47:30 +02:00
content: "\e895"; /* launch */
margin-left: 1px;
display: inline-block;
}
.custom-external:hover::after, .custom-external::after:hover{
text-decoration: none !important;
}
2022-01-20 15:13:43 +01:00
/*.custom-icon-button {*/
/* border-radius: 50%;*/
/* padding: 9px 10px;*/
/* line-height: unset;*/
/*}*/
/*.custom-external-white {*/
/* background: url("~src/assets/common-assets/icons/external.svg") no-repeat;*/
/* background-size: contain;*/
/*}*/
/*.custom-copy-white {*/
/* background: url("~src/assets/common-assets/icons/copy.svg") no-repeat;*/
/* background-size: contain;*/
/*}*/
/*h2 .custom-external {*/
/* min-height: 20px;*/
/* background-size: 20px 20px;*/
/* padding-left: 21px;*/
/* background: rgba(0, 0, 0, 0) url("~src/assets/common-assets/external-link.svg") no-repeat scroll left center;*/
/*}*/
.multi-line-ellipsis p {
display: -webkit-box;
autoprefixer: ignore next;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.multi-line-ellipsis.line-1 p {
-webkit-line-clamp: 1;
}
.multi-line-ellipsis.lines-2 p {
-webkit-line-clamp: 2;
}
.multi-line-ellipsis.lines-3 p {
-webkit-line-clamp: 3;
}
.multi-line-ellipsis.lines-10 p {
-webkit-line-clamp: 10;
}
/*.iframeContainer {*/
/* overflow: hidden;*/
/*}*/
/*.iframeContainer iframe {*/
/* width: 100%;*/
/* height: 100%;*/
/* border: 0;*/
/*}*/
[Library & common-assets | new-theme]: Updates for redesign. 1. availableOn.component.ts: Updated class of title to "uk-text-light-grey" and added custom-external icon to links and updated accessright icons. 2. citation.class.ts: Added fileFormatOptions: Option[] to use it in input options. 3. citeThis.component.ts: Updated select inputs using "input" from InputComponent | Updated copy to clipboard button to link. 4. citeThis.module.ts: Import InputModule. 5. fos.component.ts: Updated class of title to "uk-text-light-grey". 6. fundedBy.component.ts: Updated class of title to "uk-text-light-grey" and updated links with uk-text-emphasis class. 7. landing-header.component.ts: Increase authorsLimit to 7 | Changed class of "under curation" to uk-text-primary (used to be custom class). 8. metrics.component.ts: Updated in clickOutside event. parsingFunctions.class.ts: Updated open, closed and unknown with icon names instead of paths to svgs (download accessright icons). 9. relatedTo.component.ts: Updated class of title to "uk-text-light-grey" and added custom-external for links. 10. resultLandingUtils.module.ts: Inport AlertModalModule (to open modal). 11. sdg.component.ts: Updated class of titlte to "uk-text-light-grey". 12. showIdentifiers.component.ts: Added view more functionality. 13. showPublisher.component.ts: Updated custon-external class. 14. resultLanding.module.ts: registerIcon link. 15. resultLanding.component.html: Updated css for result landing and commented annotations (b2note). 16. orcid-work.component.ts: Updated orcid action button for landing page. 17. orcid.module.ts: registerIcons orcid_add and orcid_bin. 18. customOptions.class.ts: [Bug fix] [By Kostis] registryOptions() was not returning properly httpHeaders. 19. showAuthors.component.ts: Updated css 20. icons.ts: Export svgs orcid_add, orcid_bin, link. 21. alert.ts: Removed margin from title. 22. result-preview.component.html: Title of results set to <h2> and uk-h6 and when links to uk-link-heading | accessRightIcon for hostedBy_collectedFrom. 23. result-preview.module.ts: Imported IconsModule. 24. landing-utils.css: Updates in landing css & css of landing-action-button & added backdrop filter missing rules. 25. utils.css: Updated class orcid-clipboard-wrapper and renamed to clipboad-wrapper | Update class .custom-external to set in content with code instead of name and updated not to underline it on hover 26. library.css: Added class .default-dropdown with max-width: 500px;
2022-04-16 09:47:30 +02:00
.clipboard-wrapper {
background: var(--light-color);
border: 0.5px solid var(--muted-color);
border-radius: 4px;
}
2022-01-20 15:13:43 +01:00
[Library & common-assets | new-theme]: Updates for redesign. 1. availableOn.component.ts: Updated class of title to "uk-text-light-grey" and added custom-external icon to links and updated accessright icons. 2. citation.class.ts: Added fileFormatOptions: Option[] to use it in input options. 3. citeThis.component.ts: Updated select inputs using "input" from InputComponent | Updated copy to clipboard button to link. 4. citeThis.module.ts: Import InputModule. 5. fos.component.ts: Updated class of title to "uk-text-light-grey". 6. fundedBy.component.ts: Updated class of title to "uk-text-light-grey" and updated links with uk-text-emphasis class. 7. landing-header.component.ts: Increase authorsLimit to 7 | Changed class of "under curation" to uk-text-primary (used to be custom class). 8. metrics.component.ts: Updated in clickOutside event. parsingFunctions.class.ts: Updated open, closed and unknown with icon names instead of paths to svgs (download accessright icons). 9. relatedTo.component.ts: Updated class of title to "uk-text-light-grey" and added custom-external for links. 10. resultLandingUtils.module.ts: Inport AlertModalModule (to open modal). 11. sdg.component.ts: Updated class of titlte to "uk-text-light-grey". 12. showIdentifiers.component.ts: Added view more functionality. 13. showPublisher.component.ts: Updated custon-external class. 14. resultLanding.module.ts: registerIcon link. 15. resultLanding.component.html: Updated css for result landing and commented annotations (b2note). 16. orcid-work.component.ts: Updated orcid action button for landing page. 17. orcid.module.ts: registerIcons orcid_add and orcid_bin. 18. customOptions.class.ts: [Bug fix] [By Kostis] registryOptions() was not returning properly httpHeaders. 19. showAuthors.component.ts: Updated css 20. icons.ts: Export svgs orcid_add, orcid_bin, link. 21. alert.ts: Removed margin from title. 22. result-preview.component.html: Title of results set to <h2> and uk-h6 and when links to uk-link-heading | accessRightIcon for hostedBy_collectedFrom. 23. result-preview.module.ts: Imported IconsModule. 24. landing-utils.css: Updates in landing css & css of landing-action-button & added backdrop filter missing rules. 25. utils.css: Updated class orcid-clipboard-wrapper and renamed to clipboad-wrapper | Update class .custom-external to set in content with code instead of name and updated not to underline it on hover 26. library.css: Added class .default-dropdown with max-width: 500px;
2022-04-16 09:47:30 +02:00
/*.orcid-clipboard-wrapper > input[name="code"] {*/
/* font-size: inherit;*/
/* border: none;*/
/*}*/
2022-01-20 15:13:43 +01:00
/*.uk-link-text a:hover, .uk-link-toggle:focus .uk-link-text, .uk-link-toggle:hover .uk-link-text, a.uk-link-text:hover{*/
/* color:var(--portal-main-color) !important;*/
/*}*/
/*ul > li > .circle {*/
/* border-radius: 50%;*/
/* padding: 1px;*/
/*}*/
/*ul > li > .circle.uk-light svg > * {*/
/* stroke: #ffffff;*/
/*}*/
/*div:not(.uk-logo) > img {*/
/* align-self: start;*/
/*}*/
/*.number-width {*/
/* width: 270px;*/
/*}*/
/*.hide-element {*/
/* padding: 0 !important;*/
/* height: 0 !important;*/
/* overflow: hidden !important;*/
/*}*/
/*.cursor-default {*/
/* cursor: default !important;*/
/*}*/
/*.custom-break {*/
/* overflow-wrap: break-word;*/
/* word-wrap: break-word;*/
/* -ms-word-break: break-all;*/
/* word-break: break-all;*/
/* -ms-hyphens: auto;*/
/* -moz-hyphens: auto;*/
/* -webkit-hyphens: auto;*/
/* hyphens: auto;*/
/*}*/