Файл: public/js/3rd_party/ckeditor/contents.css
Строк: 35
/*
Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights
reserved.
For licensing, see LICENSE.html or
http://ckeditor.com/license
*/
body
{
/* Font */
font-family:
'Helvetica Neue', Arial, Verdana, sans-serif;
font-size: 14px;
/*
Text color */
color: #222;
/* Remove the background color to make it
transparent */
background-color: #fff;
}
/* preserved spaces for rtl
list item bullets. (#6249)*/
ol,ul,dl
{
padding-right:40px;
}
p
{ margin: 0px; }
img:-moz-broken
{
-moz-force-broken-image-icon :
1;
width : 24px;
height : 24px;
}
img, input, textarea
{
cursor:
default;
}
img.bbc_emoticon { vertical-align: middle; }
ul, ul.bbc
{ list-style: disc outside; margin: 12px 0 12px 40px; }
ul,ul.bbc
ul.bbc { list-style-type: circle; }
ul,ul.bbc ul.bbc ul.bbc
{ list-style-type: square; }
ul.decimal,ul.bbcol.decimal { margin:
12px 0 12px 40px; list-style-type: decimal;
}
ul.lower-alpha,ul.bbcol.lower-alpha { margin-left: 40px;
list-style-type: lower-alpha; }
ul.upper-alpha,ul.bbcol.upper-alpha {
margin-left: 40px; list-style-type: upper-alpha;
}
ul.lower-roman ,ul.bbcol.lower-roman { margin-left: 40px;
list-style-type: lower-roman; }
ul.upper-roman,ul.bbcol.upper-roman {
margin-left: 40px; list-style-type: upper-roman; }