diff --git a/library.css b/library.css index 30beebb..3957f19 100644 --- a/library.css +++ b/library.css @@ -98,7 +98,7 @@ h2 .custom-external { } /* "OPEN SOURCE" INCLUDED */ -.OPEN { +.OPEN, .OPENSOURCE{ background: rgba(0, 0, 0, 0) url("./unlock.svg") no-repeat scroll right top; padding-right: 25px; min-height: 20px; @@ -290,7 +290,7 @@ max-height:265px; color: #f0506e; } -.label-OPEN, .label-open { +.label-OPEN, .label-OPENSOURCE, .label-open { background: #F25F2F; color: #fff; } @@ -311,7 +311,7 @@ color: #fff; background: #b737ff; color: #fff } -.label-orp{ +.label-orp, .label-other{ background: #f54f43; color: #414141 !important; } @@ -356,7 +356,7 @@ color: #414141} .searchForm, .generalSearchForm{ - background-image: url('./search_general_3.jpg'); box-sizing: border-box; height: 250px; + background-image: url('./search_general.jpg'); box-sizing: border-box; height: 250px; } .publicationsSearchForm{ background-image: url('./search_pubs_1.jpg'); box-sizing: border-box; height: 250px; @@ -371,10 +371,10 @@ color: #414141} background-image: url('./search_data.jpg'); box-sizing: border-box; height: 250px; } .softwareSearchForm{ - background-image: url('./search_data.jpg'); box-sizing: border-box; height: 250px; + background-image: url('./search_software.jpg'); box-sizing: border-box; height: 250px; } .orpsSearchForm{ - background-image: url('./search_data.jpg'); box-sizing: border-box; height: 250px; + background-image: url('./search_other.jpg'); box-sizing: border-box; height: 250px; } .datasourcesSearchForm, .compatibleDatasourcesSearchForm, .compatibleDatasourcesTableSearchForm, .datasourcesTableSearchForm{ background-image: url('./providers_search.jpg'); box-sizing: border-box; height: 250px; diff --git a/open.jpg b/open.jpg deleted file mode 100644 index 47051cc..0000000 Binary files a/open.jpg and /dev/null differ diff --git a/openAccess.png b/openAccess.png deleted file mode 100644 index 2b94251..0000000 Binary files a/openAccess.png and /dev/null differ diff --git a/organization.png b/organization.png deleted file mode 100644 index 6d35846..0000000 Binary files a/organization.png and /dev/null differ diff --git a/project.png b/project.png deleted file mode 100644 index 04eaee1..0000000 Binary files a/project.png and /dev/null differ diff --git a/search_general.jpg b/search_general.jpg index 77d1cc1..3b71e4a 100644 Binary files a/search_general.jpg and b/search_general.jpg differ diff --git a/search_general_2.jpg b/search_other.jpg similarity index 100% rename from search_general_2.jpg rename to search_other.jpg diff --git a/search_general_3.jpg b/search_software.jpg similarity index 100% rename from search_general_3.jpg rename to search_software.jpg