Вакантно Возвышайте свои слова, а не голос. Цветы растут от дождя, а не от громa.… Задавайте все интересующие вопросы здесь https://babaka.website

Колибри- 24-ру

Объявление



Яндекс.Погода
у лета есть для нас в запасе жара и грозы и дожди, но ты не думай о ненастье тепла и солнца жди

Администраторы:

Апостол
Киса

Частые посетители:

Юльчик
Няшка
Киса

Информация о пользователе

Привет, Гость! Войдите или зарегистрируйтесь.


Вы здесь » Колибри- 24-ру » CSS-Коды для чатов-Chatovod.ru » Кнопки онлайн и отправить


Кнопки онлайн и отправить

Сообщений 1 страница 6 из 6

1

[exs] Кнопки с анимацией загрузки[/exs]

Код:
.chatSendButton{
 color:#00c6ff; 
 padding: 3px 0px;
 text-transform: uppercase;
 width:350px;
 text-decoration:none;
 text-align:center;
 margin:0px 0;
 display: block;
 background-image: linear-gradient(to left,transparent,transparent 50%,#00c6ff 50%,#00c6ff);
 background-position: 100% 0;
 background-size: 200% 100%;
 transition: all .25s ease-in;
 font: 00 12px tahoma;
 border: 1px solid #00C6FF;
}
.chatSendButton:hover {
background-position: 0 0;
color:#fff;
}
/*онлайн*/
.chatSendExitPanel select{
 color:#00c6ff; 
 padding: 3px 0px;
 text-transform: uppercase;
 width:100px;
 text-decoration:none;
 text-align:center;
 margin:0px 0;
 display: block;
 background-image: linear-gradient(to left,transparent,transparent 50%,#00c6ff 50%,#00c6ff);
 background-position: 100% 0;
 background-size: 200% 100%;
 transition: all .25s ease-in;
 font: 00 10px tahoma;
 border: 1px solid #00C6FF;
}
.chatSendExitPanel select:hover {
background-position: 0 0;
color:#fff;
}

Теги: css код на кнопки

0

2

[exs]Кнопка отправить, при наведение на неё подсвечивается![/exs]

Код:
.chatSendButton {
  display: inline-block;
  width: 5em;
  height: 2em;
  /*line-height: 0em;*/
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  user-select: none;
  color: rgb(0,0,0);
  outline: none;
  border: 1px solid rgba(0,0,0,.4);
  border-top-color: rgba(0,0,0,.3);
  border-radius: 2px;
  background: linear-gradient(rgb(255,255,255), rgb(240,240,240));
  box-shadow:
   0 0 3px rgba(0,0,0,0) inset,
   0 1px 1px 1px rgba(255,255,255,.2),
   0 -1px 1px 1px rgba(0,0,0,0);
  transition: .2s ease-in-out;
}
.chatSendButton:hover:not(:active) {
  box-shadow:
   0 0 3px rgba(0,0,0,0) inset,
   0 1px 1px 1px rgba(0,255,255,.5),
   0 -1px 1px 1px rgba(0,255,255,.5);
}
.chatSendButton:active {
  background: linear-gradient(rgb(250,250,250), rgb(235,235,235));
  box-shadow:
   0 0 3px rgba(0,0,0,.5) inset,
   0 1px 1px 1px rgba(255,255,255,.4),
   0 -1px 1px 1px rgba(0,0,0,.1);

0

3

[exs]Объемная кнопка в шапке чата[/exs]

Код:
.chatHeader .chatTopLine  {
  display: inline-block;
  color: rgba(255,255,255,1.8);
  text-decoration: none;
  text-shadow: 0 0 1px rgb(3,43,58);
  padding: .3em 1.2em;
  background: #0E8BB8 linear-gradient(#0A5E7D, #0E8BB8);
  box-shadow:
   0 15px 12px -12px rgb(0,0,0),
   0 -2px 0 -1px rgb(20,110,140),
   0 -4px 0 -2px rgb(18,108,138),
   0 -6px 0 -3px rgb(16,106,136),
   0 -8px 0 -4px rgb(14,104,134),
   0 -10px 0 -5px rgb(12,102,132),
   0 -12px 0 -6px rgb(10,100,130);
}

0

4

[exs]Кнопка, Войти в чат[/exs]

Код:
#join-chat-button:before {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  padding: 8px 15px;
  border-radius: 100px;
  border: solid rgb(4,88,192);
  border-width: 3px 10px;
  outline: none;
  opacity: 1;
  transition: .6s, opacity 0s 9999999s, visibility 0s 9999999s;
} 
#join-chat-button {
  position: relative;
  padding: calc(8px + 3px - 1px) calc(15px + 10px - 1px);
  border: 1px solid rgba(62,153,239,.5);
  background: linear-gradient(to left, rgb(62,153,239) 1%, #fff 3%, rgb(44,135,232) 8%, rgba(255,255,255,.3) 50%, rgb(44,135,232) 92%, #fff 97%, rgb(62,153,239) 99%) no-repeat;
}
#join-chat-button:before {
  content:  "";
  position:  absolute; 
  bottom: -7px;
  left: -1px;
  width: calc(100% - (15px + 10px - 1px)*2);
  background: #fff linear-gradient(rgb(58,160,253), rgb(4,88,192) 60%, rgb(49,112,201));
  box-shadow: 0 10px 18px rgba(0,0,0,.5);
}
#join-chat-button:hover {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
#join-chat-button:hover:before {
  border-color: #0766d8;
  background: #fff linear-gradient(#3fadff, #0766d8 60%, #3279dd);
}

0

5

[exs]Кнопка с поворотом при наведении Войти в чат[/exs]

Код:
#join-chat-button {
    border-radius: 10px;
    color: white;
    transition: .2s linear;
    background: #0B63F6;
}

#join-chat-button:hover {
    -webkit-transform: rotateZ(5deg);
    -ms-transform: rotateZ(5deg);
    transform: rotateZ(5deg);
}

0

6

[exs]Кнопка с появляющейся границей Войти в чат 2[/exs]

Код:
#join-chat-button2 {
    border-radius: 10px;
    color: white;
    transition: .2s linear;
    background: #0B63F6;
}

#join-chat-button2:hover {
    box-shadow: 0 0 0 2px white, 0 0 0 4px #3C82F8;
}

0


Вы здесь » Колибри- 24-ру » CSS-Коды для чатов-Chatovod.ru » Кнопки онлайн и отправить


Рейтинг форумов | Создать форум бесплатно