Add new css

ciclostile
uid 2017-10-25 23:30:35 +02:00
parent 5b5842c042
commit f5093584c0
1 changed files with 25 additions and 0 deletions

View File

@ -130,3 +130,28 @@ section > p > span.warning {
background: #8B0000;
box-shadow: 0.2rem 0 0 #8B0000, -0.2rem 0 0 #8B0000;
}
section > h1 {
font-size: 1.3rem;
font-weight: normal;
background: #004405;
box-shadow: 0.2rem 0 0 #004405, -0.2rem 0 0 #004405;
color: #ffffff;
display: table;
}
section > h2 {
font-size: 1.3rem;
font-weight: normal;
box-shadow: 0.2rem 0 0 #000000, -0.2rem 0 0 #000000;
color: #ffffff;
background: #000000;
display: table;
}
li > span {
padding: 0.1rem 0;
background: #000000;
box-shadow: 0.2rem 0 0 #000000, -0.2rem 0 0 #000000;
color: #ffffff;
}