247 lines
5.0 KiB
PHP
Executable File
247 lines
5.0 KiB
PHP
Executable File
<?php
|
|
// -----------------------------------------------------
|
|
// CSS
|
|
// -----------------------------------------------------
|
|
$mStyle="";
|
|
$commentCss ="";
|
|
|
|
$grid='';
|
|
$flex='';
|
|
$sectionAffValue='';
|
|
$sectionPosValue='';
|
|
$sectionEspValue='';
|
|
$sectionTailleValue='';
|
|
$sectionBordsValue='';
|
|
$sectionCoulValue='';
|
|
$sectionTexteValue='';
|
|
$anim='';
|
|
$sectionImgFondsValue='';
|
|
$sectionPoliceValue='';
|
|
|
|
$backGroundCss="";
|
|
$bordCss="";
|
|
$widthSelectedIndex="";
|
|
$heightSelectedIndex="";
|
|
|
|
$widthCss="";
|
|
$widthUnite="";
|
|
$maxWidthCss="";
|
|
$maxWidthUnite="";
|
|
$minWidthCss="";
|
|
$minWidthUnite="";
|
|
$heightCss="";
|
|
$heightUnite="";
|
|
$lineHeightCSS ="";
|
|
$maxHeightCss="";
|
|
$maxHeightUnite="";
|
|
$minHeightCss="";
|
|
$minHeightUnite="";
|
|
|
|
$borderStyle ="";
|
|
$bordercolorCss ="";
|
|
$mozBorderRadiusCss ="";
|
|
$borderRadiusCss="";
|
|
$borderTopCss="";
|
|
$borderRightCss="";
|
|
$borderBottomCss="";
|
|
$borderLeftCss="";
|
|
$borderTopLeftCss="";
|
|
$borderTopRightCss="";
|
|
$borderBottomLeftCss="";
|
|
$borderBottomRightCss="";
|
|
|
|
$textDecorationCss ="";
|
|
$textAlignCss ="";
|
|
$fontCss ="";
|
|
$fontWeightCss ="";
|
|
$fontStyleCss ="";
|
|
$fontSizeCss ="";
|
|
$couleurTexteCss ="";
|
|
|
|
$leftCss ="";
|
|
$rightCss ="";
|
|
$topCss ="";
|
|
$bottomCss ="";
|
|
$rightCss ="";
|
|
|
|
$topUnite ="";
|
|
$leftUnite ="";
|
|
$bottomUnite ="";
|
|
$rightUnite ="";
|
|
$positionCss ="";
|
|
$verticalAlignCss ="";
|
|
|
|
$displayCss ="";
|
|
$resizeCss ="";
|
|
$resize='';
|
|
$transformCss ="";
|
|
$transitionCss ="";
|
|
$animationCss ="";
|
|
$positionCss ="";
|
|
$floatCss ="";
|
|
$textTransformCss ="";
|
|
$textShadowCss ="";
|
|
$boxShadowCss ="";
|
|
$overflowCss ="";
|
|
$listStyleCss ="";
|
|
$clearCss ="";
|
|
$opacityCss ="";
|
|
$visibilityCss ="";
|
|
$whiteSpaceCss ="";
|
|
$zIndexeCss ="";
|
|
|
|
$marginTopCss ="";
|
|
$marginRightCss ="";
|
|
$marginBottomCss ="";
|
|
$marginLeftCss ="";
|
|
|
|
$topMarginUnite="";
|
|
$rightMarginUnite="";
|
|
$bottomtMarginUnite="";
|
|
$leftMarginUnite="";
|
|
|
|
$paddingTopCss ="";
|
|
$paddingBottomCss ="";
|
|
$paddingRightCss ="";
|
|
|
|
$leftPaddingUnite ="";
|
|
|
|
$topPaddingUnite="";
|
|
$rightPaddingUnite="";
|
|
$bottomPaddingUnite="";
|
|
$paddingLeftCss="";
|
|
|
|
$KframeCss ="";
|
|
$theCursor ="";
|
|
$dimValLarg ="";
|
|
$dimValHaut ="";
|
|
|
|
$alignItemsCss ="";
|
|
$justifyItemsCss ="";
|
|
$alignContentCss ="";
|
|
|
|
$flexDirectionCss ="";
|
|
$flexBasisCss ="";
|
|
$flexWrapCss ="";
|
|
$justifyContentCss ="";
|
|
|
|
$gridTemplateColumnsCss ="";
|
|
$gridTemplateRowsCss ="";
|
|
$gridColumnGapCss ="";
|
|
$gridRowGappCss ="";
|
|
$gridGappCss ="";
|
|
$gridColumnCss ="";
|
|
$gridRowCss ="";
|
|
$gridTemplateAreaCss ="";
|
|
$gridAreaCss ="";
|
|
|
|
$bgImageCss='';
|
|
$bgRepeatCss='';
|
|
$bgSizeCss='';
|
|
|
|
// -----------------------------------------------------
|
|
// Vider les tableaux
|
|
// -----------------------------------------------------
|
|
$cssDescription=array();
|
|
$cssNom=array();
|
|
$cssTextDecoration=array();
|
|
$cssTextAlign=array();
|
|
$cssFont=array();
|
|
$cssFontStyle=array();
|
|
$cssFontSize=array();
|
|
$cssFontWeight=array();
|
|
$cssCouleurTexte=array();
|
|
$cssFontWeight=array();
|
|
|
|
$cssWidth=array();
|
|
$cssMaxWidth=array();
|
|
$cssMinWidth=array();
|
|
|
|
$cssHeight=array();
|
|
$cssMHaut=array();
|
|
$cssMinHeight=array();
|
|
|
|
$cssLineHeight=array();
|
|
$lineHeightUnite="";
|
|
|
|
$cssMarginTop=array();
|
|
$cssMarginRight=array();
|
|
$cssMarginBottom=array();
|
|
$cssMarginLeft=array();
|
|
|
|
$cssBackground=array();
|
|
$cssVerticalAlign=array();
|
|
|
|
$cssBorderRadius=array();
|
|
$cssBorderStyle=array();
|
|
$cssBordercolor=array();
|
|
$cssDisplay=array();
|
|
$cssBorderW=array();
|
|
$cssBorderTopLeft=array();
|
|
$cssBorderTopRight=array();
|
|
$cssBorderBottomLeft=array();
|
|
$cssBorderBottomRight=array();
|
|
|
|
$cssPaddingBottom=array();
|
|
$cssPaddingTop=array();
|
|
$cssPaddingRight=array();
|
|
$cssPaddingLeft=array();
|
|
|
|
|
|
$cssPosition=array();
|
|
|
|
$cssFloat=array();
|
|
$cssResize=array();
|
|
$cssTransform=array();
|
|
$cssTransition=array();
|
|
$cssAnimation=array();
|
|
$cssTextTransform=array();
|
|
$cssTextShadow=array();
|
|
|
|
$cssLeft=array();
|
|
$cssTop=array();
|
|
$cssBottom=array();
|
|
$cssRight=array();
|
|
|
|
$cssBoxShadow=array();
|
|
$cssOverflow=array();
|
|
$cssListStyle=array();
|
|
$cssClear=array();
|
|
$cssOpacity=array();
|
|
$cssVisibility=array();
|
|
$cssWhiteSpace=array();
|
|
$cssZindex=array();
|
|
$cssKFrame=array();
|
|
$cssCursor=array();
|
|
$cssBgImage=array();
|
|
$cssBgRepeat=array();
|
|
$cssBgSize=array();
|
|
|
|
$cssFlexDirection=array();
|
|
$cssJustifyContent=array();
|
|
$cssAlignItems=array();
|
|
$cssAlignContents=array();
|
|
$cssJustifyItems=array();
|
|
$flexAlignContentCss="";
|
|
|
|
$cssFlexBasis=array();
|
|
$cssFlexWrap=array();
|
|
$cssGridTemplateColumns=array();
|
|
$cssGridColumnGap=array();
|
|
$cssGridTemplateRows=array();
|
|
$cssGridRowGap=array();
|
|
$cssGridGap=array();
|
|
$cssGridColumn=array();
|
|
$cssGridRow=array();
|
|
$cssGridTemplateArea=array();
|
|
$cssGridArea=array();
|
|
|
|
// -----------------------------------------------------
|
|
// Couleurs gene
|
|
// -----------------------------------------------------
|
|
$globalFontColor='';
|
|
$themeDesign='';
|
|
$themeFontColor='';
|
|
$themeBgColor='';
|
|
$globalBgColor='';
|
|
?>
|