[FULL] Анимация ники + Иконки

DimaUZB2001

Пользователь
Анимация ники + Иконки
nick.PNG
1.PNG
CSS:
----------------------- Открыть main.css и найти для TP 2.1.5 и LTS -----------------------
----------------------- Открыть globals.css и найти для TP 2.4.x -----------------------

.colorAdmin, a.colorAdmin, a.colorAdmin:visited {
  color: #A00 !important;
}

.colorSuperMod, a.colorSuperMod, a.colorSuperMod:visited {
  color: #0080FF !important;
}

.colorMod, a.colorMod, a.colorMod:visited {
  color: #009900 !important;
}

.colorGroup, a.colorGroup, a.colorGroup:visited {
  color: #476996 !important;
}

---------------------------------- Заменить на -----------------------------------------------

.colorAdmin, a.colorAdmin, a.colorAdmin:visited {
  color: #DE0000 !important;
  font-weight: bold;
  text-shadow: 0px 0px 7px;
  background: url(../images/Nick/AdminEffect.gif),
  url(../images/Nick/adminicon.png) no-repeat ;   
   padding-left: 18px;
   padding-top: 1px;
}

.colorTech, a.colorTech, a.colorTech:visited {
  color: #000 !important;
  font-weight: bold;
  text-shadow: 0px 0px 7px #000;
  background: url(../images/Nick/TechEffect.gif),
  url(../images/Nick/techicon.png) no-repeat ;   
   padding-left: 18px;
   padding-top: 1px;
}

.colorSupp, a.colorSupp, a.colorSupp:visited {
  color: #000 !important;
  font-weight: bold;
  text-shadow: 0px 0px 7px #000;
}

.colorSuperMod, a.colorSuperMod, a.colorSuperMod:visited {
  color: #006400 !important;
  font-weight: bold;
  text-shadow: 0px 0px 7px;
  background: url(../images/Nick/supermod.gif),
  url(../images/Nick/sumodericon.png) no-repeat;
  padding-left: 18px;
  padding-top: 1px;
 }

.colorMod, a.colorMod, a.colorMod:visited {
  color: #009900 !important;
  font-weight: bold;
  text-shadow: 0px 0px 7px;
  background: url(../images/Nick/ModerEffect.gif),
  url(../images/Nick/modericon.png) no-repeat;
  padding-left: 18px;
  padding-top: 1px;
}

.colorVip, a.colorVip, a.colorVip:visited {
  color: #ff7800 !important;
  font-weight: bold;
  text-shadow: 0px 0px 7px #ff7800;
  background: url(../images/Nick/VIPEffect.gif),
  url(../images/Nick/vipicon.gif) no-repeat ;   
   padding-left: 18px;
   padding-top: 1px;
}

.colorGirl, a.colorGirl, a.colorGirl:visited {
  color: #ff00d8 !important;
  font-weight: bold;
  text-shadow: 0px 0px 7px #ff00d8;
  background: url(../images/Nick/GirlEffect.gif),
  url(../images/Nick/girlicon.png) no-repeat ;   
   padding-left: 18px;
   padding-top: 1px;
}

.colorGroup, a.colorGroup, a.colorGroup:visited {
  color: #6700B3;
  font-weight: bold;
  text-shadow: 0px 0px 7px !important;
}

----------------------------------------------------------------------------------------
Сохранить и очистить кеш ТП и нажав CTRL + F5
 

Вложения

  • Nick-Icon.zip
    501.6 KB · Просмотры: 6
Сверху