/* IE.CSS */ /* Cette feuille contient: */ /* - tous les hacks necessaires a IE 6 */ /* -------------------------------------------------------------------- */ /* -------------------------------------------------------------------- */ /* RAZ */ /* -------------------------------------------------------------------- */ * html * {height:1; zoom:1} * html .ajaxbloc, * html input, * html img, * html textarea, * html blockquote {height:auto;} /* html object {height:none;}*/ /* -------------------------------------------------------------------- */ /* layoutxx.css */ /* -------------------------------------------------------------------- */ /* -------------------------------------------------------------------- */ /* base.css */ /* -------------------------------------------------------------------- */ * html .spip_code, * html .spip_cadre {height:auto;} * html blockquote.spip_poesie div {text-indent:0;} * html .formulaire_recherche input{border-width:0px; display:inline; background-color:#E0E0E0} * html .formulaire_recherche input.text {height:23px; width:118px; border:1px solid #6262A4;} * html .formulaire_recherche input.submit {border: 0px;} /* -------------------------------------------------------------------- */ /* layout.css */ /* -------------------------------------------------------------------- */ [(#CONFIG{sarkaspip_layout/numero_layout, 13}|match{^(34)$}|?{' '}) [(#CONFIG{sarkaspip_layout/appliquer_padding, 1}|=={1}|?{ [(#SET{gauche_moitie, [(#CONFIG{sarkaspip_layout/largeur_padding, 20}|mult{0.5})]})] [(#SET{droite_moitie, [(#CONFIG{sarkaspip_layout/largeur_padding, 20}|mult{0.5})]})] , [(#SET{gauche_moitie, 0})] [(#SET{droite_moitie, 0})] } )] [(#CONFIG{sarkaspip_layout/numero_layout, 13}||=={34}|?{' '}) * html div#content {[margin-right:(#GET{droite_moitie})px ;] } * html div#navigation{[margin-left:(#GET{gauche_moitie})px ;]} * html div#extra {[margin-left:(#GET{gauche_moitie})px ;]} ] ] /* -------------------------------------------------------------------- */ /* bandeau.css */ /* -------------------------------------------------------------------- */ /* html .bandeau_haut {[height: (#CONFIG{sarkaspip_bandeau/haut_minheight, 50})px;]} /* IE6 ne comprend pas min-height */ * html .bandeau_haut {height:50px;} * html .nav_bandeau{width: 45%;} /* IE6 ne comprend pas max-width */ * html .bandeau_bas {height: 23px;} /* -------------------------------------------------------------------- */ /* noisettes.css */ /* -------------------------------------------------------------------- */ * html #noisette_herbier.noisette .contenu .texte ul.innerfade li {margin-left:-60px;} * html #noisette_miniagenda.noisette {height:auto;} * html #noisette_miniagenda.noisette .contenu{width:178px} * html #noisette_miniagenda.noisette .contenu br.nettoyeur{line-height : 0;} /* Sous IE6 ce nettoyeur a une hauteur non nulle */ * html #noisette_miniagenda.noisette .contenu h2 {float:left;} * html #noisette_miniagenda.noisette .contenu h2.titre_bloc.centre{width: 90px;} * html #noisette_miniagenda.noisette .contenu h2 a.titre_bloc.bord{width: 44px;} * html #noisette_miniagenda.noisette .contenu h2 a.titre_bloc#auj{border:none} * html #noisette_miniagenda.noisette .contenu h2#auj{width: 100%;} * html .menu_rub1 ul.menulist ul {top: -1px;} /* -------------------------------------------------------------------- */ /* elements.css */ /* -------------------------------------------------------------------- */ * html .cartouche{width: 180px;} * html .planche li {height: 16em;} * html #planche.galerie-album, *+html #planche.galerie-album {height: 220px;} * html .album_vignette a.image-vignette, *+html .album_vignette a.image-vignette {/*hack pour ie : permet de creer le fond bleu des vignettes et l'espacement entre elles*/ background-color: #E0E0E0; padding: 0; margin: 5px; height: 100px; }