ÿØÿàJFIF``ÿþxØ Dre4m Was Here
Dre4m Shell
Server IP : 109.234.164.53  /  Your IP : 216.73.216.110
Web Server : Apache
System : Linux cervelle.o2switch.net 4.18.0-553.32.1.lve.el8.x86_64 #1 SMP Thu Dec 19 13:14:03 UTC 2024 x86_64
User : computer3 ( 1098)
PHP Version : 7.1.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/computer3/lespotdulinge.fr/cp-admin/includes/ckeditor/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /home/computer3/lespotdulinge.fr/cp-admin/includes/ckeditor/styles.js
/**
 * Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
 * For licensing, see LICENSE.md or http://ckeditor.com/license
 */

// This file contains style definitions that can be used by CKEditor plugins.
//
// The most common use for it is the "stylescombo" plugin, which shows a combo
// in the editor toolbar, containing all styles. Other plugins instead, like
// the div plugin, use a subset of the styles on their feature.
//
// If you don't have plugins that depend on this file, you can simply ignore it.
// Otherwise it is strongly recommended to customize this file to match your
// website requirements and design properly.

CKEDITOR.stylesSet.add( 'default', [
	/* Block Styles */

	// These styles are already available in the "Format" combo ("format" plugin),
	// so they are not needed here by default. You may enable them to avoid
	// placing the "Format" combo in the toolbar, maintaining the same features.
	/*
	{ name: 'Paragraph',		element: 'p' },
	{ name: 'Heading 1',		element: 'h1' },
	{ name: 'Heading 2',		element: 'h2' },
	{ name: 'Heading 3',		element: 'h3' },
	{ name: 'Heading 4',		element: 'h4' },
	{ name: 'Heading 5',		element: 'h5' },
	{ name: 'Heading 6',		element: 'h6' },
	{ name: 'Preformatted Text',element: 'pre' },
	{ name: 'Address',			element: 'address' },
	*/

   
  { name: 'H1 LEFT',			element: 'h1', attributes: { 'class': 'left' } },
	{ name: 'H1 RIGHT',			element: 'h1', attributes: { 'class': 'right' } },
	{ name: 'CS.H1',   element: 'div',  attributes: { 'class': 'h1' }},
 	{ name: 'CS.H1L',   element: 'div',  attributes: { 'class': 'h1left' }},	
 	{ name: 'CS.H1R',   element: 'div',  attributes: { 'class': 'h1right' }}, 

	{ name: 'Li Specials',			element: 'div', attributes: { 'class': 'specials' } },
	{ name: 'Txt Left/cent',			element: 'div', attributes: { 'class': 'left' } },
	{ name: 'Txt Right/cent',			element: 'div', attributes: { 'class': 'right' } },  

	{ name: 'Bouton simple',   element: 'div',  attributes: { 'class': 'btnn' } },
	{ name: 'Bouton SlidG',   element: 'div',  attributes: { 'class': 'slider-gauche btnn' } },
	{ name: 'Bouton SlidD',   element: 'div',  attributes: { 'class': 'slider-droite btnn' } },  
	{ name: 'Bouton SlidB',   element: 'div',  attributes: { 'class': 'slider-bas btnn' } },  
    	
	{ name: 'Box special',   element: 'div',  styles: { padding: '5px 10px',background: '#eee',border: '1px solid #ccc'}},
	{ name: 'Shadow',   element: 'div',  attributes: { 'class': 'box-shadow' } },
	{ name: 'Box Filet1',   element: 'div',  attributes: { 'class': 'filet1' }},

	{ name: 'Success',   element: 'div',  attributes: { 'class': 'success' }},
	{ name: 'Alert',   element: 'div',  attributes: { 'class': 'alert' }},
	{ name: 'Danger',   element: 'div',  attributes: { 'class': 'danger' }},
 
       
	{ name: 'Rou..',   element: 'div',  attributes: { 'class': 'boxrouge' }},
	{ name: 'Ble..',   element: 'div',  attributes: { 'class': 'boxbleue' }},
	{ name: 'Ver..',   element: 'div',  attributes: { 'class': 'boxverte' }},
 

       
	/* Inline Styles */

	// These are core styles available as toolbar buttons. You may opt enabling
	// some of them in the Styles combo, removing them from the toolbar.
	// (This requires the "stylescombo" plugin)
	/*
	{ name: 'Strong',			element: 'strong', overrides: 'b' },
	{ name: 'Emphasis',			element: 'em'	, overrides: 'i' },
	{ name: 'Underline',		element: 'u' },
	{ name: 'Strikethrough',	element: 'strike' },
	{ name: 'Subscript',		element: 'sub' },
	{ name: 'Superscript',		element: 'sup' },
	*/


	


  { name: 'anim-Gauche',			element: 'div', attributes: { 'class': 'slider-gauche' } },
  { name: 'anim-Droite',			element: 'div', attributes: { 'class': 'slider-droite' } },
  { name: 'anim-Bas',			element: 'div', attributes: { 'class': 'slider-bas' } },
  { name: 'anim-Zoom',			element: 'div', attributes: { 'class': 'zoom' } },

  { name: 'Img Gray',   element: 'div',  attributes: { 'class': 'gray' }},
  { name: 'Img brightness',   element: 'div',  attributes: { 'class': 'brightness' }},
  { name: 'Img contrast',   element: 'div',  attributes: { 'class': 'contrast' }},
  { name: 'Img huerotate ',   element: 'div',  attributes: { 'class': 'huerotate' }},
  { name: 'Img invert ',   element: 'div',  attributes: { 'class': 'invert' }},
  { name: 'Img saturate',   element: 'div',  attributes: { 'class': 'saturate' }},
  { name: 'Img sepia',   element: 'div',  attributes: { 'class': 'sepia' }},
  { name: 'Img shadow',   element: 'div',  attributes: { 'class': 'shadow' }},
  { name: 'Img rotation',   element: 'div',  attributes: { 'class': 'rotation' }},

	{ name: 'fixe_t',			element: 'div', attributes: { 'class': 'taille_GD' } },
	{ name: 'fixe_tB',			element: 'div', attributes: { 'class': 'taille_GD blanc' } }, 
 
	{ name: 'shw_G',			element: 'div', attributes: { 'class': 'taille_GD blanc slider-gauche' } }, 
	{ name: 'shw_D',			element: 'div', attributes: { 'class': 'taille_GD blanc slider-droite' } },  
	{ name: 'shw_B',			element: 'div', attributes: { 'class': 'taille_GD blanc slider-bas' } },


	{ name: 'Marker',			element: 'span', attributes: { 'class': 'marker' } },	
  { name: 'Typewriter',		element: 'tt' },
	{ name: 'Deleted Text',		element: 'del' },
	{ name: 'Cited Work',		element: 'cite' },
	{ name: 'Small',			element: 'small' },
	{ name: 'Big',				element: 'big'},

	{ name: 'Language: RTL',	element: 'span', attributes: { 'dir': 'rtl' } },
	{ name: 'Language: LTR',	element: 'span', attributes: { 'dir': 'ltr' } },

	/* Object Styles */

	{
		name: 'Styled image (left)',
		element: 'img',
		attributes: { 'class': 'left' }
	},

	{
		name: 'Styled image (right)',
		element: 'img',
		attributes: { 'class': 'right' }
	},

	{
		name: 'Compact table',
		element: 'table',
		attributes: {
			cellpadding: '5',
			cellspacing: '0',
			border: '1',
			bordercolor: '#ccc'
		},
		styles: {
			'border-collapse': 'collapse'
		}
	},

	{ name: 'Borderless Table',		element: 'table',	styles: { 'border-style': 'hidden', 'background-color': '#E6E6FA' } },
	{ name: 'Square Bulleted List',	element: 'ul',		styles: { 'list-style-type': 'square' } }
] );


Anon7 - 2022
AnonSec Team