Speech Bubbles
table {
    table-layout: fixed;
}
 
.chat-message {
    margin: .5em;
    border: 3px solid #669;
    background-color: #CCF;
    font-size: 90%;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}
 
.chat-message td {
    vertical-align: top;
}
 
.chat-message .author {
    padding: 1px;
}
 
.chat-message .content {
 
}
 
body.edit {
    background-image: url(http://community.wikidot.com/local--files/nav:side/accessories-text-editor-32x32.png) !important;
}
 
pre {
    white-space: pre-wrap;
}
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License