added css for open list items

This commit is contained in:
Stefan 2018-06-14 22:09:19 +02:00
parent 6538c92910
commit 915369ed28
1 changed files with 11 additions and 7 deletions

View File

@ -27,7 +27,7 @@ li a, a h1 {
text-decoration: none; text-decoration: none;
color: #333; color: #333;
} }
body {min-width: 996px;} body {min-width: 996px;}
@ -57,6 +57,10 @@ h3::before {
content: "▶ "; content: "▶ ";
} }
h3.open::before {
content: "▼ ";
}
h3:hover { h3:hover {
background-color: #333; background-color: #333;
color: #eee; color: #eee;
@ -69,7 +73,7 @@ table {
} }
/* Container */ /* Container */
.container { .container {
margin-top: 20px; margin-top: 20px;
margin-left: auto; margin-left: auto;
@ -80,7 +84,7 @@ table {
border-radius: 30px; border-radius: 30px;
-webkit-box-shadow: 0 0 5px 0 #333333; -webkit-box-shadow: 0 0 5px 0 #333333;
box-shadow: 0 0 5px 0 #333333; box-shadow: 0 0 5px 0 #333333;
} }
hr { hr {
@ -132,14 +136,14 @@ video {
font-size: 0.9em; font-size: 0.9em;
} }
.footer ul li a { .footer ul li a {
color: #999; color: #999;
margin-right: 10px; margin-right: 10px;
} }
ul { ul {
padding-left: 5px; padding-left: 5px;
} }
ul li { ul li {
padding: 5px 5px 5px 10px; padding: 5px 5px 5px 10px;
@ -166,7 +170,7 @@ ul li span {
ul li:hover span { ul li:hover span {
display: inline-block; display: inline-block;
} }
textarea { textarea {
@ -259,4 +263,4 @@ input[type=range]:focus::-ms-fill-lower {
} }
input[type=range]:focus::-ms-fill-upper { input[type=range]:focus::-ms-fill-upper {
background: #332816; background: #332816;
} }