<?xml
version="1.0" encoding="utf-8"?>
<rss version="2.0" 
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom"
>

<channel xml:lang="fr">
	<title>Carnet de notes</title>
	<link>https://notes.cousumain.info/</link>
	
	<language>fr</language>
	<generator>SPIP - www.spip.net</generator>
	<atom:link href="https://notes.cousumain.info/spip.php?id_mot=4&amp;page=backend" rel="self" type="application/rss+xml" />

	<image>
		<title>Carnet de notes</title>
		<url>https://notes.cousumain.info/sites/notes.cousumain.info/local/cache-vignettes/L144xH69/siteon0-5f183.png?1688285038</url>
		<link>https://notes.cousumain.info/</link>
		<height>69</height>
		<width>144</width>
	</image>



<item xml:lang="fr">
		<title>Une photos fixe en plein &#233;cran</title>
		<link>https://notes.cousumain.info/Une-photos-fixe-en-plein-ecran</link>
		<guid isPermaLink="true">https://notes.cousumain.info/Une-photos-fixe-en-plein-ecran</guid>
		<dc:date>2026-05-20T15:05:19Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>fr</dc:language>
		<dc:creator>jeanmarie</dc:creator>


		<dc:subject>CSS</dc:subject>

		<description>
&lt;p&gt;Le html avec une image s&#233;lectionn&#233;e via le formulaire de config du plugin : &lt;BOUCLE_image_entete_accueil(DOCUMENTS) id_document=#CONFIGsf/image_entete_accueil tous extension==jpg|png|gif 0,1&gt; &lt;div id=&#034;visuel-accueil&#034;&gt; [(#FICHIER|balise_img|adaptive_images2000)] &lt;/div&gt; &lt;/BOUCLE_image_entete_accueil&gt; &lt;br class='autobr' /&gt;
Le css : #visuel-accueil position : fixed ; top : 0 ; left : 0 ; z-index : -10 ; width : 100% ; height : 100vh ; overflow : hidden ; #visuel-accueil picture width : (&#8230;)&lt;/p&gt;


-
&lt;a href="https://notes.cousumain.info/-Notes-" rel="directory"&gt;Notes&lt;/a&gt;

/ 
&lt;a href="https://notes.cousumain.info/+-CSS-+" rel="tag"&gt;CSS&lt;/a&gt;

		</description>


 <content:encoded>&lt;div class='rss_texte'&gt;&lt;p&gt;Le html avec une image s&#233;lectionn&#233;e via le formulaire de config du plugin :&lt;/p&gt;
&lt;div class=&#034;precode&#034;&gt;&lt;pre class='spip_code spip_code_block' dir='ltr' style='text-align:left;'&gt;&lt;code&gt;&lt;BOUCLE_image_entete_accueil(DOCUMENTS) {id_document=#CONFIG{sf/image_entete_accueil}} {tous} {extension==jpg|png|gif} {0,1}&gt; &lt;div id=&#034;visuel-accueil&#034;&gt; [(#FICHIER|balise_img|adaptive_images{2000})] &lt;/div&gt; &lt;/BOUCLE_image_entete_accueil&gt; &lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;Le css :&lt;/p&gt;
&lt;div class=&#034;precode&#034;&gt;&lt;pre class='spip_code spip_code_block' dir='ltr' style='text-align:left;'&gt;&lt;code&gt;#visuel-accueil { position: fixed; top: 0; left: 0; z-index: -10; width: 100%; height: 100vh; overflow: hidden; } #visuel-accueil picture { width: 100%; height: 100%; } #visuel-accueil img { object-fit: cover;width: 100%; height: 100%; } &lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;Exemple : &lt;a href=&#034;https://sofianechalal.com/&#034; class=&#034;external external auto&#034; rel=&#034;nofollow external&#034;&gt;https://sofianechalal.com/&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;
		
		</content:encoded>


		

	</item>
<item xml:lang="fr">
		<title>Titre avec liserets &#224; droite et gauche</title>
		<link>https://notes.cousumain.info/Titre-avec-liserets-a-droite-et-gauche</link>
		<guid isPermaLink="true">https://notes.cousumain.info/Titre-avec-liserets-a-droite-et-gauche</guid>
		<dc:date>2014-12-29T14:05:14Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>fr</dc:language>
		<dc:creator>jeanmarie</dc:creator>


		<dc:subject>CSS</dc:subject>

		<description>
&lt;p&gt;Effet voulu : .h2 overflow : hidden ;position : relative ;padding:0 ;text-align:center ;font-size:1.15em ;color :#aaa ;text-transform:uppercase ; .h2:before, .page_sommaire .sommaire .h2:after position : absolute ;top : 50% ;width:50% ;margin-left:1em ;content : &#034;&#034; ;border-bottom : 1px solid #ddd ; .h2:before margin-left : calc(-50% - 1em) ;&lt;/p&gt;


-
&lt;a href="https://notes.cousumain.info/-Notes-" rel="directory"&gt;Notes&lt;/a&gt;

/ 
&lt;a href="https://notes.cousumain.info/+-CSS-+" rel="tag"&gt;CSS&lt;/a&gt;

		</description>


 <content:encoded>&lt;div class='rss_texte'&gt;&lt;p&gt;Effet voulu :&lt;/p&gt;
&lt;div class='spip_document_1 spip_document spip_documents spip_document_image spip_documents_center spip_document_center'&gt;
&lt;figure class=&#034;spip_doc_inner&#034;&gt; &lt;img src='https://notes.cousumain.info/sites/notes.cousumain.info/local/cache-vignettes/L327xH36/clipboard01-aa0a8.jpg?1692996437' width='327' height='36' alt='' /&gt;
&lt;/figure&gt;
&lt;/div&gt;&lt;div class='precode'&gt;&lt;pre dir='ltr' style='text-align: left;' class=&#034;css&#034;&gt;&lt;code&gt;.h2 {overflow: hidden;position: relative;padding:0;text-align:center;font-size:1.15em;color:#aaa;text-transform:uppercase;}
.h2:before, .page_sommaire .sommaire .h2:after {position: absolute;top: 50%;width:50%;margin-left:1em;content: &#034;&#034;;border-bottom: 1px solid #ddd;}
.h2:before {margin-left: calc(-50% - 1em);}&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;
		
		</content:encoded>


		

	</item>



</channel>

</rss>
