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

134 lines
1.9 KiB
CSS

4 years ago
body {
background-color: #D5CDCB;
4 years ago
}
h1 {
position: fixed;
right:0%;
top:3%;
text-align: right;
4 years ago
background-color: transparent;
padding: 10px 30px 30px 20px;
4 years ago
z-index: 10;
color: black;
font-size: 28px;
4 years ago
border: 1px solid blue;
border-right: none;
4 years ago
}
.collapsible{
padding-left: 70px;
font-family: monospace;
line-height: 0%;
4 years ago
}
.active, .collapsible:hover {
color: red;
cursor: pointer;
}
.active, .collapsible:after {
4 years ago
padding-top: 10px;
4 years ago
color: #054646;
4 years ago
padding-left: 85px;
4 years ago
}
4 years ago
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: #5E7575;
font-family: monospace;
position: relative;
4 years ago
line-height: 40px;
4 years ago
margin-left: 85px;
4 years ago
}
4 years ago
.up {
position: fixed;
font-weight: bolder;
bottom: 0%;
right: 15.1%;
background-color: blue;
z-index: 10;
padding: 10px;
border: none;
}
.down {
position: fixed;
font-weight: bolder;
bottom: 0%;
right: 12.8%;
background-color: blue;
z-index: 10;
padding: 10px;
border: none;
}
.top {
position: fixed;
font-weight: bolder;
bottom: 0%;
right: 17.3%;
background-color: blue;
z-index: 10;
padding: 10px;
border: none;
}
.bottom {
position: fixed;
font-weight: bolder;
bottom: 0%;
right: 10%;
background-color: blue;
z-index: 10;
padding: 10px;
border: none;
}
.indexlink {
position: fixed;
text-decoration: none;
font-size: 40px;
bottom: 0%;
right: 0%;
background-color: transparent;
border: none;
border-right-color: transparent;
z-index: 10;
padding: 0px 20px 10px 10px;
border: none;
}
.timeline {
position: fixed;
font-size: 20px;
bottom: 0%;
right: 3%;
background-color: transparent;
border: none;
border-right-color: transparent;
z-index: 10;
padding: 0px 30px 20px 10px;
border: none;
}
.timeline a {
text-decoration: none;
}
.indexlink a {
text-decoration: none;
4 years ago
}
#top {
padding-top: 45px;
4 years ago
}