No edit summary
No edit summary
Tag: Reverted
Line 22: Line 22:
bgcolor  : #c6dbf7;
bgcolor  : #c6dbf7;
halign    : left;
halign    : left;
quote    : '';
}
}

Revision as of 23:14, 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;
    background-color: #ddf5eb; 
}

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