Use 8chin post borders
This commit is contained in:
parent
abe985b6c5
commit
4b007fa759
@ -84,6 +84,11 @@ table tbody tr:nth-of-type( even ) {
|
|||||||
|
|
||||||
.reply {
|
.reply {
|
||||||
background: #D6DAF0;
|
background: #D6DAF0;
|
||||||
|
border-width: 1px;
|
||||||
|
border-style: none solid solid none;
|
||||||
|
border-color: #B7C5D9;
|
||||||
|
display: inline-block;
|
||||||
|
max-width: 94%!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.reply, .ukko_thread_header {
|
.reply, .ukko_thread_header {
|
||||||
@ -156,7 +161,7 @@ input, textarea {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.reply , .ukko_thread_header {
|
.ukko_thread_header {
|
||||||
border-color: #C0C3D4;
|
border-color: #C0C3D4;
|
||||||
border-top-left-radius: 0px
|
border-top-left-radius: 0px
|
||||||
border-top-right-radius: 3px;
|
border-top-right-radius: 3px;
|
||||||
@ -166,8 +171,7 @@ input, textarea {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.reply {
|
.reply {
|
||||||
margin-left: 1.8em;
|
|
||||||
display: inline-block;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.frontend {
|
.frontend {
|
||||||
@ -187,7 +191,7 @@ input, textarea {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.postheader {
|
.postheader {
|
||||||
padding: 5px;
|
padding-top: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tripcode {
|
.tripcode {
|
||||||
@ -264,8 +268,8 @@ input, textarea {
|
|||||||
|
|
||||||
.post_body {
|
.post_body {
|
||||||
margin-left: 15px;
|
margin-left: 15px;
|
||||||
margin-top: 10px;
|
margin-top: 3px;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
.post_body_line {
|
.post_body_line {
|
||||||
margin-left: inherit;
|
margin-left: inherit;
|
||||||
|
Reference in New Issue
Block a user