X-Git-Url: http://git.cyclocoop.org/?p=velocampus%2Fweb%2Fwww.git;a=blobdiff_plain;f=www%2Fprive%2Fstyle_prive_ie.html;fp=www%2Fprive%2Fstyle_prive_ie.html;h=0c7778ca816842a0275415b71d2b4a0dc0fdc5f2;hp=0000000000000000000000000000000000000000;hb=80b4d3e85f78d402ed2e73f8f5d1bf4c19962eed;hpb=aaf970bf4cdaf76689ecc10609048e18d073820c diff --git a/www/prive/style_prive_ie.html b/www/prive/style_prive_ie.html new file mode 100644 index 0000000..0c7778c --- /dev/null +++ b/www/prive/style_prive_ie.html @@ -0,0 +1,64 @@ +[(#REM) + + Ce squelette definit les styles de l'espace prive + + Note: l'entete "Vary:" sert a repousser l'entete par + defaut "Vary: Cookie,Accept-Encoding", qui est (un peu) + genant en cas de "rotation du cookie de session" apres + un changement d'IP (effet de clignotement). + + ATTENTION: il faut absolument le charset sinon Firefox croit que + c'est du text/html ! +] +#CACHE{3600*100,cache-client} +#HTTP_HEADER{Content-Type: text/css; charset=iso-8859-15} +#HTTP_HEADER{Vary: Accept-Encoding} + +/*style for horizontal list
*/ +/*for IE item list must be specified in .menu-item*/ +/*possible added classes lefted centered righted vcentered*/ + +/*clear without markup*/ +.h-list ul {height:1%} +/*end clear without markup*/ + +.h-list li {/*display:inline*/float:[(#ENV{ltr}|choixsiegal{left,left,right})]} +* html .h-list li { margin-right:-2px} + +/*style for bandeau-principal*/ + + li * {word-wrap:break-word} + +#bandeau-principal {height:1%} + +#bandeau-principal li.boutons_admin:hover .bandeau_sec, +#bandeau-principal li.boutons_admin.sfhover .bandeau_sec + { + display: block; +} + +/*style for submenus*/ +* html .bandeau_sec { float: none; width:100%} +* html .bandeau_sec ul {} + +/*style for #bandeau_couleur*/ +#bandeau_couleur ul {padding:2px 0;} +#bandeau_couleur li {} +#bandeau_couleur .menu-item {height:22px} +#bandeau_couleur1 .menu-item { width:250px !important} +#bandeau_couleur3 .menu-item { width:150px !important} +.h-list li#bandeau_couleur4 {margin-left:70px;} +#bandeau_couleur4 .menu-item{ width:68px !important;margin:0 11px} +.h-list li#bandeau_couleur5 {margin-left:80px;} +#bandeau_couleur5 .menu-item { width:114px !important} +.h-list li#bandeau_couleur6 {float:[(#ENV{ltr}|choixsiegal{left,right,left})];} +#bandeau_couleur6 .menu-item { width:32px !important;margin-[(#ENV{ltr}|choixsiegal{left,left,right})]:-3px;margin-[(#ENV{ltr}|choixsiegal{left,right,left})]:-6px} + +/*fix all layout problems of IE6 and IE7*/ +.cadre, +.fiche_objet, /*title not visible*/ +.ajax-action, /*containers of expandible boxes go mad*/ +.tabs-container, /*containers of expandible boxes go mad*/ +#portfolio, +#documents {zoom:1} +