Jump to content

Cum Adaug Umbra La Categoriile Din Ipb?


Giuliano ' #
Go to solution Solved by gadeas,

Recommended Posts

  • Moderators

In ipb_styles.css la:

a:hover {

Adauga:

text-shadow: 0px 0px 8px;
-webkit-text-shadow: 0px 0px 8px;

PHP Developer - Not available for freelancing right now

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

Link to comment
Share on other sites

  • Moderators

Sigur ati pus la bucata simpla?:

a:hover {

hoDevTr.png

 

Si nu la:

.ipbmenu_content a:hover {
#admin_bar a:hover
#user_navigation li.half a:hover

Si tot asa inca vro 45-47 identificatoare sau clase? Diferenta intre unu si altu e total diferita.

PHP Developer - Not available for freelancing right now

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

Link to comment
Share on other sites

  • Moderators

Ai pus unde nu trebuie. Parca am spus clar ca trebuie pus la:

a:hover {

Simplu, nu la:

#Id a:hover {

sau

.Clasa a:hover {

PHP Developer - Not available for freelancing right now

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

Link to comment
Share on other sites

  • Moderators
  • Solution

Aproape, dar acum muta codu adaugat:

text-shadow: 0px 0px 8px;
-webkit-text-shadow: 0px 0px 8px;

Intre:

a:hover { color: #bcd380; }

Adica sa fie:

a:hover {
    color: #bcd380;
    text-shadow: 0px 0px 8px;
    -webkit-text-shadow: 0px 0px 8px;
}
  • Upvote 1

PHP Developer - Not available for freelancing right now

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

Link to comment
Share on other sites

  • Moderators

Shadowu este aceasi culoare ca si textu cand aveti mausu pe el.

  • Daca textu este albastru, shadowu va fi albastru.
  • Daca textu este roz, shadowu va fi roz.

PHP Developer - Not available for freelancing right now

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

Link to comment
Share on other sites

Mersi :*:* :* dar cum pot sa fie gold adica un galben deschis

Asa si asa iti dau e codu care il foloseste ecila,dar trebuie sa ai categoriile de culoarea alba.

a:hover { 
    color: #ffcc00;
    text-shadow: 0px 0px 8px;
    -webkit-text-shadow: 0px 0px 8px;
}

si ca sa ai categoriile albe:

a {
	color: #ffffff;
	text-decoration: none;
}

acestea le modifici in ipb_styles.css

                                                                                    jocuri-468x60.png

                   

                                                                                                   Recomand cu incredere HZone Romania - Webhost Calitate Maxima 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • 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.