X-Git-Url: http://git.cyclocoop.org/?p=velocampus%2Fweb%2Fwww.git;a=blobdiff_plain;f=www%2Fprive%2Faide_menu.html;fp=www%2Fprive%2Faide_menu.html;h=5cae5cbf35a4e3e54fbaa6edd2deeff04c030be9;hp=0000000000000000000000000000000000000000;hb=80b4d3e85f78d402ed2e73f8f5d1bf4c19962eed;hpb=aaf970bf4cdaf76689ecc10609048e18d073820c diff --git a/www/prive/aide_menu.html b/www/prive/aide_menu.html new file mode 100644 index 0000000..5cae5cb --- /dev/null +++ b/www/prive/aide_menu.html @@ -0,0 +1,63 @@ +#CACHE{3600*100,cache-client} +#HTTP_HEADER{Content-Type: text/css; charset=iso-8859-15} +#HTTP_HEADER{Vary: Accept-Encoding} + +/**************************************************************************/ +/* SPIP, Systeme de publication pour l'internet */ +/* */ +/* Copyright (c) 2001-2010 */ +/* Arnaud Martin, Antoine Pitrou, Philippe Riviere, Emmanuel Saint-James */ +/* */ +/* Ce programme est un logiciel libre distribue sous licence GNU/GPL. */ +/* Pour plus de details voir le fichier COPYING.txt ou l'aide en ligne. */ +/**************************************************************************/ + +#SET{left,#ENV{ltr}|choixsiegal{left,left,right}} +#SET{right,#ENV{ltr}|choixsiegal{left,right,left}} +#SET{rtl,#ENV{ltr}|choixsiegal{left,'',_rtl}} +#SET{chemin_img_pack,#EVAL{_DIR_IMG_PACK}} + +a {text-decoration: none; } +A:Hover {text-decoration: underline;} + +.article-inactif { + float: #GET{left}; + text-align: #GET{left}; + width: 80%; + background: url(#GET{chemin_img_pack}triangle[(#GET{rtl})].gif) [(#GET{left})] center no-repeat; + margin: 2px; + padding: 0px; + padding-#GET{left}: 20px; + font-family: Arial, Sans, sans-serif; + font-size: 12px; +} + +.article-actif { + float: #GET{right}; + text-align: #GET{right}; + width: 80%; + background: url(#GET{chemin_img_pack}triangle[(#GET{rtl})].gif) [(#GET{right})] center no-repeat; + margin: 4px; + padding: 0px; + padding-#GET{right}: 20px; + font-family: Arial, Sans, sans-serif; + font-size: 12px; + font-weight: bold; + color: black; +} + +.article-actif:hover { + text-decoration: none; +} +.rubrique { + width: 90%; + margin: 0px; + margin-top: 6px; + margin-bottom: 4px; + padding: 4px; + font-family: Trebuchet MS, Arial, Sans, sans-serif; + font-size: 14px; + font-weight: bold; + color: black; + background-color: #EEEECC; +}