JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-4.4.7_full
[ckeditor.git] / samples / sample.css
index 14a790a..13bd4cd 100644 (file)
@@ -1,11 +1,11 @@
 /*\r
-Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.\r
-For licensing, see LICENSE.html or http://ckeditor.com/license\r
+Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.md or http://ckeditor.com/license\r
 */\r
 \r
 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\r
 {\r
-       line-height: 1.5em;\r
+       line-height: 1.5;\r
 }\r
 \r
 body\r
@@ -18,6 +18,14 @@ input, textarea, select, option, optgroup, button, td, th
        font-size: 100%;\r
 }\r
 \r
+pre\r
+{\r
+       -moz-tab-size: 4;\r
+       -o-tab-size: 4;\r
+       -webkit-tab-size: 4;\r
+       tab-size: 4;\r
+}\r
+\r
 pre, code, kbd, samp, tt\r
 {\r
        font-family: monospace,monospace;\r
@@ -25,8 +33,8 @@ pre, code, kbd, samp, tt
 }\r
 \r
 body {\r
-    width: 960px;\r
-    margin: 0 auto;\r
+       width: 960px;\r
+       margin: 0 auto;\r
 }\r
 \r
 code\r
@@ -46,27 +54,44 @@ abbr
        cursor: pointer;\r
 }\r
 \r
-.new\r
+.new, .beta\r
 {\r
-       background: #FF7E00;\r
-       border: 1px solid #DA8028;\r
-       color: #fff;\r
+       text-transform: uppercase;\r
        font-size: 10px;\r
        font-weight: bold;\r
        padding: 1px 4px;\r
-       text-shadow: 0 1px 0 #C97626;\r
-       text-transform: uppercase;\r
-       margin: 0 0 0 3px;\r
+       margin: 0 0 0 5px;\r
+       color: #fff;\r
+       float: right;\r
 \r
        -moz-border-radius: 3px;\r
        -webkit-border-radius: 3px;\r
        border-radius: 3px;\r
+}\r
+\r
+.new\r
+{\r
+       background: #FF7E00;\r
+       border: 1px solid #DA8028;\r
+       text-shadow: 0 1px 0 #C97626;\r
 \r
        -moz-box-shadow: 0 2px 3px 0 #FFA54E inset;\r
        -webkit-box-shadow: 0 2px 3px 0 #FFA54E inset;\r
        box-shadow: 0 2px 3px 0 #FFA54E inset;\r
 }\r
 \r
+.beta\r
+{\r
+       background: #18C0DF;\r
+       border: 1px solid #19AAD8;\r
+       text-shadow: 0 1px 0 #048CAD;\r
+       font-style: italic;\r
+\r
+       -moz-box-shadow: 0 2px 3px 0 #50D4FD inset;\r
+       -webkit-box-shadow: 0 2px 3px 0 #50D4FD inset;\r
+       box-shadow: 0 2px 3px 0 #50D4FD inset;\r
+}\r
+\r
 h1.samples\r
 {\r
        color: #0782C1;\r
@@ -148,10 +173,6 @@ pre.samples
        padding: 0.25em;\r
        white-space: pre-wrap; /* CSS 2.1 */\r
        word-wrap: break-word; /* IE7 */\r
-       -moz-tab-size: 4;\r
-       -o-tab-size: 4;\r
-       -webkit-tab-size: 4;\r
-       tab-size: 4;\r
 }\r
 \r
 #footer\r
@@ -291,9 +312,9 @@ dl.samples > dd
 }\r
 .warning\r
 {\r
-    color: #ff0000;\r
+       color: #ff0000;\r
        background-color: #FFCCBA;\r
-    border: 2px dotted #ff0000;\r
+       border: 2px dotted #ff0000;\r
        padding: 15px 10px;\r
        margin: 10px 0;\r
 }\r
@@ -325,15 +346,20 @@ blockquote
 }\r
 \r
 img.right {\r
-    border: 1px solid #ccc;\r
-    float: right;\r
-    margin-left: 15px;\r
-    padding: 5px;\r
+       border: 1px solid #ccc;\r
+       float: right;\r
+       margin-left: 15px;\r
+       padding: 5px;\r
 }\r
 \r
 img.left {\r
-    border: 1px solid #ccc;\r
-    float: left;\r
-    margin-right: 15px;\r
-    padding: 5px;\r
+       border: 1px solid #ccc;\r
+       float: left;\r
+       margin-right: 15px;\r
+       padding: 5px;\r
+}\r
+\r
+.marker\r
+{\r
+       background-color: Yellow;\r
 }\r