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.
special-issue-11-wiki2html/static/orgs.css

108 lines
1.5 KiB
CSS

4 years ago
#top {
4 years ago
padding-top: 25px;
4 years ago
padding-left: 50px;
}
4 years ago
body {
4 years ago
background-color: #F4EBE8;
font-family: Roboto Mono;
4 years ago
}
4 years ago
/* Organizations list */
4 years ago
.collapsible{
4 years ago
font-size:14px;
4 years ago
padding-left: 70px;
4 years ago
line-height: 1;
4 years ago
color: #371F10;
4 years ago
}
.active, .collapsible:hover {
4 years ago
color: blue;
4 years ago
cursor: pointer;
}
.active, .collapsible:after {
4 years ago
padding-top: 10px;
padding-left: 85px;
4 years ago
color: #371F10;
font-weight: bold;
4 years ago
background-color: transparent;
4 years ago
}
4 years ago
/* Droped-down publication links */
4 years ago
.content {
max-height: 0;
4 years ago
overflow: hidden;
4 years ago
transition: max-height 0.2s ease-out;
4 years ago
padding-left: 50px;
4 years ago
background-color: #371F10;
4 years ago
position: relative;
4 years ago
line-height: 30px;
4 years ago
margin-left: 85px;
4 years ago
color: white;
font-size: 14px;
4 years ago
}
4 years ago
.content a {
color:white;
text-decoration: none;
4 years ago
}
4 years ago
.content a:hover {
color: blue;
cursor: pointer;
4 years ago
}
4 years ago
/* Scroll buttons */
.scrl {
4 years ago
position: fixed;
4 years ago
background-color: white;
4 years ago
color:#371F10;
4 years ago
cursor: pointer;
border:none;
4 years ago
border-right:1px solid #D1C8C8;
4 years ago
font-size: 25px;
width: 50px;
4 years ago
height: 50px;
font-weight: bold;
4 years ago
z-index: 10;
bottom: 0%;
4 years ago
}
4 years ago
.scrl:hover {
4 years ago
color: #0BEFEB;
4 years ago
}
4 years ago
button.down span, button.up span {
position:relative; left: 30%;
position:relative; bottom: 65%;
}
.up {
4 years ago
right: 53px;
4 years ago
}
.down {
right: 0%;
4 years ago
}
4 years ago
button.bottom span, button.top span {
position:relative; left: 15%;
position:relative; bottom: 65%;
4 years ago
}
4 years ago
.top {
4 years ago
right: 159px;
4 years ago
}
4 years ago
.bottom {
4 years ago
right: 106px;
4 years ago
}
4 years ago
/* Scroll button title */
.scbt {
visibility: hidden;
}
4 years ago