Initial add of defaria.com
[clearscm.git] / defaria.com / blogs / General / styles-site.css
1 /* This is the StyleCatcher theme addition. Do not remove this block. */
2 @import url(/mt/mt-static/base-weblog.css);
3 @import url(/mt/mt-static/themes/theme-vicksburg_olive/theme-vicksburg_olive.css);
4 /* end StyleCatcher imports */
5 .code {
6   border-top:           1px solid black;
7   border-left:          1px solid black;
8   border-right:         2px solid #666;
9   border-bottom:        2px solid #666;
10   background:           #ffc;;
11   color:                black;
12   font-size:            14px;
13   font-family:          courier;
14   -moz-border-radius:   10px;
15 }
16
17 pre {
18   white-space:          pre-wrap;       /* css-3 */
19   white-space:          -moz-pre-wrap;  /* Mozilla, since 1999 */
20   white-space:          -pre-wrap;      /* Opera 4-6 */
21   white-space:          -o-pre-wrap;    /* Opera 7 */
22   word-wrap:            break-word;     /* Internet Explorer 5.5+ */
23 }