catalog theme: integrate with the styling framework of tinyboard; allow for js

This commit is contained in:
czaks
2013-12-25 17:46:13 +01:00
parent 8a2df689df
commit c918953d33
5 changed files with 38 additions and 57 deletions

View File

@@ -485,3 +485,32 @@ form.ban-appeal {
form.ban-appeal textarea {
display: block;
}
.theme-catalog img {
float:none!important;
margin: auto;
margin-bottom: 12px;
max-height: 150px;
max-width: 200px;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.55);
border: 2px solid rgba(153, 153, 153, 0);
}
.theme-catalog div.thread {
display: inline-block;
vertical-align: top;
margin-bottom:25px;
margin-left: 20px;
margin-right: 15px;
text-align:center;
font-weight:normal;
width:205px;
overflow:hidden;
position: relative;
font-size:11px;
padding: 15px;
max-height:300px;
background: rgba(182, 182, 182, 0.12);
border: 2px solid rgba(111, 111, 111, 0.34);
}
.theme-catalog strong {
display: block;
}