Your IP : 216.73.217.68


Current Path : /home/atelierpru/provence/plugins-dist/compagnon/prive/
Upload File :
Current File : /home/atelierpru/provence/plugins-dist/compagnon/prive/style_prive_plugin_compagnon.html

[(#REM)

	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).

	ATTENTION: il faut absolument le charset sinon Firefox croit que
	c'est du text/html !
	<style>
]
#CACHE{3600*100,cache-client}
#HTTP_HEADER{Content-Type: text/css; charset=iso-8859-15}
#HTTP_HEADER{Vary: Accept-Encoding}

#SET{claire,#ENV{couleur_claire,edf3fe}}
#SET{foncee,#ENV{couleur_foncee,3874b0}}
#SET{left,#ENV{ltr}|choixsiegal{left,left,right}}
#SET{right,#ENV{ltr}|choixsiegal{left,right,left}}
#SET{abs,#ENV{ltr}|choixsiegal{left,-10,483}}

/* ----- compagnon (extends box) ----- */
.compagnon {position:relative;}
.compagnon .inner {
	border:2px solid ##GET{foncee};
	border-radius:10px;
	color:#333;
	background-color:#fcfcfc;
	background-image:url([(#CHEMIN_IMAGE{compagnon_gris-64.png}|image_sepia{#GET{foncee}|couleur_eclaircir}|extraire_attribut{src})]);
	background-position: #GET{abs}px -10px;
	background-repeat: no-repeat;
	
}
.compagnon .inner .hd {padding-#GET{left}:60px;}
.compagnon .inner .bd {padding-#GET{left}:60px;}
.compagnon b{}
.compagnon .act {
	background-color: transparent;
	border-top: none;
}
.compagnon .ft {
	padding: 0;
}
.compagnon button.submit {
	font-size:100%;
	border:2px solid ##GET{foncee};
	border-top-width:2px;
	border-#GET{left}-width:2px;
	border-#GET{right}-width:0px;
	border-bottom-width:0px;
	border-top-#GET{left}-radius:9px;
	border-top-#GET{right}-radius:0;
	border-bottom-#GET{right}-radius:9px;
	border-bottom-#GET{left}-radius:0;
	background: [#(#GET{foncee}|couleur_eclaircir|couleur_eclaircir)];
	padding:3px 4px 4px 3px;
	cursor:pointer;
	margin:0;
	color: #444;
}

.compagnon .target {
	position:absolute; bottom:5px; #GET{left}:5px;
	display:block; width:32px; height:32px;
	background:url([(#CHEMIN_IMAGE{target-32.png}|image_sepia{#GET{foncee}|couleur_eclaircir}|extraire_attribut{src})]);
	cursor:crosshair;
}
#navigation .compagnon .inner .hd {min-height:2.5em;}
#navigation .compagnon .inner .bd {padding-left:10px;}