No edit summary
Tag: Manual revert
No edit summary
Line 13: Line 13:
     white-space: -o-pre-wrap;  
     white-space: -o-pre-wrap;  
     word-wrap: break-word;
     word-wrap: break-word;
     background-color: #ddf5eb;  
     background-color: #c6dbf7;  
}
}



Revision as of 23:34, 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: #c6dbf7; 
}

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