<?xml 
version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="https://blog.roxing.net/spip.php?page=backend.xslt" ?>
<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>blog.roxing.net</title>
	<link>http://blog.roxing.net/</link>
	<description>weblog roxing.net - astuces spip, php, bash, linux &amp; more</description>
	<language>fr</language>
	<generator>SPIP - www.spip.net</generator>
	<atom:link href="https://blog.roxing.net/spip.php?id_mot=156&amp;page=backend" rel="self" type="application/rss+xml" />

	<image>
		<title>blog.roxing.net</title>
		<url>https://blog.roxing.net/local/cache-vignettes/L144xH37/siteon0-6ddb5.png?1727125340</url>
		<link>http://blog.roxing.net/</link>
		<height>37</height>
		<width>144</width>
	</image>



<item xml:lang="fr">
		<title>Pure CSS Star Rating Widget</title>
		<link>https://blog.roxing.net/pure-css-star-rating-widget</link>
		<guid isPermaLink="true">https://blog.roxing.net/pure-css-star-rating-widget</guid>
		<dc:date>2019-08-13T06:19:37Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>fr</dc:language>
		<dc:creator>Pierrox</dc:creator>


		<dc:subject>css</dc:subject>
		<dc:subject>css</dc:subject>
		<dc:subject>css3</dc:subject>
		<dc:subject>html5</dc:subject>

		<description>
&lt;p&gt;Formulaire d'&#233;valuation avec &#233;toile en pure CSS. &lt;br class='autobr' /&gt;
Html : Pure CSS Star Rating Widget &lt;br class='autobr' /&gt;
CSS : @import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css) ; &lt;br class='autobr' /&gt;
fieldset, label margin : 0 ; padding : 0 ; body margin : 20px ; h1 font-size : 1.5em ; margin : 10px ; &lt;br class='autobr' /&gt;
/****** Style Star Rating Widget *****/ &lt;br class='autobr' /&gt;
.rating border : none ; float : left ; &lt;br class='autobr' /&gt; .rating &gt; input display : none ; .rating &gt; label:before margin : 5px ; font-size : 1.25em ; font-family : (&#8230;)&lt;/p&gt;


-
&lt;a href="https://blog.roxing.net/signets" rel="directory"&gt;signets&lt;/a&gt;

/ 
&lt;a href="https://blog.roxing.net/css" rel="tag"&gt;css&lt;/a&gt;, 
&lt;a href="https://blog.roxing.net/css-144" rel="tag"&gt;css&lt;/a&gt;, 
&lt;a href="https://blog.roxing.net/css3" rel="tag"&gt;css3&lt;/a&gt;, 
&lt;a href="https://blog.roxing.net/html5" rel="tag"&gt;html5&lt;/a&gt;

		</description>


 <content:encoded>&lt;img src='https://blog.roxing.net/local/cache-vignettes/L150xH150/arton167-4b6f4.jpg?1727095159' class='spip_logo spip_logo_right' width='150' height='150' alt=&#034;&#034; /&gt;
		&lt;div class='rss_texte'&gt;&lt;p&gt;Formulaire d'&#233;valuation avec &#233;toile en pure CSS.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Html :&lt;/strong&gt;&lt;/p&gt; &lt;textarea readonly='readonly' cols='40' rows='44' class='spip_cadre spip_cadre_block' dir='ltr'&gt;&lt;h1&gt;Pure CSS Star Rating Widget&lt;/h1&gt;
&lt;fieldset class=&#034;rating&#034;&gt; &lt;input type=&#034;radio&#034; id=&#034;star5&#034; name=&#034;rating&#034; value=&#034;5&#034; /&gt;&lt;label class = &#034;full&#034; for=&#034;star5&#034; title=&#034;Awesome - 5 stars&#034;&gt;&lt;/label&gt; &lt;input type=&#034;radio&#034; id=&#034;star4half&#034; name=&#034;rating&#034; value=&#034;4 and a half&#034; /&gt;&lt;label class=&#034;half&#034; for=&#034;star4half&#034; title=&#034;Pretty good - 4.5 stars&#034;&gt;&lt;/label&gt; &lt;input type=&#034;radio&#034; id=&#034;star4&#034; name=&#034;rating&#034; value=&#034;4&#034; /&gt;&lt;label class = &#034;full&#034; for=&#034;star4&#034; title=&#034;Pretty good - 4 stars&#034;&gt;&lt;/label&gt; &lt;input type=&#034;radio&#034; id=&#034;star3half&#034; name=&#034;rating&#034; value=&#034;3 and a half&#034; /&gt;&lt;label class=&#034;half&#034; for=&#034;star3half&#034; title=&#034;Meh - 3.5 stars&#034;&gt;&lt;/label&gt; &lt;input type=&#034;radio&#034; id=&#034;star3&#034; name=&#034;rating&#034; value=&#034;3&#034; /&gt;&lt;label class = &#034;full&#034; for=&#034;star3&#034; title=&#034;Meh - 3 stars&#034;&gt;&lt;/label&gt; &lt;input type=&#034;radio&#034; id=&#034;star2half&#034; name=&#034;rating&#034; value=&#034;2 and a half&#034; /&gt;&lt;label class=&#034;half&#034; for=&#034;star2half&#034; title=&#034;Kinda bad - 2.5 stars&#034;&gt;&lt;/label&gt; &lt;input type=&#034;radio&#034; id=&#034;star2&#034; name=&#034;rating&#034; value=&#034;2&#034; /&gt;&lt;label class = &#034;full&#034; for=&#034;star2&#034; title=&#034;Kinda bad - 2 stars&#034;&gt;&lt;/label&gt; &lt;input type=&#034;radio&#034; id=&#034;star1half&#034; name=&#034;rating&#034; value=&#034;1 and a half&#034; /&gt;&lt;label class=&#034;half&#034; for=&#034;star1half&#034; title=&#034;Meh - 1.5 stars&#034;&gt;&lt;/label&gt; &lt;input type=&#034;radio&#034; id=&#034;star1&#034; name=&#034;rating&#034; value=&#034;1&#034; /&gt;&lt;label class = &#034;full&#034; for=&#034;star1&#034; title=&#034;Sucks big time - 1 star&#034;&gt;&lt;/label&gt; &lt;input type=&#034;radio&#034; id=&#034;starhalf&#034; name=&#034;rating&#034; value=&#034;half&#034; /&gt;&lt;label class=&#034;half&#034; for=&#034;starhalf&#034; title=&#034;Sucks big time - 0.5 stars&#034;&gt;&lt;/label&gt;
&lt;/fieldset&gt;&lt;/textarea&gt;
&lt;p&gt;&lt;strong&gt;CSS :&lt;/strong&gt;&lt;/p&gt; &lt;textarea readonly='readonly' cols='40' rows='49' class='spip_cadre spip_cadre_block' dir='ltr'&gt;@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css); fieldset, label { margin: 0; padding: 0; }
body{ margin: 20px; }
h1 { font-size: 1.5em; margin: 10px; } /****** Style Star Rating Widget *****/ .rating { border: none; float: left;
} .rating &gt; input { display: none; } .rating &gt; label:before { margin: 5px; font-size: 1.25em; font-family: FontAwesome; display: inline-block; content: &#034;\f005&#034;;
} .rating &gt; .half:before { content: &#034;\f089&#034;; position: absolute;
} .rating &gt; label { color: #ddd; float: right; } /***** CSS Magic to Highlight Stars on Hover *****/ .rating &gt; input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) &gt; label:hover, /* hover current star */
.rating:not(:checked) &gt; label:hover ~ label { color: #FFD700; } /* hover previous stars in list */ .rating &gt; input:checked + label:hover, /* hover current star when changing rating */
.rating &gt; input:checked ~ label:hover,
.rating &gt; label:hover ~ input:checked ~ label, /* lighten current selection */
.rating &gt; input:checked ~ label:hover ~ label { color: #FFED85; }&lt;/textarea&gt;&lt;/div&gt;
		&lt;div class="hyperlien"&gt;Voir en ligne : &lt;a href="https://codepen.io/jamesbarnett/pen/vlpkh" class="spip_out"&gt;Pure CSS Star Rating Widget&lt;/a&gt;&lt;/div&gt;
		&lt;div class='rss_ps'&gt;&lt;p&gt;Cr&#233;dit : James Barnett&lt;/p&gt;&lt;/div&gt;
		</content:encoded>


		

	</item>
<item xml:lang="fr">
		<title>Cr&#233;er un menu de navigation plein &#233;cran</title>
		<link>https://blog.roxing.net/creer-un-menu-de-navigation-plein-ecran</link>
		<guid isPermaLink="true">https://blog.roxing.net/creer-un-menu-de-navigation-plein-ecran</guid>
		<dc:date>2017-03-10T12:29:43Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>fr</dc:language>
		<dc:creator>Pierrox</dc:creator>


		<dc:subject>css3</dc:subject>
		<dc:subject>w3.css</dc:subject>
		<dc:subject>js</dc:subject>
		<dc:subject>html5</dc:subject>
		<dc:subject>mobile</dc:subject>

		<description>

-
&lt;a href="https://blog.roxing.net/signets" rel="directory"&gt;signets&lt;/a&gt;

/ 
&lt;a href="https://blog.roxing.net/css3" rel="tag"&gt;css3&lt;/a&gt;, 
&lt;a href="https://blog.roxing.net/w3-css" rel="tag"&gt;w3.css&lt;/a&gt;, 
&lt;a href="https://blog.roxing.net/mot158" rel="tag"&gt;js&lt;/a&gt;, 
&lt;a href="https://blog.roxing.net/html5" rel="tag"&gt;html5&lt;/a&gt;, 
&lt;a href="https://blog.roxing.net/mobile" rel="tag"&gt;mobile&lt;/a&gt;

		</description>


 <content:encoded>&lt;div class="hyperlien"&gt;Voir en ligne : &lt;a href="https://www.w3schools.com/howto/howto_js_fullscreen_overlay.asp" class="spip_out"&gt;Full screen Overlay Navigation&lt;/a&gt;&lt;/div&gt;
		
		</content:encoded>


		

	</item>



</channel>

</rss>
