pull/9/head
E.zn 4 years ago
parent dea78943e0
commit abb57a1353

@ -1,5 +1,8 @@
body { body {
background-color: #D5CDCB; background-color: #F4EBE8;
font-family: Roboto Mono;
font-size:11.5px;
} }
h1 { h1 {
@ -8,12 +11,13 @@ h1 {
top:3%; top:3%;
text-align: right; text-align: right;
background-color: #0BEFEB; background-color: #0BEFEB;
padding: 10px 85px 35px 30px; padding: 15px 85px 15px 30px;
z-index: 10; z-index: 10;
color: black; color: #371F10;
font-size: 28px; font-size: 28px;
border-right: none; opacity: 0.7;
} }
/* /*
h1 { h1 {
position: fixed; position: fixed;
@ -29,16 +33,16 @@ h1 {
border-right: none; border-right: none;
} }
*/ */
.collapsible{ .collapsible{
padding-left: 70px; padding-left: 70px;
font-family: monospace;
line-height: 0%; line-height: 0%;
color: #371F10;
} }
.active, .collapsible:hover { .active, .collapsible:hover {
color: red; color: red;
cursor: pointer; cursor: pointer;
} }
.active, .collapsible:after { .active, .collapsible:after {
@ -47,20 +51,17 @@ h1 {
padding-left: 85px; padding-left: 85px;
} }
.content { .content {
max-height: 0; max-height: 0;
overflow: hidden; overflow: hidden;
transition: max-height 0.2s ease-out; transition: max-height 0.2s ease-out;
padding-left: 50px; padding-left: 50px;
background-color: #5E7575; background-color: #86a2a2;
font-family: monospace;
position: relative; position: relative;
line-height: 30px; line-height: 30px;
margin-left: 85px; margin-left: 85px;
} }
.up { .up {
position: fixed; position: fixed;
font-weight: bolder; font-weight: bolder;
@ -105,7 +106,6 @@ h1 {
border: none; border: none;
} }
.indexlink { .indexlink {
position: fixed; position: fixed;
text-decoration: none; text-decoration: none;
@ -120,7 +120,6 @@ h1 {
border: none; border: none;
} }
.timeline { .timeline {
position: fixed; position: fixed;
font-size: 20px; font-size: 20px;
@ -146,7 +145,7 @@ h1 {
padding-top: 42px; padding-top: 42px;
} }
.up:hover, .down:hover, .top:hover, .bottom:hover { .up:hover, .down:hover, .top:hover, .bottom:hover {
cursor: pointer; cursor: pointer;
color: white;
} }
Loading…
Cancel
Save