[Tutorial] Effect Glow Utilizatori

Locked
User avatar
Sorin.
Membru
Membru
Posts: 1128
Joined: 8 years ago
Location: 127.0.0.1
Has thanked: 0
Been thanked: 0
Zodiac:
Age: 23
Contact:
Status: Offline

7 years ago

Adaugă un efect glow numelor utilizatorilor.

Deschideti styles/tema/theme/links.css

Caută:

Code: Select all

/* Coloured usernames */
.username-coloured {
   font-weight: bold;
   display: inline !important;
   padding: 0 !important;
}

Înlocuieşte cu:

Code: Select all

/* Coloured usernames */
.username-coloured {
        text-shadow: 0 0 10px;
   font-weight: bold;
   display: inline !important;
   padding: 0 !important;
}
Image

Părere buna
Locked

Return to “Tutoriale”