Ticket #1503: styletest.styles.css

File styletest.styles.css, 1.1 KB (added by Jon Håvard Gundersen, 16 years ago)
Line 
1/*
2 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3 * Copyright (C) 2003-2007 Frederico Caldeira Knabben
4 *
5 * == BEGIN LICENSE ==
6 *
7 * Licensed under the terms of any of the following licenses at your
8 * choice:
9 *
10 *  - GNU General Public License Version 2 or later (the "GPL")
11 *    http://www.gnu.org/licenses/gpl.html
12 *
13 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
14 *    http://www.gnu.org/licenses/lgpl.html
15 *
16 *  - Mozilla Public License Version 1.1 or later (the "MPL")
17 *    http://www.mozilla.org/MPL/MPL-1.1.html
18 *
19 * == END LICENSE ==
20 *
21 * Styles used by the XHTML 1.1 sample page (sample14.html).
22 */
23
24/**
25 * Basic definitions for the editing area.
26 */
27body
28{
29        background-color: #ffffff;
30        padding: 5px 5px 5px 5px;
31        margin: 0px;
32}
33
34body, td
35{
36        font-family: Arial, Verdana, sans-serif;
37        font-size: 12px;
38}
39
40a[href]
41{
42        color: #0000FF !important; /* For Firefox... mark as important, otherwise it becomes black */
43}
44
45.bodytext {
46        color: silver;
47}
48
49.subtitle {
50        font-weight: bold;
51}
52
53.quote {
54        margin-left: 10px;
55        font-style: italic;
56}
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy