diff options
| author | Tristan Zur <tzur@web.web.ccwn.org> | 2014-03-27 22:27:47 +0100 |
|---|---|---|
| committer | Tristan Zur <tzur@web.web.ccwn.org> | 2014-03-27 22:27:47 +0100 |
| commit | b62676ca5d3d6f6ba3f019ea3f99722e165a98d8 (patch) | |
| tree | 86722cb80f07d4569f90088eeaea2fc2f6e2ef94 /js/dojo/dojox/editor/plugins/resources/css | |
Diffstat (limited to 'js/dojo/dojox/editor/plugins/resources/css')
18 files changed, 695 insertions, 0 deletions
diff --git a/js/dojo/dojox/editor/plugins/resources/css/AutoSave.css b/js/dojo/dojox/editor/plugins/resources/css/AutoSave.css new file mode 100644 index 0000000..8bfada2 --- /dev/null +++ b/js/dojo/dojox/editor/plugins/resources/css/AutoSave.css @@ -0,0 +1,48 @@ +.dijitEditorIconAutoSave { + background-image: url(../icons/autoSave.png); + background-repeat: no-repeat; + width: 18px; + height: 18px; +} + +.dijitEditorIconAutoSaveDefault { + background-position: -18px 0px; +} + +.dijitDisabled .dijitEditorIconAutoSaveDefault { + background-position: -54px 0px; +} + +.dijitEditorIconAutoSaveSetting { + background-position: 0px 0px; +} + +.dijitEditorAutoSaveSettingDialog { + width: 21em; +} + +.dijitEditorAutoSaveSettingInputArea { + margin-top: 0.3em; + margin-left: 2em; +} + +.dijitEditorAutoSaveSettingInputArea .textBox { + width: 2em; +} + +.dijitEditorAutoSaveSettingInputArea .boxLabel { + margin: 0em 0em 0em 0.3em; +} + +.dijitEditorAutoSaveSettingButtonArea { + text-align: right; + margin: 0.3em 0em 0em 0em; +} + +.lucid .dijitEditorAutoSaveSettingDialog { + width: 22em; +} + +.lucid .dijitEditorAutoSaveSettingInputArea .textBox { + width: 2.5em; +} diff --git a/js/dojo/dojox/editor/plugins/resources/css/Blockquote.css b/js/dojo/dojox/editor/plugins/resources/css/Blockquote.css new file mode 100644 index 0000000..5913042 --- /dev/null +++ b/js/dojo/dojox/editor/plugins/resources/css/Blockquote.css @@ -0,0 +1,17 @@ +.dijitAdditionalEditorIconBlockquote { + background-image: url(../icons/blockquote.gif); + background-repeat: no-repeat; + background-position: center center; + width: 18px; + height: 18px; +} + +.dijitDisabled .dijitAdditionalEditorIconBlockquote { + background-image: url(../icons/blockquoteDisabled.gif); + background-repeat: no-repeat; + background-position: center center; + width: 18px; + height: 18px; +} + + diff --git a/js/dojo/dojox/editor/plugins/resources/css/Breadcrumb.css b/js/dojo/dojox/editor/plugins/resources/css/Breadcrumb.css new file mode 100644 index 0000000..7b687be --- /dev/null +++ b/js/dojo/dojox/editor/plugins/resources/css/Breadcrumb.css @@ -0,0 +1,13 @@ +.dojoxEditorBreadcrumbArrow .dijitDownArrowButton { + width: 10px; +} + +.dojoxEditorBreadcrumbArrow .dijitArrowButtonInner { + background-image: url(../icons/breadcrumbDown.gif); + background-repeat: no-repeat; + background-position: center center; + width: 8px; + height: 8px; +} + + diff --git a/js/dojo/dojox/editor/plugins/resources/css/CollapsibleToolbar.css b/js/dojo/dojox/editor/plugins/resources/css/CollapsibleToolbar.css new file mode 100644 index 0000000..fa9e40c --- /dev/null +++ b/js/dojo/dojox/editor/plugins/resources/css/CollapsibleToolbar.css @@ -0,0 +1,173 @@ +.dojoxCollapsibleToolbarContainer { + border-collapse: collapse; + padding: 0px; + margin: 0px; + border-style: none; +} + +.dojoxCollapsibleToolbarCollapse { + cursor: pointer; +} + +.dojoxCollapsibleToolbarExpand { + cursor: pointer; +} + +.claro .dojoxCollapsibleToolbarCollapse { + background-image: url(../images/claro/collapse.gif); + background-repeat: no-repeat; + background-position: center center; + width: 12px; + height: 12px; +} + +.claro .dojoxCollapsibleToolbarExpand { + background-image: url(../images/claro/expand.gif); + background-repeat: no-repeat; + background-position: center center; + width: 12px; + height: 12px; +} + +.claro .dojoxCollapsibleToolbarContainer { + background-color: #F1F1F1; +} + +.claro .dojoxCollapsibleToolbarControl { + vertical-align: top; + border-bottom: 1px solid #ccc; + border-left: 1px solid #ccc; + border-right: 1px solid #ccc; + margin-bottom: 1px; +} + + +.tundra .dojoxCollapsibleToolbarCollapse { + background-image: url(../images/tundra/collapse.gif); + background-repeat: no-repeat; + background-position: center center; + width: 12px; + height: 12px; +} + +.tundra .dojoxCollapsibleToolbarExpand { + background-image: url(../images/tundra/expand.gif); + background-repeat: no-repeat; + background-position: center center; + width: 12px; + height: 12px; +} + +.tundra .dojoxCollapsibleToolbarContainer { + background-image: url(../images/tundra/sidebar.gif); + background-repeat: repeat-x; + background-position: top left; + background-color: #CCCCCC; +} + +.tundra .dojoxCollapsibleToolbarControl { + vertical-align: top; + border-bottom: 1px solid #ccc; + border-left: 1px solid #ccc; + border-right: 1px solid #ccc; +} + +.soria .dojoxCollapsibleToolbarCollapse { + background-image: url(../images/soria/collapse.gif); + background-repeat: no-repeat; + background-position: center center; + width: 12px; + height: 12px; +} + +.soria .dojoxCollapsibleToolbarExpand { + background-image: url(../images/soria/expand.gif); + background-repeat: no-repeat; + background-position: center center; + width: 12px; + height: 12px; +} + +.soria .dojoxCollapsibleToolbarContainer { + background-image: url(../images/soria/sidebar.gif); + background-repeat: repeat-x; + background-position: top left; + background-color: #CCCCCC; +} + +.soria .dojoxCollapsibleToolbarControl { + vertical-align: top; + border-bottom: 1px solid #ccc; + border-left: 1px solid #ccc; + border-right: 1px solid #ccc; +} + +.nihilo .dojoxCollapsibleToolbarCollapse { + background-image: url(../images/nihilo/collapse.gif); + background-repeat: no-repeat; + background-position: center center; + width: 12px; + height: 12px; +} + +.nihilo .dojoxCollapsibleToolbarExpand { + background-image: url(../images/nihilo/expand.gif); + background-repeat: no-repeat; + background-position: top left; + width: 12px; + height: 12px; +} + +.nihilo .dojoxCollapsibleToolbarContainer { + background-image: url(../images/nihilo/sidebar.gif); + background-repeat: repeat-x; + background-position: top left; + background-color: #CCCCCC; +} + +.nihilo .dojoxCollapsibleToolbarControl { + vertical-align: top; + border-bottom: 1px solid #ccc; + border-left: 1px solid #ccc; + border-right: 1px solid #ccc; +} + +.dijit_a11y .dojoxCollapsibleToolbarCollapse { + border-style: outset; + border-width: 3px; + border-color: black; + width: 1.5em; + height: 100%; + text-align: center; + vertical-align: middle; +} + +.dijit_a11y .dojoxCollapsibleToolbarExpand { + border-style: outset; + border-width: 3px; + border-color: black; + width: 1.5em; + height: 100%; + text-align: center; + vertical-align: middle; +} + +.dojoxCollapsibleToolbarCollapseText { + display: none; +} + +.dojoxCollapsibleToolbarExpandText { + display: none; +} + +.dijit_a11y .dojoxCollapsibleToolbarCollapseText { + display: inline; + padding: 3px; + font-weight: bold; +} + +.dijit_a11y .dojoxCollapsibleToolbarExpandText { + display: inline; + padding: 3px; + font-weight: bold; +} diff --git a/js/dojo/dojox/editor/plugins/resources/css/FindReplace.css b/js/dojo/dojox/editor/plugins/resources/css/FindReplace.css new file mode 100644 index 0000000..7e74456 --- /dev/null +++ b/js/dojo/dojox/editor/plugins/resources/css/FindReplace.css @@ -0,0 +1,72 @@ +.dijitEditorIconsFindReplace { + background-image: url('../icons/editorIconsFindReplaceEnabled.png'); + background-repeat: no-repeat; + width: 18px; + height: 18px; + text-align: center; +} + +.dijitDisabled .dijitEditorIconsFindReplace { + background-image: url('../icons/editorIconsFindReplaceDisabled.png'); + background-repeat: no-repeat; + width: 18px; + height: 18px; + text-align: center; +} + +.dijitEditorIconFindString { background-position: 0px; } + +.dijitEditorIconFind { background-position: -18px; } + +.dijitEditorIconReplace { background-position: -36px; } + +.dijitEditorIconReplaceAll { background-position: -54px; } + +.dijitEditorFindReplaceCheckBox { + padding-left: 10px; + padding-right: 10px; + text-align: center; +} + +.dijitEditorFindReplaceTextBox { + padding-top: 3px; + padding-bottom: 3px; + padding-right: 5px; +} + +.dijitEditorFindReplaceTextBox .focusTextBox { + width: 13em; +} + +.tundra .dijitEditorIconsFindReplaceClose { + background-image: url('../icons/tundra/close.gif'); + background-repeat: no-repeat; + width: 18px; + height: 18px; + background-position: center; +} + +.soria .dijitEditorIconsFindReplaceClose { + background-image: url('../icons/soria/close.gif'); + background-repeat: no-repeat; + width: 18px; + height: 18px; + background-position: center; +} + +.nihilo .dijitEditorIconsFindReplaceClose { + background-image: url('../icons/nihilo/close.gif'); + background-repeat: no-repeat; + width: 18px; + height: 18px; + background-position: center; +} + +.claro .dijitEditorIconsFindReplaceClose { + background-image: url('../icons/claro/close.gif'); + background-repeat: no-repeat; + width: 18px; + height: 18px; + background-position: center; +} + diff --git a/js/dojo/dojox/editor/plugins/resources/css/InsertAnchor.css b/js/dojo/dojox/editor/plugins/resources/css/InsertAnchor.css new file mode 100644 index 0000000..3f0dda5 --- /dev/null +++ b/js/dojo/dojox/editor/plugins/resources/css/InsertAnchor.css @@ -0,0 +1,17 @@ +.dijitAdditionalEditorIconInsertAnchor { + background-image: url(../icons/anchor.gif); + background-repeat: no-repeat; + background-position: center center; + width: 18px; + height: 18px; +} + +.dijitDisabled .dijitAdditionalEditorIconInsertAnchor { + background-image: url(../icons/anchorDisabled.gif); + background-repeat: no-repeat; + background-position: center center; + width: 18px; + height: 18px; +} + + diff --git a/js/dojo/dojox/editor/plugins/resources/css/InsertEntity.css b/js/dojo/dojox/editor/plugins/resources/css/InsertEntity.css new file mode 100644 index 0000000..403dcc5 --- /dev/null +++ b/js/dojo/dojox/editor/plugins/resources/css/InsertEntity.css @@ -0,0 +1,69 @@ +.dijitAdditionalEditorIconInsertEntity { + /* icon in toolbar for this plugin */ + background-image: url(../icons/insertEntity.gif); + background-repeat: no-repeat; + background-position: center center; + width: 18px; + height: 18px; +} + +.dijitDisabled .dijitAdditionalEditorIconInsertEntity { + /* icon in toolbar for this plugin, when the plugin is disabled */ + background-image: url(../icons/insertEntityDisabled.gif); +} + +.dojoxEntityPalette { + /* outer node of the dropdown */ + border: 1px solid #999; + background: #fff; + -moz-border-radius: 3pt; +} + +.dojoxEntityPaletteCell { + /* individual cell of the drop down */ + border: 1px dotted gray; + width: 20px; /* todo: don't hardcode width/height; it's neither necessary nor a11y safe */ + line-height: 18px; + overflow: hidden; + z-index: 10; + text-align: center; +} + +.dojoxEntityPaletteCell:hover, .dojoxEntityPaletteCell:active, .dojoxEntityPaletteCell:focus { + width: 18px; + line-height: 16px; + overflow: hidden; + cursor: default; + border:1px dashed #000; + outline:1px dashed #dedede; +} + + +.dojoxEntityPalettePreviewTable { + table-layout: auto; + font-size: 1em; + width: 100%; +} + +.dojoxEntityPalettePreviewHeader { + font-size: .8em; + padding: 3px 3px 3px 3px; +} + +.dojoxEntityPalettePreviewDetailEntity { + font-size: 3em; + font-weight: bold; + width: 1em; + text-align: center; +} + +.dojoxEntityPalettePreviewDetail { + font-size: 1em; + vertical-align: middle; + font-weight: bold; + padding: 3px 3px 3px 3px; +} + +.dijit_a11y .dojoxEntityPaletteCell { + background-color:transparent !important; +} diff --git a/js/dojo/dojox/editor/plugins/resources/css/LocalImage.css b/js/dojo/dojox/editor/plugins/resources/css/LocalImage.css new file mode 100644 index 0000000..3b308af --- /dev/null +++ b/js/dojo/dojox/editor/plugins/resources/css/LocalImage.css @@ -0,0 +1,13 @@ +.dijitEditorEilDialogTitle { + font-weight: bold; + margin-bottom: 0.6em; +} + +.dijitEditorEilDialogDescription { + white-space: normal; + margin: 0em 0em 0.3em 0em; +} + +.dijitEditorEilDialogField{ + width: 20em; +} diff --git a/js/dojo/dojox/editor/plugins/resources/css/PageBreak.css b/js/dojo/dojox/editor/plugins/resources/css/PageBreak.css new file mode 100644 index 0000000..193b93b --- /dev/null +++ b/js/dojo/dojox/editor/plugins/resources/css/PageBreak.css @@ -0,0 +1,17 @@ +.dijitAdditionalEditorIconPageBreak { + background-image: url(../icons/pageBreak.gif); + background-repeat: no-repeat; + background-position: center center; + width: 18px; + height: 18px; +} + +.dijitDisabled .dijitAdditionalEditorIconPageBreak { + background-image: url(../icons/pageBreakDisabled.gif); + background-repeat: no-repeat; + background-position: center center; + width: 18px; + height: 18px; +} + + diff --git a/js/dojo/dojox/editor/plugins/resources/css/PasteFromWord.css b/js/dojo/dojox/editor/plugins/resources/css/PasteFromWord.css new file mode 100644 index 0000000..96622e5 --- /dev/null +++ b/js/dojo/dojox/editor/plugins/resources/css/PasteFromWord.css @@ -0,0 +1,30 @@ +.dijitAdditionalEditorIconPasteFromWord { + background-image: url(../icons/pasteFromWord.gif); + background-repeat: no-repeat; + background-position: center center; + width: 18px; + height: 18px; +} + +.dijitDisabled .dijitAdditionalEditorIconPasteFromWord { + background-image: url(../icons/pasteFromWordDisabled.gif); + background-repeat: no-repeat; + background-position: center center; + width: 18px; + height: 18px; +} + +.tundra .dijitPasteFromWordEmbeddedRTE .dijitEditor, +.nihilo .dijitPasteFromWordEmbeddedRTE .dijitEditor { + border-color: #BFBFBF; + border-style: solid; + border-width: 1px; +} + +.soria .dijitPasteFromWordEmbeddedRTE .dijitEditor { + border-color: #CCCCCC; + border-style: solid; + border-width: 1px; +} + + diff --git a/js/dojo/dojox/editor/plugins/resources/css/Preview.css b/js/dojo/dojox/editor/plugins/resources/css/Preview.css new file mode 100644 index 0000000..920f8d7 --- /dev/null +++ b/js/dojo/dojox/editor/plugins/resources/css/Preview.css @@ -0,0 +1,17 @@ +.dijitAdditionalEditorIconPreview { + background-image: url(../icons/preview.gif); + background-repeat: no-repeat; + background-position: center center; + width: 18px; + height: 18px; +} + +.dijitDisabled .dijitAdditionalEditorIconPreview { + background-image: url(../icons/previewDisabled.gif); + background-repeat: no-repeat; + background-position: center center; + width: 18px; + height: 18px; +} + + diff --git a/js/dojo/dojox/editor/plugins/resources/css/SafePaste.css b/js/dojo/dojox/editor/plugins/resources/css/SafePaste.css new file mode 100644 index 0000000..c43d405 --- /dev/null +++ b/js/dojo/dojox/editor/plugins/resources/css/SafePaste.css @@ -0,0 +1,3 @@ +@import "PasteFromWord.css"; + + diff --git a/js/dojo/dojox/editor/plugins/resources/css/Save.css b/js/dojo/dojox/editor/plugins/resources/css/Save.css new file mode 100644 index 0000000..e22b0f2 --- /dev/null +++ b/js/dojo/dojox/editor/plugins/resources/css/Save.css @@ -0,0 +1,17 @@ +.dijitAdditionalEditorIconSave { + background-image: url(../icons/save.gif); + background-repeat: no-repeat; + background-position: center center; + width: 18px; + height: 18px; +} + +.dijitDisabled .dijitAdditionalEditorIconSave { + background-image: url(../icons/saveDisabled.gif); + background-repeat: no-repeat; + background-position: center center; + width: 18px; + height: 18px; +} + + diff --git a/js/dojo/dojox/editor/plugins/resources/css/ShowBlockNodes.css b/js/dojo/dojox/editor/plugins/resources/css/ShowBlockNodes.css new file mode 100644 index 0000000..48d139c --- /dev/null +++ b/js/dojo/dojox/editor/plugins/resources/css/ShowBlockNodes.css @@ -0,0 +1,17 @@ +.dijitAdditionalEditorIconShowBlockNodes { + background-image: url(../icons/showBlockNodes.gif); + background-repeat: no-repeat; + background-position: center center; + width: 18px; + height: 18px; +} + +.dijitDisabled .dijitAdditionalEditorIconShowBlockNodes { + background-image: url(../icons/showBlockNodesDisabled.gif); + background-repeat: no-repeat; + background-position: center center; + width: 18px; + height: 18px; +} + + diff --git a/js/dojo/dojox/editor/plugins/resources/css/Smiley.css b/js/dojo/dojox/editor/plugins/resources/css/Smiley.css new file mode 100644 index 0000000..0aa19ab --- /dev/null +++ b/js/dojo/dojox/editor/plugins/resources/css/Smiley.css @@ -0,0 +1,39 @@ +.dijitAdditionalEditorIconSmiley { + /* Toolbar icon for Smiley plugin */ + background-repeat: no-repeat; + background-position: center center; + width: 18px; + height: 18px; + background-image: url(../icons/smiley.gif); +} + +.dijitDisabled .dijitAdditionalEditorIconSmiley { + /* Toolbar icon for disabled Smiley plugin */ + background-image: url(../icons/smileyDisabled.gif); +} + +.dijitEditorSmileyPalette { + border: 1px solid black; + background: white; + overflow: hidden; + overflow-x: hidden; + overflow-y: hidden; +} + +.dijitEditorSmileyPalette .dijitPaletteCell { + height: 23px; + width: 27px; +} + +.dijitEditorSmileyPalette .dijitPaletteImg { + border: none; + height: 20px; + width: 20px; + padding: 2px 2px; +} + +.dijitEditorSmileyPalette .dijitPaletteCellHover .dijitPaletteImg { + border: 1px solid black; + padding: 1px 1px; +} + diff --git a/js/dojo/dojox/editor/plugins/resources/css/SpellCheck.css b/js/dojo/dojox/editor/plugins/resources/css/SpellCheck.css new file mode 100644 index 0000000..434b579 --- /dev/null +++ b/js/dojo/dojox/editor/plugins/resources/css/SpellCheck.css @@ -0,0 +1,51 @@ +.dijitEditorSpellCheckIcon { + background-image: url(../icons/spellcheck.gif); + background-repeat: no-repeat; + background-position: center center; + width: 18px; + height: 18px; +} + +.dijitEditorSpellCheckBusyIcon { + background-image: url(../images/checking.gif); + background-repeat: no-repeat; + background-position: center center; + display: inline-block; + zoom: 1; + *display: inline; + width: 16px; + height: 16px; + margin: 0em 0.5em 0em 0.5em; +} + +.dijitEditorSpellCheckTable .dijitEditorSpellCheckBox { + width: 15em; +} + +.dijitEditorSpellCheckTable .listHeight { + height: 5em; +} + +.dijitEditorSpellCheckTable, +.dijitEditorSpellCheckTable td { + border: none; + border-width: 0px; + vertical-align: top; +} + +.dijitEditorSpellCheckTable .alignBottom { + vertical-align: bottom; +} + +.dijitEditorSpellCheckTable .blockButton, +.dijitEditorSpellCheckTable .dijitButtonNode { + display: block; +} + +.dijitEditorSpellCheckTable .topMargin { + margin-top: 0.56em; +} + +.dijitEditorSpellCheckTable .hidden { + display: none; +} diff --git a/js/dojo/dojox/editor/plugins/resources/css/StatusBar.css b/js/dojo/dojox/editor/plugins/resources/css/StatusBar.css new file mode 100644 index 0000000..fd6414c --- /dev/null +++ b/js/dojo/dojox/editor/plugins/resources/css/StatusBar.css @@ -0,0 +1,75 @@ +@import "../../../../layout/resources/ResizeHandle.css"; + +.dojoxEditorStatusBar { + overflow: hidden; + vertical-align: bottom; + padding: 2px; +} + +.dojoxEditorStatusBar table { + width: 100%; +} + +.dojoxEditorStatusBar .dojoxResizeHandle { + position: static; + padding: 0px; + vertical-align: bottom; +} + +.dojoxEditorStatusBar .dojoxEditorStatusBarText{ + height: 1.5em; + vertical-align: middle; + width: 100%; + overflow: hidden; +} + +.claro .dojoxEditorStatusBar { + background-color: #F1F1F1; +} + +.claro .dojoxEditorStatusBar .dojoxEditorStatusBarText{ + border-style: solid; + border-width: 1px; + border-color: #B5BCC7; + +} + +.tundra .dojoxEditorStatusBar { + background-color: #EAEAEA; +} + +.tundra .dojoxEditorStatusBar .dojoxEditorStatusBarText{ + border-style: solid; + border-width: 1px; + border-color: #CCCCCC; + +} + +.nihilo .dojoxEditorStatusBar { + border-style: solid; + background-color: #FFFFFF; + border-width: 1px; + border-color: #CCCCCC; +} + +.nihilo .dojoxEditorStatusBar .dojoxEditorStatusBarText { + border-style: solid; + border-width: 1px; + border-color: #CCCCCC; + +} + +.soria .dojoxEditorStatusBar { + border-style: solid; + background-color: #BDD6F0; + border-width: 1px; + border-color: #698FB3; +} + +.soria .dojoxEditorStatusBar .dojoxEditorStatusBarText { + border-style: solid; + border-width: 1px; + border-color: #698FB3; + +} + diff --git a/js/dojo/dojox/editor/plugins/resources/css/TextColor.css b/js/dojo/dojox/editor/plugins/resources/css/TextColor.css new file mode 100644 index 0000000..196b1e2 --- /dev/null +++ b/js/dojo/dojox/editor/plugins/resources/css/TextColor.css @@ -0,0 +1,7 @@ +@import "../../../../widget/ColorPicker/ColorPicker.css"; + +.dojoxEditorColorPicker { + overflow: hidden; + overflow-x: hidden; + overflow-y: hidden; +} |
