[PLUGINS] ~abomailman 1.1.6 --> 1.1.9
[lhc/web/www.git] / www / plugins / abomailmans / prive / style_prive_plugin_abomailmans.html
1 [(#REM)<style>/*
2 Ce squelette definit les styles de l'espace prive
3
4 Note: l'entete "Vary:" sert a repousser l'entete par
5 defaut "Vary: Cookie,Accept-Encoding", qui est (un peu)
6 genant en cas de "rotation du cookie de session" apres
7 un changement d'IP (effet de clignotement).
8
9 ATTENTION: il faut absolument le charset sinon Firefox croit que
10 c'est du text/html !
11 */]#CACHE{3600*100,cache-client}
12 #HTTP_HEADER{Content-Type: text/css; charset=iso-8859-15}
13 #HTTP_HEADER{Vary: Accept-Encoding}
14 /*
15 Valeurs par defaut :
16 #SET{claire,##ENV{couleur_claire,edf3fe}} [claire: (#GET{claire});]
17 #SET{foncee,##ENV{couleur_foncee,3874b0}} [foncee: (#GET{foncee});]
18 #SET{left,#ENV{ltr}|choixsiegal{left,left,right}} [left: (#GET{left});]
19 #SET{right,#ENV{ltr}|choixsiegal{left,right,left}} [right: (#GET{right});]
20 #SET{rtl,#ENV{ltr}|choixsiegal{left,'',_rtl}} [rtl: (#GET{rtl});]
21 #SET{dir,#ENV{ltr}|choixsiegal{left,ltr,rtl}} [dir: (#GET{dir});]
22
23 #SET{font-size,#ENV{font-size,0.8125em}} [font-size: (#GET{font-size});]
24 #SET{line-height,#ENV{line-height,1.385em}} [line-height: (#GET{line-height});]
25 #SET{margin-bottom,#ENV{margin-bottom,#GET{line-height}}} [margin-bottom: (#GET{margin-bottom});]
26 #SET{text-indent,#ENV{text-indent,50px}} [text-indent: (#GET{text-indent});]
27 #SET{font-family,#ENV*{font-family,'Helvetica, Arial, sans-serif'}} [font-family: (#GET{font-family});]
28 #SET{background-color,#ENV{background-color,#F8F7F3}} [background-color : (#GET{background-color});]
29 #SET{color,#ENV{color,#000000}} [color: (#GET{color});]
30 */
31 .abo_message {
32 overflow:auto;
33 width:520px;
34 }
35 .abomailman #wysiwyg .champ {
36 padding-top: 0.125em;
37 padding-bottom: 0.125em;
38 border-top: 1px solid #GET{claire};
39 }
40 .abomailman #wysiwyg .champ > div {
41 display: block;
42 width: 70%;
43 float: right;
44 }
45 .abomailman #wysiwyg .champ > div.label {
46 display: block;
47 width: 27%;
48 float: left;
49 margin-right: 3%;
50 }
51 .abomailman #wysiwyg .champ.contenu_email > div.label,
52 .abomailman #wysiwyg .champ.contenu_email > div.email {
53 display: inline;
54 width: auto;
55 float: none;
56 margin: 0;
57 }
58 .abomailman #wysiwyg .champ.contenu_email_sympa > div.label {
59 width: 100%;
60 clear: both;
61 }
62 [(#REM)</style>]