XenFans Forum Transparent Background

Status
Not open for further replies.

laztrix

OMG Member
Dec 4, 2010
48
0
55
38
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
Jan 1, 2001
60,101
1,425
930
47
Netherlands
mrfloris.com
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;
}
 
  • Like
Reactions: 1 person

laztrix

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

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

4948814839.png
 
Status
Not open for further replies.