Adjust theme via catalog.css & style.css
Changes to catalog.css: - Forced all threads to a height of 300px and reduced padding to improve consistency. I think it improves the readability quite a bit but I may be alone in thinking this way. - Changes to style.css: - Removed additional padding to allow new catalog spacing Conflicts: stylesheets/style.css
This commit is contained in:
parent
b888500133
commit
e5ce012a09
@ -20,26 +20,24 @@ div.threads{
|
|||||||
}
|
}
|
||||||
|
|
||||||
div.thread {
|
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;
|
position: relative;
|
||||||
|
vertical-align: top;
|
||||||
|
display: inline-block;
|
||||||
|
overflow:hidden;
|
||||||
|
margin:2px;
|
||||||
|
padding: 2px;
|
||||||
|
height:300px;
|
||||||
|
width:205px;
|
||||||
font-size:11px;
|
font-size:11px;
|
||||||
padding: 15px;
|
font-weight:normal;
|
||||||
|
text-align:center;
|
||||||
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);
|
||||||
max-height:300px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div.thread:hover {
|
div.threads:hover {
|
||||||
background: #D6DAF0;
|
background: #D6DAF0;
|
||||||
border-color: #B7C5D9;
|
border-color: #B7C5D9;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.grid-size-small {
|
div.grid-size-small {
|
||||||
|
@ -222,7 +222,8 @@ div.post.reply div.body a {
|
|||||||
color: #D00;
|
color: #D00;
|
||||||
}
|
}
|
||||||
div.post {
|
div.post {
|
||||||
max-width: 97%;
|
max-width: 95%;
|
||||||
|
padding-left:20px;
|
||||||
}
|
}
|
||||||
div.post div.body {
|
div.post div.body {
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
@ -518,16 +519,12 @@ form.ban-appeal textarea {
|
|||||||
.theme-catalog div.thread {
|
.theme-catalog div.thread {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
margin-bottom:25px;
|
|
||||||
margin-left: 20px;
|
|
||||||
margin-right: 15px;
|
|
||||||
text-align:center;
|
text-align:center;
|
||||||
font-weight:normal;
|
font-weight:normal;
|
||||||
width:205px;
|
width:205px;
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
position: relative;
|
position: relative;
|
||||||
font-size:11px;
|
font-size:11px;
|
||||||
padding:5px;
|
|
||||||
max-height:300px;
|
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);
|
||||||
@ -724,3 +721,14 @@ form.ban-appeal textarea {
|
|||||||
.mentioned {
|
.mentioned {
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
code > pre {
|
||||||
|
/* Better code tags */
|
||||||
|
background:black;
|
||||||
|
max-width:inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
code > pre > span.pln {
|
||||||
|
color:grey;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user