inherit
First Contributor
66253
0
Mar 18, 2024 11:09:20 GMT -8
aRMY83
2,925
December 2005
army83
|
Post by aRMY83 on Mar 18, 2013 5:41:56 GMT -8
For those with multiple themes and only want a particuliar theme to be transparent: Go to Admin > Structure > Layout Templates > Forum Wrapper (line 75 or so) and find this: {/if} and place this: <body style="opacity:0.7; filter:alpha(opacity=70);"> directly below it and save. Example: FYI: (browsers supported and opacity setting information) <body style="opacity:0.8; /* For FF 1.0 = no opacity : 0.1 = total opacity */ filter:alpha(opacity=80); /* For IE 1-100 : 100 = no opacity 1 = total */"> Note: For those that have just one theme and want the effect of transparency, then add this: <body style="opacity:0.7; filter:alpha(opacity=70);"> (same as above) to your Global Header.
|
|