Jump to content

Вид кнопки у дополнительных опций в темах

Featured Replies

Posted

Как сделать обрамление (вид кнопки) у дополнительных опций в темах?

 

покажу на примере хука "Topic Password Protection" (есть в премиум разделе мафии)

 

хотелось бы сделать у опции с надписью "Пароль темы" обрамление как у обычных кнопок по бокам.

 

 

post-8225-0-74543400-1368908682.jpg

:D  а какой именно? хотя бы пример... а дальше я по аналоги без знаний кода сделаю)

background: #8fbe5f;
background: -moz-linear-gradient(top, #8fbe5f 0%, #659b42 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fbe5f), color-stop(100%,#659b42));
background: -webkit-linear-gradient(top, #8fbe5f 0%,#659b42 100%);
background: -o-linear-gradient(top, #8fbe5f 0%,#659b42 100%);
background: -ms-linear-gradient(top, #8fbe5f 0%,#659b42 100%);
background: linear-gradient(to bottom, #8fbe5f 0%,#659b42 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fbe5f', endColorstr='#659b42',GradientType=0 );
border: 1px solid #51842F;
border-width: 1px 1px 0 1px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: inset 0 1px 0 0 #ADD08B, 0px 2px 3px rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 1px 0 0 #ADD08B, 0px 2px 3px rgba(0,0,0,0.2);
box-shadow: inset 0 1px 0 0 #ADD08B, 0px 2px 3px rgba(0,0,0,0.2);
color: #fff;
text-shadow: 0 -1px 0 #52742F;
font: 700 12px/1.3 'PT Sans', Helvetica, Arial, sans-serif;
line-height: 30px;
height: 30px;
padding: 0 10px;
text-align: center;
min-width: 125px;
display: inline-block;
cursor: pointer;
Guest
This topic is now closed to further replies.

Последние посетители 0

  • No registered users viewing this page.