Home
last modified time | relevance | path

Searched refs:style (Results 251 – 275 of 2224) sorted by path

1...<<11121314151617181920>>...89

/plugin/ckgdoku/ckeditor/skins/moono/
H A Deditor_ie.css5style:dashed solid dashed dashed;font-size:0;vertical-align:bottom;margin-top:6px;margin-bottom:2p…
H A Deditor_ie7.css5style:dashed solid dashed dashed;font-size:0;vertical-align:bottom;margin-top:6px;margin-bottom:2p…
H A Deditor_ie8.css5style:dashed solid dashed dashed;font-size:0;vertical-align:bottom;margin-top:6px;margin-bottom:2p…
H A Deditor_iequirks.css5style:dashed solid dashed dashed;font-size:0;vertical-align:bottom;margin-top:6px;margin-bottom:2p…
H A Dreadme.md34 - **reset.css**: the file defines the basis of style resets among all editor UI spaces,
/plugin/ckgdoku/
H A Dscript.js231 document.getElementById("backup_msg").style.display="none";
236 document.getElementById("backup_msg").style.display="block";
/plugin/ckgdoku/scripts/
H A Dparse_wiki.js.unc323 var style = false;
469 if(attrs[i].name == 'style') {
903 if(!matches) { // windows style
936 else if (attrs[i].name == 'width' && !style) {
940 else if (attrs[i].name == 'height' && !style) {
943 else if(attrs[i].name == 'style') {
H A Dscript-cmpr.js1 …ementById("backup_msg").style.display="none";return false}function show_backup_msg(a){document.get…
/plugin/ckgdoku/syntax/
H A Dfont.php69 list($style, $face) = $match;
74 $style .= $color;
79 $style .= $color;
84 $style = "font-family: $face; $style";
85 $renderer->doc .= "<span style='$style'>";
/plugin/ckgedit/ckeditor/
H A DCHANGES.md494 …/addon/widget) [style definitions](https://ckeditor.com/docs/ckeditor4/latest/guide/dev_styles.htm…
634 …cket/14620): Fixed: Setting both the `min-height` style for the `<body>` element and the `height`
639 …Fixed: Invalid handling of the [`CKEDITOR.style`](https://ckeditor.com/docs/ckeditor4/latest/api/C…
1032 …he [font](https://ckeditor.com/cke4/addon/font) style should not lead to nesting it in the previou…
1079 * [#12273](https://dev.ckeditor.com/ticket/12273): Fixed: Applying block style in a description lis…
1201style`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR.style.html) methods to ensure full…
1206style.addCustomHandler()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_style.html#stat…
1552 …](https://ckeditor.com/cke4/addon/wsc) plugin user interface was changed to match CKEditor 4 style.
1662 * [#9456](https://dev.ckeditor.com/ticket/9456): [Chrome] Properly paste bullet list style from MS …
1670 * [#9528](https://dev.ckeditor.com/ticket/9528): Host page `box-sizing` style should not influence …
[all …]
H A Dckeditor.js51style||-1===CKEDITOR.tools.indexOf(CKEDITOR.tools.style.parse._borderStyle,a)?!b.width&&CKEDITOR.t…
103 …KEDITOR.dom.element("div");d=e.getFirst();)d.$.style.backgroundColor&&(d.$.style.backgroundColor=d…
112 …de)return b.$.style.cssText=CKEDITOR.tools.normalizeCssText(b.$.style.cssText),a.$.style.cssText=C…
227style;delete g["class"];delete b.classBackup;delete b.styleBackup;if(!a.allAttributes)for(K in g)C…
248 …CKEDITOR.tools.style.parse.border(a.styles.border);b.color&&(a.styles["border-color"]=b.color);b.s…
504style=function(a,b){if("string"==typeof a.type)return new CKEDITOR.style.customHandlers[a.type](a)…
509 …ibutes;if(f)for(var g in f)e++,d[g]=f[g];if(g=CKEDITOR.style.getStyleText(c))d.style||e++,d.style=…
511style.getStyleText=function(a){var b=a._ST;if(b)return b;var b=a.styles,c=a.attributes&&a.attribut…
554 …nd({},a);delete c.style;var e=CKEDITOR.tools.getNextId()+"_label";CKEDITOR.ui.dialog.uiElement.cal…
1066style.cssText||"";e||(c.style.cssText="position: static; overflow: visible");t(f);return b}functio…
[all …]
H A Dckeditor.js.unc834 style: {
1165 style: 1
1235 style: 1,
1386 style: g,
2851 (a.$.style.cssText = this.$.style.cssText)
5145 b.style && (a.styles["border-style"] = b.style);
10184 if (g = CKEDITOR.style.getStyleText(c)) d.style || e++, d.style = g;
10972 style: a.style,
12076 style: a.style || "width: 100%;"
13589 ' onblur\x3d"this.style.cssText \x3d this.style.cssText;"');
[all …]
H A Dconfig.js.unc114 config.pasteFromWordRemoveFontStyles = false; // preserve font style when "paste from word"
115 … config.pasteFromWordRemoveStyles = false; // preserve style (color) when "paste from word"
426 FootNoteInfo: '<div style="padding: 18px;font-size:125%;line-height:125%;">'+
427 …'<ul style="list-style-type:disc;"><li>To create a footnote enter the footnote text into the editi…
449 InfoText : '<div style="max-width:400px; font-size: 12pt; white-space: pre-wrap;border:1px solid #…
453 '<p style="text-indent: 50px; font-size: 12pt;"> &lt;font. . . &gt;text&lt;/font&gt;</p>' +
H A Dcontents-default.css207 list-style-type: square;
208 list-style-image: none;
216 list-style-image: none;
231 ol {list-style-type: decimal}
232 ol ol {list-style-type: upper-roman}
233 ol ol ol {list-style-type: lower-alpha}
234 ol ol ol ol {list-style-type: lower-greek}
305 .code .co0 { color: #808080; font-style: italic; }
306 .code .co1 { color: #808080; font-style: italic; }
307 .code .co2 { color: #808080; font-style: italic; }
[all …]
H A Dcontents.css1style:square outside}ol{list-style:decimal outside}ol ol{list-style-type:lower-alpha}ol ol ol{list…
H A Dcontents.css.unc68 paragraphs. Remember to apply the same style in your output front end page.
274 ul { list-style: square outside; }
275 ol { list-style: decimal outside; }
276 ol ol { list-style-type: lower-alpha; }
277 ol ol ol { list-style-type: upper-roman; }
278 ol ol ol ol { list-style-type: upper-alpha; }
279 ol ol ol ol ol { list-style-type: lower-roman; }
341 .code .co0 { color: #808080; font-style: italic; }
342 .code .co1 { color: #808080; font-style: italic; }
343 .code .co2 { color: #808080; font-style: italic; }
[all …]
/plugin/ckgedit/ckeditor/lang/
H A Den.4.9.js.beautified73 …"invalidInlineStyle": "Value specified for the inline style must consist of one or more tuples wit…
795 …LinkText: "<span style='font-weight:bold'>Link Display Text</span><br />User defined Text (takes p…
802style='max-width:350px; white-space: pre-wrap;border:1px solid #cccccc; margin:auto; overflow:auto…
828 …FootNoteInfo: '<div style="padding: 18px;font-size:125%;line-height:125%;"><ul style="list-style-t…
846style="max-width:400px; font-size: 12pt; white-space: pre-wrap;border:1px solid #cccccc; margin:au…
H A Den.js-4.9.merged5 …ent unit (px or %).","invalidInlineStyle":"Value specified for the inline style must consist of on…
47 LinkText: "<span style='font-weight:bold'>Link Display Text</span><br />User defined Text (takes pr…
55 InterwikiInfo: "<div style='max-width:350px; white-space: pre-wrap;border:1px solid #cccccc; margin…
56 "interwiki links are short-cuts which look like this: <span style='font-weight:600'>[[wp&gt;Shakesp…
57 "The <span style='font-weight:600'>wp</span> part designates a link pattern; " +
58 "the text following the '<span style='font-weight:900'>&gt;</span>' will be inserted into the link,…
59 "as in <span style='font-weight:600'>{NAME}.</span> When there is no place holder, the replacement …
89 FootNoteInfo: '<div style="padding: 18px;font-size:125%;line-height:125%;">'+
90 …'<ul style="list-style-type:disc;"><li>To create a footnote enter the footnote text into the editi…
112 InfoText : '<div style="max-width:400px; font-size: 12pt; white-space: pre-wrap;border:1px solid #…
[all …]
H A Den.js.4.95 …ent unit (px or %).","invalidInlineStyle":"Value specified for the inline style must consist of on…
H A Den.js.ckgedit46 LinkText: "<span style='font-weight:bold'>Link Display Text</span><br />User defined Text (takes pr…
54 InterwikiInfo: "<div style='max-width:350px; white-space: pre-wrap;border:1px solid #cccccc; margin…
55 "interwiki links are short-cuts which look like this: <span style='font-weight:600'>[[wp&gt;Shakesp…
56 "The <span style='font-weight:600'>wp</span> part designates a link pattern; " +
57 "the text following the '<span style='font-weight:900'>&gt;</span>' will be inserted into the link,…
58 "as in <span style='font-weight:600'>{NAME}.</span> When there is no place holder, the replacement …
88 FootNoteInfo: '<div style="padding: 18px;font-size:125%;line-height:125%;">'+
89 …'<ul style="list-style-type:disc;"><li>To create a footnote enter the footnote text into the editi…
111 InfoText : '<div style="max-width:400px; font-size: 12pt; white-space: pre-wrap;border:1px solid #…
115 '<p style="text-indent: 50px; font-size: 12pt;"> &lt;font. . . &gt;text&lt;/font&gt;</p>' +
H A Den.js.unc47 LinkText: "<span style='font-weight:bold'>Link Display Text</span><br />User defined Text (takes pr…
55 InterwikiInfo: "<div style='max-width:350px; white-space: pre-wrap;border:1px solid #cccccc; margin…
56 "interwiki links are short-cuts which look like this: <span style='font-weight:600'>[[wp&gt;Shakesp…
57 "The <span style='font-weight:600'>wp</span> part designates a link pattern; " +
58 "the text following the '<span style='font-weight:900'>&gt;</span>' will be inserted into the link,…
59 "as in <span style='font-weight:600'>{NAME}.</span> When there is no place holder, the replacement …
87 LinkText: "<span style='font-weight:bold'>Link Display Text</span><br />Can be edited by user (take…
90 FootNoteInfo: '<div style="padding: 18px;font-size:125%;line-height:125%;">'+
91 …'<ul style="list-style-type:disc;"><li>To create a footnote enter the footnote text into the editi…
113 InfoText : '<div style="max-width:400px; font-size: 12pt; white-space: pre-wrap;border:1px solid #…
[all …]
H A Dfr.js.unc62 "cssClasses": "Classes de style",
79 …"invalidInlineStyle": "La valeur spécifiée pour le style inline doit être composée d'un ou plusieu…
717 …InterwikiInfo: "<div style='max-width:350px; white-space: pre-wrap;border:1px solid #cccccc; margi…
719 "La partie <span style='font-weight:600'>wp</span> désigne le modèle de lien ; " +
720 …"le texte suivant '<span style='font-weight:900'>&gt;</span>' sera inséré dans le lien, remplaçant…
721 …"comme dans <span style='font-weight:600'>{NAME}.</span> Quand il n'y a pas d'espace réservé, le t…
754 FootNoteInfo: '<div style="padding: 18px;font-size:125%;line-height:125%;">'+
755 …'<ul style="list-style-type:disc;"><li>Pour créer une note de bas de page, saisissez le texte dans…
771 ToolTip: 'Vérifier et réviser le style de police',
777 …InfoText : '<div style="max-width:400px; font-size: 12pt; white-space: pre-wrap;border:1px solid …
[all …]
H A Dlang_array.txt73 …"invalidInlineStyle": "Value specified for the inline style must consist of one or more tuples wit…
721 FootNoteInfo: '<div style="padding: 18px;font-size:125%;line-height:125%;">' +
722 …'<ul style="list-style-type:disc;"><li>To create a footnote enter the footnote text into the editi…
744 …InfoText: '<div style="max-width:400px; font-size: 12pt; white-space: pre-wrap;border:1px solid #c…
748 '<p style="text-indent: 50px; font-size: 12pt;"> &lt;font. . . &gt;text&lt;/font&gt;</p>' +
/plugin/ckgedit/ckeditor/plugins/a11yhelp/dialogs/
H A Da11yhelp.js7 …el:e.lang.common.generalTab,expand:!0,elements:[{type:"html",id:"legends",style:"white-space:norma…
/plugin/ckgedit/ckeditor/plugins/clipboard/dialogs/
H A Dpaste.js8 id:"editing_area",style:"width:100%;height:100%",html:"",focus:function(){var a=this.getInputElemen…

1...<<11121314151617181920>>...89