File size: 1.02Kb
/* BB Codes */
a {
cursor: pointer;
}
.color-panel, .background-panel
{
border: 1px solid #7f7f7f;
background-color: #ececec;
width: 110px;
height: 66px;
position: absolute;
right: 0px;
top: 20px;
padding: 1px;
text-align: center;
display: none;
}
.smiles-panel
{background: #FFFFFF;
border: 1px solid #666666;
border-radius: 14px;
color: #000000;
font-size: 16px;
font-weight: 700;
margin: 3px;
padding: 3px;
width: 320px;
height: 220px;
display: none;
left: 0px;
top: -210px;
text-align: center;
overflow-y: scroll;
}
.other-panel {
border: 1px solid #7f7f7f;
background-color: #ececec;
max-width: 210px;
max-height: 128px;
position: absolute;
left: 0px;
top: 20px;
padding: 1px;
text-align: left;
display: none;
overflow-y: scroll;
}
.color-panel a, .other-panel a
{
margin: 1px;
}
.color-a
{
border: 1px solid #7f7f7f;
width: 18px;
height: 18px;
display: inline-block;
margin: 0px;
}
#toolbar
{
position: relative;
display: inline-block;
}