2019-01-01 12:23:17 +01:00
|
|
|
.entry-header {
|
2018-12-29 15:02:18 +01:00
|
|
|
padding: 10px 10px 0;
|
2018-12-31 14:54:22 +01:00
|
|
|
height: var(--top-bar-height);
|
2019-01-01 12:23:17 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.entry-header.header-big {
|
|
|
|
|
background: rgba(21,25,30,0.7);
|
|
|
|
|
padding: 10px var(--study-list-padding);
|
|
|
|
|
height: auto;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.header-left-box {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.header-viewerLink {
|
|
|
|
|
float: left;
|
2018-12-29 15:02:18 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.header-brand {
|
|
|
|
|
height: 30px;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
float: left;
|
2019-01-01 12:23:17 +01:00
|
|
|
clear: both;
|
2018-12-29 15:02:18 +01:00
|
|
|
}
|
|
|
|
|
|
2019-01-01 12:23:17 +01:00
|
|
|
.entry-header.header-big .header-brand {
|
|
|
|
|
height: auto;
|
|
|
|
|
padding: 25px 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2018-12-29 15:02:18 +01:00
|
|
|
.header-logo-image {
|
|
|
|
|
fill: transparent;
|
|
|
|
|
height: 100%;
|
|
|
|
|
margin: 0 8px 0 0;
|
|
|
|
|
width: 30px;
|
|
|
|
|
float: left;
|
|
|
|
|
}
|
|
|
|
|
|
2019-01-01 12:23:17 +01:00
|
|
|
.entry-header.header-big .header-logo-image {
|
|
|
|
|
margin: 0 20px 0 0;
|
|
|
|
|
width: 50px;
|
|
|
|
|
height: 50px;
|
|
|
|
|
}
|
|
|
|
|
|
2018-12-29 15:02:18 +01:00
|
|
|
.header-logo-text {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
font-family: var(--logo-font-family);
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-weight: var(--logo-font-weight);
|
|
|
|
|
color: var(--text-primary-color);
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
}
|
|
|
|
|
|
2019-01-01 12:23:17 +01:00
|
|
|
.entry-header.header-big .header-logo-text {
|
|
|
|
|
font-size: 30px;
|
|
|
|
|
line-height: 36px;
|
|
|
|
|
}
|
|
|
|
|
|
2018-12-29 15:02:18 +01:00
|
|
|
.header-btn {
|
|
|
|
|
color: var(--text-secondary-color);
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
line-height: 26px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.header-btn:hover {
|
|
|
|
|
color: var(--hover-color);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.header-btn:active {
|
|
|
|
|
color: var(--active-color);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.header-studyListLinkSection {
|
|
|
|
|
border-left: var(--ui-border-thickness) solid var(--ui-border-color);
|
|
|
|
|
margin: 3px 0 0 10px;
|
|
|
|
|
padding: 0 0 0 10px;
|
2019-01-01 12:23:17 +01:00
|
|
|
display: inline-block;
|
2018-12-29 15:02:18 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.header-menu {
|
|
|
|
|
color: var(--text-primary-color);
|
|
|
|
|
float: right;
|
|
|
|
|
padding: 4px 0;
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
line-height: 18px;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
}
|
2019-01-01 12:23:17 +01:00
|
|
|
|
|
|
|
|
.entry-header.header-big .header-menu {
|
|
|
|
|
margin-right: 0;
|
|
|
|
|
}
|
2019-01-07 14:00:54 +01:00
|
|
|
|
|
|
|
|
.header-menu .research-use {
|
|
|
|
|
float: left;
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
color: #91b9cd;
|
|
|
|
|
margin-right: 1rem;
|
|
|
|
|
}
|