XenFans Forum Transparent Background

Status
Not open for further replies.

laztrix

OMG Member
Joined
Dec 4, 2010
Messages
48
Hi, I really love xenfans glassy background borders and was wondering how It's done. Can you please share it? thanks.

3852666420.jpg
 

Floris

I'm just me :) Hi.
Staff member
Joined
Jan 1, 2001
Messages
60,101
Fixed width set to 960px;
and then add this to extra.css

seeing how someone on xenforo.com/community already "ripped" this and released it, I don't mind sharing it now.

Code:
#content .pageWidth {
	background: rgba(255,255,255,0.4);
	border-left: 1px solid rgba(255,255,255,0.5);
	border-right: 1px solid rgba(255,255,255,0.5);
	padding: 0 15px;
	width: 944px;
}
 

laztrix

OMG Member
Joined
Dec 4, 2010
Messages
48
Thanks floris, I almost done it :D Have some display issues though:

And the footer aread doesn't look like it too:

4948814839.png
 

Floris

I'm just me :) Hi.
Staff member
Joined
Jan 1, 2001
Messages
60,101
Sorry, it's part of the XenFans.com style, which I have not released yet. This code should be enough to get you started.
 
Status
Not open for further replies.
Top