Damlanur 5 years ago
commit 2d7e8f5074

@ -32,21 +32,20 @@ h1 {
} }
.active, .collapsible:after { .active, .collapsible:after {
padding-top: 20px; padding-top: 10px;
color: #054646; color: #054646;
padding-left: 100px; 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: 100px; padding-left: 50px;
background-color: #5E7575; background-color: #5E7575;
font-family: monospace; font-family: monospace;
position: relative; position: relative;
width: 800px;
margin-left: 100px;
line-height: 30px; line-height: 30px;
margin-left: 85px;
} }

@ -7,7 +7,7 @@ body {
grid-template-columns: repeat(4, 1fr); grid-template-columns: repeat(4, 1fr);
grid-gap: 10px; grid-gap: 10px;
position: absolute; position: absolute;
top: 15%; top: 25%;
width: 96%; width: 96%;
height: auto; height: auto;
left:2%; left:2%;
@ -76,8 +76,8 @@ h2{
.viewnav { .viewnav {
position: fixed; position: fixed;
top:30%; top:50%;
right:5%; right:2%;
background-color: transparent; background-color: transparent;
width: 10%; width: 10%;
z-index: 10; z-index: 10;
@ -149,6 +149,7 @@ p {
font-size: 18px; font-size: 18px;
margin-right: 5px; margin-right: 5px;
z-index: 9; z-index: 9;
border: solid 1px;
} }
.btn:hover { .btn:hover {
@ -242,6 +243,7 @@ a.content:link {
background-color: white; background-color: white;
z-index: 10; z-index: 10;
font-size: 30px; font-size: 30px;
padding: 0px 5px 0px 5px;
} }
.orglink .htext { .orglink .htext {
@ -301,6 +303,7 @@ a.content:link {
background-color: white; background-color: white;
z-index: 10; z-index: 10;
font-size: 30px; font-size: 30px;
padding: 0px 5px 0px 5px;
} }
.indexlink .htext { .indexlink .htext {

Loading…
Cancel
Save