Merge pull request #93 from kaernyk/master
Improve Catalog display & thread title handling
This commit is contained in:
commit
3f652ce9ad
@ -31,9 +31,7 @@ p.intro a.post_no {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
p.intro a.post_no,
|
||||
p.intro a.email,
|
||||
p.intro a.post_anchor {
|
||||
p.intro a.post_no,p.intro a.email,p.intro a.post_anchor {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
@ -225,7 +223,6 @@ p.intro {
|
||||
margin: 0.5em 0;
|
||||
padding: 0;
|
||||
padding-bottom: 0.2em;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
input.delete {
|
||||
@ -276,7 +273,6 @@ div.post.reply div.body a {
|
||||
}
|
||||
|
||||
div.post {
|
||||
max-width: 95%;
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
@ -293,7 +289,6 @@ div.post.reply {
|
||||
border-style: none solid solid none;
|
||||
border-color: #B7C5D9;
|
||||
display: inline-block;
|
||||
max-width: 95%;
|
||||
}
|
||||
|
||||
span.trip {
|
||||
@ -554,13 +549,11 @@ table.mod.config-editor input[type="text"] {
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
/*text-shadow: white 1px 0 6px, white 1px 0 6px, black 1px 0 3px;*/
|
||||
margin-top: 0;
|
||||
z-index: 30;
|
||||
}
|
||||
|
||||
.desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu {
|
||||
background-color: rgba(90%, 90%, 90%, 0.6);
|
||||
box-shadow: 0 1px 2px rgba(0,0,0,.15);
|
||||
border-bottom: 1px solid;
|
||||
background-color: #D6DAF0;
|
||||
}
|
||||
|
||||
.desktop-style body {
|
||||
@ -623,6 +616,14 @@ form.ban-appeal textarea {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.MathJax_Display {
|
||||
display: inline!important;
|
||||
}
|
||||
|
||||
pre {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.theme-catalog div.thread img {
|
||||
float: none!important;
|
||||
margin: auto;
|
||||
@ -665,36 +666,33 @@ div.thread:hover {
|
||||
}
|
||||
|
||||
.theme-catalog div.grid-size-vsmall img {
|
||||
max-height: 64px;
|
||||
max-width: 100px;
|
||||
max-height: 33%;
|
||||
max-width: 95%
|
||||
}
|
||||
|
||||
.theme-catalog div.grid-size-vsmall {
|
||||
width: 100px;
|
||||
max-width: 100px;
|
||||
max-height: 150px;
|
||||
min-width:90px; max-width: 90px;
|
||||
max-height: 148px;
|
||||
}
|
||||
|
||||
.theme-catalog div.grid-size-small img {
|
||||
max-height: 128px;
|
||||
max-width: 225px;
|
||||
max-height: 33%;
|
||||
max-width: 95%
|
||||
}
|
||||
|
||||
.theme-catalog div.grid-size-small {
|
||||
width: 200px;
|
||||
max-width: 225px;
|
||||
max-height: 300px;
|
||||
min-width:140px; max-width: 140px;
|
||||
max-height: 192px;
|
||||
}
|
||||
|
||||
.theme-catalog div.grid-size-large img {
|
||||
max-height: 148px;
|
||||
max-width: 300px;
|
||||
max-height: 40%;
|
||||
max-width: 95%
|
||||
}
|
||||
|
||||
.theme-catalog div.grid-size-large {
|
||||
width: 300px;
|
||||
max-width: 300px;
|
||||
max-height: 450px;
|
||||
min-width: 256px; max-width: 256px;
|
||||
max-height: 384px;
|
||||
}
|
||||
|
||||
.theme-catalog img.thread-image {
|
||||
@ -742,7 +740,6 @@ div.thread:hover {
|
||||
padding: 5px 6px 8px 6px;
|
||||
}
|
||||
|
||||
/* styles also used by watch.js */
|
||||
.cb-menuitem {
|
||||
display: table-row;
|
||||
}
|
||||
@ -783,7 +780,6 @@ div.thread:hover {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
/* live-index.js */
|
||||
.new-posts {
|
||||
opacity: 0.6;
|
||||
margin-top: 1em;
|
||||
@ -793,7 +789,6 @@ div.thread:hover {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* options.js */
|
||||
#options_handler {
|
||||
position: fixed;
|
||||
top: 0px;
|
||||
@ -893,18 +888,19 @@ div.thread:hover {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
pre {
|
||||
width: 99%;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
overflow:auto;
|
||||
.poster_id {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
code>pre {
|
||||
background: black;
|
||||
max-width: inherit;
|
||||
}
|
||||
|
||||
code>pre>span.pln {
|
||||
color: grey;
|
||||
}
|
||||
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
p.intro {
|
||||
clear: none;
|
||||
|
Loading…
Reference in New Issue
Block a user