Jump to content

Recommended Posts

  • Moderators
Posted

Cauta in ipb_styles.css:

table.ipb_table td

Si o sa fie o bucata lunga care contine:

border-bottom: 1px solid #culoarea;

De acolo poti modifica culoarea.

 

Despre scrollbar aici ai niste exemple:

http://cssdeck.com/labs/css3-webkit-vertical-scrollbars/

 

Si aici un mic generator sa il faci cum vrei:

http://darrylhuffman.com/sites/Scrollbar-gen/

PHP Developer - Not available for freelancing right now

Daca ai de gand sa postezi la categoria IPB, nu uita sa citesti regulamentul: Link regulament

Posted

Ok , am ales un scrollbar , am luat codul , dar acum codul ala cu ce il schimb si unde ?

Si faza cu statistici , nu cred ca ai inteles , eu vreau sa modific acele butoane de exemplu : la total post e butonul ala cu 1 , la ala as vrea sa schimb putin culoarea

 a lot of bla bla bla...

Posted

Scrollbar: (il modifici dupa bunul plac)

*Il pui in Look & Feel / Manage Skin Sets & Templates / Tema / CSS / ipb_styles.css

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background-color:#000;
}

::-webkit-scrollbar-thumb {
    background:#fff; 
}

Statistici: (Look & Feel / Manage Skin Sets & Templates / Tema / CSS / ipb_styles.css)

 

Cauta si modifica:

#board_stats .value {
  • Upvote 1

www.evict.ro

EVICTro

loading1.gif

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.