Update
This commit is contained in:
@ -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;
|
||||
|
@ -5,6 +5,18 @@
|
||||
font-size: 12pt;
|
||||
}
|
||||
|
||||
html,body{
|
||||
height:100%;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
background-attachment: fixed;
|
||||
background-size: auto 100%;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center top;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration:none;
|
||||
}
|
||||
@ -17,10 +29,6 @@ p {
|
||||
margin: 0px !important;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
ul{
|
||||
padding:0px;
|
||||
margin:0px;
|
||||
|
@ -1,11 +1,17 @@
|
||||
/* overall */
|
||||
* {
|
||||
font-family: arial, helvetica, sans-serif;
|
||||
font-size: 11pt;
|
||||
}
|
||||
|
||||
html {
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
|
||||
* {
|
||||
font-family: arial, helvetica, sans-serif;
|
||||
font-size: 11pt;
|
||||
body {
|
||||
background-attachment: fixed;
|
||||
background-size: cover;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
a {
|
||||
@ -20,10 +26,6 @@ p {
|
||||
margin: 0px !important;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
ul{
|
||||
padding:0px;
|
||||
margin:0px;
|
||||
|
Reference in New Issue
Block a user