[SPIP] ~v3.0.20-->v3.0.25
[lhc/web/clavette_www.git] / www / prive / aide_menu.html
1 #CACHE{3600*100,cache-client}
2 #HTTP_HEADER{Content-Type: text/css; charset=iso-8859-15}
3 #HTTP_HEADER{Vary: Accept-Encoding}
4
5 /**************************************************************************/
6 /* SPIP, Systeme de publication pour l'internet */
7 /* */
8 /* Copyright (c) 2001-2016 */
9 /* Arnaud Martin, Antoine Pitrou, Philippe Riviere, Emmanuel Saint-James */
10 /* */
11 /* Ce programme est un logiciel libre distribue sous licence GNU/GPL. */
12 /* Pour plus de details voir le fichier COPYING.txt ou l'aide en ligne. */
13 /**************************************************************************/
14
15 #SET{left,#ENV{ltr}|choixsiegal{left,left,right}}
16 #SET{right,#ENV{ltr}|choixsiegal{left,right,left}}
17 #SET{rtl,#ENV{ltr}|choixsiegal{left,'',_rtl}}
18 #SET{chemin_img_pack,#EVAL{_DIR_IMG_PACK}}
19
20 a {text-decoration: none; }
21 A:Hover {text-decoration: underline;}
22
23 .article-inactif {
24 float: #GET{left};
25 text-align: #GET{left};
26 width: 80%;
27 background: url(#GET{chemin_img_pack}triangle[(#GET{rtl})].gif) [(#GET{left})] center no-repeat;
28 margin: 2px;
29 padding: 0px;
30 padding-#GET{left}: 20px;
31 font-family: Arial, Helvetica, sans-serif;
32 font-size: 12px;
33 }
34
35 .article-actif {
36 float: #GET{right};
37 text-align: #GET{right};
38 width: 80%;
39 background: url(#GET{chemin_img_pack}triangle[(#GET{rtl})].gif) [(#GET{right})] center no-repeat;
40 margin: 4px;
41 padding: 0px;
42 padding-#GET{right}: 20px;
43 font-family: Arial, Helvetica, sans-serif;
44 font-size: 12px;
45 font-weight: bold;
46 color: black;
47 }
48
49 .article-actif:hover {
50 text-decoration: none;
51 }
52 .rubrique {
53 width: 90%;
54 margin: 0px;
55 margin-top: 6px;
56 margin-bottom: 4px;
57 padding: 4px;
58 font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
59 font-size: 14px;
60 font-weight: bold;
61 color: black;
62 background-color: #EEEECC;
63 }