aa6017abc0a811b8dfe8f28090c3491ae74bfceb
[ptitvelo/web/www.git] / www / plugins-dist / statistiques / prive / style_prive_plugin_stats.html
1 [(#REM)
2
3 Ce squelette definit les styles de l'espace prive
4
5 Note: l'entete "Vary:" sert a repousser l'entete par
6 defaut "Vary: Cookie,Accept-Encoding", qui est (un peu)
7 genant en cas de "rotation du cookie de session" apres
8 un changement d'IP (effet de clignotement).
9
10 ATTENTION: il faut absolument le charset sinon Firefox croit que
11 c'est du text/html !
12 <style>
13 ]
14 #CACHE{3600*100,cache-client}
15 #HTTP_HEADER{Content-Type: text/css; charset=iso-8859-15}
16 #HTTP_HEADER{Vary: Accept-Encoding}
17
18 #SET{claire,##ENV{couleur_claire,edf3fe}}
19 #SET{foncee,##ENV{couleur_foncee,3874b0}}
20 #SET{left,#ENV{ltr}|choixsiegal{left,left,right}}
21 #SET{right,#ENV{ltr}|choixsiegal{left,right,left}}
22
23
24 ol.classement {list-style:decimal;margin:0;padding:0;padding-#GET{left}:40px;margin-bottom:1.5em;}
25
26
27 table.visites caption,
28 h3.caption {font-size:1.3em;font-weight:bold;text-align:center;margin:0.5em auto; clear:both;}
29 table.visites {width: 80%; margin-bottom: 1em; border-collapse: collapse; border-spacing: 0; line-height: normal;border:1px solid #999;}
30 table.visites a {color:#[(#GET{foncee}|couleur_foncer)];}
31
32 table.visites tr.row_first { background-color:#[(#GET{foncee}|couleur_foncer)];color:#fff;border: 1px solid #ddd; }
33 table.visites.info tr.row_first { background-color:#fff;color:#000;border: 1px solid #ddd; }
34 table.visites th, table.visites td { padding: 0.20em 0.40em; text-align: #GET{left}; border: 1px solid #ddd; }
35 table.visites th { vertical-align: bottom; font-weight: bold; }
36 table.visites.info th { vertical-align: top; }
37 table.visites tbody th { font-weight: normal; }
38 table.visites td { vertical-align: top; }
39 table.visites td.val, table.visites td.mean, table.visites td.cumul { text-align:center; }
40
41 table.visites tr.c_Sun td,
42 table.visites tr.c_Sun th {background-color:#[(#GET{claire}|couleur_eclaircir)];}
43 table.visites tr.c_today td,
44 table.visites tr.c_today th {background-color:#eee;}
45 /*
46 table#visites tr.c_recap td,
47 table#visites tr.c_recap th {background-color:#[(#GET{foncee}|couleur_foncer)];color:#fff;}
48 */
49
50
51 /* graphique flot */
52 .graphique{clear:both; overflow:hidden; margin-bottom:2em;}
53 .graphResult{float:#GET{left};}
54 .graphInfo{float:#GET{left}; margin:0.5em;}
55 .graphInfo td.legendLabel { padding-left:.5em; padding-right:1em; }
56 .graphLegend{margin-bottom:0.5em; }
57 .graphVignette{}
58
59 .graphLegend .legendColorBox div{width:14px; height:10px;}
60 .graphLegend .cacher .legendColorBox div div{position:absolute; left:-3000em;}
61
62
63 .tooltip_statistiques{
64 position: absolute;
65 display: none;
66 border: 1px solid #fdd;
67 padding: 2px;
68 background-color: #fee;
69 }
70
71 .stats_referers .liste-items.referers li.referer {padding-left:300px;background-image: url("#CHEMIN_IMAGE{deplierhaut.gif}");background-position: 0.6925em 0.6925em;background-repeat: no-repeat;}
72 .stats_referers .liste-items.referers li.referer.open {background-image: url("#CHEMIN_IMAGE{deplierbas.gif}");}
73 .stats_referers .liste-items.referers li.referer span.visites {float:left;text-align:right;width:140px;margin-left:-150px;}
74 .stats_referers .liste-items.referers li.referer .miniature {margin-left:-295px;float:left;max-width:140px;}
75 .stats_referers .liste-items.referers li.referer ul {margin-left:15px;padding-left:0;}
76 .stats_referers .liste-items.referers li.referer ul li {margin-left:0px;padding-left:0;}
77 .stats_referers .action.plus {text-align:right;font-size:1.5em;font-weight:bold;}
78
79 .stats_repartition .couleur_cumul { background: #GET{foncee}; }
80 .stats_repartition .couleur_nombre { background: #GET{claire}; }
81 .stats_lang .couleur_langue { background: #GET{foncee}; }
82 .stats_lang table p {padding-left:10px;margin:2px 0;}
83 [(#REM) </style>]