<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="http://e-jori.com/feed/rss2/xslt" ?><rss version="2.0"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:wfw="http://wellformedweb.org/CommentAPI/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
  <title>e-Jori, portfolio d'Art et Design de Jori Avlis - xhtml</title>
  <link>http://e-jori.com/</link>
  <description>Bonjour et bienvenue sur mon blog :) J'y parle de design, d'histoire, d'art et  de web. Imaginez tout cela mélangé, et vous avez un Jori, webmaster SEO de son état (oui je sais, ne dites rien</description>
  <language>fr</language>
  <pubDate>Tue, 26 Aug 2008 00:44:45 +0200</pubDate>
  <copyright></copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
  <item>
    <title>Comment modifier Liquid Card</title>
    <link>http://e-jori.com/post/2006/01/16/17-comment-modifier-liquid-card-et-un-nouveau-theme-bonus</link>
    <guid isPermaLink="false">urn:md5:7f28b55e13a8c44dae13a29cdb798c6d</guid>
    <pubDate>Mon, 16 Jan 2006 17:42:00 +0000</pubDate>
    <dc:creator>Jori</dc:creator>
        <category>Geek</category>
        <category>css</category><category>dotclear</category><category>thème</category><category>xhtml</category>    
    <description>&lt;p&gt;&lt;img src=&quot;http://i6.photobucket.com/albums/y217/JoriAvlis/darkLiquidprintmini.png&quot; alt=&quot;liquidcard&quot; style=&quot;float:left; margin: 0 1em 1em 0;&quot; /&gt; Quelques questions souvent posées, quelques idées pour personnaliser son thème? Voici un petit tuto pour vous aider :)&lt;/p&gt;    &lt;p&gt;Tout d'abord, je vous présente le nouveau thème de couleur, en négatif: &lt;a href=&quot;http://e-jori.com/etc/dc_themes/theme-darkLiquidCard-0.1.pkg.gz&quot; hreflang=&quot;fr&quot;&gt;dark LiquidCard - installeur&lt;/a&gt; allez faire un petit tour sur le site &lt;a href=&quot;http://e-jori.com/rome&quot; hreflang=&quot;fr&quot;&gt;démo&lt;/a&gt;, les images sont plus explicites que les mots. Ça change :p&lt;/p&gt;


&lt;p&gt;Passons au mini tuto.&lt;/p&gt;


&lt;p&gt;&lt;strong&gt;Comment ajouter un lien dans le menu des catégories supplémentaires, dans la même ligne?&lt;/strong&gt;&lt;/p&gt;


&lt;p&gt;On cherche dans template.php la ligne où se trouve: dcCatList() et on remplace par dcCatList('&amp;lt;ul&amp;gt;%s&amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;votre nouveau lien&amp;quot;&amp;gt;blabla&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;')&lt;/p&gt;


&lt;p&gt;&lt;strong&gt;Comment rajouter une image en fixe à droite comme sur &lt;a href=&quot;http://e-jori.com&quot; hreflang=&quot;fr&quot;&gt;e-Jori.com&lt;/a&gt;?&lt;/strong&gt;&lt;/p&gt;


&lt;p&gt;Ouvrir style.css et rajouter:&lt;/p&gt;


&lt;p&gt;&lt;code&gt;#bougepas&lt;/code&gt; {&lt;/p&gt;

&lt;pre&gt; position: absolute;
 bottom: 0;
 right: 0;
 z-index: 100;&lt;/pre&gt;

&lt;p&gt;}
html&amp;gt;body #bougepas {&lt;/p&gt;

&lt;pre&gt; position: fixed;&lt;/pre&gt;

&lt;p&gt;}&lt;/p&gt;


&lt;p&gt;Si vous voulez mettre l'image à gauche, remplacez right par left.&lt;/p&gt;


&lt;p&gt;Ensuite, dans template.php, il faut rajouter quelque part (avant &amp;lt;div id=&amp;quot;menu&amp;quot;&amp;gt; par exemple).&lt;/p&gt;


&lt;p&gt;&amp;lt;div id=&amp;quot;bougepas&amp;quot;&amp;gt;
&amp;lt;img src=&amp;quot;url de votre zolie image&amp;quot; alt=&amp;quot;&amp;quot; /&amp;gt;
&amp;lt;/div&amp;gt;&lt;/p&gt;


&lt;p&gt;&lt;strong&gt;Ah je veux mon menu en fixe, pour pas qu'il bouge, comment je fais?&lt;/strong&gt;&lt;/p&gt;


&lt;p&gt;C'est le même principe que pour la question précédente. Sauf que comme les liens ne vont pas bouger, il vaut mieux intervertir les positions avec le header, donc:&lt;/p&gt;


&lt;p&gt;dans template.php, on prend&lt;/p&gt;


&lt;p&gt;&amp;lt;div id=&amp;quot;menu&amp;quot;&amp;gt;
&amp;lt;?php dcCatList(); ?&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;hr class=&amp;quot;clear&amp;quot; /&amp;gt;&lt;/p&gt;


&lt;p&gt;et on le met avant&lt;/p&gt;


&lt;p&gt;&amp;lt;h1 id=&amp;quot;titreblog&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;&amp;lt;?php dcInfo('url'); ?&amp;gt;&amp;quot;&amp;gt;&amp;lt;?php dcInfo(); ?&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/h1&amp;gt;&lt;/p&gt;


&lt;p&gt;On vient donc de mettre l'élément du menu avant l'élément du header. Maintenant, on veut que ce menu ne scrolle pas (j'avertis tout de suite que ça ne marche pas sous IE, comme d'habitude, mais on est habitués :)&lt;/p&gt;


&lt;p&gt;On ouvre style.css, on trouve&lt;/p&gt;


&lt;p&gt;&lt;code&gt;#menu&lt;/code&gt; {
margin: -7px 0 -4px 0px;
padding: 0;
}&lt;/p&gt;


&lt;p&gt;après padding: 0; (et avant le } ) on rajoute:&lt;/p&gt;


&lt;pre&gt; position: relative;
 z-index: 90;&lt;/pre&gt;

&lt;p&gt;}
html&amp;gt;body #menu {&lt;/p&gt;

&lt;pre&gt; position: fixed;&lt;/pre&gt;



&lt;p&gt;Voilà, ça devrait marcher. Bon courage, si vous avez des questions, hésitez pas :)&lt;/p&gt;


&lt;p&gt;Petit bonus: &lt;a href=&quot;http://e-jori.com/etc/dc_themes/sansplante.zip&quot; hreflang=&quot;fr&quot;&gt;images sans plantes&lt;/a&gt; pour ceux qui veulent personnaliser un maximum Liquid Card. Oubliez pas de retirer le gAMA de votre fichier png avec &lt;a href=&quot;http://entropymine.com/jason/tweakpng/&quot; hreflang=&quot;en&quot;&gt;tweakPNG&lt;/a&gt;, comme ça Internet Explorer affichera correctement les couleurs.&lt;/p&gt;</description>
    
    
    
          <comments>http://e-jori.com/post/2006/01/16/17-comment-modifier-liquid-card-et-un-nouveau-theme-bonus#comment-form</comments>
      <wfw:comment>http://e-jori.com/post/2006/01/16/17-comment-modifier-liquid-card-et-un-nouveau-theme-bonus#comment-form</wfw:comment>
      <wfw:commentRss>http://e-jori.com/feed/rss2/comments/18</wfw:commentRss>
      </item>
    
  <item>
    <title>Thème LiquidCard</title>
    <link>http://e-jori.com/post/2005/12/29/13-theme-liquidcard</link>
    <guid isPermaLink="false">urn:md5:713977fa969a0e28202e761532886af5</guid>
    <pubDate>Thu, 29 Dec 2005 10:56:00 +0000</pubDate>
    <dc:creator>Jori</dc:creator>
        <category>Design</category>
        <category>css</category><category>design</category><category>dotclear</category><category>liquide</category><category>thème</category><category>webdesign</category><category>xhtml</category>    
    <description>&lt;img src=&quot;http://i6.photobucket.com/albums/y217/JoriAvlis/blueLiquidprintmini.png&quot; alt=&quot;&quot; style=&quot;margin: 0 1em 1em 0; float: left;&quot; /&gt;
&lt;p&gt;J'ai enfin fini l'adaptation du thème de mon petit site :)
Le design s'adapte à votre résolution, ainsi, quelque soit votre résolution, le site ne paraitra jamais minuscule :p (bon en dessous de 800*600 avec Internet Explorer, ça bugue un peu à cause du calendrier...).
Un LiquidCard simplifié, sans flash, mais en revanche un header liquide aussi, comme le reste des éléments qui composent ce thème.&lt;/p&gt;
&lt;p&gt;A vous de le personaliser ;)&lt;/p&gt;    &lt;p&gt;Si vous utilisez ce thème, merci de me l'indiquer (en commentant ce billet, par exemple), que je puisse vous lier.&lt;/p&gt;
&lt;p&gt;Une petite &lt;a href=&quot;http://e-jori.com/etc/dc_themes/LiquidCardCap.png&quot; hreflang=&quot;fr&quot;&gt;capture d'écran&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Une petite &lt;a href=&quot;http://e-jori.com/rome/&quot; hreflang=&quot;fr&quot; rel=&quot;nofollow&quot;&gt;démo&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Installeur:&lt;/p&gt;
&lt;a href=&quot;http://e-jori.com/etc/dc_themes/theme-LiquidCard-0.1.pkg.gz&quot; hreflang=&quot;fr&quot; rel=&quot;nofollow&quot;&gt;http://e-jori.com/etc/dc_themes/theme-LiquidCard-0.1.pkg.gz&lt;/a&gt;
&lt;p&gt;Version rar, si l'installeur ne marche pas:&lt;/p&gt;
&lt;a href=&quot;http://e-jori.com/etc/dc_themes/LiquidCard.rar&quot; hreflang=&quot;fr&quot; rel=&quot;nofollow&quot;&gt;http://e-jori.com/etc/dc_themes/LiquidCard.rar&lt;/a&gt;
&lt;p&gt;&lt;strong&gt;Variantes de couleur:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Pink Liquid Card&lt;/p&gt;
&lt;a href=&quot;http://e-jori.com/etc/dc_themes/theme-pinkLiquidCard-0.1.pkg.gz&quot; rel=&quot;nofollow&quot;&gt;installeur&lt;/a&gt; | &lt;a href=&quot;http://e-jori.com/etc/dc_themes/pinkLiquidCard.rar&quot;&gt;archive&lt;/a&gt; | &lt;a href=&quot;http://e-jori.com/etc/dc_themes/pinkLiquidprint.png&quot;&gt;visualiser&lt;/a&gt;
&lt;p&gt;green Liquid Card&lt;/p&gt;
&lt;a href=&quot;http://e-jori.com/etc/dc_themes/theme-greenLiquidCard-0.1.pkg.gz&quot; rel=&quot;nofollow&quot;&gt;installeur&lt;/a&gt; | &lt;a href=&quot;http://e-jori.com/etc/dc_themes/greenLiquidCard.rar&quot;&gt;archive&lt;/a&gt; | &lt;a href=&quot;http://e-jori.com/etc/dc_themes/greenLiquidprint.png&quot;&gt;visualiser&lt;/a&gt;
&lt;p&gt;night Liquid Card&lt;/p&gt;
&lt;a href=&quot;http://e-jori.com/etc/dc_themes/theme-nightLiquidCard-0.1.pkg.gz&quot; rel=&quot;nofollow&quot;&gt;installeur&lt;/a&gt; | &lt;a href=&quot;http://e-jori.com/etc/dc_themes/nightLiquidCard.rar&quot;&gt;archive&lt;/a&gt; | &lt;a href=&quot;http://e-jori.com/etc/dc_themes/nightLiquidprint.png&quot;&gt;visualiser&lt;/a&gt;
&lt;p&gt;dark Liquid Card&lt;/p&gt;
&lt;a href=&quot;http://e-jori.com/etc/dc_themes/theme-darkLiquidCard-0.1.pkg.gz&quot; rel=&quot;nofollow&quot;&gt;installeur&lt;/a&gt; | &lt;a href=&quot;http://e-jori.com/etc/dc_themes/darkLiquidCard.rar&quot; rel=&quot;nofollow&quot;&gt;archive&lt;/a&gt; | &lt;a href=&quot;http://e-jori.com/etc/dc_themes/darkLiquidprint.png&quot;&gt;visualiser&lt;/a&gt;
&lt;p&gt;&lt;strong&gt;blogs utilisant Liquid Card :)&lt;/strong&gt;&lt;/p&gt;
&lt;a href=&quot;http://www.chezpiloo.com/&quot;&gt;www.chezpiloo.com&lt;/a&gt; | &lt;a href=&quot;http://www.pierkubick.net/&quot;&gt;www.pierkubick.net&lt;/a&gt; | &lt;a href=&quot;http://cerclearcheo.fede-ulg.org/dotclear/index.php?General&quot;&gt;cerclearcheo.fede-ulg.org&lt;/a&gt; | &lt;a href=&quot;http://www.fab-des-bois.com&quot;&gt;www.fab-des-bois.com&lt;/a&gt; | &lt;a href=&quot;http://kaisman.free.fr/dotclear/&quot;&gt;kaisman&lt;/a&gt; | &lt;a href=&quot;http://www.papeterieduport.com/blog/&quot;&gt;www.papeterieduport.com&lt;/a&gt; | &lt;a href=&quot;http://www.oracleluna.com&quot;&gt;oracleluna.com&lt;/a&gt; | &lt;a href=&quot;http://sil3nt.new.fr/&quot;&gt;sil3nt.new.fr&lt;/a&gt; | &lt;a href=&quot;http://www.monblogdefille.biz/index.php/&quot;&gt;mon blog de fille&lt;/a&gt; | &lt;a href=&quot;http://justontheotherside.free.fr/diary/index.php&quot;&gt;Just on the other side&lt;/a&gt; | &lt;a href=&quot;http://nicolasvallet.free.fr/&quot;&gt;L'être anonyme...&lt;/a&gt; | &lt;a href=&quot;http://www.fourmis.info&quot;&gt;fourmis.info&lt;/a&gt;</description>
    
    
    
          <comments>http://e-jori.com/post/2005/12/29/13-theme-liquidcard#comment-form</comments>
      <wfw:comment>http://e-jori.com/post/2005/12/29/13-theme-liquidcard#comment-form</wfw:comment>
      <wfw:commentRss>http://e-jori.com/feed/rss2/comments/8</wfw:commentRss>
      </item>
    
</channel>
</rss>