How could I use the "transparency" like Music State

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Mar 04, 2014 10:01 pm
Reply with quote
Report this post
Hi,

is it possible to use the background transparency like you have in "Music State template"

Captura.JPG


thank you
User avatar
Expert Boarder

GK User
Tue Mar 04, 2014 10:28 pm
Reply with quote
Report this post
Hi,
yes,,, but it request small CSS customization.
In our template we used this code for white triangle:

Code: Select all
#gkDarkBottom:before {
    background: none repeat scroll 0 0 #FFFFFF;
    content: "";
    height: 350px;
    position: absolute;
    top: -175px;
    transform: skewY(12deg);
    width: 100%;
 }


but you can use graphic shape PNG with transparency.
As you see Knowledge of CSS3 is useful
User avatar
Platinum Boarder


cron