Archived
1
0

Catalog improvements

This commit is contained in:
ZiRo
2016-02-20 11:16:54 +01:00
parent dea611c1ba
commit c6e6c2e5d6
5 changed files with 31 additions and 16 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

@@ -158,24 +158,39 @@ hr {
}
.catalog_thread {
float: left;
width: 256px;
text-align: center;
padding: 2px;
height: 256px;
overflow: hidden;
background-color: #D6DAF0;
margin: 2px;
border-style: solid;
border-width: 1px;
border-style: solid;
height: 256px;
display: inline-block;
width: 180px;
text-align: center;
padding: 0.25em;
height: 240px;
overflow: hidden;
background-color: rgba(182, 182, 182 ,0.12);
margin: 0.1em;
border: 2px solid rgba(111, 111, 111, 0.34);
}
.catalog_thread:hover {
background-color: #D6DAF0;
}
#catalog_container {
width: 95%;
margin: 1em auto;
text-align: center;
}
.catalog_header, .catalog_subject {
font-weight: bold;
}
.linkThumb img {
max-height: 128px;
max-width: 128px;
box-shadow: 0 0 4px rgba(0,0,0,0.55);
border: 2px solid rgba(153,153,153,0);
margin-bottom: 5px;
}
a:hover , a:visited:hover {
color: #ff0000;
}