Template:Smashboards.css

From The Wiki Camp 2
Jump to navigation Jump to search
.sb-body{
  background-color:#171717;
  background-attachment:fixed;
  background-image: url(https://camp2.rectangle.zone/subwikifiles/wc2/images/a/ab/SmashboardsBG_L.jpg),  url(https://camp2.rectangle.zone/subwikifiles/wc2/images/c/c0/SmashBoardsBG_R.jpg);
  background-repeat: no-repeat;
  background-size: contain, contain;
  background-position: calc(50vw - 610px - (100vh * .4)) 10px,calc((100vw + 1200px) / 2 - 8px) 10px;
  counter-reset:postNumber;
}

.sb-header::before{
	content: "";
	background-image: url(https://camp2.rectangle.zone/subwikifiles/wc2/images/b/b9/Sb-banner.png);
	background-position: top center;
	background-size: cover;
    position:fixed;
    height:220px;
    width: 100%;
    opacity: 0.65;
    z-index:-1;
}
.sb-post-number::after{
	counter-increment:postNumber;
	content: counter(postNumber);
}