You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
|
|
|
#top {
|
|
|
|
padding-top: 20px;
|
|
|
|
padding-left: 50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
background-color: #F4EBE8;
|
|
|
|
font-family: Roboto Mono;
|
|
|
|
font-size:14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Organizations list */
|
|
|
|
.collapsible{
|
|
|
|
padding-left: 70px;
|
|
|
|
line-height: 1;
|
|
|
|
color: #371F10;
|
|
|
|
}
|
|
|
|
|
|
|
|
.active, .collapsible:hover {
|
|
|
|
color: blue;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.active, .collapsible:after {
|
|
|
|
padding-top: 10px;
|
|
|
|
padding-left: 85px;
|
|
|
|
color: #371F10;
|
|
|
|
font-weight: bold;
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Droped-down publication links */
|
|
|
|
.content {
|
|
|
|
max-height: 0;
|
|
|
|
overflow: hidden;
|
|
|
|
transition: max-height 0.2s ease-out;
|
|
|
|
padding-left: 50px;
|
|
|
|
background-color: #371F10;
|
|
|
|
position: relative;
|
|
|
|
line-height: 30px;
|
|
|
|
margin-left: 85px;
|
|
|
|
color: white;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content a {
|
|
|
|
color:white;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content a:hover {
|
|
|
|
color: blue;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Scroll buttons */
|
|
|
|
.scrl {
|
|
|
|
position: fixed;
|
|
|
|
background-color: white;
|
|
|
|
color:#371F10;
|
|
|
|
cursor: pointer;
|
|
|
|
border:none;
|
|
|
|
border-right:1px solid #D1C8C8;
|
|
|
|
font-size: 25px;
|
|
|
|
width: 50px;
|
|
|
|
height: 50px;
|
|
|
|
font-weight: bold;
|
|
|
|
z-index: 10;
|
|
|
|
bottom: 0%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.scrl:hover {
|
|
|
|
color: #0BEFEB;
|
|
|
|
}
|
|
|
|
|
|
|
|
button.down span, button.up span {
|
|
|
|
position:relative; left: 30%;
|
|
|
|
position:relative; bottom: 65%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.up {
|
|
|
|
right: 53px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.down {
|
|
|
|
right: 0%;
|
|
|
|
}
|
|
|
|
|
|
|
|
button.bottom span, button.top span {
|
|
|
|
position:relative; left: 15%;
|
|
|
|
position:relative; bottom: 65%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.top {
|
|
|
|
right: 159px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bottom {
|
|
|
|
right: 106px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Scroll button title */
|
|
|
|
.scbt {
|
|
|
|
visibility: hidden;
|
|
|
|
}
|