This commit is contained in:
Daisuke
2020-04-09 14:31:48 -05:00
parent c16f58c013
commit 869f09062a
69 changed files with 6568 additions and 39 deletions

View File

@ -5,8 +5,6 @@ a, .link {
body {
background-color: #1a2a39;
background-image: url("../bg.jpg");
background-size: 100%;
background-attachment: fixed;
}
p,div,span{
@ -66,16 +64,21 @@ input[type="checkbox"]:checked+label {
}
#notifications {
background-color:#121a24;
background-color:rgba(18,26,36,0.8);
box-shadow: 1px 1px 1px black;
}
.notif{
border-bottom:1px solid #1c2737;
background-color:#121a24;
background-color:transparent;
color:white;
}
.notif .post_buttons {
color: #0b82d2;
background-color:#121a24;
}
.new {
background-color:#25354b;
}
@ -196,8 +199,8 @@ input[type="checkbox"]:checked+label {
.post,
.rb,
.textonly,
.loadmore,.postform,.profile,.loader,.post_footer {
background-color: #121a24;
.loadmore,.postform,.profile,.loader {
background-color: rgba(18,26,36,0.8);
}
.toggleblur {
@ -225,10 +228,7 @@ input[type="checkbox"]:checked+label {
background-color: black;
}
.notif .post_buttons {
color: #0b82d2;
background-color:#121a24;
}
.reply {
background-color: #1b2735;