290420 New theme, personal settings and bugfixes

This commit is contained in:
Daisuke
2020-04-29 12:29:25 -05:00
parent 16e39ffbe8
commit 687ddc7068
48 changed files with 1986 additions and 369 deletions

View File

@ -185,6 +185,10 @@ input[type="submit"] {
color: red !important;
}
.loadingImage{
background-image: url("../loadingb.gif") !important;
}
.post,
.rb,
.textonly,
@ -241,6 +245,22 @@ input[type="submit"] {
border-top:2px solid #eeaa88;
}
.public::after {
content: '';
}
.unlisted::after {
content: '';
}
.private::after {
content: '';
}
.direct::after {
content: '';
}
.post_buttons {
color: #425f99;
}