1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-29 01:34:31 +01:00
This commit is contained in:
czaks 2014-09-26 14:11:30 +02:00
commit 5e1531bb5c

View File

@ -527,11 +527,12 @@ pre {
vertical-align: top; vertical-align: top;
text-align:center; text-align:center;
font-weight:normal; font-weight:normal;
padding: 2px;
height:300px;
width:205px; width:205px;
overflow:hidden; overflow:hidden;
position: relative; position: relative;
font-size:11px; font-size:11px;
max-height:300px;
background: rgba(182, 182, 182, 0.12); background: rgba(182, 182, 182, 0.12);
border: 2px solid rgba(111, 111, 111, 0.34); border: 2px solid rgba(111, 111, 111, 0.34);
} }
@ -543,9 +544,14 @@ pre {
margin-left: -20px; margin-left: -20px;
} }
div.thread:hover {
background: #D6DAF0;
border-color: #B7C5D9;
}
.theme-catalog div.grid-size-vsmall img { .theme-catalog div.grid-size-vsmall img {
max-width: 100%; max-width: 100%;
max-height: 100px; max-height: 64px;
} }
.theme-catalog div.grid-size-vsmall { .theme-catalog div.grid-size-vsmall {