/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk

« back to all changes in this revision

Viewing changes to codeigniter/js/ckeditor/contents.css

  • Committer: Erik Wikström
  • Date: 2013-04-09 09:09:31 UTC
  • mfrom: (21 lenasys)
  • mto: (21.1.1 lenasys)
  • mto: This revision was merged to the branch mainline in revision 22.
  • Revision ID: wikxen@gmail.com-20130409090931-9jcs9kzg8et0912g
Remerged! Changed password hashes to VARCHAR(32)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
3
 
For licensing, see LICENSE.html or http://ckeditor.com/license
4
 
*/
5
 
 
6
 
body
7
 
{
8
 
        /* Font */
9
 
        font-family: sans-serif, Arial, Verdana, "Trebuchet MS";
10
 
        font-size: 12px;
11
 
 
12
 
        /* Text color */
13
 
        color: #333;
14
 
 
15
 
        /* Remove the background color to make it transparent */
16
 
        background-color: #fff;
17
 
 
18
 
        margin: 20px;
19
 
}
20
 
 
21
 
.cke_editable
22
 
{
23
 
        font-size: 13px;
24
 
        line-height: 1.6em;
25
 
}
26
 
 
27
 
blockquote
28
 
{
29
 
        font-style: italic;
30
 
        font-family: Georgia, Times, "Times New Roman", serif;
31
 
        padding: 2px 0;
32
 
        border-style: solid;
33
 
        border-color: #ccc;
34
 
        border-width: 0;
35
 
}
36
 
 
37
 
.cke_contents_ltr blockquote
38
 
{
39
 
        padding-left: 20px;
40
 
        padding-right: 8px;
41
 
        border-left-width: 5px;
42
 
}
43
 
 
44
 
.cke_contents_rtl blockquote
45
 
{
46
 
        padding-left: 8px;
47
 
        padding-right: 20px;
48
 
        border-right-width: 5px;
49
 
}
50
 
 
51
 
a
52
 
{
53
 
        color: #0782C1;
54
 
}
55
 
 
56
 
ol,ul,dl
57
 
{
58
 
        /* IE7: reset rtl list margin. (#7334) */
59
 
        *margin-right: 0px;
60
 
        /* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/
61
 
        padding: 0 40px;
62
 
}
63
 
 
64
 
h1,h2,h3,h4,h5,h6
65
 
{
66
 
        font-weight: normal;
67
 
        line-height: 1.2em;
68
 
}
69
 
 
70
 
hr
71
 
{
72
 
        border: 0px;
73
 
        border-top: 1px solid #ccc;
74
 
}
75
 
 
76
 
img.right {
77
 
    border: 1px solid #ccc;
78
 
    float: right;
79
 
    margin-left: 15px;
80
 
    padding: 5px;
81
 
}
82
 
 
83
 
img.left {
84
 
    border: 1px solid #ccc;
85
 
    float: left;
86
 
    margin-right: 15px;
87
 
    padding: 5px;
88
 
}
89
 
 
90
 
img:hover {
91
 
        opacity: .9;
92
 
        filter: alpha(opacity = 90);
93
 
}
94
 
 
95
 
pre
96
 
{
97
 
        white-space: pre-wrap; /* CSS 2.1 */
98
 
        word-wrap: break-word; /* IE7 */
99
 
}
100
 
 
101
 
.marker {
102
 
    background-color: Yellow;
103
 
}