Jump to content

Recommended Posts

Posted

Hey PCT, din nou! Acum vreau sa va intreb cum pot face ca fundalul categoriilor sa nu mai fie  transparent, si sa nu se mai vada backgriundul. fundaul as vrea sa fie #1A1A1F

 

LINK

Posted

Nu merge.. 

Asa e la mine:

#content {
background:#1A1A1F
        border:1px solid rgba(255,255,255, 0.15);
	padding: 10px 10px;
	line-height: 120%;
        margin-top: 20px;
	-webkit-box-shadow: 1px 1px 13px 0px rgba(0, 0, 0, 0.36);
-moz-box-shadow:    1px 1px 13px 0px rgba(0, 0, 0, 0.36);
box-shadow:         1px 1px 13px 0px rgba(0, 0, 0, 0.36);
}
  • Moderators
Posted

Ar trebui sa fie asa

#content {
        background:#1A1A1F;
        border:1px solid rgba(255,255,255, 0.15);
	padding: 10px 10px;
	line-height: 120%;
        margin-top: 20px;
	-webkit-box-shadow: 1px 1px 13px 0px rgba(0, 0, 0, 0.36);
        -moz-box-shadow:    1px 1px 13px 0px rgba(0, 0, 0, 0.36);
        box-shadow:         1px 1px 13px 0px rgba(0, 0, 0, 0.36);
}
  • Upvote 1

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.