Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
.block-header
{
position: relative;
.block-header--image
{
width: 100%;
height: 100%;
position: absolute;
right: 0;
opacity: 0.8;
background-image: url(styles/STYLEFOLDER/xenforo/sources/header-background.png);
background-position: right top;
background-repeat: repeat;
}
.collapseTrigger, .block-header--left a
{
position: relative;
z-index: 2;
}
}
It's at sycamorepride.com
I just had to pull it because I realized made all links unusable.
.message-header .message-attribution
{
position: relative;
.message-attribution-main:before
{
background: url(@xf-xbStyleFolder/xenforo/bg-mesh.png) repeat 0 0;
content: "";
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.message-attribution-main a, .message-attribution-opposite
{
position: relative;
}
}