Good art is a taste, good design is an opinion.


Come as guest, stay as family.
Board Index

Come as guest, stay as family.


You are not connected. Please login or register

Foto

[Solved] How to add a button



View previous topic View next topic Go down Message [Page 1 of 1]

1
Offline

  Jorpeto

Jorpeto
Punbb Rookie
Punbb Rookie
  • Description:

  • Information:
Forum:http://mimundoacv3.foro.bz/Version:PUNBB
Type:Errors in codeTags:button

Powered by PunBB
Currently 0 users have thanked Jorpeto for this post:

2
Offline

  Virus

Virus
★Moderator★
★Moderator★
Hello @Jorpeto,

Try adding this in your CSS:
Code:
p.posting a img.i_reply {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    padding: 3px 2px;
}


Powered by PunBB
Currently 0 users have thanked Virus for this post:

3
Offline

  Jorpeto

Jorpeto
Punbb Rookie
Punbb Rookie
Nope

Powered by PunBB
Currently 0 users have thanked Jorpeto for this post:

4
Offline

  Shadow

Shadow
Administrator
Administrator
Try adding this in your CSS

Code:
[panda=css]#zeditor-buttons, .zeditor-buttons {
    display: inline-block;
    padding: 2px 10px;
    margin-bottom: 0;
    font-size: 11.9px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #cccccc;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

Powered by PunBB
Currently 0 users have thanked Shadow for this post:

5
Offline

  Jorpeto

Jorpeto
Punbb Rookie
Punbb Rookie
Solved

Powered by PunBB
Currently 0 users have thanked Jorpeto for this post:

6
Offline

  Shadow

Shadow
Administrator
Administrator
[sucesso="Marked as Solved"]The question(s) in this topic have been answered and the owner has been able to solve the problem. Because of this, the topic has been marked as Solved.

If you have further questions, please open a new topic.[/sucesso]

Powered by PunBB
Currently 0 users have thanked Shadow for this post:

7
Offline

  Sponsored content



Powered by PunBB
Currently 0 users have thanked Sponsored content for this post:

View previous topic View next topic Back to top Message [Page 1 of 1]


Topic URL's

URL
BBcode
HTML

Permissions in this forum:
You cannot reply to topics in this forum