forked from GithubBackups/vichan
improved index theme css
This commit is contained in:
parent
b8f1c219f0
commit
44dcbca6c9
@ -15,9 +15,6 @@
|
|||||||
padding: 3px 7px;
|
padding: 3px 7px;
|
||||||
font-size: 12pt;
|
font-size: 12pt;
|
||||||
}
|
}
|
||||||
.box ul {
|
|
||||||
padding: 2px 15px;
|
|
||||||
}
|
|
||||||
.box ul li {
|
.box ul li {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@ -37,8 +34,9 @@
|
|||||||
border: none;
|
border: none;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-height: 250px;
|
min-height: 250px;
|
||||||
max-height: 700px;
|
max-height: 600px;
|
||||||
overflow: hidden auto;
|
overflow-x: hidden;
|
||||||
|
overflow-y: auto;;
|
||||||
}
|
}
|
||||||
.box.image h2 {
|
.box.image h2 {
|
||||||
background: #9C6;
|
background: #9C6;
|
||||||
@ -46,9 +44,10 @@
|
|||||||
}
|
}
|
||||||
.box img {
|
.box img {
|
||||||
float: left;
|
float: left;
|
||||||
margin: 10px auto;
|
margin: 5px;
|
||||||
width: auto !important;
|
width: auto !important;
|
||||||
height: 100px !important;
|
height: 100px !important;
|
||||||
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
.icon {
|
.icon {
|
||||||
display: block;
|
display: block;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user