fixes gentoo style. Fixes redtext markup. Adds orange quoting (ie: <).

This commit is contained in:
nonmakina 2021-01-04 15:59:59 -06:00
parent b03d4f7c54
commit 2a37ad3b5d
4 changed files with 24 additions and 2 deletions

View file

@ -68,3 +68,8 @@ div.boardlist a {
table.modlog tr th {
background: #EA8;
}
#quick-reply table {
background: #0E0E0E url(data:image/gif;base64,R0lGODlhGAAMAKEEAOXl5ebm5vDw8PHx8SH+EUNyZWF0ZWQgd2l0aCBHSU1QACwAAAAAGAAMAAACRpQiY6cLa146MyY1EJQKjG81lNGRUPOIkgMJHtquBgIO7xwvpbrpduUSuXq8ntEC0bBEylYitdDAdM1ViaobkgKgZwyDLAAAOw==) repeat 0 0 !important;
}

View file

@ -1953,4 +1953,12 @@ div.mix {
footer {
margin-bottom: 50px;
}
}
span.underline {
text-decoration: underline;
}
span.orangeQuote {
color: #FF8C00;
}