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

52 lines
748 B
CSS

4 years ago
.indexlink {
position: fixed;
top:0%;
right:10%;
background-color: white;
z-index: 10;
}
h1 {
position: fixed;
right:0%;
top:3%;
text-align: right;
background-color: grey;
padding: 3px 30px 3px 10px;
z-index: 10;
color: black;
font-size: 28px;
}
.collapsible{
padding-left: 70px;
font-family: monospace;
line-height: 1px;
}
.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
}
.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;
line-height: 30px;
4 years ago
margin-left: 85px;
4 years ago
}