Кнопки на CSS для ucoz, новичкам думаю пригодится. Есть 4 цветовых варианта: Черная, красная, зеленая и синяя кнопка. Так же цвета можно и самому настроить. Работает в Mozilla Firefox, Google Chrome и в Opera.
Уставнока:
Итак начнем.
Это вставляем в css:
Code
.button.black {background: url('http://webuilder.info/ucoz/3/highlight_faint.png') repeat-x top #272727; display: inline-block;border: 1px solid #161616;border-radius: 3px;color: #fff;padding: 5px;margin-bottom: 3px}
.button.black:hover {background: url('http://webuilder.info/ucoz/3/highlight_faint.png') repeat-x top #404040}
.button.black:active {background: url('http://webuilder.info/ucoz/3/highlight_faint.png') repeat-x top #151515}
.button.red {background: url('http://webuilder.info/ucoz/3/highlight_faint.png') repeat-x top #cd0000;display: inline-block;border: 1px solid #8a0000;border-radius: 3px;color: #fff;padding: 5px;margin-bottom: 3px}
.button.red:hover {background: url('http://webuilder.info/ucoz/3/highlight_faint.png') repeat-x top #dd0101}
.button.red:active {background: url('http://webuilder.info/ucoz/3/highlight_faint.png') repeat-x top #b60404}
.button.blue {background: url('http://webuilder.info/ucoz/3/highlight_faint.png') repeat-x top #0173dd;display: inline-block;border: 1px solid #294c8b;border-radius: 3px;color: #fff;padding: 5px;margin-bottom: 3px}
.button.blue:hover {background: url('http://webuilder.info/ucoz/3/highlight_faint.png') repeat-x top #0278e7}
.button.blue:active {background: url('http://webuilder.info/ucoz/3/highlight_faint.png') repeat-x top #005eb6}
.button.green {background: url('http://webuilder.info/ucoz/3/highlight_faint.png') repeat-x top #6db114;display: inline-block;border: 1px solid #5a7f2a;border-radius: 3px;color: #fff;padding: 5px;margin-bottom: 3px}
.button.green:hover {background: url('http://webuilder.info/ucoz/3/highlight_faint.png') repeat-x top #74bc15}
.button.green:active {background: url('http://webuilder.info/ucoz/3/highlight_faint.png') repeat-x top #62a011}
.button.black:hover {background: url('http://webuilder.info/ucoz/3/highlight_faint.png') repeat-x top #404040}
.button.black:active {background: url('http://webuilder.info/ucoz/3/highlight_faint.png') repeat-x top #151515}
.button.red {background: url('http://webuilder.info/ucoz/3/highlight_faint.png') repeat-x top #cd0000;display: inline-block;border: 1px solid #8a0000;border-radius: 3px;color: #fff;padding: 5px;margin-bottom: 3px}
.button.red:hover {background: url('http://webuilder.info/ucoz/3/highlight_faint.png') repeat-x top #dd0101}
.button.red:active {background: url('http://webuilder.info/ucoz/3/highlight_faint.png') repeat-x top #b60404}
.button.blue {background: url('http://webuilder.info/ucoz/3/highlight_faint.png') repeat-x top #0173dd;display: inline-block;border: 1px solid #294c8b;border-radius: 3px;color: #fff;padding: 5px;margin-bottom: 3px}
.button.blue:hover {background: url('http://webuilder.info/ucoz/3/highlight_faint.png') repeat-x top #0278e7}
.button.blue:active {background: url('http://webuilder.info/ucoz/3/highlight_faint.png') repeat-x top #005eb6}
.button.green {background: url('http://webuilder.info/ucoz/3/highlight_faint.png') repeat-x top #6db114;display: inline-block;border: 1px solid #5a7f2a;border-radius: 3px;color: #fff;padding: 5px;margin-bottom: 3px}
.button.green:hover {background: url('http://webuilder.info/ucoz/3/highlight_faint.png') repeat-x top #74bc15}
.button.green:active {background: url('http://webuilder.info/ucoz/3/highlight_faint.png') repeat-x top #62a011}
Надеюсь догадались, что button.black - это черная кнопка, button.red - красная, button.blue - синяя, button.green - зеленая.
Код вызова самих кнопок:
Черная:
Code
<a href=''><div class='button black'>Я черная кнопка</div></a>
Синяя:
Code
<a href=''><div class='button blue'>Я синяя кнопка</div></a>
Зеленая:
Code
<a href=''><div class='button green'>Я зеленая кнопка</div></a>
Красная:
Code
<a href=''><div class='button red'>Я красная кнопка</div></a>
Готово.
Посмотреть демо Кнопки на CSS для ucoz
Другие новости |
Поделиться ссылкой
|
5 |
AID пишет: | 30.06.2012 | 02:28
Страница с комментарием |
Сайт не закрыли, а взломали. Ссылки на картинки рабочие.
(0)
|