Jump to content

Recommended Posts

Posted

Salut PCTROUBLESHOOTING , ma prezint Floy ..blablabla :)) am IPB 3.x, deci ,Am un forum ,care i-am facut totu transparent, inafara de sidebar si chat , asa ca m-am gandit sa fac un post sa ma ajutati ..HELP :D Cum pot face shoutboxul si sidebaru transparent :)?

 

  • Upvote 2

Posted (edited)

Deci tu esti ala care ma freca azi dimineata cu cerere de parteneriat :MemeAngry:

.ipsBox { background: #212121; }

.row1, .post_block.row1 { background-color: #1a1a1a; }

.row2, .post_block.row2 { background-color: #1a1a1a; }

 

Astea 3 linii trebuie editate pentru ati face shoutbox ul transparent.

Alegi culoarea setezi opacity in functie de cum iti place tie.

Va trebui sa folosesti rgba

Edited by Xep

 

Skype: marianbl7

Posted

Ai putea sa mi pui tu tot direct scriptu sau ce este, sa fac copy/peste , ca tot n-am inteles

gen :  .row1, .post_block.row1 { background-color: #1a1a1a; } schimbi cu .......................

 

  • Upvote 2
Posted (edited)

.ipsBox {

background: rgba(25, 25, 25, 0.8);

}

.row1,.post_block.row1 {

background: rgba(25, 25, 25, 0.8);

}

.message {

background: rgba(25, 25, 25, 0.8);

padding: 10px;

border: 1px solid #353535;

text-shadow: rgba(0,0,0,0.2) 0px -1px 0px;

line-height: 1.6;

font-size: 12px;

-webkit-box-shadow: rgba(0,0,0,0.1) 0px 1px 3px;

-moz-box-shadow: rgba(0,0,0,0.1) 0px 1px 3px;

box-shadow: rgba(0,0,0,0.1) 0px 1px 3px;

}

Daca vrei sa fie mai transparent da/nu modifici " background: rgba(25, 25, 25, 0.8); "

Valorile le poti seta doar din intervalul 0 -1 asta insemanand: 0, 0.1, 0.2, 0.3,.... 0.9, 1 !

 

Print:

 

 

 

X3QI7L6.png

 

Edited by Xep
  • Upvote 1

 

Skype: marianbl7

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.