apply mona's css patch
This commit is contained in:
parent
f7eb634aa1
commit
c6c9c3f53b
@ -90,22 +90,21 @@ textarea {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.post_body > pre {
|
.post_body > pre {
|
||||||
font-size: 9pt;
|
font-size: 10pt;
|
||||||
background: #D6DAF0;
|
|
||||||
font-weight: unset;
|
font-weight: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
align: center;
|
align: center;
|
||||||
font-size: 13pt;
|
font-size: 12pt;
|
||||||
background: #98E;
|
|
||||||
color: black;
|
color: black;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding: 20px 20px 20px 20px;
|
|
||||||
|
font-family: sans;
|
||||||
|
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
@ -346,11 +345,26 @@ input, textarea {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.post {
|
.post {
|
||||||
max-width: 75%;
|
background-color: #D6DAF0;
|
||||||
margin-bottom: 5px;
|
|
||||||
|
border: 1px solid #B7C5D9;
|
||||||
|
border-left: none;
|
||||||
|
border-top: none;
|
||||||
|
display: table;
|
||||||
|
padding: 2px;
|
||||||
|
margin: 2px;
|
||||||
|
|
||||||
|
display: inline-block;
|
||||||
|
float: left;
|
||||||
|
clear: both;
|
||||||
|
|
||||||
min-width: 500px;
|
min-width: 500px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.post.op {
|
||||||
|
background-color: #e4eeff;
|
||||||
|
}
|
||||||
|
|
||||||
.postheader {
|
.postheader {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding-top: 3px;
|
padding-top: 3px;
|
||||||
@ -450,10 +464,6 @@ input, textarea {
|
|||||||
padding-bottom: 0px;
|
padding-bottom: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post {
|
|
||||||
display: inline-block;
|
|
||||||
}
|
|
||||||
|
|
||||||
.pagelist {
|
.pagelist {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
@ -560,7 +570,7 @@ textarea#reply-text {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.thread {
|
.thread {
|
||||||
padding-left: 10%;
|
padding-left: 10px;
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
width: 80%;
|
width: 80%;
|
||||||
@ -570,3 +580,10 @@ textarea#reply-text {
|
|||||||
float: right;
|
float: right;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@keyframes rotate {
|
||||||
|
0% { transform:rotate(0deg); }
|
||||||
|
25% { transform:rotate(-1deg); }
|
||||||
|
50% { transform:rotate(0deg); }
|
||||||
|
75% { transform:rotate(1deg); }
|
||||||
|
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user