JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.5.1
[ckeditor.git] / _samples / sample.css
index cee85e8..a9a57ee 100644 (file)
@@ -1,26 +1,91 @@
 /*\r
-Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.\r
 For licensing, see LICENSE.html 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
+       line-height: 1.5em;\r
+}\r
+\r
+body {\r
+       padding:10px 30px;\r
+}\r
+\r
+input, textarea, select, option, optgroup, button, td, th {\r
+       font-size: 100%;\r
+}\r
+\r
+pre,\r
+code,\r
+kbd,\r
+samp,\r
+tt{\r
+  font-family: monospace,monospace;\r
+  font-size: 1em;\r
+}\r
+\r
+h1.samples {\r
+  color:#0782C1;\r
+  font-size:200%;\r
+  font-weight:normal;\r
+  margin: 0;\r
+  padding: 0;\r
+}\r
+\r
+h2.samples {\r
+  color:#000000;\r
+  font-size:130%;\r
+  margin: 0;\r
+  padding: 0;\r
+}\r
+\r
+p, blockquote, address, form, pre, dl, h1.samples, h2.samples {\r
+       margin-bottom:15px;\r
+}\r
+\r
+ul.samples {\r
+       margin-bottom:15px;\r
+}\r
+\r
+.clear {\r
+       clear:both;\r
+}\r
+\r
 fieldset\r
 {\r
        margin: 0;\r
        padding: 10px;\r
 }\r
 \r
+body, input, textarea {\r
+       color: #333333;\r
+       font-family: Arial, Helvetica, sans-serif;\r
+}\r
+\r
+body {\r
+       font-size: 75%;\r
+}\r
+\r
+a.samples {\r
+       color:#189DE1;\r
+       text-decoration:none;\r
+}\r
+\r
+a.samples:hover {\r
+  text-decoration:underline;\r
+}\r
+\r
 form\r
 {\r
        margin: 0;\r
        padding: 0;\r
 }\r
 \r
-pre\r
+pre.samples\r
 {\r
        background-color: #F7F7F7;\r
        border: 1px solid #D7D7D7;\r
        overflow: auto;\r
-       margin: 0;\r
        padding: 0.25em;\r
 }\r
 \r
@@ -79,3 +144,20 @@ pre
        white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */\r
        word-wrap: break-word; /* IE */\r
 }\r
+\r
+.description {\r
+       border: 1px dotted #B7B7B7;\r
+       margin-bottom: 10px;\r
+       padding: 10px 10px 0;\r
+}\r
+\r
+label {\r
+       display: block;\r
+       margin-bottom:6px;\r
+}\r
+\r
+.cke_dialog label\r
+{\r
+       display: inline;\r
+       margin-bottom: auto;\r
+}\r