~bakkerl/xibo/1.6

« back to all changes in this revision

Viewing changes to server/theme/default/libraries/ckeditor/contents.css

  • Committer: Dan Garner
  • Date: 2014-01-19 14:06:56 UTC
  • mfrom: (292.1.48 server-160rc1)
  • Revision ID: dan@xibo.org.uk-20140119140656-4xqs9tjqlgcbaaq9
Merged 1.6.0rc1 manual branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
3
 
For licensing, see LICENSE.html or http://ckeditor.com/license
 
3
For licensing, see LICENSE.md or http://ckeditor.com/license
4
4
*/
5
5
 
6
6
body
73
73
        border-top: 1px solid #ccc;
74
74
}
75
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);
 
76
img.right
 
77
{
 
78
        border: 1px solid #ccc;
 
79
        float: right;
 
80
        margin-left: 15px;
 
81
        padding: 5px;
 
82
}
 
83
 
 
84
img.left
 
85
{
 
86
        border: 1px solid #ccc;
 
87
        float: left;
 
88
        margin-right: 15px;
 
89
        padding: 5px;
93
90
}
94
91
 
95
92
pre
98
95
        word-wrap: break-word; /* IE7 */
99
96
}
100
97
 
101
 
.marker {
102
 
    background-color: Yellow;
 
98
.marker
 
99
{
 
100
        background-color: Yellow;
 
101
}
 
102
 
 
103
span[lang]
 
104
{
 
105
   font-style: italic;
103
106
}