63 lines
2 KiB
HTML
63 lines
2 KiB
HTML
#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-2019 */
|
|
/* 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,#CONST{_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, Helvetica, 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, Helvetica, 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, Helvetica, sans-serif;
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
color: black;
|
|
background-color: #EEEECC;
|
|
}
|