]> CRI, Mines Paris - PSL - ckeditor.git/blobdiff - skins/ckeditor/_samples/sample.css
Mimimum syndical pour en faire un produit zope / cmf.
[ckeditor.git] / skins / ckeditor / _samples / sample.css
diff --git a/skins/ckeditor/_samples/sample.css b/skins/ckeditor/_samples/sample.css
new file mode 100644 (file)
index 0000000..a9a57ee
--- /dev/null
@@ -0,0 +1,163 @@
+/*\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.samples\r
+{\r
+       background-color: #F7F7F7;\r
+       border: 1px solid #D7D7D7;\r
+       overflow: auto;\r
+       padding: 0.25em;\r
+}\r
+\r
+#alerts\r
+{\r
+       color: Red;\r
+}\r
+\r
+#footer hr\r
+{\r
+       margin: 10px 0 15px 0;\r
+       height: 1px;\r
+       border: solid 1px gray;\r
+       border-bottom: none;\r
+}\r
+\r
+#footer p\r
+{\r
+       margin: 0 10px 10px 10px;\r
+       float: left;\r
+}\r
+\r
+#footer #copy\r
+{\r
+       float: right;\r
+}\r
+\r
+#outputSample\r
+{\r
+       width: 100%;\r
+       table-layout: fixed;\r
+}\r
+\r
+#outputSample thead th\r
+{\r
+       color: #dddddd;\r
+       background-color: #999999;\r
+       padding: 4px;\r
+       white-space: nowrap;\r
+}\r
+\r
+#outputSample tbody th\r
+{\r
+       vertical-align: top;\r
+       text-align: left;\r
+}\r
+\r
+#outputSample pre\r
+{\r
+       margin: 0;\r
+       padding: 0;\r
+       white-space: pre; /* CSS2 */\r
+       white-space: -moz-pre-wrap; /* Mozilla*/\r
+       white-space: -o-pre-wrap; /* Opera 7 */\r
+       white-space: pre-wrap; /* CSS 2.1 */\r
+       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