File "style_prive.css.html"

Full path: /home/argothem/www/organecyberpresse/prive/themes/spip/style_prive.css.html
File size: 3.9 KB
MIME-type: text/html
Charset: utf-8

[(#REM)<style>/*
	Ce squelette definit les styles de l'espace prive

	Note: l'entete "Vary:" sert a repousser l'entete par
	defaut "Vary: Cookie,Accept-Encoding", qui est (un peu)
	genant en cas de "rotation du cookie de session" apres
	un changement d'IP (effet de clignotement).
*/]#CACHE{3600*100,cache-client}
#HTTP_HEADER{Content-Type: text/css; charset=utf-8}
#HTTP_HEADER{Vary: Accept-Encoding}
/*
Valeurs par defaut :
#SET{theme,##ENV{couleur_theme,3874b0}} [theme: (#GET{theme});]
#SET{foncee,#GET{theme}} [foncee: (#GET{foncee});]
[(#SET{claire,[#(#GET{theme}|couleur_eclaircir{.5})]})] [claire: (#GET{claire});]
#SET{left,#ENV{ltr}|choixsiegal{left,left,right}} [left: (#GET{left});]
#SET{right,#ENV{ltr}|choixsiegal{left,right,left}} [right: (#GET{right});]
#SET{rtl,#ENV{ltr}|choixsiegal{left,'',_rtl}} [rtl: (#GET{rtl});]
#SET{dir,#ENV{ltr}|choixsiegal{left,ltr,rtl}} [dir: (#GET{dir});]

#SET{font-size,#ENV{font-size,0.8125em}} [font-size: (#GET{font-size});]
#SET{line-height,#ENV{line-height,1.385em}} [line-height: (#GET{line-height});]
#SET{margin-bottom,#ENV{margin-bottom,#GET{line-height}}} [margin-bottom: (#GET{margin-bottom});]
#SET{text-indent,#ENV{text-indent,50px}} [text-indent: (#GET{text-indent});]
#SET{font-family,#ENV*{font-family,'Helvetica, Arial, sans-serif'}} [font-family: (#GET{font-family});]
#SET{background-color,#ENV{background-color,#F8F7F3}} [background-color : (#GET{background-color});]
#SET{color,#ENV{color,#000000}} [color: (#GET{color});]
*/

[(#REM) Variables ]
[(#SET{fond,[(#VAL{vars.css.html}|find_in_theme|substr{[(#CONST{_DIR_RACINE}|strlen)],[(#VAL{-5}|intval)]})]})]
[(#GET{fond}|oui)
[(#INCLURE{fond=#GET{fond},env,couleur_claire,couleur_foncee,lang,ltr,claire=#GET{claire},foncee=#GET{foncee},left=#GET{left},right=#GET{right},rtl=#GET{rtl},dir=#GET{dir},font-size=#GET{font-size},line-height=#GET{line-height},margin-bottom=#GET{margin-bottom},text-indent=#GET{text-indent},font-family=#GET{font-family},background-color=#GET{background-color},color=#GET{color}})]
]

[(#REM)
	Les vieux styles (clear, layout) a evacuer en premier,
	ca permet qu'ils ne polluent pas en cas de double definition
]

[(#REM) Les modules ]
#SET{modules,#LISTE{
	clear.css,
	layout.css,
	ajax.css,
	typo.css,
	grids.css,
	bando.css,
	boutons.css,
	icons.css,
	onglets.css,
	tables.css,
	box.css,
	lists.css,
	forms.css,
	picker.css,
	alertes.css,
	code.css,
	content.css,
	exceptions.css,
	utils.css,
	theme.css,
}}
<BOUCLE_css(DATA){source table, #GET{modules}}>
[(#SET{css,[(#VALEUR|find_in_theme|substr{#CONST{_DIR_RACINE}|strlen})]})]
[(#SET{fond,[(#VALEUR|concat{.html}|find_in_theme|substr{[(#CONST{_DIR_RACINE}|strlen)],[(#VAL{-5}|intval)]})]})]
[/* #VALEUR::(#GET{css}) */
[(#INCLURE{#GET{css}})]]
[/* #VALEUR::(#GET{fond}) */
[(#INCLURE{fond=#GET{fond},env,
	couleur_claire,
	couleur_foncee,
	lang,
	ltr,
	claire=#GET{claire},
	foncee=#GET{foncee},
	left=#GET{left},
	right=#GET{right},
	rtl=#GET{rtl},
	dir=#GET{dir},
	font-size=#GET{font-size},
	line-height=#GET{line-height},
	margin-bottom=#GET{margin-bottom},
	text-indent=#GET{text-indent},
	font-family=#GET{font-family},
	background-color=#GET{background-color},
	color=#GET{color}
})]]
</BOUCLE_css>


/*** Plugins ***/
<BOUCLE_cssplugins(DATA){source table, #VAL{prive/}|find_all_in_path{/style_prive_plugin_}}>
/* [(#VALEUR|basename)] */
[(#VALEUR|str_ends_with{.css}|oui)
[(#INCLURE{[(#VALEUR|substr{#CONST{_DIR_RACINE}|strlen})]})]]
[(#VALEUR|str_ends_with{.css}|non)
[(#SET{fond,prive/#VALEUR|basename{'.html'}})]
[(#INCLURE{fond=#GET{fond},env,
	couleur_claire,
	couleur_foncee,
	lang,
	ltr,
	claire=#GET{claire},
	foncee=#GET{foncee},
	left=#GET{left},
	right=#GET{right},
	rtl=#GET{rtl},
	dir=#GET{dir},
	font-size=#GET{font-size},
	line-height=#GET{line-height},
	margin-bottom=#GET{margin-bottom},
	text-indent=#GET{text-indent},
	font-family=#GET{font-family},
	background-color=#GET{background-color},
	color=#GET{color}
})]]
</BOUCLE_cssplugins>
/**** Plugins fin ***/