view css/Lite.css @ 59:caef2b6e5690

Necessaire pour IE ! Le tag est sinon vide et se retrouve compacté J'avais modifie ca pour rendre le validateur HTML5 content, mais, ce n'est pas vraiment une bonne idee, car sinon le parser XML voit un tag vide, et par consequent lorsqu'il prepare la sortie, il produit un <script /> qu'IE est incapable de gerer correctement.
author Franck Deroche <webmaster@defr.org>
date Tue, 19 Feb 2008 02:54:58 -0800
parents 629389204276
children
line wrap: on
line source
/* Dual Blog v10 : OS Edition
    Lite Version    */

#Link, #Link li, dl, dt, dd {display:block; margin:0px;list-style-type:none;}

body {margin:0px;font-family:Tahoma, Verdana, Arial, serif;font-size:11px;}

p {margin:0px;padding:0px;}

#Main {margin:0px;margin-left:-374px;margin-top:-286px;left:50%;top:50%;
       position:absolute;width:745px;height:486px;overflow:hidden; border:1px black solid;}

#Adresse {display:none;}

#Link    {width:320px;height:70px;position:absolute;/*left:470px;*/top:10px;right:3px;
          background:white url('./Gimp.jpg') 250px 6px no-repeat;overflow:auto;padding:2px;padding-left:6px;padding-right:6px;
          z-index:100;display:block;}

/* Style sur la colonne de gauche ^^; */

#SideBar {width:230px;height:480px;overflow:auto;border-right:1px black dashed;}

#SideBar dt, #SideBar dd {margin-left:auto;margin-right:auto;
            padding-left:10px;padding-right:10px;padding-top:4px;
            }

#SideBar dt {height:17px;width:180px;background:#DDDDDD;border:black 1px solid;
            border-bottom:dotted 1px; font-weight:bold;color:#575233;margin-top:12px;}
#SideBar dt:hover {background:#F3F3F3;}

#SideBar dd {background:#F3F3F3;color:#000000;width:180px;border:1px black solid;
              text-align:left;padding-bottom:4px;border-top:none;}

/* Style sur la partie principale du blog : les posts */

#Posts {width:516px;height:384px;overflow:auto;position:absolute;left:226px;top:100px;}

.PostContent {margin:10px;margin-top:12px;padding:10px;text-align:justify;
              border:1px black solid;background:url('./Gimp_grayscale.jpg') bottom right no-repeat;}
			  
.PostContent h2 {
		margin:-19px auto 5px;
		padding:0px 10px;
		border:1px black dashed;background:#F3F3F3;}

/* Style appliqu�s sur les span */

.i      {font-style:italic;color:#333399;}

.b      {font-weight:bold;}

/* Styles sur les liens */
a       {color:#333399;}
a:hover {color:#000000;}
#Link a {text-decoration:none;margin-left:8px;border-bottom:1px black dotted;}

/* Style sur le tagboard ^^ */
#TagBoard {width:180px;height:472px;border:none;margin:0px;padding:0px;
           margin-left:auto;margin-right:auto;}