event refactor, landing on HEAD!
[freeside.git] / httemplate / elements / fckeditor / editor / skins / office2003 / fck_dialog.css
diff --git a/httemplate/elements/fckeditor/editor/skins/office2003/fck_dialog.css b/httemplate/elements/fckeditor/editor/skins/office2003/fck_dialog.css
new file mode 100644 (file)
index 0000000..54a958b
--- /dev/null
@@ -0,0 +1,138 @@
+/*\r
+ * FCKeditor - The text editor for Internet - http://www.fckeditor.net\r
+ * Copyright (C) 2003-2007 Frederico Caldeira Knabben\r
+ *\r
+ * == BEGIN LICENSE ==\r
+ *\r
+ * Licensed under the terms of any of the following licenses at your\r
+ * choice:\r
+ *\r
+ *  - GNU General Public License Version 2 or later (the "GPL")\r
+ *    http://www.gnu.org/licenses/gpl.html\r
+ *\r
+ *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")\r
+ *    http://www.gnu.org/licenses/lgpl.html\r
+ *\r
+ *  - Mozilla Public License Version 1.1 or later (the "MPL")\r
+ *    http://www.mozilla.org/MPL/MPL-1.1.html\r
+ *\r
+ * == END LICENSE ==\r
+ *\r
+ * Styles used by the dialog boxes.\r
+ */\r
+\r
+body\r
+{\r
+       margin: 0px;\r
+       padding: 10px;\r
+       background-color: #f7f8fd;\r
+}\r
+\r
+body, td, input, select, textarea\r
+{\r
+       font-size: 11px;\r
+       font-family: 'Microsoft Sans Serif' , Arial, Helvetica, Verdana;\r
+}\r
+\r
+body, .BackColor\r
+{\r
+       background-color: #f7f8fd;\r
+}\r
+\r
+.PopupBody\r
+{\r
+       margin: 0px;\r
+       padding: 0px;\r
+}\r
+\r
+.PopupTitle\r
+{\r
+       font-weight: bold;\r
+       font-size: 14pt;\r
+       color: #0e3460;\r
+       background-color: #8cb2fd;\r
+       padding: 3px 10px 3px 10px;\r
+}\r
+\r
+.PopupButtons\r
+{\r
+       border-top: #466ca6 1px solid;\r
+       background-color: #8cb2fd;\r
+       padding: 7px 10px 7px 10px;\r
+}\r
+\r
+.Button\r
+{\r
+       border: #1c3460 1px solid;\r
+       color: #000a28;\r
+       background-color: #7096d3;\r
+}\r
+\r
+#btnOk\r
+{\r
+       width: 100px;\r
+}\r
+\r
+.DarkBackground\r
+{\r
+       background-color: #d7d79f;\r
+}\r
+\r
+.LightBackground\r
+{\r
+       background-color: #ffffbe;\r
+}\r
+\r
+.PopupTitleBorder\r
+{\r
+       border-bottom: #d5d59d 1px solid;\r
+}\r
+\r
+.PopupTabArea\r
+{\r
+       color: #0e3460;\r
+       background-color: #8cb2fd;\r
+}\r
+\r
+.PopupTabEmptyArea\r
+{\r
+       padding-left: 10px ;\r
+       border-bottom: #466ca6 1px solid;\r
+}\r
+\r
+.PopupTab, .PopupTabSelected\r
+{\r
+       border-right: #466ca6 1px solid;\r
+       border-top: #466ca6 1px solid;\r
+       border-left: #466ca6 1px solid;\r
+       padding-right: 5px;\r
+       padding-left: 5px;\r
+       padding-bottom: 3px;\r
+       padding-top: 3px;\r
+       color: #0e3460;\r
+}\r
+\r
+.PopupTab\r
+{\r
+       margin-top: 1px;\r
+       border-bottom: #466ca6 1px solid;\r
+       cursor: pointer;\r
+       cursor: hand;\r
+}\r
+\r
+.PopupTabSelected\r
+{\r
+       font-weight:bold;\r
+       cursor: default;\r
+       padding-top: 4px;\r
+       border-bottom: #f7f8fd 1px solid;\r
+       background-color: #f7f8fd;\r
+}\r
+\r
+.PopupSelectionBox\r
+{\r
+       border: #1e90ff 1px solid !important;\r
+       background-color: #add8e6 !important;\r
+       cursor: pointer;\r
+       cursor: hand;\r
+}
\ No newline at end of file