28 lines
415 B
CSS
28 lines
415 B
CSS
.wkInfoBox nav>ul{
|
|
padding:0%;
|
|
}
|
|
.wkInfoBox nav{
|
|
padding:1%;
|
|
}
|
|
.wkInfoBox nav>ul>li{
|
|
padding:.25em;
|
|
margin:.25em;
|
|
box-shadow:.1em .1em .05em grey;
|
|
background-color:#ff8100;
|
|
border-radius:.5em;
|
|
list-style-type:none;
|
|
}
|
|
.wkInfoBox{
|
|
box-shadow:0 1px 3px #0000001f,0 1px 2px;
|
|
}
|
|
.wkInfoBox h1{
|
|
background:#ff8100;
|
|
font-size:1.2em;margin:0;
|
|
}
|
|
.wkInfoBox h2{
|
|
background:#ff8100;
|
|
font-size:1.1em;
|
|
margin:0;
|
|
}
|
|
|