Natalias layout changes
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@52310 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
e78d9bf262
commit
d58925a43c
|
@ -719,7 +719,7 @@ color: #90929D;
|
||||||
}
|
}
|
||||||
|
|
||||||
.uk-text-primary {color: #040067!important;}
|
.uk-text-primary {color: #040067!important;}
|
||||||
.uk-text-secondary {color: #00a0de!important;}
|
.uk-text-secondary {color: #5488DF!important;}
|
||||||
.uk-section-primary {
|
.uk-section-primary {
|
||||||
background: #040067;
|
background: #040067;
|
||||||
background: #17106E;
|
background: #17106E;
|
||||||
|
|
|
@ -45,26 +45,7 @@
|
||||||
.explore-numbers h2{
|
.explore-numbers h2{
|
||||||
font-size: 36px !important;
|
font-size: 36px !important;
|
||||||
}
|
}
|
||||||
|
.firstPageNumbers{
|
||||||
.developlink{
|
font-weight: 600 !important;
|
||||||
text-transform: none !important;
|
color: #D03C0D !important;
|
||||||
color: #fff !important;
|
|
||||||
background: #d13f96;
|
|
||||||
font-weight: 600;
|
|
||||||
}
|
|
||||||
.providelink{
|
|
||||||
text-transform: none !important;
|
|
||||||
color: #fff !important;
|
|
||||||
background: #28beff !important;
|
|
||||||
font-weight: 600;
|
|
||||||
}
|
|
||||||
.connectlink{
|
|
||||||
background-color: #ffc800 !important;
|
|
||||||
font-weight: 600;
|
|
||||||
color: #fff !important;
|
|
||||||
}
|
|
||||||
.monitorlink{
|
|
||||||
background-color: #8bcc00 !important;
|
|
||||||
font-weight: 600;
|
|
||||||
color: #fff !important;
|
|
||||||
}
|
}
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 3.2 KiB |
41
library.css
41
library.css
|
@ -22,6 +22,7 @@ h2 .custom-external {
|
||||||
|
|
||||||
.pseudo-external{
|
.pseudo-external{
|
||||||
padding-left: 16px;
|
padding-left: 16px;
|
||||||
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.custom-navbar-toggle-icon, .custom-user-mini-panel{
|
.custom-navbar-toggle-icon, .custom-user-mini-panel{
|
||||||
|
@ -525,6 +526,7 @@ h2, .uk-h2{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
dd{
|
dd{
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
border-bottom: 1px solid #e8e8e8;
|
border-bottom: 1px solid #e8e8e8;
|
||||||
|
@ -536,7 +538,8 @@ dd:last-child {
|
||||||
}
|
}
|
||||||
|
|
||||||
.advancedSearchForm {
|
.advancedSearchForm {
|
||||||
box-shadow: 0 1px 10px #444444;
|
/*box-shadow: 0 1px 10px #444444;*/
|
||||||
|
border: 1px solid #ccc;
|
||||||
}
|
}
|
||||||
.advancedSearchForm .uk-icon-button {
|
.advancedSearchForm .uk-icon-button {
|
||||||
|
|
||||||
|
@ -561,3 +564,39 @@ dd:last-child {
|
||||||
width: 65px;
|
width: 65px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h2, .uk-h2 {
|
||||||
|
font-size: 28px !important;
|
||||||
|
}
|
||||||
|
body{
|
||||||
|
line-height: 1.4;
|
||||||
|
Font-size:14px;
|
||||||
|
Color: #333;
|
||||||
|
}
|
||||||
|
|
||||||
|
#footer\#8 .el-link {
|
||||||
|
|
||||||
|
color: #fff;
|
||||||
|
font-weigth: 300;
|
||||||
|
|
||||||
|
}
|
||||||
|
.custom-article-title {
|
||||||
|
font-size: 24px;
|
||||||
|
font-family: OpenSans;
|
||||||
|
Margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.custom-tab-content .uk-pagination>*>* {
|
||||||
|
min-width: 20px;
|
||||||
|
line-height: 1.4;
|
||||||
|
font-size: 14px;
|
||||||
|
|
||||||
|
}
|
||||||
|
.box-content{
|
||||||
|
border: 1px dashed #ddd;
|
||||||
|
margin-top: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.citation-accordion .uk-accordion-title {
|
||||||
|
font-family: Raleway;
|
||||||
|
}
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 502 KiB After Width: | Height: | Size: 47 KiB |
Loading…
Reference in New Issue