/*
|
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
|
For licensing, see LICENSE.html or http://ckeditor.com/license
|
*/
|
|
body {
|
margin: 0;
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
font-size: 14px;
|
line-height: 26px;
|
color: #333333;
|
background-color: #ffffff;
|
}
|
a {
|
color: #0088cc;
|
text-decoration: none;
|
}
|
a:hover {
|
color: #005580;
|
text-decoration: underline;
|
}
|
img {
|
height: auto;
|
max-width: 100%;
|
vertical-align: middle;
|
border: 0;
|
-ms-interpolation-mode: bicubic;
|
}
|
ol,ul,dl {
|
/* IE7: reset rtl list margin. (#7334) */
|
*margin-right:0px;
|
/* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/
|
padding:0 40px;
|
}
|
.ContentPage{
|
background-color:#FDF8E3;
|
border-bottom:1px dashed #CCC;
|
padding:3px 10px
|
}
|
*{white-space: pre-wrap; /* css-3 */white-space: -moz-pre-wrap; /* Mozilla, since 1999 */white-space: -pre-wrap; /* Opera 4-6 */white-space: -o-pre-wrap; /* Opera 7 */ word-wrap: break-word; /* Internet Explorer 5.5+ */}
|