Revision 55569
Added by Argiro Kokogiannaki over 5 years ago
modules/uoa-services-library/branches/newlinking/ng-openaire-library/src/assets/env-properties.json | ||
---|---|---|
27 | 27 |
"cordisURL" : "http://cordis.europa.eu/projects/", |
28 | 28 |
"pmcURL" : "http://europepmc.org/articles/", |
29 | 29 |
"handleURL" : "http://hdl.handle.net/", |
30 |
|
|
30 |
"openDoarURL": "http://v2.sherpa.ac.uk/id/repository/", |
|
31 |
"r3DataURL": "http://service.re3data.org/repository/", |
|
31 | 32 |
"zenodo" : "https://zenodo.org/", |
32 | 33 |
"openAccess" : "https://www.openaire.eu/support/faq#article-id-234", |
33 | 34 |
"openAccessRepo" : "https://www.openaire.eu/support/faq#article-id-310", |
modules/uoa-services-library/branches/newlinking/ng-openaire-library/src/assets/library.css | ||
---|---|---|
68 | 68 |
line-height: 18px; |
69 | 69 |
} |
70 | 70 |
.search-results { |
71 |
min-height: 1100px;
|
|
71 |
min-height: 600px;
|
|
72 | 72 |
} |
73 | 73 |
.searchPaging { |
74 | 74 |
min-height: 46px; |
... | ... | |
328 | 328 |
.label-dataset, |
329 | 329 |
.label-software, |
330 | 330 |
.label-orp, .label-other, .label-project, .label-dataprovider, .label-organization, |
331 |
.label-grey, .label-success |
|
331 |
.label-grey, .label-success, .label-community
|
|
332 | 332 |
{ |
333 | 333 |
background:white !important; |
334 | 334 |
color:#666666 !important; |
... | ... | |
765 | 765 |
|
766 | 766 |
background-color: var(--portal-main-color) !important; |
767 | 767 |
color:var(--portal-main-contrast) !important; |
768 |
border: 2px solid var(--portal-main-color) !important;
|
|
768 |
border: 1px solid var(--portal-main-color) !important;
|
|
769 | 769 |
background-image: none !important; |
770 | 770 |
|
771 | 771 |
} |
772 |
.portal-button:hover, .portal-button:active, .portal-button:focus { |
|
773 |
background-color: transparent !important; |
|
774 |
color:var(--portal-main-color) !important; |
|
775 |
border: 1px solid var(--portal-main-color) !important; |
|
776 |
background-image: none !important; |
|
777 |
|
|
778 |
} |
|
772 | 779 |
.portal-link { |
773 | 780 |
color:var(--portal-main-color) !important; |
774 | 781 |
text-decoration: underline !important; |
... | ... | |
1024 | 1031 |
text-decoration: underline; |
1025 | 1032 |
} |
1026 | 1033 |
|
1034 |
.portal-card-badge { |
|
1035 |
background-color: var(--portal-main-color); |
|
1036 |
color: #fff !important; |
|
1037 |
font-size: small; |
|
1038 |
border-radius: 3px; |
|
1039 |
} |
|
1040 |
|
|
1041 |
|
|
1042 |
.private-card-badge { |
|
1043 |
background-color: #000; |
|
1044 |
color: #fff !important; |
|
1045 |
font-size: small; |
|
1046 |
border-radius: 3px; |
|
1047 |
} |
|
1048 |
|
|
1027 | 1049 |
.inherit-color { |
1028 | 1050 |
color: inherit; |
1029 | 1051 |
} |
... | ... | |
1112 | 1134 |
background-color: #B5B5B5; |
1113 | 1135 |
border-color: #EAEAEA; |
1114 | 1136 |
} |
1137 |
|
|
1138 |
textarea { |
|
1139 |
resize: none; |
|
1140 |
} |
Also available in: Unified diff
[Library|newlinking]
Merging trunk|library into branch newlinking 55132:55568