Ticket #9484: contents.css

File contents.css, 613 bytes (added by mansoor, 11 years ago)

contents.css

Line 
1/*
2Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.html or http://ckeditor.com/license
4*/
5
6body
7{
8        /* Font */
9        font-family:Hawyia Chamber;
10        font-size: 16px;
11        /* , Arial, Verdana, sans-serif */
12        /* 12px */
13/*GE Dinar Two*/
14        /* Text color */
15        color: #222;
16
17        /* Remove the background color to make it transparent */
18        background-color: #fff;
19}
20
21ol,ul,dl
22{
23        /* IE7: reset rtl list margin. (#7334) */
24        /*margin-right:0px;
25        /* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/
26    padding:0 40px;
27}
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy