[SPIP] v3.2.1-->v3.2.3
[lhc/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 <style>
10 ]
11 #CACHE{3600*100,cache-client}
12 #HTTP_HEADER{Content-Type: text/css; charset=utf-8}
13 #HTTP_HEADER{Vary: Accept-Encoding}
14
15 #SET{claire,##ENV{couleur_claire,edf3fe}}
16 #SET{foncee,##ENV{couleur_foncee,3874b0}}
17 #SET{left,#ENV{ltr}|choixsiegal{left,left,right}}
18 #SET{right,#ENV{ltr}|choixsiegal{left,right,left}}
19
20
21 ol.classement {list-style:decimal;margin:0;padding:0;padding-#GET{left}:50px;margin-bottom:1.5em;}
22
23
24 table.visites caption, h3.caption {font-size:1.3em;font-weight:bold;text-align: center;margin:0.5em auto; clear:both;}
25 .stats_visites #contenu h3.caption {float:#GET{left};margin:0.1em auto 0.5em;}
26 table.visites {width: 70%; margin-bottom: 1em; border-collapse: collapse; border-spacing: 0; line-height: normal;border:1px solid #999;}
27 table.visites a {color:#[(#GET{foncee}|couleur_foncer)];}
28
29 table.visites tr.row_first { background-color:#[(#GET{foncee}|couleur_foncer)];color:#fff;border: 1px solid #ddd; }
30 table.info.visites tr.row_first { background-color:#fff;color:#000;border: 1px solid #ddd; }
31 table.info.visites tr.odd td,table.info.visites tr.odd th { background-color:transparent; }
32 table.visites th, table.visites td { padding: 0.20em 0.40em; text-align: #GET{left}; border: 1px solid #ddd; }
33 table.visites th { vertical-align: bottom; font-weight: bold; }
34 table.visites.info th { vertical-align: top; }
35 table.visites tbody th { font-weight: normal; }
36 table.visites .on th { font-weight: bold; }
37 table.visites td { vertical-align: top; }
38 table.visites td.val, table.visites td.mean, table.visites td.cumul { text-align:center; }
39
40 table.visites tr.c_Sun td,
41 table.visites tr.c_Sun th {background-color:#[(#GET{claire}|couleur_eclaircir)];}
42 table.visites tr.c_today td,
43 table.visites tr.c_today th {background-color:#eee;}
44 /*
45 table#visites tr.c_recap td,
46 table#visites tr.c_recap th {background-color:#[(#GET{foncee}|couleur_foncer)];color:#fff;}
47 */
48
49
50 /* graphique flot */
51 .graphique{clear:both; overflow:hidden; margin-bottom:2em;}
52 .graphResult-wrap {padding: 10px;float:#GET{left};}
53 .graphResult{}
54 .graphInfo{float:#GET{left}; clear:#GET{left};margin-#GET{left}:20px;}
55 .graphInfo td {padding: 5px;}
56 .graphInfo td.legendLabel { padding-#GET{left}:0; padding-#GET{right}:1em; vertical-align: top;}
57 .graphLegend{margin-top:0.5em; }
58 .graphVignette{}
59 .graphique .tickLabels {font-size: 11px !important;line-height: 14px;}
60
61 .graphLegend .legendColorBox div{width:14px; height:10px;}
62 .graphLegend .legendColorBox.cacher div div{position:absolute; left:-3000em;}
63
64
65 .tooltip_statistiques{
66 position: absolute;
67 display: none;
68 border: 1px solid #fdd;
69 padding: 2px;
70 background-color: #fee;
71 }
72
73 .stats_referers .liste-items.referers li.referer {padding-left:150px;background-image: url("#CHEMIN_IMAGE{deplierhaut.gif}");background-position: 0.6925em 0.6925em;background-repeat: no-repeat;}
74 .stats_referers .liste-items.referers li.referer.open {background-image: url("#CHEMIN_IMAGE{deplierbas.gif}");}
75 .stats_referers .liste-items.referers li.referer span.visites {float:left;text-align:#GET{right};width:180px;margin-left:-150px;}
76 .stats_referers .liste-items.referers li.referer .miniature {float:#GET{right};}
77 .stats_referers .liste-items.referers li.referer .miniature img {max-width:60px;height: auto;}
78 .stats_referers .liste-items.referers li.referer ul {margin-left:0;padding-left:0;}
79 .stats_referers .liste-items.referers li.referer ul li {margin-left:0px;padding-left:0;}
80 .stats_referers .action.plus {text-align:#GET{right};font-size:1.5em;font-weight:bold;}
81
82 .stats_repartition .couleur_cumul { background: #GET{foncee}; }
83 .stats_repartition .couleur_nombre { background: [#(#GET{foncee}|couleur_eclaircir)]; }
84 .stats_repartition table h3,.stats_repartition table table {margin-bottom: 0;padding-bottom: 0;padding-top: 0;}
85 .stats_repartition table h3 {font-size: inherit;margin-bottom: 3px;margin-top:3px;}
86 .stats_repartition table {margin: 0;}
87 .stats_repartition table + p,.stats_repartition .bloc_depliable + p {margin-top: 1em;}
88 .stats_repartition table td {padding: 2px 5px;vertical-align: middle;}
89 .stats_repartition table table td {padding: 0;}
90 .stats_lang .couleur_langue { background: #GET{foncee}; }
91 .stats_lang table p {padding-left:10px;margin:2px 0;}
92
93 .stats-articles .size1of2 {padding-#GET{right}:1%;}
94 .stats-articles .lastUnit {padding-#GET{left}:1%;border-#GET{left}:1px solid;}
95 [(#REM) </style>]