No edit summary
No edit summary
Line 16: Line 16:


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

Revision as of 23:04, 2 May 2024

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

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

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;
}