diff options
Diffstat (limited to 'samples/sample.css')
| -rwxr-xr-x | samples/sample.css | 45 |
1 files changed, 27 insertions, 18 deletions
diff --git a/samples/sample.css b/samples/sample.css index fea1aa1..8fd71aa 100755 --- a/samples/sample.css +++ b/samples/sample.css @@ -1,11 +1,11 @@ /*
-Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
html, body, h1, h2, h3, h4, h5, h6, div, span, blockquote, p, address, form, fieldset, img, ul, ol, dl, dt, dd, li, hr, table, td, th, strong, em, sup, sub, dfn, ins, del, q, cite, var, samp, code, kbd, tt, pre
{
- line-height: 1.5em;
+ line-height: 1.5;
}
body
@@ -18,6 +18,14 @@ input, textarea, select, option, optgroup, button, td, th font-size: 100%;
}
+pre
+{
+ -moz-tab-size: 4;
+ -o-tab-size: 4;
+ -webkit-tab-size: 4;
+ tab-size: 4;
+}
+
pre, code, kbd, samp, tt
{
font-family: monospace,monospace;
@@ -25,8 +33,8 @@ pre, code, kbd, samp, tt }
body {
- width: 960px;
- margin: 0 auto;
+ width: 960px;
+ margin: 0 auto;
}
code
@@ -165,10 +173,6 @@ pre.samples padding: 0.25em;
white-space: pre-wrap; /* CSS 2.1 */
word-wrap: break-word; /* IE7 */
- -moz-tab-size: 4;
- -o-tab-size: 4;
- -webkit-tab-size: 4;
- tab-size: 4;
}
#footer
@@ -308,9 +312,9 @@ dl.samples > dd }
.warning
{
- color: #ff0000;
+ color: #ff0000;
background-color: #FFCCBA;
- border: 2px dotted #ff0000;
+ border: 2px dotted #ff0000;
padding: 15px 10px;
margin: 10px 0;
}
@@ -342,15 +346,20 @@ blockquote }
img.right {
- border: 1px solid #ccc;
- float: right;
- margin-left: 15px;
- padding: 5px;
+ border: 1px solid #ccc;
+ float: right;
+ margin-left: 15px;
+ padding: 5px;
}
img.left {
- border: 1px solid #ccc;
- float: left;
- margin-right: 15px;
- padding: 5px;
+ border: 1px solid #ccc;
+ float: left;
+ margin-right: 15px;
+ padding: 5px;
+}
+
+.marker
+{
+ background-color: Yellow;
}
|
