
/* - ploneCustom.css - */
@media all {
/* https://www.key64.org/portal_css/ploneCustom.css?original=1 */
/* */
/* */
table.keyboard td {
/* */
}
table.keyboard td.bold {
font-weight: bold;
}
table.keyboard td.boldunderline {
font-weight: bold;
text-decoration: underline;
}
table.keyboard td.italic {
font-style: italic;
}
table.keyboard .key {
background: url("key-button.jpg") left no-repeat;
width:40px;
height:40px;
text-align: center;
}
table.keyboard .keyesc {
background: url("key-button.jpg") right no-repeat;
width:40px;
height:40px;
text-align: right;
}
table.keyboard .keyw125 {
background: url("key-button-w125.jpg") left no-repeat;
width:50px;
height:40px;
text-align: center;
}
table.keyboard .keyh150 {
background: url("key-button-h150.jpg") bottom no-repeat;
width:40px;
height:60px;
text-align: center;
}
table.keyboard .keyh175 {
background: url("key-button-h175.jpg") top no-repeat;
width:40px;
height:70px;
text-align: center;
}
table.keyboard .left {
text-align: left;
}
table.keyboard .right {
text-align: right;
}
table.keyboard .bottom {
valign: bottom;
}
table.keyboard .keyh200 {
background: url("key-button-h200.jpg") left no-repeat;
width:40px;
height:80px;
text-align: center;
}
/* */
/* */

}

