Déplacement pour eggification.
[Plinn.git] / Products / Plinn / skins / generic / plinn_ckeditor_styles.js.dtml
diff --git a/Products/Plinn/skins/generic/plinn_ckeditor_styles.js.dtml b/Products/Plinn/skins/generic/plinn_ckeditor_styles.js.dtml
new file mode 100644 (file)
index 0000000..d6b1d2a
--- /dev/null
@@ -0,0 +1,18 @@
+CKEDITOR.stylesSet.add('plinn_styles', [
+       {
+               name: 'Arrondis',
+               className: 'rounded-corners'
+       },
+       {
+               name: 'Bordure standard',
+               className: 'std-border'
+       },
+       {
+               name: 'Fond coloré',
+               className: 'std-background'
+       },
+       {
+               name: 'Focus',
+               className: 'std-focusbox'
+       }]
+);