No edit summary
No edit summary
Line 2: Line 2:


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

Revision as of 11:46, 3 May 2024

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

blockquote {
    background-color: #c6dbf7; 
    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;
    background-color: #c6dbf7; 
}

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