View source for Talk:Paper Niko/declaration.css
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
.sb-body{
background-color:#171717;
background-attachment:fixed;
background-image: url(https://camp2.rectangle.zone/images/a/ab/SmashboardsBG_L.jpg), url(https://camp2.rectangle.zone/images/c/c0/SmashBoardsBG_R.jpg);
background-repeat: no-repeat;
background-size: contain, contain;
background-position: calc(50vw - 520px - (100vh * .4)) 10px,calc((100vw + 1375px) / 2 - 8px) 10px;
counter-reset:postNumber;
}
.sb-header::before{
content:"";
background-image: url(https://camp2.rectangle.zone/images/b/b9/Sb-banner.png);
background-position: top center;
position:absolute;
width:100%;
height:220px;
opacity:0.65;
}
.sb-post-number::after{
counter-increment:postNumber;
content: counter(postNumber);
000
1:0
Return to Talk:Paper Niko/declaration.css.