No edit summary
No edit summary
Line 15: Line 15:
}
}


{quote box
quote box{
width    : 29em;
width    : 29em;
border    : 1px;
border    : 1px;

Revision as of 23:10, 2 May 2024

/* CSS placed here will be applied to all skins */

blockquote {
    background-color: #ddf5eb; 
    border-style: dotted;
    style="background-color: 
}

pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap; 
    white-space: -pre-wrap; 
    white-space: -o-pre-wrap; 
    word-wrap: break-word;
}

quote box{
width     : 29em;
border    : 1px;
align     : left;
bgcolor   : #c6dbf7;
halign    : left;
}