kawe
10-17-2009, 10:00 PM
Reply Post Button
https://vborg.vbsupport.ru/external/2009/10/31.jpg
Postbit Edit Post
https://vborg.vbsupport.ru/external/2009/10/32.jpg
New Thread
https://vborg.vbsupport.ru/external/2009/10/33.jpg
ok
how to add it ?
add this code to additional CSS ur template
.button {
display:inline;
}
.button a {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
display: block;
padding:5px 21px;
background:#F9f9f9;
color:#3b5998;
float:left;
text-align:center;
border-top:1px solid #C9C9DA;
border-right:1px solid #C9C9DA;
border-bottom:1px solid #C9C9DA;
border-left:1px solid #C9C9DA;
}
.button a:hover {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
background:#FFFFE0;
color:#3b5998;
border-top:1px solid #C9C9DA;
border-right:1px solid #C9C9DA;
border-bottom:1px solid #C9C9DA;
border-left:1px solid #C9C9DA;
}
then you can search a button code on template
then replace with <div class="button">example :
this is a default code for NEW THREAD BUTTON
<td class="smallfont"><if condition="$show['newthreadlink']"><a href="newthread.php?$session[sessionurl]do=newthread&f=$foruminfo[forumid]" rel="nofollow"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></a><else /> </if></td>
then, i change to CSS Button with this code
<td class="smallfont"><if condition="$show['newthreadlink']"><div class="button"><a href="newthread.php?$session[sessionurl]do=newthread&f=$foruminfo[forumid]" rel="nofollow">New Thread</a></div><else /> </if></td>Done ... ;)
for add Image on CSS Button u can use this code on CSS Adittional
background: #00ff00 url('http://url image') no-repeat fixed left;
https://vborg.vbsupport.ru/external/2009/10/31.jpg
Postbit Edit Post
https://vborg.vbsupport.ru/external/2009/10/32.jpg
New Thread
https://vborg.vbsupport.ru/external/2009/10/33.jpg
ok
how to add it ?
add this code to additional CSS ur template
.button {
display:inline;
}
.button a {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
display: block;
padding:5px 21px;
background:#F9f9f9;
color:#3b5998;
float:left;
text-align:center;
border-top:1px solid #C9C9DA;
border-right:1px solid #C9C9DA;
border-bottom:1px solid #C9C9DA;
border-left:1px solid #C9C9DA;
}
.button a:hover {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
background:#FFFFE0;
color:#3b5998;
border-top:1px solid #C9C9DA;
border-right:1px solid #C9C9DA;
border-bottom:1px solid #C9C9DA;
border-left:1px solid #C9C9DA;
}
then you can search a button code on template
then replace with <div class="button">example :
this is a default code for NEW THREAD BUTTON
<td class="smallfont"><if condition="$show['newthreadlink']"><a href="newthread.php?$session[sessionurl]do=newthread&f=$foruminfo[forumid]" rel="nofollow"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></a><else /> </if></td>
then, i change to CSS Button with this code
<td class="smallfont"><if condition="$show['newthreadlink']"><div class="button"><a href="newthread.php?$session[sessionurl]do=newthread&f=$foruminfo[forumid]" rel="nofollow">New Thread</a></div><else /> </if></td>Done ... ;)
for add Image on CSS Button u can use this code on CSS Adittional
background: #00ff00 url('http://url image') no-repeat fixed left;