Frontend Development

Custom CSS for Nulledbb

Submitted by Starfola, , Thread ID: 82227

Thread Closed
30-03-2018, 09:41 AM
This post was last modified: 30-03-2018, 09:41 AM by Starfola
#1
Posting this for free since it's pointless to make someone pay 8 credits for something simple. The code is fairly easy to understand if you wanna edit it. But, if you just want to change the logo and the background then I'd suggest changing the Imgur links to your picture.

Code:
body {
   background-image: url("https://i.imgur.com/3yshzWx.png");
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-size: auto;
   background-size:cover;
}
.postbit-container {
   background: rgba(0,0,0,0.4);
}
.container{
   background: rgba(0,0,0,0.2);
}
#header-bar{
   background: rgba(40,40,40,40);
}
#green.forum-head{
   background: rgba(40,40,40,40);
}
.nav-wrapper, .shadow, #forums{
   background: rgba(40,40,40,40);
}
.nav li:after,.nav li:before{
   border-top:0px solid transparent;
   border-bottom:0px solid transparent
}
.nav{
   background:#282828;
}
.nav li{
   background: rgba(0,0,0,0);
   margin-right:50px;
   padding:10px 0;
   display:block
}
.showthread-options{
display:none;
}
.index-button{
   position:relative;
   background:#282828;
   padding:13px 10px;
   color:#A3A3A3;
   font-weight:400
}
.logo img{
   content: url("https://i.imgur.com/Q3S58Si.png")
}
#green, #purple, #orange, #red{
   background:#000!important
}

Index:
[Image: kK3IXq6.png]

Profile:
[Image: pXQF3dT.png]

Control Panel:
[Image: DGSaREB.png]
[Image: 7ElFux.gif]

Users browsing this thread: 3 Guest(s)