Mimimum syndical pour en faire un produit zope / cmf.
[ckeditor.git] / skins / ckeditor / _source / skins / kama / mainui.css
diff --git a/skins/ckeditor/_source/skins/kama/mainui.css b/skins/ckeditor/_source/skins/kama/mainui.css
new file mode 100644 (file)
index 0000000..646d221
--- /dev/null
@@ -0,0 +1,203 @@
+/*\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
+.cke_skin_kama\r
+{\r
+       display: block;\r
+}\r
+\r
+/* Main editor only settings. */\r
+span.cke_skin_kama\r
+{\r
+       -moz-border-radius: 5px;\r
+       -webkit-border-radius: 5px;\r
+       border-radius: 5px;\r
+       border: 1px solid #D3D3D3;\r
+       padding: 5px;\r
+}\r
+\r
+.cke_skin_kama span.cke_browser_webkit,\r
+.cke_skin_kama span.cke_browser_gecko18\r
+{\r
+       display: block;\r
+}\r
+\r
+.cke_skin_kama .cke_wrapper\r
+{\r
+       -moz-border-radius: 5px;\r
+       -webkit-border-radius: 5px;\r
+       border-radius: 5px;\r
+       background-color: #d3d3d3;\r
+       background-image: url(images/sprites.png);\r
+       background-repeat: repeat-x;\r
+       background-position: 0 -1950px;\r
+       display: block;\r
+       /* IE Quirks: editor chrome overflow horizontally without an explicit width. */\r
+       _display: inline-block;\r
+       padding: 5px;\r
+\r
+       /*background-color: Red;*/\r
+}\r
+\r
+.cke_shared .cke_skin_kama .cke_wrapper\r
+{\r
+       padding-bottom: 0;\r
+}\r
+\r
+.cke_skin_kama .cke_browser_ie6 .cke_wrapper,\r
+.cke_skin_kama .cke_browser_iequirks .cke_wrapper\r
+{\r
+       background-image: none;\r
+}\r
+\r
+.cke_skin_kama .cke_editor\r
+{\r
+       display: inline-table;\r
+       width: 100%;\r
+}\r
+.cke_skin_kama .cke_browser_webkit .cke_editor\r
+{\r
+       display: table; /* #6684 */\r
+}\r
+\r
+.cke_skin_kama .ltr .cke_browser_ie iframe\r
+{\r
+       margin-right: -10px;\r
+}\r
+\r
+.cke_skin_kama .rtl .cke_browser_ie iframe\r
+{\r
+       margin-left: -10px;\r
+}\r
+\r
+.cke_skin_kama .cke_browser_opera .cke_editor.cke_skin_kama .cke_resizer\r
+{\r
+       display: table;\r
+}\r
+\r
+.cke_skin_kama .cke_contents\r
+{\r
+       margin: 5px;\r
+}\r
+\r
+.cke_skin_kama .cke_hc .cke_contents\r
+{\r
+       border: 1px solid black;\r
+}\r
+\r
+.cke_skin_kama .cke_contents iframe\r
+{\r
+       background-color: #fff;\r
+}\r
+\r
+.cke_skin_kama .cke_focus\r
+{\r
+       outline: auto 5px -webkit-focus-ring-color;\r
+}\r
+\r
+.cke_skin_kama textarea.cke_source\r
+{\r
+       font-family: 'Courier New' , Monospace;\r
+       font-size: small;\r
+       background-color: #fff;\r
+       white-space: pre;\r
+}\r
+\r
+.cke_skin_kama .cke_browser_iequirks textarea.cke_source\r
+{\r
+       /* For IE6+Quirks only */\r
+       _white-space: normal;\r
+}\r
+\r
+.cke_skin_kama .cke_resizer\r
+{\r
+       width: 12px;\r
+       height: 12px;\r
+       margin-top: 9px;\r
+       display: block;\r
+       float: right;\r
+       /* resizer.gif*/\r
+       background-image: url(images/sprites.png);\r
+       _background-image: url(images/sprites_ie6.png);\r
+       background-position: 0 -1428px;\r
+       background-repeat: no-repeat;\r
+       cursor: se-resize;\r
+}\r
+\r
+/* Adobe AIR doesn't support *-resize cursor shape. */\r
+.cke_skin_kama .cke_browser_air .cke_resizer,\r
+.cke_skin_kama .cke_browser_air .cke_rtl .cke_resizer\r
+{\r
+       cursor: move;\r
+}\r
+\r
+.cke_skin_kama .cke_resizer_rtl\r
+{\r
+       cursor: sw-resize;\r
+       /* resizer_rtl.gif*/\r
+       background-position: 0 -1455px;\r
+       float: left;\r
+}\r
+\r
+.cke_skin_kama .cke_resizer_horizontal,\r
+.cke_skin_kama .cke_rtl .cke_resizer_horizontal\r
+{\r
+       cursor: e-resize;\r
+}\r
+\r
+.cke_skin_kama .cke_resizer_vertical,\r
+.cke_skin_kama .cke_rtl .cke_resizer_vertical\r
+{\r
+       cursor: n-resize;\r
+}\r
+\r
+.cke_skin_kama .cke_maximized .cke_resizer\r
+{\r
+       display: none;\r
+}\r
+\r
+.cke_skin_kama .cke_browser_ie6 .cke_contents textarea,\r
+.cke_skin_kama .cke_browser_ie7 .cke_contents textarea\r
+{\r
+       position: absolute;\r
+}\r
+\r
+.cke_skin_kama .cke_browser_ie.cke_browser_quirks .cke_contents iframe\r
+{\r
+       position: absolute;\r
+       top: 0;\r
+}\r
+\r
+.cke_skin_kama .cke_browser_ie6 .cke_editor,\r
+.cke_skin_kama .cke_browser_ie7 .cke_editor\r
+{\r
+       display: inline-block;\r
+}\r
+\r
+.cke_skin_kama .cke_browser_ie6 .cke_editor,\r
+.cke_shared .cke_skin_kama .cke_browser_ie7 .cke_wrapper\r
+{\r
+       padding-bottom: 5px;\r
+}\r
+\r
+/* All voice labels are not displayed. */\r
+.cke_skin_kama .cke_voice_label\r
+{\r
+       display: none;\r
+}\r
+\r
+.cke_skin_kama legend.cke_voice_label\r
+{\r
+       display: none;\r
+}\r
+\r
+.cke_skin_kama .cke_browser_ie legend.cke_voice_label\r
+{\r
+       position: absolute;\r
+       display: block;\r
+       width: 0;\r
+       height: 0;\r
+       overflow: hidden;\r
+}\r