<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[تالار میدوری - طرح های جالب با CSS ]]></title>
		<link>http://www.midorinco.ir/</link>
		<description><![CDATA[تالار میدوری - http://www.midorinco.ir]]></description>
		<pubDate>Tue, 17 Mar 2026 12:36:55 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[نوشته های نئونی با CSS3]]></title>
			<link>http://www.midorinco.ir/showthread.php?tid=1677</link>
			<pubDate>Sat, 25 Jun 2016 15:41:47 +0000</pubDate>
			<guid isPermaLink="false">http://www.midorinco.ir/showthread.php?tid=1677</guid>
			<description><![CDATA[<div style="text-align: CENTER;"><span style="text-shadow: 0px 5px 2px gray;"><span style="color: #FF0000;"><span style="font-size: medium;"><span style="font-weight: bold;">نوشته های نئونی با CSS3</span></span></span></span><br />
<div style="text-align: RIGHT;">نوشته هایی زیبا برای استفاده در سایت ها را برای دوستان قرار میدهم امیدوارم که بکار بیاید . این نوشته ها فقط با استفاده از کدهای CSS3 نوشته شده اند . نخست به نمونه ی زنده ی زیر نگاه کنید و اگر علاقه مند شدید, از کدهای داده شده در زیر استفاده کنید . ماوس را روی نوشته ها ببرید و نتیجه را ببینید . تغییرات هم بعهده ی خودتان است . <br />
<div style="text-align: CENTER;"><br><iframe name="I love Midori" src="http://dl.midorinco.ir/others/css/NeonGlow.htm" scrolling="auto" width="100%" height="600" frameborder="no"></iframe></div>
<br />
<div align="center"><div  style="margin: 5px 10px 10px; width: 98%;"><div style="text-align:  right; padding: 4px; background: #FFAA55; repeat-x scroll 0% 0%  transparent; border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; color:#ffffff; text-shadow:0 -1px #D3B40F; font-weight:bold;  "><input type="button" onclick="if  (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  != '') {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = '';       this.innerText = ''; this.value = 'پنهان کردن متن'; } else {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = 'none'; this.innerText = ''; this.value = 'نشان دادن متن'; }" style="width:  90px; height: 25px; font-size: 12px; margin: 0px; padding: 0px;font-family: Tahoma"  value="نشان دادن متن"></div><div><div  style="border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; display:  none; text-align: right">
</p>
<div class="codeblock"><div class="title"><input type="button" class="button select_button" value="انتخاب کدها" onClick="selectObj(this.parentNode.parentNode.getElementsByTagName('pre')[0].getElementsByTagName('code')[0])" id="coolcode_btnsel_1773751015_1_81" style="display: none;" /><script type="text/javascript">
//<!--
$("coolcode_btnsel_1773751015_1_81").style.display = "";
//-->
</script><city>کد HTML:</city>
</div>
			<div class="codecontainer"><table style="text-align:left;" align="left"><tr><td>
			<pre><code><span class="xml_tag">&lt;!DOCTYPE</span> <span class="xml_attrib">HTML</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;html&gt;</span>
<span class="xml_tag">&lt;head&gt;</span>
<span class="xml_tag">&lt;title&gt;</span>Untitled<span class="xml_tag">&lt;/title&gt;</span>
<span class="xml_tag">&lt;meta</span> <span class="xml_attrib">http-equiv</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;Content-Type&quot;</span> <span class="xml_attrib">content</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;text/html; charset=UTF-8&quot;</span> <span class="xml_tag">/&gt;</span>
<span class="xml_tag">&lt;/head&gt;</span>
<span class="xml_tag">&lt;style&gt;</span><span class="html_style">
body {
  background-color: #222222;
  background: repeating-linear-gradient(45deg, #2b2b2b 0%, #2b2b2b 10%, #222222 0%, #222222 50%) 0 / 15px 15px;
}
#container {
  width: 500px;
  margin: auto;
}
/*neeeeoooon*/
p {
  text-align: center;
  font-size: 7em;
  margin: 20px 0 20px 0;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
p:nth-child(1) a {
  color: #fff;
  font-family: Monoton;
  -webkit-animation: neon1 1.5s ease-in-out infinite alternate;
  -moz-animation: neon1 1.5s ease-in-out infinite alternate;
  animation: neon1 1.5s ease-in-out infinite alternate;
}
p:nth-child(1) a:hover {
  color: #FF1177;
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
}
p:nth-child(2) a {
  font-size: 1.5em;
  color: #228DFF;
  font-family: Iceland;
}
p:nth-child(2) a:hover {
  -webkit-animation: neon2 1.5s ease-in-out infinite alternate;
  -moz-animation: neon2 1.5s ease-in-out infinite alternate;
  animation: neon2 1.5s ease-in-out infinite alternate;
}
p:nth-child(3) a {
  color: #FFDD1B;
  font-family: Pacifico;
}
p:nth-child(3) a:hover {
  -webkit-animation: neon3 1.5s ease-in-out infinite alternate;
  -moz-animation: neon3 1.5s ease-in-out infinite alternate;
  animation: neon3 1.5s ease-in-out infinite alternate;
}
p:nth-child(4) a {
  color: #B6FF00;
  font-family: PressStart;
  font-size: 0.8em;
}
p:nth-child(4) a:hover {
  -webkit-animation: neon4 1.5s ease-in-out infinite alternate;
  -moz-animation: neon4 1.5s ease-in-out infinite alternate;
  animation: neon4 1.5s ease-in-out infinite alternate;
}
p:nth-child(5) a {
  color: #FF9900;
  font-family: Audiowide;
}
p:nth-child(5) a:hover {
  -webkit-animation: neon5 1.5s ease-in-out infinite alternate;
  -moz-animation: neon5 1.5s ease-in-out infinite alternate;
  animation: neon5 1.5s ease-in-out infinite alternate;
}
p:nth-child(6) a {
  color: #BA01FF;
  font-family: Vampiro One;
}
p:nth-child(6) a:hover {
  -webkit-animation: neon6 1.5s ease-in-out infinite alternate;
  -moz-animation: neon6 1.5s ease-in-out infinite alternate;
  animation: neon6 1.5s ease-in-out infinite alternate;
}
p a:hover {
  color: #ffffff;
}
/*glow for webkit*/
@-webkit-keyframes neon1 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FF1177, 0 0 70px #FF1177, 0 0 80px #FF1177, 0 0 100px #FF1177, 0 0 150px #FF1177;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FF1177, 0 0 35px #FF1177, 0 0 40px #FF1177, 0 0 50px #FF1177, 0 0 75px #FF1177;
  }
}
@-webkit-keyframes neon2 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #228DFF, 0 0 70px #228DFF, 0 0 80px #228DFF, 0 0 100px #228DFF, 0 0 150px #228DFF;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #228DFF, 0 0 35px #228DFF, 0 0 40px #228DFF, 0 0 50px #228DFF, 0 0 75px #228DFF;
  }
}
@-webkit-keyframes neon3 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FFDD1B, 0 0 70px #FFDD1B, 0 0 80px #FFDD1B, 0 0 100px #FFDD1B, 0 0 150px #FFDD1B;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FFDD1B, 0 0 35px #FFDD1B, 0 0 40px #FFDD1B, 0 0 50px #FFDD1B, 0 0 75px #FFDD1B;
  }
}
@-webkit-keyframes neon4 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #B6FF00, 0 0 70px #B6FF00, 0 0 80px #B6FF00, 0 0 100px #B6FF00, 0 0 150px #B6FF00;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #B6FF00, 0 0 35px #B6FF00, 0 0 40px #B6FF00, 0 0 50px #B6FF00, 0 0 75px #B6FF00;
  }
}
@-webkit-keyframes neon5 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FF9900, 0 0 70px #FF9900, 0 0 80px #FF9900, 0 0 100px #FF9900, 0 0 150px #FF9900;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FF9900, 0 0 35px #FF9900, 0 0 40px #FF9900, 0 0 50px #FF9900, 0 0 75px #FF9900;
  }
}
@-webkit-keyframes neon6 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff00de, 0 0 70px #ff00de, 0 0 80px #ff00de, 0 0 100px #ff00de, 0 0 150px #ff00de;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff00de, 0 0 35px #ff00de, 0 0 40px #ff00de, 0 0 50px #ff00de, 0 0 75px #ff00de;
  }
}
/*glow for mozilla*/
@-moz-keyframes neon1 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FF1177, 0 0 70px #FF1177, 0 0 80px #FF1177, 0 0 100px #FF1177, 0 0 150px #FF1177;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FF1177, 0 0 35px #FF1177, 0 0 40px #FF1177, 0 0 50px #FF1177, 0 0 75px #FF1177;
  }
}
@-moz-keyframes neon2 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #228DFF, 0 0 70px #228DFF, 0 0 80px #228DFF, 0 0 100px #228DFF, 0 0 150px #228DFF;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #228DFF, 0 0 35px #228DFF, 0 0 40px #228DFF, 0 0 50px #228DFF, 0 0 75px #228DFF;
  }
}
@-moz-keyframes neon3 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FFDD1B, 0 0 70px #FFDD1B, 0 0 80px #FFDD1B, 0 0 100px #FFDD1B, 0 0 150px #FFDD1B;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FFDD1B, 0 0 35px #FFDD1B, 0 0 40px #FFDD1B, 0 0 50px #FFDD1B, 0 0 75px #FFDD1B;
  }
}
@-moz-keyframes neon4 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #B6FF00, 0 0 70px #B6FF00, 0 0 80px #B6FF00, 0 0 100px #B6FF00, 0 0 150px #B6FF00;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #B6FF00, 0 0 35px #B6FF00, 0 0 40px #B6FF00, 0 0 50px #B6FF00, 0 0 75px #B6FF00;
  }
}
@-moz-keyframes neon5 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FF9900, 0 0 70px #FF9900, 0 0 80px #FF9900, 0 0 100px #FF9900, 0 0 150px #FF9900;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FF9900, 0 0 35px #FF9900, 0 0 40px #FF9900, 0 0 50px #FF9900, 0 0 75px #FF9900;
  }
}
@-moz-keyframes neon6 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff00de, 0 0 70px #ff00de, 0 0 80px #ff00de, 0 0 100px #ff00de, 0 0 150px #ff00de;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff00de, 0 0 35px #ff00de, 0 0 40px #ff00de, 0 0 50px #ff00de, 0 0 75px #ff00de;
  }
}
/*glow*/
@keyframes neon1 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FF1177, 0 0 70px #FF1177, 0 0 80px #FF1177, 0 0 100px #FF1177, 0 0 150px #FF1177;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FF1177, 0 0 35px #FF1177, 0 0 40px #FF1177, 0 0 50px #FF1177, 0 0 75px #FF1177;
  }
}
@keyframes neon2 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #228DFF, 0 0 70px #228DFF, 0 0 80px #228DFF, 0 0 100px #228DFF, 0 0 150px #228DFF;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #228DFF, 0 0 35px #228DFF, 0 0 40px #228DFF, 0 0 50px #228DFF, 0 0 75px #228DFF;
  }
}
@keyframes neon3 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FFDD1B, 0 0 70px #FFDD1B, 0 0 80px #FFDD1B, 0 0 100px #FFDD1B, 0 0 150px #FFDD1B;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FFDD1B, 0 0 35px #FFDD1B, 0 0 40px #FFDD1B, 0 0 50px #FFDD1B, 0 0 75px #FFDD1B;
  }
}
@keyframes neon4 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #B6FF00, 0 0 70px #B6FF00, 0 0 80px #B6FF00, 0 0 100px #B6FF00, 0 0 150px #B6FF00;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #B6FF00, 0 0 35px #B6FF00, 0 0 40px #B6FF00, 0 0 50px #B6FF00, 0 0 75px #B6FF00;
  }
}
@keyframes neon5 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FF9900, 0 0 70px #FF9900, 0 0 80px #FF9900, 0 0 100px #FF9900, 0 0 150px #FF9900;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FF9900, 0 0 35px #FF9900, 0 0 40px #FF9900, 0 0 50px #FF9900, 0 0 75px #FF9900;
  }
}
@keyframes neon6 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff00de, 0 0 70px #ff00de, 0 0 80px #ff00de, 0 0 100px #ff00de, 0 0 150px #ff00de;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff00de, 0 0 35px #ff00de, 0 0 40px #ff00de, 0 0 50px #ff00de, 0 0 75px #ff00de;
  }
}
/*REEEEEEEEEEESPONSIVE*/
@media (max-width: 650px) {
  #container {
    width: 100%;
  }
  p {
    font-size: 3.5em;
  }
}
</span><span class="xml_tag">&lt;/style&gt;</span>
<span class="xml_tag">&lt;body&gt;</span>
<span class="xml_tag">&lt;div</span> <span class="xml_attrib">id</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;container&quot;</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;p&gt;</span><span class="xml_tag">&lt;a</span> <span class="xml_attrib">href</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;https://en.wikipedia.org/wiki/Red&quot;</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;meta</span> <span class="xml_attrib">http-equiv</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;Content-Type&quot;</span> <span class="xml_attrib">content</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;text/html; charset=UTF-8&quot;</span> <span class="xml_tag">/&gt;</span>
RED
<span class="xml_tag">&lt;/a&gt;</span><span class="xml_tag">&lt;/p&gt;</span>
<span class="xml_tag">&lt;p&gt;</span><span class="xml_tag">&lt;a</span> <span class="xml_attrib">href</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;https://en.wikipedia.org/wiki/Blue&quot;</span> <span class="xml_attrib">target</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;_blank&quot;</span><span class="xml_tag">&gt;</span>
BLUE
<span class="xml_tag">&lt;/a&gt;</span><span class="xml_tag">&lt;/p&gt;</span>
<span class="xml_tag">&lt;p&gt;</span><span class="xml_tag">&lt;a</span> <span class="xml_attrib">href</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;https://en.wikipedia.org/wiki/Yellow&quot;</span> <span class="xml_attrib">target</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;_blank&quot;</span><span class="xml_tag">&gt;</span>
Yellow
<span class="xml_tag">&lt;/a&gt;</span><span class="xml_tag">&lt;/p&gt;</span>
<span class="xml_tag">&lt;p&gt;</span><span class="xml_tag">&lt;a</span> <span class="xml_attrib">href</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;https://en.wikipedia.org/wiki/Green&quot;</span> <span class="xml_attrib">target</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;_blank&quot;</span><span class="xml_tag">&gt;</span>
میدوری
GREEN
<span class="xml_tag">&lt;/a&gt;</span><span class="xml_tag">&lt;/p&gt;</span>
<span class="xml_tag">&lt;p&gt;</span><span class="xml_tag">&lt;a</span> <span class="xml_attrib">href</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;https://en.wikipedia.org/wiki/Orange_(colour)&quot;</span> <span class="xml_attrib">target</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;_blank&quot;</span><span class="xml_tag">&gt;</span>
ORANGE
<span class="xml_tag">&lt;/a&gt;</span><span class="xml_tag">&lt;/p&gt;</span>
<span class="xml_tag">&lt;p&gt;</span><span class="xml_tag">&lt;a</span> <span class="xml_attrib">href</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;https://en.wikipedia.org/wiki/Violet_(color)&quot;</span> <span class="xml_attrib">target</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;_blank&quot;</span><span class="xml_tag">&gt;</span>
VIOLET
<span class="xml_tag">&lt;/a&gt;</span><span class="xml_tag">&lt;/p&gt;</span>
<span class="xml_tag">&lt;/div&gt;</span>
<span class="xml_tag">&lt;div</span> <span class="xml_attrib">id</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;linkBack&quot;</span> <span class="xml_attrib">style</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;position:absolute;right:0px;top:0px;background-color:#333;margin:0;width:180px;padding:5px&quot;</span><span class="xml_tag">&gt;</span><span class="xml_tag">&lt;a</span> <span class="xml_attrib">href</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;http://www.midorinco.ir&quot;</span> <span class="xml_attrib">target</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;_blank&quot;</span> <span class="xml_attrib">style</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;font-size:14px;text-decoration:none;color:#fff;padding:0 0 0 5px;font-family:Tahoma&quot;</span><span class="xml_tag">&gt;</span>منتشر شده در تالار میدوری<span class="xml_tag">&lt;/a&gt;</span><span class="xml_tag">&lt;/div&gt;</span>
<span class="xml_tag">&lt;/body&gt;</span>
<span class="xml_tag">&lt;/html&gt;</span></code></pre></td><td><div class="linenum"><code>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br />23<br />24<br />25<br />26<br />27<br />28<br />29<br />30<br />31<br />32<br />33<br />34<br />35<br />36<br />37<br />38<br />39<br />40<br />41<br />42<br />43<br />44<br />45<br />46<br />47<br />48<br />49<br />50<br />51<br />52<br />53<br />54<br />55<br />56<br />57<br />58<br />59<br />60<br />61<br />62<br />63<br />64<br />65<br />66<br />67<br />68<br />69<br />70<br />71<br />72<br />73<br />74<br />75<br />76<br />77<br />78<br />79<br />80<br />81<br />82<br />83<br />84<br />85<br />86<br />87<br />88<br />89<br />90<br />91<br />92<br />93<br />94<br />95<br />96<br />97<br />98<br />99<br />100<br />101<br />102<br />103<br />104<br />105<br />106<br />107<br />108<br />109<br />110<br />111<br />112<br />113<br />114<br />115<br />116<br />117<br />118<br />119<br />120<br />121<br />122<br />123<br />124<br />125<br />126<br />127<br />128<br />129<br />130<br />131<br />132<br />133<br />134<br />135<br />136<br />137<br />138<br />139<br />140<br />141<br />142<br />143<br />144<br />145<br />146<br />147<br />148<br />149<br />150<br />151<br />152<br />153<br />154<br />155<br />156<br />157<br />158<br />159<br />160<br />161<br />162<br />163<br />164<br />165<br />166<br />167<br />168<br />169<br />170<br />171<br />172<br />173<br />174<br />175<br />176<br />177<br />178<br />179<br />180<br />181<br />182<br />183<br />184<br />185<br />186<br />187<br />188<br />189<br />190<br />191<br />192<br />193<br />194<br />195<br />196<br />197<br />198<br />199<br />200<br />201<br />202<br />203<br />204<br />205<br />206<br />207<br />208<br />209<br />210<br />211<br />212<br />213<br />214<br />215<br />216<br />217<br />218<br />219<br />220<br />221<br />222<br />223<br />224<br />225<br />226<br />227<br />228<br />229<br />230<br />231<br />232<br />233<br />234<br />235<br />236<br />237<br />238<br />239<br />240<br />241<br />242<br />243<br />244<br />245<br />246<br />247<br />248<br />249<br />250<br />251<br />252<br />253<br />254<br />255<br />256<br />257<br />258<br />259<br />260<br />261<br />262<br />263<br />264<br />265<br />266<br />267<br />268<br />269<br />270<br />271<br />272<br />273</code></div></td></tr></table></div><hr class="hidden clear" /></div>
<p>
</div></div></div></div></div></div>]]></description>
			<content:encoded><![CDATA[<div style="text-align: CENTER;"><span style="text-shadow: 0px 5px 2px gray;"><span style="color: #FF0000;"><span style="font-size: medium;"><span style="font-weight: bold;">نوشته های نئونی با CSS3</span></span></span></span><br />
<div style="text-align: RIGHT;">نوشته هایی زیبا برای استفاده در سایت ها را برای دوستان قرار میدهم امیدوارم که بکار بیاید . این نوشته ها فقط با استفاده از کدهای CSS3 نوشته شده اند . نخست به نمونه ی زنده ی زیر نگاه کنید و اگر علاقه مند شدید, از کدهای داده شده در زیر استفاده کنید . ماوس را روی نوشته ها ببرید و نتیجه را ببینید . تغییرات هم بعهده ی خودتان است . <br />
<div style="text-align: CENTER;"><br><iframe name="I love Midori" src="http://dl.midorinco.ir/others/css/NeonGlow.htm" scrolling="auto" width="100%" height="600" frameborder="no"></iframe></div>
<br />
<div align="center"><div  style="margin: 5px 10px 10px; width: 98%;"><div style="text-align:  right; padding: 4px; background: #FFAA55; repeat-x scroll 0% 0%  transparent; border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; color:#ffffff; text-shadow:0 -1px #D3B40F; font-weight:bold;  "><input type="button" onclick="if  (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  != '') {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = '';       this.innerText = ''; this.value = 'پنهان کردن متن'; } else {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = 'none'; this.innerText = ''; this.value = 'نشان دادن متن'; }" style="width:  90px; height: 25px; font-size: 12px; margin: 0px; padding: 0px;font-family: Tahoma"  value="نشان دادن متن"></div><div><div  style="border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; display:  none; text-align: right">
</p>
<div class="codeblock"><div class="title"><input type="button" class="button select_button" value="انتخاب کدها" onClick="selectObj(this.parentNode.parentNode.getElementsByTagName('pre')[0].getElementsByTagName('code')[0])" id="coolcode_btnsel_1773751015_1_81" style="display: none;" /><script type="text/javascript">
//<!--
$("coolcode_btnsel_1773751015_1_81").style.display = "";
//-->
</script><city>کد HTML:</city>
</div>
			<div class="codecontainer"><table style="text-align:left;" align="left"><tr><td>
			<pre><code><span class="xml_tag">&lt;!DOCTYPE</span> <span class="xml_attrib">HTML</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;html&gt;</span>
<span class="xml_tag">&lt;head&gt;</span>
<span class="xml_tag">&lt;title&gt;</span>Untitled<span class="xml_tag">&lt;/title&gt;</span>
<span class="xml_tag">&lt;meta</span> <span class="xml_attrib">http-equiv</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;Content-Type&quot;</span> <span class="xml_attrib">content</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;text/html; charset=UTF-8&quot;</span> <span class="xml_tag">/&gt;</span>
<span class="xml_tag">&lt;/head&gt;</span>
<span class="xml_tag">&lt;style&gt;</span><span class="html_style">
body {
  background-color: #222222;
  background: repeating-linear-gradient(45deg, #2b2b2b 0%, #2b2b2b 10%, #222222 0%, #222222 50%) 0 / 15px 15px;
}
#container {
  width: 500px;
  margin: auto;
}
/*neeeeoooon*/
p {
  text-align: center;
  font-size: 7em;
  margin: 20px 0 20px 0;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
p:nth-child(1) a {
  color: #fff;
  font-family: Monoton;
  -webkit-animation: neon1 1.5s ease-in-out infinite alternate;
  -moz-animation: neon1 1.5s ease-in-out infinite alternate;
  animation: neon1 1.5s ease-in-out infinite alternate;
}
p:nth-child(1) a:hover {
  color: #FF1177;
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
}
p:nth-child(2) a {
  font-size: 1.5em;
  color: #228DFF;
  font-family: Iceland;
}
p:nth-child(2) a:hover {
  -webkit-animation: neon2 1.5s ease-in-out infinite alternate;
  -moz-animation: neon2 1.5s ease-in-out infinite alternate;
  animation: neon2 1.5s ease-in-out infinite alternate;
}
p:nth-child(3) a {
  color: #FFDD1B;
  font-family: Pacifico;
}
p:nth-child(3) a:hover {
  -webkit-animation: neon3 1.5s ease-in-out infinite alternate;
  -moz-animation: neon3 1.5s ease-in-out infinite alternate;
  animation: neon3 1.5s ease-in-out infinite alternate;
}
p:nth-child(4) a {
  color: #B6FF00;
  font-family: PressStart;
  font-size: 0.8em;
}
p:nth-child(4) a:hover {
  -webkit-animation: neon4 1.5s ease-in-out infinite alternate;
  -moz-animation: neon4 1.5s ease-in-out infinite alternate;
  animation: neon4 1.5s ease-in-out infinite alternate;
}
p:nth-child(5) a {
  color: #FF9900;
  font-family: Audiowide;
}
p:nth-child(5) a:hover {
  -webkit-animation: neon5 1.5s ease-in-out infinite alternate;
  -moz-animation: neon5 1.5s ease-in-out infinite alternate;
  animation: neon5 1.5s ease-in-out infinite alternate;
}
p:nth-child(6) a {
  color: #BA01FF;
  font-family: Vampiro One;
}
p:nth-child(6) a:hover {
  -webkit-animation: neon6 1.5s ease-in-out infinite alternate;
  -moz-animation: neon6 1.5s ease-in-out infinite alternate;
  animation: neon6 1.5s ease-in-out infinite alternate;
}
p a:hover {
  color: #ffffff;
}
/*glow for webkit*/
@-webkit-keyframes neon1 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FF1177, 0 0 70px #FF1177, 0 0 80px #FF1177, 0 0 100px #FF1177, 0 0 150px #FF1177;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FF1177, 0 0 35px #FF1177, 0 0 40px #FF1177, 0 0 50px #FF1177, 0 0 75px #FF1177;
  }
}
@-webkit-keyframes neon2 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #228DFF, 0 0 70px #228DFF, 0 0 80px #228DFF, 0 0 100px #228DFF, 0 0 150px #228DFF;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #228DFF, 0 0 35px #228DFF, 0 0 40px #228DFF, 0 0 50px #228DFF, 0 0 75px #228DFF;
  }
}
@-webkit-keyframes neon3 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FFDD1B, 0 0 70px #FFDD1B, 0 0 80px #FFDD1B, 0 0 100px #FFDD1B, 0 0 150px #FFDD1B;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FFDD1B, 0 0 35px #FFDD1B, 0 0 40px #FFDD1B, 0 0 50px #FFDD1B, 0 0 75px #FFDD1B;
  }
}
@-webkit-keyframes neon4 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #B6FF00, 0 0 70px #B6FF00, 0 0 80px #B6FF00, 0 0 100px #B6FF00, 0 0 150px #B6FF00;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #B6FF00, 0 0 35px #B6FF00, 0 0 40px #B6FF00, 0 0 50px #B6FF00, 0 0 75px #B6FF00;
  }
}
@-webkit-keyframes neon5 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FF9900, 0 0 70px #FF9900, 0 0 80px #FF9900, 0 0 100px #FF9900, 0 0 150px #FF9900;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FF9900, 0 0 35px #FF9900, 0 0 40px #FF9900, 0 0 50px #FF9900, 0 0 75px #FF9900;
  }
}
@-webkit-keyframes neon6 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff00de, 0 0 70px #ff00de, 0 0 80px #ff00de, 0 0 100px #ff00de, 0 0 150px #ff00de;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff00de, 0 0 35px #ff00de, 0 0 40px #ff00de, 0 0 50px #ff00de, 0 0 75px #ff00de;
  }
}
/*glow for mozilla*/
@-moz-keyframes neon1 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FF1177, 0 0 70px #FF1177, 0 0 80px #FF1177, 0 0 100px #FF1177, 0 0 150px #FF1177;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FF1177, 0 0 35px #FF1177, 0 0 40px #FF1177, 0 0 50px #FF1177, 0 0 75px #FF1177;
  }
}
@-moz-keyframes neon2 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #228DFF, 0 0 70px #228DFF, 0 0 80px #228DFF, 0 0 100px #228DFF, 0 0 150px #228DFF;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #228DFF, 0 0 35px #228DFF, 0 0 40px #228DFF, 0 0 50px #228DFF, 0 0 75px #228DFF;
  }
}
@-moz-keyframes neon3 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FFDD1B, 0 0 70px #FFDD1B, 0 0 80px #FFDD1B, 0 0 100px #FFDD1B, 0 0 150px #FFDD1B;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FFDD1B, 0 0 35px #FFDD1B, 0 0 40px #FFDD1B, 0 0 50px #FFDD1B, 0 0 75px #FFDD1B;
  }
}
@-moz-keyframes neon4 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #B6FF00, 0 0 70px #B6FF00, 0 0 80px #B6FF00, 0 0 100px #B6FF00, 0 0 150px #B6FF00;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #B6FF00, 0 0 35px #B6FF00, 0 0 40px #B6FF00, 0 0 50px #B6FF00, 0 0 75px #B6FF00;
  }
}
@-moz-keyframes neon5 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FF9900, 0 0 70px #FF9900, 0 0 80px #FF9900, 0 0 100px #FF9900, 0 0 150px #FF9900;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FF9900, 0 0 35px #FF9900, 0 0 40px #FF9900, 0 0 50px #FF9900, 0 0 75px #FF9900;
  }
}
@-moz-keyframes neon6 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff00de, 0 0 70px #ff00de, 0 0 80px #ff00de, 0 0 100px #ff00de, 0 0 150px #ff00de;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff00de, 0 0 35px #ff00de, 0 0 40px #ff00de, 0 0 50px #ff00de, 0 0 75px #ff00de;
  }
}
/*glow*/
@keyframes neon1 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FF1177, 0 0 70px #FF1177, 0 0 80px #FF1177, 0 0 100px #FF1177, 0 0 150px #FF1177;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FF1177, 0 0 35px #FF1177, 0 0 40px #FF1177, 0 0 50px #FF1177, 0 0 75px #FF1177;
  }
}
@keyframes neon2 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #228DFF, 0 0 70px #228DFF, 0 0 80px #228DFF, 0 0 100px #228DFF, 0 0 150px #228DFF;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #228DFF, 0 0 35px #228DFF, 0 0 40px #228DFF, 0 0 50px #228DFF, 0 0 75px #228DFF;
  }
}
@keyframes neon3 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FFDD1B, 0 0 70px #FFDD1B, 0 0 80px #FFDD1B, 0 0 100px #FFDD1B, 0 0 150px #FFDD1B;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FFDD1B, 0 0 35px #FFDD1B, 0 0 40px #FFDD1B, 0 0 50px #FFDD1B, 0 0 75px #FFDD1B;
  }
}
@keyframes neon4 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #B6FF00, 0 0 70px #B6FF00, 0 0 80px #B6FF00, 0 0 100px #B6FF00, 0 0 150px #B6FF00;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #B6FF00, 0 0 35px #B6FF00, 0 0 40px #B6FF00, 0 0 50px #B6FF00, 0 0 75px #B6FF00;
  }
}
@keyframes neon5 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FF9900, 0 0 70px #FF9900, 0 0 80px #FF9900, 0 0 100px #FF9900, 0 0 150px #FF9900;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FF9900, 0 0 35px #FF9900, 0 0 40px #FF9900, 0 0 50px #FF9900, 0 0 75px #FF9900;
  }
}
@keyframes neon6 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff00de, 0 0 70px #ff00de, 0 0 80px #ff00de, 0 0 100px #ff00de, 0 0 150px #ff00de;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff00de, 0 0 35px #ff00de, 0 0 40px #ff00de, 0 0 50px #ff00de, 0 0 75px #ff00de;
  }
}
/*REEEEEEEEEEESPONSIVE*/
@media (max-width: 650px) {
  #container {
    width: 100%;
  }
  p {
    font-size: 3.5em;
  }
}
</span><span class="xml_tag">&lt;/style&gt;</span>
<span class="xml_tag">&lt;body&gt;</span>
<span class="xml_tag">&lt;div</span> <span class="xml_attrib">id</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;container&quot;</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;p&gt;</span><span class="xml_tag">&lt;a</span> <span class="xml_attrib">href</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;https://en.wikipedia.org/wiki/Red&quot;</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;meta</span> <span class="xml_attrib">http-equiv</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;Content-Type&quot;</span> <span class="xml_attrib">content</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;text/html; charset=UTF-8&quot;</span> <span class="xml_tag">/&gt;</span>
RED
<span class="xml_tag">&lt;/a&gt;</span><span class="xml_tag">&lt;/p&gt;</span>
<span class="xml_tag">&lt;p&gt;</span><span class="xml_tag">&lt;a</span> <span class="xml_attrib">href</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;https://en.wikipedia.org/wiki/Blue&quot;</span> <span class="xml_attrib">target</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;_blank&quot;</span><span class="xml_tag">&gt;</span>
BLUE
<span class="xml_tag">&lt;/a&gt;</span><span class="xml_tag">&lt;/p&gt;</span>
<span class="xml_tag">&lt;p&gt;</span><span class="xml_tag">&lt;a</span> <span class="xml_attrib">href</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;https://en.wikipedia.org/wiki/Yellow&quot;</span> <span class="xml_attrib">target</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;_blank&quot;</span><span class="xml_tag">&gt;</span>
Yellow
<span class="xml_tag">&lt;/a&gt;</span><span class="xml_tag">&lt;/p&gt;</span>
<span class="xml_tag">&lt;p&gt;</span><span class="xml_tag">&lt;a</span> <span class="xml_attrib">href</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;https://en.wikipedia.org/wiki/Green&quot;</span> <span class="xml_attrib">target</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;_blank&quot;</span><span class="xml_tag">&gt;</span>
میدوری
GREEN
<span class="xml_tag">&lt;/a&gt;</span><span class="xml_tag">&lt;/p&gt;</span>
<span class="xml_tag">&lt;p&gt;</span><span class="xml_tag">&lt;a</span> <span class="xml_attrib">href</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;https://en.wikipedia.org/wiki/Orange_(colour)&quot;</span> <span class="xml_attrib">target</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;_blank&quot;</span><span class="xml_tag">&gt;</span>
ORANGE
<span class="xml_tag">&lt;/a&gt;</span><span class="xml_tag">&lt;/p&gt;</span>
<span class="xml_tag">&lt;p&gt;</span><span class="xml_tag">&lt;a</span> <span class="xml_attrib">href</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;https://en.wikipedia.org/wiki/Violet_(color)&quot;</span> <span class="xml_attrib">target</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;_blank&quot;</span><span class="xml_tag">&gt;</span>
VIOLET
<span class="xml_tag">&lt;/a&gt;</span><span class="xml_tag">&lt;/p&gt;</span>
<span class="xml_tag">&lt;/div&gt;</span>
<span class="xml_tag">&lt;div</span> <span class="xml_attrib">id</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;linkBack&quot;</span> <span class="xml_attrib">style</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;position:absolute;right:0px;top:0px;background-color:#333;margin:0;width:180px;padding:5px&quot;</span><span class="xml_tag">&gt;</span><span class="xml_tag">&lt;a</span> <span class="xml_attrib">href</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;http://www.midorinco.ir&quot;</span> <span class="xml_attrib">target</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;_blank&quot;</span> <span class="xml_attrib">style</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;font-size:14px;text-decoration:none;color:#fff;padding:0 0 0 5px;font-family:Tahoma&quot;</span><span class="xml_tag">&gt;</span>منتشر شده در تالار میدوری<span class="xml_tag">&lt;/a&gt;</span><span class="xml_tag">&lt;/div&gt;</span>
<span class="xml_tag">&lt;/body&gt;</span>
<span class="xml_tag">&lt;/html&gt;</span></code></pre></td><td><div class="linenum"><code>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br />23<br />24<br />25<br />26<br />27<br />28<br />29<br />30<br />31<br />32<br />33<br />34<br />35<br />36<br />37<br />38<br />39<br />40<br />41<br />42<br />43<br />44<br />45<br />46<br />47<br />48<br />49<br />50<br />51<br />52<br />53<br />54<br />55<br />56<br />57<br />58<br />59<br />60<br />61<br />62<br />63<br />64<br />65<br />66<br />67<br />68<br />69<br />70<br />71<br />72<br />73<br />74<br />75<br />76<br />77<br />78<br />79<br />80<br />81<br />82<br />83<br />84<br />85<br />86<br />87<br />88<br />89<br />90<br />91<br />92<br />93<br />94<br />95<br />96<br />97<br />98<br />99<br />100<br />101<br />102<br />103<br />104<br />105<br />106<br />107<br />108<br />109<br />110<br />111<br />112<br />113<br />114<br />115<br />116<br />117<br />118<br />119<br />120<br />121<br />122<br />123<br />124<br />125<br />126<br />127<br />128<br />129<br />130<br />131<br />132<br />133<br />134<br />135<br />136<br />137<br />138<br />139<br />140<br />141<br />142<br />143<br />144<br />145<br />146<br />147<br />148<br />149<br />150<br />151<br />152<br />153<br />154<br />155<br />156<br />157<br />158<br />159<br />160<br />161<br />162<br />163<br />164<br />165<br />166<br />167<br />168<br />169<br />170<br />171<br />172<br />173<br />174<br />175<br />176<br />177<br />178<br />179<br />180<br />181<br />182<br />183<br />184<br />185<br />186<br />187<br />188<br />189<br />190<br />191<br />192<br />193<br />194<br />195<br />196<br />197<br />198<br />199<br />200<br />201<br />202<br />203<br />204<br />205<br />206<br />207<br />208<br />209<br />210<br />211<br />212<br />213<br />214<br />215<br />216<br />217<br />218<br />219<br />220<br />221<br />222<br />223<br />224<br />225<br />226<br />227<br />228<br />229<br />230<br />231<br />232<br />233<br />234<br />235<br />236<br />237<br />238<br />239<br />240<br />241<br />242<br />243<br />244<br />245<br />246<br />247<br />248<br />249<br />250<br />251<br />252<br />253<br />254<br />255<br />256<br />257<br />258<br />259<br />260<br />261<br />262<br />263<br />264<br />265<br />266<br />267<br />268<br />269<br />270<br />271<br />272<br />273</code></div></td></tr></table></div><hr class="hidden clear" /></div>
<p>
</div></div></div></div></div></div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[اسلاید شوهای زیبا و ابتکاری با CSS3 (طرح چهلم)]]></title>
			<link>http://www.midorinco.ir/showthread.php?tid=1676</link>
			<pubDate>Sun, 12 Jun 2016 13:35:26 +0000</pubDate>
			<guid isPermaLink="false">http://www.midorinco.ir/showthread.php?tid=1676</guid>
			<description><![CDATA[<div style="text-align: CENTER;"><span style="text-shadow: 0px 5px 2px gray;"><span style="color: #FF0000;"><span style="font-size: medium;"><span style="font-weight: bold;">اسلاید شوهای زیبا و ابتکاری با CSS3 (طرح چهلم)</span></span></span></span></div>اسلاید شو یا گالری تصاویر برای نمایش تصاویر بصورتی زیبا و تکنیکی با استفاده از راه کارها و روش های گوناگون . برای دوستان چند مدل را گردآوری کرده ام که در اینجا قرار میدهم . نمونه ی زنده را در زیر ببینید و سپس برای بررسی و استفاده , از فایل های موجود در فایل فشرده استفاده کنید . تغییرات بعهده ی شماست .<br />
<div style="text-align: CENTER;"><br><iframe name="I love Midori" src="http://dl.midorinco.ir/others/css/slideshows/CSS3-Slider/index.html" scrolling="auto" width="100%" height="650" frameborder="no"></iframe><br />
<div style="text-align: RIGHT;"><!-- start: postbit_attachments_attachment -->
<style type="text/css">
<!--
td.attachrow		{font: normal 11px Tahoma;}
td.attachheader     {font: normal 11px Tahoma; background-color: #ededed; }
table.attachtable	{font: normal 12px Tahoma;border-collapse : collapse; }
-->
</style>
	<style type="text/css">
<!--
td.attachrow		{font: normal 11px Tahoma;}
td.attachheader     {font: normal 11px Tahoma; background-color: #ededed; }
table.attachtable	{font: normal 12px Tahoma;border-collapse : collapse; }
-->
</style>
	<style>
<!--
table.attachtable	{font: normal 12px Tahoma;border-collapse : collapse; }
td.attachheader     {font: normal 11px Tahoma; background-color: #ededed; }
td.attachrow		{font: normal 11px Tahoma;}
-->
</style>
<br><div style="width:90%;padding:0px;margin:auto;box-shadow:0 0 0 2px #5F0308,0 0 0 4px #6F030A,0 0 0 6px #8B030D,0 0 0 8px #B4030F,0 0 0 10px #8B030D,0 0 0 12px #6F030A,0 0 0 14px #5F0308,5px 6px 6px 18px rgba(0,0,0,0.5);border-radius:4px;">
	<table border="0" cellpadding="0" cellspacing="4">
	</table>
	<table class="attachtable" id="table2" width="100%" align="center" border="1" cellpadding="2" cellspacing="0">
		<tr>
			<td colspan="3" class="attachheader" width="100%" align="center"><b>
			CSS3-Slider.rar</b></td>
    	</tr>
       <tr>
            <td class="attachrow" width="15%"><span class="genmed">&nbsp;ارسال کننده فايل</span></td>
            <td class="attachrow" width="75%">
            <a href="http://www.midorinco.ir/member.php?action=profile&amp;uid="></a></td>
            <td class="attachrow" width="10%" align="center" rowspan="7">
            <a href="attachment.php?aid=2704">
            <img border="0" alt="download" src="images/download.png">
</a>
<br>
</td>
</tr>
    	<tr>
			<td class="attachrow" width="15%"><span class="genmed">&nbsp;نوع فايل</span></td>
			<td class="attachrow" width="75%">
			<img src="images/attachtypes/rar.gif" border="0" alt=".rar" title=".rar" /></td>
					</tr>
<tr>
			<td class="attachrow" width="15%"><span class="genmed">&nbsp;اندازه</span></td>
			<td class="attachrow" width="75%">318 KB</td>
</tr>
<tr>
			<td class="attachrow" width="15%"><span class="genmed">&nbsp;دفعات دانلود</span></td>
			<td class="attachrow" width="75%"><span class="genmed">593 بار</span></td>
</tr>
		<tr>
<td class="attachrow" width="15%"><span class="genmed">&nbsp;گيرنده(های) فايل</span></td>
<td class="attachrow" width="75%"><style type="text/css">
/* animated spoiler CSS by Ali Movassagh */
.spoilerbuttonz {display:block;margin:-10px 0 2px 0;background:#EBEBEB;border:2px solid #F8A613;padding:3px;text-align:center;font-weight:bold;font-style:italic;font-size:12px;font-family:Tahoma;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;cursor:pointer;}
.spoilerz {overflow:hidden;background: #;}
.spoilerz > div {-webkit-transition: all 0.2s ease;-moz-transition: margin 0.2s ease;-o-transition: all 0.2s ease;transition: margin 0.7s ease;}
.spoilerbuttonz[value="نمایش دادن"] + .spoilerz > div {margin-top:-100%;}
.spoilerbuttonz[value="پنهان سازی"] + .spoilerz {padding:0px;}
</style>
<input class="spoilerbuttonz" type="button" value="نمایش دادن" onclick="this.value=this.value=='نمایش دادن'?'پنهان سازی':'نمایش دادن';">
<div class="spoilerz"><div><fieldset style="background: #EBEBEB;border:1px solid #F8A613;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;"></fieldset>
</div></div></td>
</tr>
<tr>
<td class="attachrow" width="15%"><span class="genmed">&nbsp;زمان آخرین دانلود</span></td>
<td class="attachrow" width="75%">1764886686</td>
</tr>
<tr>
<td class="attachrow" width="15%"><span class="genmed">&nbsp;یک سخنِ ناب</span></td>
<td class="attachrow" width="75%">
<!--sokhane Bozorgan -->
<script src='http://dl.midorinco.ir/tools/Sokhanhayerooz2.js' language=javascript ></script>
<script  language=javascript>Sokhantasadofi('Black','fafafa','0','dotted','black','8','tahoma'); </script>
<!--sokhane Bozorgan -->
</td>
</tr>
	<tr>
			<td colspan="3" class="attachheader" width="100%" align="center"><img src="http://www.midorinco.ir/images/midori-attach-icon.png"></td>
		</tr>
	</table>
</div><br>
<!-- end: postbit_attachments_attachment --></div></div>]]></description>
			<content:encoded><![CDATA[<div style="text-align: CENTER;"><span style="text-shadow: 0px 5px 2px gray;"><span style="color: #FF0000;"><span style="font-size: medium;"><span style="font-weight: bold;">اسلاید شوهای زیبا و ابتکاری با CSS3 (طرح چهلم)</span></span></span></span></div>اسلاید شو یا گالری تصاویر برای نمایش تصاویر بصورتی زیبا و تکنیکی با استفاده از راه کارها و روش های گوناگون . برای دوستان چند مدل را گردآوری کرده ام که در اینجا قرار میدهم . نمونه ی زنده را در زیر ببینید و سپس برای بررسی و استفاده , از فایل های موجود در فایل فشرده استفاده کنید . تغییرات بعهده ی شماست .<br />
<div style="text-align: CENTER;"><br><iframe name="I love Midori" src="http://dl.midorinco.ir/others/css/slideshows/CSS3-Slider/index.html" scrolling="auto" width="100%" height="650" frameborder="no"></iframe><br />
<div style="text-align: RIGHT;"><!-- start: postbit_attachments_attachment -->
<style type="text/css">
<!--
td.attachrow		{font: normal 11px Tahoma;}
td.attachheader     {font: normal 11px Tahoma; background-color: #ededed; }
table.attachtable	{font: normal 12px Tahoma;border-collapse : collapse; }
-->
</style>
	<style type="text/css">
<!--
td.attachrow		{font: normal 11px Tahoma;}
td.attachheader     {font: normal 11px Tahoma; background-color: #ededed; }
table.attachtable	{font: normal 12px Tahoma;border-collapse : collapse; }
-->
</style>
	<style>
<!--
table.attachtable	{font: normal 12px Tahoma;border-collapse : collapse; }
td.attachheader     {font: normal 11px Tahoma; background-color: #ededed; }
td.attachrow		{font: normal 11px Tahoma;}
-->
</style>
<br><div style="width:90%;padding:0px;margin:auto;box-shadow:0 0 0 2px #5F0308,0 0 0 4px #6F030A,0 0 0 6px #8B030D,0 0 0 8px #B4030F,0 0 0 10px #8B030D,0 0 0 12px #6F030A,0 0 0 14px #5F0308,5px 6px 6px 18px rgba(0,0,0,0.5);border-radius:4px;">
	<table border="0" cellpadding="0" cellspacing="4">
	</table>
	<table class="attachtable" id="table2" width="100%" align="center" border="1" cellpadding="2" cellspacing="0">
		<tr>
			<td colspan="3" class="attachheader" width="100%" align="center"><b>
			CSS3-Slider.rar</b></td>
    	</tr>
       <tr>
            <td class="attachrow" width="15%"><span class="genmed">&nbsp;ارسال کننده فايل</span></td>
            <td class="attachrow" width="75%">
            <a href="http://www.midorinco.ir/member.php?action=profile&amp;uid="></a></td>
            <td class="attachrow" width="10%" align="center" rowspan="7">
            <a href="attachment.php?aid=2704">
            <img border="0" alt="download" src="images/download.png">
</a>
<br>
</td>
</tr>
    	<tr>
			<td class="attachrow" width="15%"><span class="genmed">&nbsp;نوع فايل</span></td>
			<td class="attachrow" width="75%">
			<img src="images/attachtypes/rar.gif" border="0" alt=".rar" title=".rar" /></td>
					</tr>
<tr>
			<td class="attachrow" width="15%"><span class="genmed">&nbsp;اندازه</span></td>
			<td class="attachrow" width="75%">318 KB</td>
</tr>
<tr>
			<td class="attachrow" width="15%"><span class="genmed">&nbsp;دفعات دانلود</span></td>
			<td class="attachrow" width="75%"><span class="genmed">593 بار</span></td>
</tr>
		<tr>
<td class="attachrow" width="15%"><span class="genmed">&nbsp;گيرنده(های) فايل</span></td>
<td class="attachrow" width="75%"><style type="text/css">
/* animated spoiler CSS by Ali Movassagh */
.spoilerbuttonz {display:block;margin:-10px 0 2px 0;background:#EBEBEB;border:2px solid #F8A613;padding:3px;text-align:center;font-weight:bold;font-style:italic;font-size:12px;font-family:Tahoma;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;cursor:pointer;}
.spoilerz {overflow:hidden;background: #;}
.spoilerz > div {-webkit-transition: all 0.2s ease;-moz-transition: margin 0.2s ease;-o-transition: all 0.2s ease;transition: margin 0.7s ease;}
.spoilerbuttonz[value="نمایش دادن"] + .spoilerz > div {margin-top:-100%;}
.spoilerbuttonz[value="پنهان سازی"] + .spoilerz {padding:0px;}
</style>
<input class="spoilerbuttonz" type="button" value="نمایش دادن" onclick="this.value=this.value=='نمایش دادن'?'پنهان سازی':'نمایش دادن';">
<div class="spoilerz"><div><fieldset style="background: #EBEBEB;border:1px solid #F8A613;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;"></fieldset>
</div></div></td>
</tr>
<tr>
<td class="attachrow" width="15%"><span class="genmed">&nbsp;زمان آخرین دانلود</span></td>
<td class="attachrow" width="75%">1764886686</td>
</tr>
<tr>
<td class="attachrow" width="15%"><span class="genmed">&nbsp;یک سخنِ ناب</span></td>
<td class="attachrow" width="75%">
<!--sokhane Bozorgan -->
<script src='http://dl.midorinco.ir/tools/Sokhanhayerooz2.js' language=javascript ></script>
<script  language=javascript>Sokhantasadofi('Black','fafafa','0','dotted','black','8','tahoma'); </script>
<!--sokhane Bozorgan -->
</td>
</tr>
	<tr>
			<td colspan="3" class="attachheader" width="100%" align="center"><img src="http://www.midorinco.ir/images/midori-attach-icon.png"></td>
		</tr>
	</table>
</div><br>
<!-- end: postbit_attachments_attachment --></div></div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[اسلاید شوهای زیبا و ابتکاری با CSS3 (طرح سی و نهم)]]></title>
			<link>http://www.midorinco.ir/showthread.php?tid=1672</link>
			<pubDate>Tue, 17 May 2016 13:54:49 +0000</pubDate>
			<guid isPermaLink="false">http://www.midorinco.ir/showthread.php?tid=1672</guid>
			<description><![CDATA[<div style="text-align: CENTER;"><span style="text-shadow: 0px 5px 2px gray;"><span style="color: #FF0000;"><span style="font-size: medium;"><span style="font-weight: bold;">اسلاید شوهای زیبا و ابتکاری با CSS3 (طرح سی و نهم)</span></span></span></span></div>اسلاید شو یا گالری تصاویر برای نمایش تصاویر بصورتی زیبا و تکنیکی با استفاده از راه کارها و روش های گوناگون . برای دوستان چند مدل را گردآوری کرده ام که در اینجا قرار میدهم . نمونه ی زنده را در زیر ببینید و سپس برای بررسی و چگونگی کار , از محتویات داخل فایل فشرده استفاده کنید . تغییرات بعهده ی شماست .<br />
<div style="text-align: CENTER;"><br><iframe name="I love Midori" src="http://dl.midorinco.ir/others/css/slideshows/css3-image-slider/index.html" scrolling="auto" width="100%" height="500" frameborder="no"></iframe></div>
<!-- start: postbit_attachments_attachment -->
<style type="text/css">
<!--
td.attachrow		{font: normal 11px Tahoma;}
td.attachheader     {font: normal 11px Tahoma; background-color: #ededed; }
table.attachtable	{font: normal 12px Tahoma;border-collapse : collapse; }
-->
</style>
	<style type="text/css">
<!--
td.attachrow		{font: normal 11px Tahoma;}
td.attachheader     {font: normal 11px Tahoma; background-color: #ededed; }
table.attachtable	{font: normal 12px Tahoma;border-collapse : collapse; }
-->
</style>
	<style>
<!--
table.attachtable	{font: normal 12px Tahoma;border-collapse : collapse; }
td.attachheader     {font: normal 11px Tahoma; background-color: #ededed; }
td.attachrow		{font: normal 11px Tahoma;}
-->
</style>
<br><div style="width:90%;padding:0px;margin:auto;box-shadow:0 0 0 2px #5F0308,0 0 0 4px #6F030A,0 0 0 6px #8B030D,0 0 0 8px #B4030F,0 0 0 10px #8B030D,0 0 0 12px #6F030A,0 0 0 14px #5F0308,5px 6px 6px 18px rgba(0,0,0,0.5);border-radius:4px;">
	<table border="0" cellpadding="0" cellspacing="4">
	</table>
	<table class="attachtable" id="table2" width="100%" align="center" border="1" cellpadding="2" cellspacing="0">
		<tr>
			<td colspan="3" class="attachheader" width="100%" align="center"><b>
			css3-image-slider.rar</b></td>
    	</tr>
       <tr>
            <td class="attachrow" width="15%"><span class="genmed">&nbsp;ارسال کننده فايل</span></td>
            <td class="attachrow" width="75%">
            <a href="http://www.midorinco.ir/member.php?action=profile&amp;uid="></a></td>
            <td class="attachrow" width="10%" align="center" rowspan="7">
            <a href="attachment.php?aid=2696">
            <img border="0" alt="download" src="images/download.png">
</a>
<br>
</td>
</tr>
    	<tr>
			<td class="attachrow" width="15%"><span class="genmed">&nbsp;نوع فايل</span></td>
			<td class="attachrow" width="75%">
			<img src="images/attachtypes/rar.gif" border="0" alt=".rar" title=".rar" /></td>
					</tr>
<tr>
			<td class="attachrow" width="15%"><span class="genmed">&nbsp;اندازه</span></td>
			<td class="attachrow" width="75%">71.9 KB</td>
</tr>
<tr>
			<td class="attachrow" width="15%"><span class="genmed">&nbsp;دفعات دانلود</span></td>
			<td class="attachrow" width="75%"><span class="genmed">566 بار</span></td>
</tr>
		<tr>
<td class="attachrow" width="15%"><span class="genmed">&nbsp;گيرنده(های) فايل</span></td>
<td class="attachrow" width="75%"><style type="text/css">
/* animated spoiler CSS by Ali Movassagh */
.spoilerbuttonz {display:block;margin:-10px 0 2px 0;background:#EBEBEB;border:2px solid #F8A613;padding:3px;text-align:center;font-weight:bold;font-style:italic;font-size:12px;font-family:Tahoma;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;cursor:pointer;}
.spoilerz {overflow:hidden;background: #;}
.spoilerz > div {-webkit-transition: all 0.2s ease;-moz-transition: margin 0.2s ease;-o-transition: all 0.2s ease;transition: margin 0.7s ease;}
.spoilerbuttonz[value="نمایش دادن"] + .spoilerz > div {margin-top:-100%;}
.spoilerbuttonz[value="پنهان سازی"] + .spoilerz {padding:0px;}
</style>
<input class="spoilerbuttonz" type="button" value="نمایش دادن" onclick="this.value=this.value=='نمایش دادن'?'پنهان سازی':'نمایش دادن';">
<div class="spoilerz"><div><fieldset style="background: #EBEBEB;border:1px solid #F8A613;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;"></fieldset>
</div></div></td>
</tr>
<tr>
<td class="attachrow" width="15%"><span class="genmed">&nbsp;زمان آخرین دانلود</span></td>
<td class="attachrow" width="75%">1769695158</td>
</tr>
<tr>
<td class="attachrow" width="15%"><span class="genmed">&nbsp;یک سخنِ ناب</span></td>
<td class="attachrow" width="75%">
<!--sokhane Bozorgan -->
<script src='http://dl.midorinco.ir/tools/Sokhanhayerooz2.js' language=javascript ></script>
<script  language=javascript>Sokhantasadofi('Black','fafafa','0','dotted','black','8','tahoma'); </script>
<!--sokhane Bozorgan -->
</td>
</tr>
	<tr>
			<td colspan="3" class="attachheader" width="100%" align="center"><img src="http://www.midorinco.ir/images/midori-attach-icon.png"></td>
		</tr>
	</table>
</div><br>
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[<div style="text-align: CENTER;"><span style="text-shadow: 0px 5px 2px gray;"><span style="color: #FF0000;"><span style="font-size: medium;"><span style="font-weight: bold;">اسلاید شوهای زیبا و ابتکاری با CSS3 (طرح سی و نهم)</span></span></span></span></div>اسلاید شو یا گالری تصاویر برای نمایش تصاویر بصورتی زیبا و تکنیکی با استفاده از راه کارها و روش های گوناگون . برای دوستان چند مدل را گردآوری کرده ام که در اینجا قرار میدهم . نمونه ی زنده را در زیر ببینید و سپس برای بررسی و چگونگی کار , از محتویات داخل فایل فشرده استفاده کنید . تغییرات بعهده ی شماست .<br />
<div style="text-align: CENTER;"><br><iframe name="I love Midori" src="http://dl.midorinco.ir/others/css/slideshows/css3-image-slider/index.html" scrolling="auto" width="100%" height="500" frameborder="no"></iframe></div>
<!-- start: postbit_attachments_attachment -->
<style type="text/css">
<!--
td.attachrow		{font: normal 11px Tahoma;}
td.attachheader     {font: normal 11px Tahoma; background-color: #ededed; }
table.attachtable	{font: normal 12px Tahoma;border-collapse : collapse; }
-->
</style>
	<style type="text/css">
<!--
td.attachrow		{font: normal 11px Tahoma;}
td.attachheader     {font: normal 11px Tahoma; background-color: #ededed; }
table.attachtable	{font: normal 12px Tahoma;border-collapse : collapse; }
-->
</style>
	<style>
<!--
table.attachtable	{font: normal 12px Tahoma;border-collapse : collapse; }
td.attachheader     {font: normal 11px Tahoma; background-color: #ededed; }
td.attachrow		{font: normal 11px Tahoma;}
-->
</style>
<br><div style="width:90%;padding:0px;margin:auto;box-shadow:0 0 0 2px #5F0308,0 0 0 4px #6F030A,0 0 0 6px #8B030D,0 0 0 8px #B4030F,0 0 0 10px #8B030D,0 0 0 12px #6F030A,0 0 0 14px #5F0308,5px 6px 6px 18px rgba(0,0,0,0.5);border-radius:4px;">
	<table border="0" cellpadding="0" cellspacing="4">
	</table>
	<table class="attachtable" id="table2" width="100%" align="center" border="1" cellpadding="2" cellspacing="0">
		<tr>
			<td colspan="3" class="attachheader" width="100%" align="center"><b>
			css3-image-slider.rar</b></td>
    	</tr>
       <tr>
            <td class="attachrow" width="15%"><span class="genmed">&nbsp;ارسال کننده فايل</span></td>
            <td class="attachrow" width="75%">
            <a href="http://www.midorinco.ir/member.php?action=profile&amp;uid="></a></td>
            <td class="attachrow" width="10%" align="center" rowspan="7">
            <a href="attachment.php?aid=2696">
            <img border="0" alt="download" src="images/download.png">
</a>
<br>
</td>
</tr>
    	<tr>
			<td class="attachrow" width="15%"><span class="genmed">&nbsp;نوع فايل</span></td>
			<td class="attachrow" width="75%">
			<img src="images/attachtypes/rar.gif" border="0" alt=".rar" title=".rar" /></td>
					</tr>
<tr>
			<td class="attachrow" width="15%"><span class="genmed">&nbsp;اندازه</span></td>
			<td class="attachrow" width="75%">71.9 KB</td>
</tr>
<tr>
			<td class="attachrow" width="15%"><span class="genmed">&nbsp;دفعات دانلود</span></td>
			<td class="attachrow" width="75%"><span class="genmed">566 بار</span></td>
</tr>
		<tr>
<td class="attachrow" width="15%"><span class="genmed">&nbsp;گيرنده(های) فايل</span></td>
<td class="attachrow" width="75%"><style type="text/css">
/* animated spoiler CSS by Ali Movassagh */
.spoilerbuttonz {display:block;margin:-10px 0 2px 0;background:#EBEBEB;border:2px solid #F8A613;padding:3px;text-align:center;font-weight:bold;font-style:italic;font-size:12px;font-family:Tahoma;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;cursor:pointer;}
.spoilerz {overflow:hidden;background: #;}
.spoilerz > div {-webkit-transition: all 0.2s ease;-moz-transition: margin 0.2s ease;-o-transition: all 0.2s ease;transition: margin 0.7s ease;}
.spoilerbuttonz[value="نمایش دادن"] + .spoilerz > div {margin-top:-100%;}
.spoilerbuttonz[value="پنهان سازی"] + .spoilerz {padding:0px;}
</style>
<input class="spoilerbuttonz" type="button" value="نمایش دادن" onclick="this.value=this.value=='نمایش دادن'?'پنهان سازی':'نمایش دادن';">
<div class="spoilerz"><div><fieldset style="background: #EBEBEB;border:1px solid #F8A613;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;"></fieldset>
</div></div></td>
</tr>
<tr>
<td class="attachrow" width="15%"><span class="genmed">&nbsp;زمان آخرین دانلود</span></td>
<td class="attachrow" width="75%">1769695158</td>
</tr>
<tr>
<td class="attachrow" width="15%"><span class="genmed">&nbsp;یک سخنِ ناب</span></td>
<td class="attachrow" width="75%">
<!--sokhane Bozorgan -->
<script src='http://dl.midorinco.ir/tools/Sokhanhayerooz2.js' language=javascript ></script>
<script  language=javascript>Sokhantasadofi('Black','fafafa','0','dotted','black','8','tahoma'); </script>
<!--sokhane Bozorgan -->
</td>
</tr>
	<tr>
			<td colspan="3" class="attachheader" width="100%" align="center"><img src="http://www.midorinco.ir/images/midori-attach-icon.png"></td>
		</tr>
	</table>
</div><br>
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[چینش تصاویر در سایت بصورت ریسپانسیو با CSS]]></title>
			<link>http://www.midorinco.ir/showthread.php?tid=1647</link>
			<pubDate>Wed, 20 Jan 2016 09:01:05 +0000</pubDate>
			<guid isPermaLink="false">http://www.midorinco.ir/showthread.php?tid=1647</guid>
			<description><![CDATA[<div style="text-align: CENTER;"><span style="text-shadow: 0px 5px 2px gray;"><span style="color: #FF0000;"><span style="font-size: medium;"><span style="font-weight: bold;">چینش تصاویر در سایت بصورت ریسپانسیو با CSS</span></span></span></span><br />
<div style="text-align: RIGHT;">شايد شما هم بخواهيد در سایت خودتان چندين تصوير را در کنار هم قرار دهید . برای این منظور راهکارهای زیادی وجود دارد ولی ساده ترین راه کار را با استفاده از تعریف کلاس سی اس اس برای دوستان قرار میدم . امید که بکار بیاید . در این روش با هر نوع پهنایی از صفحه تصاویر بهم ریخته نمیشوند و ترتیبشان را حفظ میکنند . نخست نمونه ی زنده را در زیر ببینید (پنجره ی مرورگر را کوچک و بزرگ کنید) و در صورت نیاز از کدهای داده شده برای این منظور استفاده کنید . <br />
<div style="text-align: CENTER;"><br><iframe name="I love Midori" src="http://dl.midorinco.ir/others/css/Responsiveslidedownmenu/Responsiveslidedownmenu.html" scrolling="auto" width="100%" height="500" frameborder="no"></iframe><br />
<div style="text-align: RIGHT;"><div align="center"><div  style="margin: 5px 10px 10px; width: 98%;"><div style="text-align:  right; padding: 4px; background: #FFAA55; repeat-x scroll 0% 0%  transparent; border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; color:#ffffff; text-shadow:0 -1px #D3B40F; font-weight:bold;  "><input type="button" onclick="if  (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  != '') {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = '';       this.innerText = ''; this.value = 'پنهان کردن متن'; } else {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = 'none'; this.innerText = ''; this.value = 'نشان دادن متن'; }" style="width:  90px; height: 25px; font-size: 12px; margin: 0px; padding: 0px;font-family: Tahoma"  value="نشان دادن متن"></div><div><div  style="border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; display:  none; text-align: right">
</p>
<div class="codeblock"><div class="title"><input type="button" class="button select_button" value="انتخاب کدها" onClick="selectObj(this.parentNode.parentNode.getElementsByTagName('pre')[0].getElementsByTagName('code')[0])" id="coolcode_btnsel_1773751015_2_33" style="display: none;" /><script type="text/javascript">
//<!--
$("coolcode_btnsel_1773751015_2_33").style.display = "";
//-->
</script><city>کد HTML:</city>
</div>
			<div class="codecontainer"><table style="text-align:left;" align="left"><tr><td>
			<pre><code><span class="xml_tag">&lt;style&gt;</span><span class="html_style">
.content-four{width:95%;max-width:1024px;margin:10px auto 40px auto;background:#fff;
-webkit-columns:4 210px;-moz-columns:4 210px;columns:4 210px;}
.content-four img{display:inline-block;width:240px;max-width:100%;height:auto;margin:0 0 0.75em 0;}
</span><span class="xml_tag">&lt;/style&gt;</span>
<span class="xml_tag">&lt;h1</span> <span class="xml_attrib">style</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;text-align:center;&quot;</span><span class="xml_tag">&gt;</span>چینش تصویرها در سایت بصورت ریسپانسیو<span class="xml_tag">&lt;/h1&gt;</span>
<span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;content-four&quot;&gt;
<span class="xml_tag">&lt;img</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;images/p1.jpg&quot;</span> <span class="xml_attrib">alt</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;&quot;</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;img</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;images/p2.jpg&quot;</span> <span class="xml_attrib">alt</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;&quot;</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;img</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;images/p3.jpg&quot;</span> <span class="xml_attrib">alt</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;&quot;</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;img</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;images/p4.jpg&quot;</span> <span class="xml_attrib">alt</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;&quot;</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;img</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;images/p5.jpg&quot;</span> <span class="xml_attrib">alt</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;&quot;</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;img</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;images/p6.jpg&quot;</span> <span class="xml_attrib">alt</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;&quot;</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;img</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;images/p7.jpg&quot;</span> <span class="xml_attrib">alt</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;&quot;</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;img</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;images/p8.jpg&quot;</span> <span class="xml_attrib">alt</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;&quot;</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;img</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;images/p9.jpg&quot;</span> <span class="xml_attrib">alt</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;&quot;</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;img</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;images/p10.jpg&quot;</span> <span class="xml_attrib">alt</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;&quot;</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;img</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;images/p11.jpg&quot;</span> <span class="xml_attrib">alt</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;&quot;</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;img</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;images/p12.jpg&quot;</span> <span class="xml_attrib">alt</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;&quot;</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;/div&gt;</span></code></pre></td><td><div class="linenum"><code>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20</code></div></td></tr></table></div><hr class="hidden clear" /></div>
<p>
</div></div></div></div></div></div></div></div>]]></description>
			<content:encoded><![CDATA[<div style="text-align: CENTER;"><span style="text-shadow: 0px 5px 2px gray;"><span style="color: #FF0000;"><span style="font-size: medium;"><span style="font-weight: bold;">چینش تصاویر در سایت بصورت ریسپانسیو با CSS</span></span></span></span><br />
<div style="text-align: RIGHT;">شايد شما هم بخواهيد در سایت خودتان چندين تصوير را در کنار هم قرار دهید . برای این منظور راهکارهای زیادی وجود دارد ولی ساده ترین راه کار را با استفاده از تعریف کلاس سی اس اس برای دوستان قرار میدم . امید که بکار بیاید . در این روش با هر نوع پهنایی از صفحه تصاویر بهم ریخته نمیشوند و ترتیبشان را حفظ میکنند . نخست نمونه ی زنده را در زیر ببینید (پنجره ی مرورگر را کوچک و بزرگ کنید) و در صورت نیاز از کدهای داده شده برای این منظور استفاده کنید . <br />
<div style="text-align: CENTER;"><br><iframe name="I love Midori" src="http://dl.midorinco.ir/others/css/Responsiveslidedownmenu/Responsiveslidedownmenu.html" scrolling="auto" width="100%" height="500" frameborder="no"></iframe><br />
<div style="text-align: RIGHT;"><div align="center"><div  style="margin: 5px 10px 10px; width: 98%;"><div style="text-align:  right; padding: 4px; background: #FFAA55; repeat-x scroll 0% 0%  transparent; border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; color:#ffffff; text-shadow:0 -1px #D3B40F; font-weight:bold;  "><input type="button" onclick="if  (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  != '') {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = '';       this.innerText = ''; this.value = 'پنهان کردن متن'; } else {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = 'none'; this.innerText = ''; this.value = 'نشان دادن متن'; }" style="width:  90px; height: 25px; font-size: 12px; margin: 0px; padding: 0px;font-family: Tahoma"  value="نشان دادن متن"></div><div><div  style="border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; display:  none; text-align: right">
</p>
<div class="codeblock"><div class="title"><input type="button" class="button select_button" value="انتخاب کدها" onClick="selectObj(this.parentNode.parentNode.getElementsByTagName('pre')[0].getElementsByTagName('code')[0])" id="coolcode_btnsel_1773751015_2_33" style="display: none;" /><script type="text/javascript">
//<!--
$("coolcode_btnsel_1773751015_2_33").style.display = "";
//-->
</script><city>کد HTML:</city>
</div>
			<div class="codecontainer"><table style="text-align:left;" align="left"><tr><td>
			<pre><code><span class="xml_tag">&lt;style&gt;</span><span class="html_style">
.content-four{width:95%;max-width:1024px;margin:10px auto 40px auto;background:#fff;
-webkit-columns:4 210px;-moz-columns:4 210px;columns:4 210px;}
.content-four img{display:inline-block;width:240px;max-width:100%;height:auto;margin:0 0 0.75em 0;}
</span><span class="xml_tag">&lt;/style&gt;</span>
<span class="xml_tag">&lt;h1</span> <span class="xml_attrib">style</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;text-align:center;&quot;</span><span class="xml_tag">&gt;</span>چینش تصویرها در سایت بصورت ریسپانسیو<span class="xml_tag">&lt;/h1&gt;</span>
<span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;content-four&quot;&gt;
<span class="xml_tag">&lt;img</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;images/p1.jpg&quot;</span> <span class="xml_attrib">alt</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;&quot;</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;img</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;images/p2.jpg&quot;</span> <span class="xml_attrib">alt</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;&quot;</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;img</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;images/p3.jpg&quot;</span> <span class="xml_attrib">alt</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;&quot;</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;img</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;images/p4.jpg&quot;</span> <span class="xml_attrib">alt</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;&quot;</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;img</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;images/p5.jpg&quot;</span> <span class="xml_attrib">alt</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;&quot;</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;img</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;images/p6.jpg&quot;</span> <span class="xml_attrib">alt</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;&quot;</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;img</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;images/p7.jpg&quot;</span> <span class="xml_attrib">alt</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;&quot;</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;img</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;images/p8.jpg&quot;</span> <span class="xml_attrib">alt</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;&quot;</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;img</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;images/p9.jpg&quot;</span> <span class="xml_attrib">alt</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;&quot;</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;img</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;images/p10.jpg&quot;</span> <span class="xml_attrib">alt</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;&quot;</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;img</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;images/p11.jpg&quot;</span> <span class="xml_attrib">alt</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;&quot;</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;img</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;images/p12.jpg&quot;</span> <span class="xml_attrib">alt</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;&quot;</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;/div&gt;</span></code></pre></td><td><div class="linenum"><code>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20</code></div></td></tr></table></div><hr class="hidden clear" /></div>
<p>
</div></div></div></div></div></div></div></div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[چک باکس های زیبا با CSS]]></title>
			<link>http://www.midorinco.ir/showthread.php?tid=1638</link>
			<pubDate>Tue, 01 Dec 2015 09:20:38 +0000</pubDate>
			<guid isPermaLink="false">http://www.midorinco.ir/showthread.php?tid=1638</guid>
			<description><![CDATA[<div style="text-align: CENTER;"><span style="text-shadow: 0px 5px 2px gray;"><span style="color: #FF0000;"><span style="font-size: medium;"><span style="font-weight: bold;">چک باکس های زیبا با CSS</span></span></span></span></div>هشت مدل کليد یا سوییچ و یا چک باکس زیبا و جالب که توسط کدهای سی اس اس ایجاد میشوند را برای دوستان قرار می دهم .  نمونه های زنده را در زیر ببینید و از کدهای داده شده استفاده کنید . تغییرات بعهده ی شماست .<br />
<br />
<br />
<div style="text-align: CENTER;"><br><iframe name="I love Midori" src="http:///dl.midorinco.ir/others/css/8checkbox/ArGIb.htm" scrolling="auto" width="100%" height="300" frameborder="no"></iframe></div><div align="center"><div  style="margin: 5px 10px 10px; width: 98%;"><div style="text-align:  right; padding: 4px; background: #FFAA55; repeat-x scroll 0% 0%  transparent; border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; color:#ffffff; text-shadow:0 -1px #D3B40F; font-weight:bold;  "><input type="button" onclick="if  (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  != '') {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = '';       this.innerText = ''; this.value = 'پنهان کردن متن'; } else {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = 'none'; this.innerText = ''; this.value = 'نشان دادن متن'; }" style="width:  90px; height: 25px; font-size: 12px; margin: 0px; padding: 0px;font-family: Tahoma"  value="نشان دادن متن"></div><div><div  style="border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; display:  none; text-align: right">
</p>
<div class="codeblock"><div class="title"><input type="button" class="button select_button" value="انتخاب کدها" onClick="selectObj(this.parentNode.parentNode.getElementsByTagName('pre')[0].getElementsByTagName('code')[0])" id="coolcode_btnsel_1773751015_3_64" style="display: none;" /><script type="text/javascript">
//<!--
$("coolcode_btnsel_1773751015_3_64").style.display = "";
//-->
</script><city>کد HTML:</city>
</div>
			<div class="codecontainer"><table style="text-align:left;" align="left"><tr><td>
			<pre><code><span class="xml_tag">&lt;!DOCTYPE</span> <span class="xml_attrib">html</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;html&gt;</span><span class="xml_tag">&lt;head&gt;</span>
<span class="xml_tag">&lt;meta</span> <span class="xml_attrib">http-equiv</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;content-type&quot;</span> <span class="xml_attrib">content</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;text/html; charset=UTF-8&quot;</span><span class="xml_tag">&gt;</span>
    <span class="xml_tag">&lt;meta</span> <span class="xml_attrib">charset</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;UTF-8&quot;</span><span class="xml_tag">&gt;</span>
    <span class="xml_tag">&lt;meta</span> <span class="xml_attrib">name</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;google&quot;</span> <span class="xml_attrib">value</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;notranslate&quot;</span><span class="xml_tag">&gt;</span>
    <span class="xml_tag">&lt;title&gt;</span>CodePen - Toggle Rebound<span class="xml_tag">&lt;/title&gt;</span>
    <span class="xml_tag">&lt;link</span> <span class="xml_attrib">rel</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;stylesheet&quot;</span> <span class="xml_attrib">href</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;wtFne_data/reset.css&quot;</span><span class="xml_tag">&gt;</span>
	   <span class="xml_tag">&lt;style&gt;</span><span class="html_style">
	 body {
  background : #d8d4d5;
}

#switch , #switch1 {
  position: absolute;
  left: -9999px;
}
.switch {
  display : block;
  width   : 170px;
  margin  : 50px auto;
  cursor  : pointer;
  border-radius : 25px;
  background    : #aae042;
  box-shadow    : inset 0 3px 7px 2px #444 , 0 -2px 5px 2px #888 , 0 -2px 3px 4px #eee , 0 2px 5px 3px #fefefe;
}
span {
  display : block;
  width   : 95px;
  height  : 44px;
  border-radius : inherit;
  background    : #D8D4D5;
  border-top    : 1px solid #eee;
  border-right  : 1px solid #ccc;
  box-shadow    :-1px 1px 5px 0 #000 , 0 5px 10px 0 #777;
  text-align    : center;
  position	 : relative;
  left		: 0;
}
.switch1 {
  background : #767477;
}
.switch1 span {
  left : 75px;
}
span i {
  display : inline-block;
  width   : 3px;
  height  : 16px;
  margin  : 12px auto;
  border-radius : 2px;
  margin-left   : 1px;
  background    : #dedadb;
  border-top    : 2px solid #eee;
  border-bottom : 2px solid #aaa;
  box-shadow    : -1px 0 1px 0 #bbb;
}
#switch:checked + .switch {
  background    : #767477;
}
#switch:checked + .switch span {
  left  : 75px;
}
#switch1:checked + .switch span {
  left  : 0;
}
#switch1:checked + .switch1 {
  background    : #aae042;
}
    </span><span class="xml_tag">&lt;/style&gt;</span>
    <span class="xml_tag">&lt;script&gt;</span><span class="html_script">
  window.console = window.console || function(t) {};
</span><span class="xml_tag">&lt;/script&gt;</span>
  <span class="xml_tag">&lt;/head&gt;</span>
  <span class="xml_tag">&lt;body&gt;</span>
    <span class="xml_tag">&lt;input</span> <span class="xml_attrib">name</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;switch&quot;</span> <span class="xml_attrib">id</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;switch&quot;</span> <span class="xml_attrib">type</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;checkbox&quot;</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;label</span> <span class="xml_attrib">for</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;switch&quot;</span> <span class="xml_attrib">class</span> =&quot;switch&quot;&gt;
  <span class="xml_tag">&lt;span&gt;</span>
    <span class="xml_tag">&lt;i&gt;</span><span class="xml_tag">&lt;/i&gt;</span>
    <span class="xml_tag">&lt;i&gt;</span><span class="xml_tag">&lt;/i&gt;</span>
    <span class="xml_tag">&lt;i&gt;</span><span class="xml_tag">&lt;/i&gt;</span>
    <span class="xml_tag">&lt;i&gt;</span><span class="xml_tag">&lt;/i&gt;</span>
    <span class="xml_tag">&lt;i&gt;</span><span class="xml_tag">&lt;/i&gt;</span>
  <span class="xml_tag">&lt;/span&gt;</span>
<span class="xml_tag">&lt;/label&gt;</span>
<span class="xml_tag">&lt;input</span> <span class="xml_attrib">name</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;switch&quot;</span> <span class="xml_attrib">id</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;switch1&quot;</span> <span class="xml_attrib">type</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;checkbox&quot;</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;label</span> <span class="xml_attrib">for</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;switch1&quot;</span> <span class="xml_attrib">class</span> =&quot;switch switch1&quot;&gt;
  <span class="xml_tag">&lt;span&gt;</span>
    <span class="xml_tag">&lt;i&gt;</span><span class="xml_tag">&lt;/i&gt;</span>
    <span class="xml_tag">&lt;i&gt;</span><span class="xml_tag">&lt;/i&gt;</span>
    <span class="xml_tag">&lt;i&gt;</span><span class="xml_tag">&lt;/i&gt;</span>
    <span class="xml_tag">&lt;i&gt;</span><span class="xml_tag">&lt;/i&gt;</span>
    <span class="xml_tag">&lt;i&gt;</span><span class="xml_tag">&lt;/i&gt;</span>
  <span class="xml_tag">&lt;/span&gt;</span>
<span class="xml_tag">&lt;/label&gt;</span>
	<span class="xml_tag">&lt;script&gt;</span><span class="html_script">
  if (document.location.search.match(/type=embed/gi)) {
    window.parent.postMessage(&quot;resize&quot;, &quot;*&quot;);
  }
</span><span class="xml_tag">&lt;/script&gt;</span>
 <span class="xml_tag">&lt;/body&gt;</span><span class="xml_tag">&lt;/html&gt;</span></code></pre></td><td><div class="linenum"><code>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br />23<br />24<br />25<br />26<br />27<br />28<br />29<br />30<br />31<br />32<br />33<br />34<br />35<br />36<br />37<br />38<br />39<br />40<br />41<br />42<br />43<br />44<br />45<br />46<br />47<br />48<br />49<br />50<br />51<br />52<br />53<br />54<br />55<br />56<br />57<br />58<br />59<br />60<br />61<br />62<br />63<br />64<br />65<br />66<br />67<br />68<br />69<br />70<br />71<br />72<br />73<br />74<br />75<br />76<br />77<br />78<br />79<br />80<br />81<br />82<br />83<br />84<br />85<br />86<br />87<br />88<br />89<br />90<br />91<br />92<br />93<br />94<br />95<br />96<br />97<br />98<br />99<br />100</code></div></td></tr></table></div><hr class="hidden clear" /></div>
<p>
</div></div></div></div>
<div style="text-align: CENTER;">==========================</div><div style="text-align: CENTER;"><br><iframe name="I love Midori" src="http:///dl.midorinco.ir/others/css/8checkbox/dEqij.htm" scrolling="auto" width="100%" height="300" frameborder="no"></iframe></div><div align="center"><div  style="margin: 5px 10px 10px; width: 98%;"><div style="text-align:  right; padding: 4px; background: #FFAA55; repeat-x scroll 0% 0%  transparent; border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; color:#ffffff; text-shadow:0 -1px #D3B40F; font-weight:bold;  "><input type="button" onclick="if  (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  != '') {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = '';       this.innerText = ''; this.value = 'پنهان کردن متن'; } else {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = 'none'; this.innerText = ''; this.value = 'نشان دادن متن'; }" style="width:  90px; height: 25px; font-size: 12px; margin: 0px; padding: 0px;font-family: Tahoma"  value="نشان دادن متن"></div><div><div  style="border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; display:  none; text-align: right">
</p>
<div class="codeblock"><div class="title"><input type="button" class="button select_button" value="انتخاب کدها" onClick="selectObj(this.parentNode.parentNode.getElementsByTagName('pre')[0].getElementsByTagName('code')[0])" id="coolcode_btnsel_1773751015_4_61" style="display: none;" /><script type="text/javascript">
//<!--
$("coolcode_btnsel_1773751015_4_61").style.display = "";
//-->
</script><city>کد HTML:</city>
</div>
			<div class="codecontainer"><table style="text-align:left;" align="left"><tr><td>
			<pre><code><span class="xml_tag">&lt;!DOCTYPE</span> <span class="xml_attrib">html</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;html</span> <span class="xml_attrib">class</span> =&quot; -moz-&quot;&gt;<span class="xml_tag">&lt;head&gt;</span>
<span class="xml_tag">&lt;meta</span> <span class="xml_attrib">http-equiv</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;content-type&quot;</span> <span class="xml_attrib">content</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;text/html; charset=UTF-8&quot;</span><span class="xml_tag">&gt;</span>
    <span class="xml_tag">&lt;meta</span> <span class="xml_attrib">charset</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;UTF-8&quot;</span><span class="xml_tag">&gt;</span>
    <span class="xml_tag">&lt;meta</span> <span class="xml_attrib">name</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;google&quot;</span> <span class="xml_attrib">value</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;notranslate&quot;</span><span class="xml_tag">&gt;</span>
    <span class="xml_tag">&lt;title&gt;</span>CodePen - FUN<span class="xml_tag">&lt;/title&gt;</span>
    <span class="xml_tag">&lt;link</span> <span class="xml_attrib">rel</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;stylesheet&quot;</span> <span class="xml_attrib">href</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;wtFne_data/reset.css&quot;</span><span class="xml_tag">&gt;</span>
	   <span class="xml_tag">&lt;style&gt;</span><span class="html_style">
	 body {
  background : #1b1b1b;
}
.container {
  width  : 400px;
  height : 150px;
  margin : 10px auto;
  padding-top: 100px;
}
#switch {
  position: absolute;
  left: -9999px;
}
.switch {
  display  : block;
  position : relative;
  width    : 190px;
  height   : 52px;
  margin   : auto;
  border-radius : 25px;
  box-shadow : 0 -2px 3px 0px rgba(0, 0, 0, 0.5) , 0 2px 3px 0px rgba(100, 100, 100, 0.5);
}
.switch &gt; div {
  overflow : hidden;
  position : absolute;
  width    : inherit;
  height   : inherit;
  border-radius: inherit;
}
.switch .top , .switch .bottom {
  list-style-type : none;
  position : absolute;
  left	: 7px;
  width    : 200px;
  transition : all .5s linear;
}
.switch .top {
  top : -5px;
  transform : rotate(4deg);
}
.switch .bottom {
  bottom : -5px;
  transform : rotate(-4deg);
}
.switch li {
  width  : 15px;
  height : 10px;
  background : #fff;
  float  : left;
  margin-left: 5px;
  border-radius : 3px;
}
.top li {
  box-shadow : inset 0 0 10px 1px rgba(0, 0, 0, 0.8),0 0 10px 2px #000;
}
.bottom li {
  box-shadow : inset 0 0 10px 1px rgba(0, 0, 0, 0.3),0 0 10px 2px #000;    
}
label .button {
  display  : block;
  position : absolute;
  width    : 50px;
  height   : 50px;
  top	 : 1px;
  left	: 0;
  cursor   : pointer;
  border-radius : 50%;
  background : #1b1b1b;
  background-image : -webkit-linear-gradient(top, #32393a 10% , #1b1b1b 60% , ,#101718  100%);
  box-shadow : inset 0 1px 1px 0 #999 , inset 0 -1px 1px 0 #000,inset 0 0 15px 0 rgba(0,255, 0, 0.2);
  transition : left .5s linear , box-shadow .3s .2s linear;
}
label .button:after {
  display : block;
  content : '|||';
  text-align  : center;
  line-height : 44px;
  color	  : #000;
  text-shadow : 1px 0 0 rgba(200, 200, 200, 0.2);
  font-size   : 25px;
  font-weight : bold;
  letter-spacing : 3px;
}
.on , .off {
  display : block;
  position: absolute;
  width   : 20px;
  height  : 20px;
  border-radius : 50%;
  top	: -35px;
  transition : all .2s .3s linear;
}
.on {
  left : 20px;
  background : #0F0;
  box-shadow : inset 0 0 10px 2px #000,0 -1px 1px 1px #000,0 1px 1px 1px #333,0 0 30px 0 #0F0;
}

.off {
  right : 20px;
  background : #500;
  box-shadow : inset 0 0 10px 2px #000,0 -1px 1px 1px #000,0 1px 1px 1px #333;
}
.on:before , .off:before {
  position : absolute;
  top	 : -30px;
  font-size: 20px;
  font-family : corbel;
  transition : all .2s .3s linear;
}
.on:before {
  content : 'on';
  color    : #FFF;
}
.off:before {
  content : 'off';
  color    : rgba(250, 250, 250, 0.3);
}
#switch:checked + label .button {
  left : 140px;
  box-shadow : inset 0 1px 1px 0 #999 , inset 0 -1px 1px 0 #000,inset 0 0 15px 0 rgba(255, 0, 0, 0.2);
  transition : left .5s linear , box-shadow .3s .2s linear;
}
#switch:checked + label .top {
  transform : rotate(-4deg);
  transition : all .5s linear;
}
#switch:checked + label .bottom {
  transform : rotate(4deg);
  transition : all .5s linear;
}
#switch:checked + label .on {
  background : #050;
  box-shadow : inset 0 0 10px 2px #000,0 -1px 1px 1px #000,0 1px 1px 1px #333;
  transition : all .2s .3s linear;
}
#switch:checked + label .off {
  background : #F00;
  box-shadow : inset 0 0 10px 2px #000,0 -1px 1px 1px #000,0 1px 1px 1px #333,0 0 30px 0 #F00;
  transition : all .2s .3s linear;
}
#switch:checked + label .on:before {
  color : rgba(250, 250, 250, 0.3);
  transition : all .2s .3s linear;
}
#switch:checked + label .off:before {
  color : #FFF;
  transition : all .2s .3s linear;
}
    </span><span class="xml_tag">&lt;/style&gt;</span>
    <span class="xml_tag">&lt;script&gt;</span><span class="html_script">
  window.console = window.console || function(t) {};
</span><span class="xml_tag">&lt;/script&gt;</span>
	   <span class="xml_tag">&lt;script</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;wtFne_data/prefixfree.js&quot;</span><span class="xml_tag">&gt;</span><span class="html_script"></span><span class="xml_tag">&lt;/script&gt;</span>
  <span class="xml_tag">&lt;/head&gt;</span>
  <span class="xml_tag">&lt;body&gt;</span>
    <span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;container&quot;&gt;
  <span class="xml_tag">&lt;input</span> <span class="xml_attrib">id</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;switch&quot;</span> <span class="xml_attrib">type</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;checkbox&quot;</span><span class="xml_tag">&gt;</span>
  <span class="xml_tag">&lt;label</span> <span class="xml_attrib">for</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;switch&quot;</span> <span class="xml_attrib">class</span> =&quot;switch&quot;&gt;
    <span class="xml_tag">&lt;div&gt;</span>
	 <span class="xml_tag">&lt;ul</span> <span class="xml_attrib">class</span> =&quot;top&quot;&gt;
	   <span class="xml_tag">&lt;li&gt;</span><span class="xml_tag">&lt;/li&gt;</span>
	   <span class="xml_tag">&lt;li&gt;</span><span class="xml_tag">&lt;/li&gt;</span>
	   <span class="xml_tag">&lt;li&gt;</span><span class="xml_tag">&lt;/li&gt;</span>
	   <span class="xml_tag">&lt;li&gt;</span><span class="xml_tag">&lt;/li&gt;</span>
	   <span class="xml_tag">&lt;li&gt;</span><span class="xml_tag">&lt;/li&gt;</span>
	   <span class="xml_tag">&lt;li&gt;</span><span class="xml_tag">&lt;/li&gt;</span>
	   <span class="xml_tag">&lt;li&gt;</span><span class="xml_tag">&lt;/li&gt;</span>
	   <span class="xml_tag">&lt;li&gt;</span><span class="xml_tag">&lt;/li&gt;</span>
	 <span class="xml_tag">&lt;/ul&gt;</span>
	 <span class="xml_tag">&lt;ul</span> <span class="xml_attrib">class</span> =&quot;bottom&quot;&gt;
	   <span class="xml_tag">&lt;li&gt;</span><span class="xml_tag">&lt;/li&gt;</span>
	   <span class="xml_tag">&lt;li&gt;</span><span class="xml_tag">&lt;/li&gt;</span>
	   <span class="xml_tag">&lt;li&gt;</span><span class="xml_tag">&lt;/li&gt;</span>
	   <span class="xml_tag">&lt;li&gt;</span><span class="xml_tag">&lt;/li&gt;</span>
	   <span class="xml_tag">&lt;li&gt;</span><span class="xml_tag">&lt;/li&gt;</span>
	   <span class="xml_tag">&lt;li&gt;</span><span class="xml_tag">&lt;/li&gt;</span>
	   <span class="xml_tag">&lt;li&gt;</span><span class="xml_tag">&lt;/li&gt;</span>
	   <span class="xml_tag">&lt;li&gt;</span><span class="xml_tag">&lt;/li&gt;</span>
	 <span class="xml_tag">&lt;/ul&gt;</span>
	 <span class="xml_tag">&lt;span</span> <span class="xml_attrib">class</span> =&quot;button&quot;&gt;<span class="xml_tag">&lt;/span&gt;</span>
    <span class="xml_tag">&lt;/div&gt;</span>
    <span class="xml_tag">&lt;span</span> <span class="xml_attrib">class</span> =&quot;on&quot;&gt;<span class="xml_tag">&lt;/span&gt;</span>		  
    <span class="xml_tag">&lt;span</span> <span class="xml_attrib">class</span> =&quot;off&quot;&gt;<span class="xml_tag">&lt;/span&gt;</span>
  <span class="xml_tag">&lt;/label&gt;</span>
<span class="xml_tag">&lt;/div&gt;</span>
    <span class="xml_tag">&lt;script&gt;</span><span class="html_script">
  if (document.location.search.match(/type=embed/gi)) {
    window.parent.postMessage(&quot;resize&quot;, &quot;*&quot;);
  }
</span><span class="xml_tag">&lt;/script&gt;</span>
<span class="xml_tag">&lt;/body&gt;</span><span class="xml_tag">&lt;/html&gt;</span></code></pre></td><td><div class="linenum"><code>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br />23<br />24<br />25<br />26<br />27<br />28<br />29<br />30<br />31<br />32<br />33<br />34<br />35<br />36<br />37<br />38<br />39<br />40<br />41<br />42<br />43<br />44<br />45<br />46<br />47<br />48<br />49<br />50<br />51<br />52<br />53<br />54<br />55<br />56<br />57<br />58<br />59<br />60<br />61<br />62<br />63<br />64<br />65<br />66<br />67<br />68<br />69<br />70<br />71<br />72<br />73<br />74<br />75<br />76<br />77<br />78<br />79<br />80<br />81<br />82<br />83<br />84<br />85<br />86<br />87<br />88<br />89<br />90<br />91<br />92<br />93<br />94<br />95<br />96<br />97<br />98<br />99<br />100<br />101<br />102<br />103<br />104<br />105<br />106<br />107<br />108<br />109<br />110<br />111<br />112<br />113<br />114<br />115<br />116<br />117<br />118<br />119<br />120<br />121<br />122<br />123<br />124<br />125<br />126<br />127<br />128<br />129<br />130<br />131<br />132<br />133<br />134<br />135<br />136<br />137<br />138<br />139<br />140<br />141<br />142<br />143<br />144<br />145<br />146<br />147<br />148<br />149<br />150<br />151<br />152<br />153<br />154<br />155<br />156<br />157<br />158<br />159<br />160<br />161<br />162<br />163<br />164<br />165<br />166<br />167<br />168<br />169<br />170<br />171<br />172<br />173<br />174<br />175<br />176<br />177<br />178<br />179<br />180<br />181<br />182<br />183<br />184<br />185<br />186<br />187<br />188<br />189<br />190<br />191<br />192<br />193<br />194<br />195<br />196<br />197<br />198<br />199<br />200</code></div></td></tr></table></div><hr class="hidden clear" /></div>
<p>
</div></div></div></div>
<div style="text-align: CENTER;">==========================</div><div style="text-align: CENTER;"><br><iframe name="I love Midori" src="http:///dl.midorinco.ir/others/css/8checkbox/nptxj.htm" scrolling="auto" width="100%" height="300" frameborder="no"></iframe></div><div align="center"><div  style="margin: 5px 10px 10px; width: 98%;"><div style="text-align:  right; padding: 4px; background: #FFAA55; repeat-x scroll 0% 0%  transparent; border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; color:#ffffff; text-shadow:0 -1px #D3B40F; font-weight:bold;  "><input type="button" onclick="if  (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  != '') {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = '';       this.innerText = ''; this.value = 'پنهان کردن متن'; } else {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = 'none'; this.innerText = ''; this.value = 'نشان دادن متن'; }" style="width:  90px; height: 25px; font-size: 12px; margin: 0px; padding: 0px;font-family: Tahoma"  value="نشان دادن متن"></div><div><div  style="border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; display:  none; text-align: right">
</p>
<div class="codeblock"><div class="title"><input type="button" class="button select_button" value="انتخاب کدها" onClick="selectObj(this.parentNode.parentNode.getElementsByTagName('pre')[0].getElementsByTagName('code')[0])" id="coolcode_btnsel_1773751015_5_80" style="display: none;" /><script type="text/javascript">
//<!--
$("coolcode_btnsel_1773751015_5_80").style.display = "";
//-->
</script><city>کد HTML:</city>
</div>
			<div class="codecontainer"><table style="text-align:left;" align="left"><tr><td>
			<pre><code><span class="xml_tag">&lt;!DOCTYPE</span> <span class="xml_attrib">html</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;html&gt;</span><span class="xml_tag">&lt;head&gt;</span>
<span class="xml_tag">&lt;meta</span> <span class="xml_attrib">http-equiv</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;content-type&quot;</span> <span class="xml_attrib">content</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;text/html; charset=UTF-8&quot;</span><span class="xml_tag">&gt;</span>
    <span class="xml_tag">&lt;meta</span> <span class="xml_attrib">charset</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;UTF-8&quot;</span><span class="xml_tag">&gt;</span>
    <span class="xml_tag">&lt;meta</span> <span class="xml_attrib">name</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;google&quot;</span> <span class="xml_attrib">value</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;notranslate&quot;</span><span class="xml_tag">&gt;</span>
    <span class="xml_tag">&lt;title&gt;</span>CodePen - Pure CSS button switch<span class="xml_tag">&lt;/title&gt;</span>
    <span class="xml_tag">&lt;link</span> <span class="xml_attrib">rel</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;stylesheet&quot;</span> <span class="xml_attrib">href</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;wtFne_data/reset.css&quot;</span><span class="xml_tag">&gt;</span>
	   <span class="xml_tag">&lt;style&gt;</span><span class="html_style">
	 body {
  background: rgb(241,236,232);
  background: -moz-linear-gradient(top,  rgba(241,236,232,1) 0%, rgba(237,234,229,1) 23%, rgba(234,229,225,1) 35%, rgba(234,229,225,1) 47%, rgba(227,220,214,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(241,236,232,1) 0%,rgba(237,234,229,1) 23%,rgba(234,229,225,1) 35%,rgba(234,229,225,1) 47%,rgba(227,220,214,1) 100%);
}
#switch {
  position: absolute;
  left: -9999px;
}
.switch {
  position	 : relative;
  display	  : block;
  width	    : 30px;
  padding	  : 15px;
  height	   : 19px;
  border-radius : 50%;
  margin	   : 100px auto; 
  border-bottom : 4px solid #b2afaa;
  box-shadow    : inset 0 2px 3px 0px #FFF , inset 0 -1px 2px 0px #999 , 0 3px 3px -1px #222;
  cursor	   : pointer;
  background: -moz-linear-gradient(top,  rgba(233,228,224,1) 0%, rgba(233,228,224,1) 67%, rgba(249,244,240,1) 75%, rgba(239,239,239,1) 100%);
  
  background: -webkit-linear-gradient(top,  rgba(233,228,224,1) 0%,rgba(233,228,224,1) 67%,rgba(249,244,240,1) 75%,rgba(239,239,239,1) 100%);
}
.switch:before {
  display  : block;
  content  : &quot;&quot;;
  z-index  : -1;
  position : absolute;
  top	 : -6px;
  left	: -6px;
  width    : 68px;
  height   : 68px;
  border-radius : inherit;
  border   : 2px solid #eee;
  background: rgb(144,136,123);
  background: -moz-linear-gradient(top,  rgba(144,136,123,1) 0%, rgba(144,136,123,1) 21%, rgba(154,147,131,1) 29%, rgba(204,193,171,1) 50%, rgba(213,203,178,1) 55%, rgba(221,211,184,1) 61%, rgba(221,211,184,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(144,136,123,1) 0%,rgba(144,136,123,1) 21%,rgba(154,147,131,1) 29%,rgba(204,193,171,1) 50%,rgba(213,203,178,1) 55%,rgba(221,211,184,1) 61%,rgba(221,211,184,1) 100%);
}
.switch:after {
  content : &quot;ON&quot;;
  position : absolute;
  top	 : -40px;
  left	: 17px;
  color    : #daaa18;
  font-family : &quot;Verdana&quot;;
  text-shadow : 0 -1px 0 #999 , 1px 1px 0 #FFF;
  font-size   : 14px;
}
.switch .bg {
  display : block;
  position: absolute;
  top	: 0;
  left    : 0;
  z-index : -1;
  width   : 60px;
  height  : 60px;
  border-radius : 50%;
  background : #daaa18;
}
i {
  float  : left;
  width  : 3px;
  height : 3px;
  border-radius : 50%;
  background  : #efefef;
  box-shadow  : 0 1px 1px 0 #999;
  margin	 : 2px 1px 2px 3px;
}
i:nth-child(14) , i:nth-child(15) , i:nth-child(16) , i:nth-child(17) {
  height : 1px;
}
#switch:checked + .switch {
  background    : #ede8e2;
  border	   : 1px solid #6f6658;
  height	   : 30px;
  box-shadow    : inset 0 2px 3px 0px #FFF , inset 0 -1px 2px 0px #999;
}
#switch:checked + .switch i {
  height : 3px;
}
#switch:checked + .switch:after {
  content : &quot;OFF&quot;;
  color   : #aaa;
}
    </span><span class="xml_tag">&lt;/style&gt;</span>
    <span class="xml_tag">&lt;script&gt;</span><span class="html_script">
  window.console = window.console || function(t) {};
</span><span class="xml_tag">&lt;/script&gt;</span>
  <span class="xml_tag">&lt;/head&gt;</span>
  <span class="xml_tag">&lt;body&gt;</span>
    <span class="xml_tag">&lt;input</span> <span class="xml_attrib">name</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;switch&quot;</span> <span class="xml_attrib">id</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;switch&quot;</span> <span class="xml_attrib">type</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;checkbox&quot;</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;label</span> <span class="xml_attrib">for</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;switch&quot;</span> <span class="xml_attrib">class</span> =&quot;switch&quot;&gt;
  <span class="xml_tag">&lt;span</span> <span class="xml_attrib">class</span> =&quot;bg&quot;&gt;<span class="xml_tag">&lt;/span&gt;</span>
  <span class="xml_tag">&lt;i&gt;</span><span class="xml_tag">&lt;/i&gt;</span>
  <span class="xml_tag">&lt;i&gt;</span><span class="xml_tag">&lt;/i&gt;</span>
  <span class="xml_tag">&lt;i&gt;</span><span class="xml_tag">&lt;/i&gt;</span>
  <span class="xml_tag">&lt;i&gt;</span><span class="xml_tag">&lt;/i&gt;</span>
  <span class="xml_tag">&lt;i&gt;</span><span class="xml_tag">&lt;/i&gt;</span>
  <span class="xml_tag">&lt;i&gt;</span><span class="xml_tag">&lt;/i&gt;</span>
  <span class="xml_tag">&lt;i&gt;</span><span class="xml_tag">&lt;/i&gt;</span>
  <span class="xml_tag">&lt;i&gt;</span><span class="xml_tag">&lt;/i&gt;</span>
  <span class="xml_tag">&lt;i&gt;</span><span class="xml_tag">&lt;/i&gt;</span>
  <span class="xml_tag">&lt;i&gt;</span><span class="xml_tag">&lt;/i&gt;</span>
  <span class="xml_tag">&lt;i&gt;</span><span class="xml_tag">&lt;/i&gt;</span>
  <span class="xml_tag">&lt;i&gt;</span><span class="xml_tag">&lt;/i&gt;</span>
  <span class="xml_tag">&lt;i&gt;</span><span class="xml_tag">&lt;/i&gt;</span>
  <span class="xml_tag">&lt;i&gt;</span><span class="xml_tag">&lt;/i&gt;</span>
  <span class="xml_tag">&lt;i&gt;</span><span class="xml_tag">&lt;/i&gt;</span>
  <span class="xml_tag">&lt;i&gt;</span><span class="xml_tag">&lt;/i&gt;</span>
<span class="xml_tag">&lt;/label&gt;</span>
    <span class="xml_tag">&lt;script&gt;</span><span class="html_script">
  if (document.location.search.match(/type=embed/gi)) {
    window.parent.postMessage(&quot;resize&quot;, &quot;*&quot;);
  }
</span><span class="xml_tag">&lt;/script&gt;</span>
<span class="xml_tag">&lt;/body&gt;</span><span class="xml_tag">&lt;/html&gt;</span></code></pre></td><td><div class="linenum"><code>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br />23<br />24<br />25<br />26<br />27<br />28<br />29<br />30<br />31<br />32<br />33<br />34<br />35<br />36<br />37<br />38<br />39<br />40<br />41<br />42<br />43<br />44<br />45<br />46<br />47<br />48<br />49<br />50<br />51<br />52<br />53<br />54<br />55<br />56<br />57<br />58<br />59<br />60<br />61<br />62<br />63<br />64<br />65<br />66<br />67<br />68<br />69<br />70<br />71<br />72<br />73<br />74<br />75<br />76<br />77<br />78<br />79<br />80<br />81<br />82<br />83<br />84<br />85<br />86<br />87<br />88<br />89<br />90<br />91<br />92<br />93<br />94<br />95<br />96<br />97<br />98<br />99<br />100<br />101<br />102<br />103<br />104<br />105<br />106<br />107<br />108<br />109<br />110<br />111<br />112<br />113<br />114<br />115<br />116<br />117<br />118<br />119<br />120<br />121<br />122<br />123<br />124<br />125</code></div></td></tr></table></div><hr class="hidden clear" /></div>
<p>
</div></div></div></div>
<div style="text-align: CENTER;">==========================</div><div style="text-align: CENTER;"><br><iframe name="I love Midori" src="http:///dl.midorinco.ir/others/css/8checkbox/siAvJ.htm" scrolling="auto" width="100%" height="300" frameborder="no"></iframe></div><div align="center"><div  style="margin: 5px 10px 10px; width: 98%;"><div style="text-align:  right; padding: 4px; background: #FFAA55; repeat-x scroll 0% 0%  transparent; border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; color:#ffffff; text-shadow:0 -1px #D3B40F; font-weight:bold;  "><input type="button" onclick="if  (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  != '') {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = '';       this.innerText = ''; this.value = 'پنهان کردن متن'; } else {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = 'none'; this.innerText = ''; this.value = 'نشان دادن متن'; }" style="width:  90px; height: 25px; font-size: 12px; margin: 0px; padding: 0px;font-family: Tahoma"  value="نشان دادن متن"></div><div><div  style="border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; display:  none; text-align: right">
</p>
<div class="codeblock"><div class="title"><input type="button" class="button select_button" value="انتخاب کدها" onClick="selectObj(this.parentNode.parentNode.getElementsByTagName('pre')[0].getElementsByTagName('code')[0])" id="coolcode_btnsel_1773751015_6_73" style="display: none;" /><script type="text/javascript">
//<!--
$("coolcode_btnsel_1773751015_6_73").style.display = "";
//-->
</script><city>کد HTML:</city>
</div>
			<div class="codecontainer"><table style="text-align:left;" align="left"><tr><td>
			<pre><code><span class="xml_tag">&lt;!DOCTYPE</span> <span class="xml_attrib">html</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;html</span> <span class="xml_attrib">class</span> =&quot; -moz-&quot;&gt;<span class="xml_tag">&lt;head&gt;</span>
<span class="xml_tag">&lt;meta</span> <span class="xml_attrib">http-equiv</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;content-type&quot;</span> <span class="xml_attrib">content</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;text/html; charset=UTF-8&quot;</span><span class="xml_tag">&gt;</span>
    <span class="xml_tag">&lt;meta</span> <span class="xml_attrib">charset</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;UTF-8&quot;</span><span class="xml_tag">&gt;</span>
    <span class="xml_tag">&lt;meta</span> <span class="xml_attrib">name</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;google&quot;</span> <span class="xml_attrib">value</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;notranslate&quot;</span><span class="xml_tag">&gt;</span>
    <span class="xml_tag">&lt;title&gt;</span>CodePen - Button<span class="xml_tag">&lt;/title&gt;</span>
	<span class="xml_tag">&lt;link</span> <span class="xml_attrib">rel</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;stylesheet&quot;</span> <span class="xml_attrib">href</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;wtFne_data/reset.css&quot;</span><span class="xml_tag">&gt;</span>
	   <span class="xml_tag">&lt;style&gt;</span><span class="html_style">
	 body {
  background-color: #1b1b1b;
}
.container {
  width  : 150px;
  height : 130px;
  padding-top : 20px;
  margin : 50px auto ;
}
#power {
  position: absolute;
  left: -9999px;
}
label {
  display : block;
  width   : 100px;
  height  : 100px;
  border-radius : 50%;
  position   : relative;
  margin	: auto;
  border	: 4px solid #636679;
  background : -webkit-radial-gradient(center , ellipse cover, #efefef 0% , #EEE 80% , #FFF 100%);
  background :    -moz-radial-gradient(center , ellipse cover, #efefef 0% , #EEE 80% , #FFF 100%);
  background :	    radial-gradient(center , ellipse cover, #fefefe 0% , #EEE 80% , #FFF 100%);
  box-shadow : inset 0 -5px 10px 0 #d0d5eb , inset 0 5px 10px 0 #FFF , 0 0 0 1px #333;
  cursor	: pointer;
  text-align  : center;
  font-size   : 40px;
  color	  : #0f0;
  line-height : 100px;
  text-shadow : -1px -1px 0px #FFF , 1px 1px 0px #FFF;
  transition : all .1s ease-in-out;
}
label:after , label:before {
  display : block;
  content : &quot;&quot;;
  position: absolute;
}
label:before {
  width  : 150px;
  height : 150px;
  border-radius : 20px;
  background    : -webkit-linear-gradient(top,  #fefefe 0%, #eee 30%, #ddd 82%,#ddd 100%);
  background    :    -moz-linear-gradient(top,  #fefefe 0%, #eee 30%, #ddd 82%,#ddd 100%);
  background    :	    linear-gradient(top,  #fefefe 0%, #eee 30%, #ddd 82%,#ddd 100%);
  box-shadow    : 0 10px 30px 0 #000 ;
  top	: -25px;
  left    : -25px;
  z-index : -2;
}
label:after {
  width  : 130px;
  height : 130px;
  border-radius : 50%;
  background : #fff;
  top  : -15px;
  left : -15px;
  z-index : -1;
  box-shadow : 0 -2px 5px 0px #fefefe , 0 2px 5px 0 #ccc;
  background: rgb(210,215,237);
  background: -webkit-linear-gradient(top,  #ddd 0%, #ddd 30%, #eee 82%,#efefef 100%);
  background:    -moz-linear-gradient(top,  #ddd 0%, #ddd 30%, #eee 82%,#efefef 100%);
  background:	    linear-gradient(top,  #ddd 0%, #ddd 30%, #eee 82%,#efefef 100%);
}
.light {
  display    : block;
  width	 : 12px;
  height	: 12px;
  position   : absolute;
  top	   : -12px;
  right	 : -12px;
  background : -webkit-radial-gradient(center , ellipse cover, #fff 0% , #d6f804 80% , #bade32 100%);
  background :    -moz-radial-gradient(center , ellipse cover, #fff 0% , #d6f804 80% , #bade32 100%);
  background :	    radial-gradient(center , ellipse cover, #fff 0% , #d6f804 80% , #bade32 100%);
  box-shadow : inset 0 1px 1px 0 #333 ,inset 0 -1px 1px 0 #333 , 0 0 5px 1px #bade32;
  border-radius : 50%;
  transition : all .1s ease-in-out;
}
.icon-off {
  position : absolute;
  top	 : 0;
  left	: 0;
  right    : 0;
  bottom   : 0;
  margin   : auto;
  width    : 40px;
  height   : 40px;
  border-radius : 50%;
  background : #d6f804;
  box-shadow : inset 0 0 4px 0 #999;
  transition : all .1s ease-in-out;
}
.icon-off:after {
  display  : block;
  content  : '';
  position : absolute;
  top	 : 0; bottom : 0;
  left	: 0; right  : 0;
  margin   : auto;
  width    : 26px;
  height   : 26px;
  border-radius : 50%;
  background    : #eee;
  box-shadow : 0 0 3px 0 #999;
  z-index    : 2;
}
.icon-off:before {
  display  : block;
  content  : '';
  position : absolute;
  top	 : -5px;
  left	: 0; right  : 0;
  margin   : auto;
  width    : 8px;
  height   : 25px;
  background : #d6f804;
  box-shadow : inherit;
  border-radius : 10px;
  border-style  : solid;
  border-width  : 0 3px 0;
  border-color  : #EEE;
  z-index    : 3;
  transition : all .1s ease-in-out;
}
#power:checked + label {
  background : -webkit-radial-gradient(center , ellipse cover, #ddd 0% , #EEE 80% , #efefef 100%);
  background :	    radial-gradient(center , ellipse cover, #ddd 0% , #EEE 80% , #efefef 100%);
  background :	    radial-gradient(center , ellipse cover, #ddd 0% , #EEE 80% , #efefef 100%);
  box-shadow : inset 0 -5px 10px 0 #aaa , inset 0 5px 10px 0 #aaa , 0 0 0 1px #333;
  transition : all .1s linear;
  
}
#power:checked + label .light {
  background : -webkit-radial-gradient(center , ellipse cover, #fcc 0% , #f88 60% , #f00 100%);
  background :    -moz-radial-gradient(center , ellipse cover, #fcc 0% , #f88 60% , #f00 100%);
  background :	    radial-gradient(center , ellipse cover, #fcc 0% , #f88 60% , #f00 100%);
  box-shadow : inset 0 1px 1px 0 #555 ,inset 0 -1px 1px 0 #555 , 0 0 5px 0 #f55;
  transition : all .1s linear;
}
#power:checked + label .icon-off {
  background : transparent;
  box-shadow : inset 0 0 5px 0 #777;
  transition : all .1s linear;
} 
#power:checked + label .icon-off:after {
  background : inherit;
  box-shadow : 0 0 5px 0 #777;
} 
#power:checked + label .icon-off:before {
  background   : #ddd;
  border-color : #dfdfdf;
  box-shadow   : inherit;
  transition : all .1s linear;
} 
    </span><span class="xml_tag">&lt;/style&gt;</span>
    <span class="xml_tag">&lt;script&gt;</span><span class="html_script">
  window.console = window.console || function(t) {};
</span><span class="xml_tag">&lt;/script&gt;</span>
	   <span class="xml_tag">&lt;script</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;wtFne_data/prefixfree.js&quot;</span><span class="xml_tag">&gt;</span><span class="html_script"></span><span class="xml_tag">&lt;/script&gt;</span>
  <span class="xml_tag">&lt;/head&gt;</span>
  <span class="xml_tag">&lt;body&gt;</span>
    <span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;container&quot;&gt;
	   <span class="xml_tag">&lt;input</span> <span class="xml_attrib">id</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;power&quot;</span> <span class="xml_attrib">name</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;power&quot;</span> <span class="xml_attrib">type</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;checkbox&quot;</span><span class="xml_tag">&gt;</span>
	   <span class="xml_tag">&lt;label</span> <span class="xml_attrib">for</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;power&quot;</span> <span class="xml_attrib">class</span> =&quot;power&quot;&gt;
		  <span class="xml_tag">&lt;span</span> <span class="xml_attrib">class</span> =&quot;icon-off&quot;&gt;<span class="xml_tag">&lt;/span&gt;</span>
		  <span class="xml_tag">&lt;span</span> <span class="xml_attrib">class</span> =&quot;light&quot;&gt;<span class="xml_tag">&lt;/span&gt;</span>
	   <span class="xml_tag">&lt;/label&gt;</span>
<span class="xml_tag">&lt;/div&gt;</span>
    <span class="xml_tag">&lt;script&gt;</span><span class="html_script">
  if (document.location.search.match(/type=embed/gi)) {
    window.parent.postMessage(&quot;resize&quot;, &quot;*&quot;);
  }
</span><span class="xml_tag">&lt;/script&gt;</span>
<span class="xml_tag">&lt;/body&gt;</span><span class="xml_tag">&lt;/html&gt;</span></code></pre></td><td><div class="linenum"><code>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br />23<br />24<br />25<br />26<br />27<br />28<br />29<br />30<br />31<br />32<br />33<br />34<br />35<br />36<br />37<br />38<br />39<br />40<br />41<br />42<br />43<br />44<br />45<br />46<br />47<br />48<br />49<br />50<br />51<br />52<br />53<br />54<br />55<br />56<br />57<br />58<br />59<br />60<br />61<br />62<br />63<br />64<br />65<br />66<br />67<br />68<br />69<br />70<br />71<br />72<br />73<br />74<br />75<br />76<br />77<br />78<br />79<br />80<br />81<br />82<br />83<br />84<br />85<br />86<br />87<br />88<br />89<br />90<br />91<br />92<br />93<br />94<br />95<br />96<br />97<br />98<br />99<br />100<br />101<br />102<br />103<br />104<br />105<br />106<br />107<br />108<br />109<br />110<br />111<br />112<br />113<br />114<br />115<br />116<br />117<br />118<br />119<br />120<br />121<br />122<br />123<br />124<br />125<br />126<br />127<br />128<br />129<br />130<br />131<br />132<br />133<br />134<br />135<br />136<br />137<br />138<br />139<br />140<br />141<br />142<br />143<br />144<br />145<br />146<br />147<br />148<br />149<br />150<br />151<br />152<br />153<br />154<br />155<br />156<br />157<br />158<br />159<br />160<br />161<br />162<br />163<br />164<br />165<br />166<br />167<br />168<br />169<br />170<br />171<br />172<br />173<br />174<br />175<br />176<br />177<br />178<br />179<br />180<br />181<br />182</code></div></td></tr></table></div><hr class="hidden clear" /></div>
<p>
</div></div></div></div>
<div style="text-align: CENTER;">==========================</div><div style="text-align: CENTER;"><br><iframe name="I love Midori" src="http:///dl.midorinco.ir/others/css/8checkbox/syije.htm" scrolling="auto" width="100%" height="300" frameborder="no"></iframe></div><div align="center"><div  style="margin: 5px 10px 10px; width: 98%;"><div style="text-align:  right; padding: 4px; background: #FFAA55; repeat-x scroll 0% 0%  transparent; border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; color:#ffffff; text-shadow:0 -1px #D3B40F; font-weight:bold;  "><input type="button" onclick="if  (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  != '') {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = '';       this.innerText = ''; this.value = 'پنهان کردن متن'; } else {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = 'none'; this.innerText = ''; this.value = 'نشان دادن متن'; }" style="width:  90px; height: 25px; font-size: 12px; margin: 0px; padding: 0px;font-family: Tahoma"  value="نشان دادن متن"></div><div><div  style="border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; display:  none; text-align: right">
</p>
<div class="codeblock"><div class="title"><input type="button" class="button select_button" value="انتخاب کدها" onClick="selectObj(this.parentNode.parentNode.getElementsByTagName('pre')[0].getElementsByTagName('code')[0])" id="coolcode_btnsel_1773751015_7_96" style="display: none;" /><script type="text/javascript">
//<!--
$("coolcode_btnsel_1773751015_7_96").style.display = "";
//-->
</script><city>کد HTML:</city>
</div>
			<div class="codecontainer"><table style="text-align:left;" align="left"><tr><td>
			<pre><code><span class="xml_tag">&lt;!DOCTYPE</span> <span class="xml_attrib">html</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;html</span> <span class="xml_attrib">class</span> =&quot; -moz-&quot;&gt;<span class="xml_tag">&lt;head&gt;</span>
<span class="xml_tag">&lt;meta</span> <span class="xml_attrib">http-equiv</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;content-type&quot;</span> <span class="xml_attrib">content</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;text/html; charset=UTF-8&quot;</span><span class="xml_tag">&gt;</span>
    <span class="xml_tag">&lt;meta</span> <span class="xml_attrib">charset</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;UTF-8&quot;</span><span class="xml_tag">&gt;</span>
    <span class="xml_tag">&lt;meta</span> <span class="xml_attrib">name</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;google&quot;</span> <span class="xml_attrib">value</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;notranslate&quot;</span><span class="xml_tag">&gt;</span>
    <span class="xml_tag">&lt;title&gt;</span>CodePen - Switching<span class="xml_tag">&lt;/title&gt;</span>
    <span class="xml_tag">&lt;link</span> <span class="xml_attrib">rel</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;stylesheet&quot;</span> <span class="xml_attrib">href</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;wtFne_data/reset.css&quot;</span><span class="xml_tag">&gt;</span>
	   <span class="xml_tag">&lt;style&gt;</span><span class="html_style">
	 body {
  background : #1b1b1b;	 
}
.toggle , .toggle1{
  cursor  : pointer;
  display : block;
  width   : 130px;
  height  : 130px;
  position: relative;
}
.toggle {
  float : left;
  margin: 30px 0 0 400px;
}
.toggle1 {
  float : right;
  margin: 30px 400px 0 0;
}
.a , .b{
  position : absolute;
  top   : 0;
  left  : 0;
  width : 130px;
  height: 130px;
  background  : #b1bb1b;
  text-align  : center;
  font-size   : 90px;
  line-height : 130px;
  font-family : georgia;
  font-weight : bold;
  color	  : #1b1b1b;
  border-radius : 15px;
  border : 2px dotted rgba(0,0,0,.5);
  text-shadow : 1px 1px 0 rgba(250, 250, 250, 0.5);
}
.a {
  z-index : 1;
}
.b {
  background : #b1bbfb;
  z-index : 2;
}
#switch , #switch1 {
  position: absolute;
  left: -9999px;
}
#switch:checked ~ .toggle .b {
  animation : move-r 1s both;
}
#switch:not(:checked) ~ .toggle .b{
  animation : move-l 1s both;
}
@keyframes move-r {
  40% {
    transform : rotate(500deg) scale(1.1);
    left : 130%;
  }
  
  100% {
    left    : 0;
    z-index : -1;
  }
  
}
@keyframes move-l {
  0% {
    -webkit-transform : rotate(0deg);
    left    : 0;
    z-index : -1;
  }
  50% {
    transform : rotate(900deg) scale(.6);
    left    : -130%;
    z-index : -1;
  }
  100% {
    left    : 0;
    z-index : 2;
  } 
}
/* toggle1 */
#switch1:checked ~ .toggle1 .b {
  animation : move 1s both;
}
#switch1:checked ~ .toggle1 .a {
  animation : face 1s both;
}
#switch1:not(:checked) ~ .toggle1 .a{
  animation : move 1s both;
}

#switch1:not(:checked) ~ .toggle1 .b{
  animation : face 1s both;
}
@keyframes move {
  0% {
    z-index : 3;
  }
  50% {
    transform : rotate(15deg) scale(.6);
    left    : 130%;
    z-index : 3;
  }
  100% {
    left    : 0;
    z-index : 0;
  }
}
@keyframes  face {
  to {
    z-index : 3;
  }
}
    </span><span class="xml_tag">&lt;/style&gt;</span>
    <span class="xml_tag">&lt;script&gt;</span><span class="html_script">
  window.console = window.console || function(t) {};
</span><span class="xml_tag">&lt;/script&gt;</span>
	   <span class="xml_tag">&lt;script</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;wtFne_data/prefixfree.js&quot;</span><span class="xml_tag">&gt;</span><span class="html_script"></span><span class="xml_tag">&lt;/script&gt;</span>
  <span class="xml_tag">&lt;/head&gt;</span>

  <span class="xml_tag">&lt;body&gt;</span>
    <span class="xml_tag">&lt;input</span> <span class="xml_attrib">id</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;switch&quot;</span> <span class="xml_attrib">type</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;checkbox&quot;</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;label</span> <span class="xml_attrib">class</span> =&quot;toggle&quot; for=&quot;switch&quot;&gt;
  <span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;a&quot;&gt;♣<span class="xml_tag">&lt;/div&gt;</span>
  <span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;b&quot;&gt;☺<span class="xml_tag">&lt;/div&gt;</span>
<span class="xml_tag">&lt;/label&gt;</span>

<span class="xml_tag">&lt;input</span> <span class="xml_attrib">id</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;switch1&quot;</span> <span class="xml_attrib">type</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;checkbox&quot;</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;label</span> <span class="xml_attrib">class</span> =&quot;toggle1&quot; for=&quot;switch1&quot;&gt;
  <span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;a&quot;&gt;☺<span class="xml_tag">&lt;/div&gt;</span>
  <span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;b&quot;&gt;♥<span class="xml_tag">&lt;/div&gt;</span>
<span class="xml_tag">&lt;/label&gt;</span>
<span class="xml_tag">&lt;script&gt;</span><span class="html_script">
  if (document.location.search.match(/type=embed/gi)) {
    window.parent.postMessage(&quot;resize&quot;, &quot;*&quot;);
  }
</span><span class="xml_tag">&lt;/script&gt;</span>
<span class="xml_tag">&lt;/body&gt;</span><span class="xml_tag">&lt;/html&gt;</span></code></pre></td><td><div class="linenum"><code>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br />23<br />24<br />25<br />26<br />27<br />28<br />29<br />30<br />31<br />32<br />33<br />34<br />35<br />36<br />37<br />38<br />39<br />40<br />41<br />42<br />43<br />44<br />45<br />46<br />47<br />48<br />49<br />50<br />51<br />52<br />53<br />54<br />55<br />56<br />57<br />58<br />59<br />60<br />61<br />62<br />63<br />64<br />65<br />66<br />67<br />68<br />69<br />70<br />71<br />72<br />73<br />74<br />75<br />76<br />77<br />78<br />79<br />80<br />81<br />82<br />83<br />84<br />85<br />86<br />87<br />88<br />89<br />90<br />91<br />92<br />93<br />94<br />95<br />96<br />97<br />98<br />99<br />100<br />101<br />102<br />103<br />104<br />105<br />106<br />107<br />108<br />109<br />110<br />111<br />112<br />113<br />114<br />115<br />116<br />117<br />118<br />119<br />120<br />121<br />122<br />123<br />124<br />125<br />126<br />127<br />128<br />129<br />130<br />131<br />132<br />133<br />134<br />135<br />136<br />137<br />138<br />139<br />140<br />141<br />142<br />143<br />144<br />145<br />146</code></div></td></tr></table></div><hr class="hidden clear" /></div>
<p>
</div></div></div></div>
<div style="text-align: CENTER;">==========================<br />
<br><iframe name="I love Midori" src="http:///dl.midorinco.ir/others/css/8checkbox/waEYye.htm" scrolling="auto" width="100%" height="300" frameborder="no"></iframe></div><div align="center"><div  style="margin: 5px 10px 10px; width: 98%;"><div style="text-align:  right; padding: 4px; background: #FFAA55; repeat-x scroll 0% 0%  transparent; border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; color:#ffffff; text-shadow:0 -1px #D3B40F; font-weight:bold;  "><input type="button" onclick="if  (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  != '') {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = '';       this.innerText = ''; this.value = 'پنهان کردن متن'; } else {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = 'none'; this.innerText = ''; this.value = 'نشان دادن متن'; }" style="width:  90px; height: 25px; font-size: 12px; margin: 0px; padding: 0px;font-family: Tahoma"  value="نشان دادن متن"></div><div><div  style="border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; display:  none; text-align: right">
</p>
<div class="codeblock"><div class="title"><input type="button" class="button select_button" value="انتخاب کدها" onClick="selectObj(this.parentNode.parentNode.getElementsByTagName('pre')[0].getElementsByTagName('code')[0])" id="coolcode_btnsel_1773751015_8_57" style="display: none;" /><script type="text/javascript">
//<!--
$("coolcode_btnsel_1773751015_8_57").style.display = "";
//-->
</script><city>کد HTML:</city>
</div>
			<div class="codecontainer"><table style="text-align:left;" align="left"><tr><td>
			<pre><code><span class="xml_tag">&lt;!DOCTYPE</span> <span class="xml_attrib">html</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;html&gt;</span><span class="xml_tag">&lt;head&gt;</span>
<span class="xml_tag">&lt;meta</span> <span class="xml_attrib">http-equiv</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;content-type&quot;</span> <span class="xml_attrib">content</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;text/html; charset=UTF-8&quot;</span><span class="xml_tag">&gt;</span>
    <span class="xml_tag">&lt;meta</span> <span class="xml_attrib">charset</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;UTF-8&quot;</span><span class="xml_tag">&gt;</span>
    <span class="xml_tag">&lt;meta</span> <span class="xml_attrib">name</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;google&quot;</span> <span class="xml_attrib">value</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;notranslate&quot;</span><span class="xml_tag">&gt;</span>
    <span class="xml_tag">&lt;title&gt;</span>CodePen - Pure CSS Toggles<span class="xml_tag">&lt;/title&gt;</span>
    <span class="xml_tag">&lt;title&gt;</span>Pure Toggle Effects, by RGG<span class="xml_tag">&lt;/title&gt;</span>
	   <span class="xml_tag">&lt;meta</span> <span class="xml_attrib">charset</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;UTF-8&quot;</span><span class="xml_tag">&gt;</span>
	   <span class="xml_tag">&lt;meta</span> <span class="xml_attrib">name</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;viewport&quot;</span> <span class="xml_attrib">content</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;width=device-width, initial-scale=1.0&quot;</span><span class="xml_tag">&gt;</span>
	   <span class="xml_tag">&lt;style&gt;</span><span class="html_style">
	 @charset &quot;UTF-8&quot;;
@import url(weloveiconfonts.com.css);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:700,300);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: &quot;&quot;;
  content: none;
}
a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
body {
  background-color: #d0d0d0;
  text-align: center;
  font-family: &quot;Open Sans&quot;, sans-serif;
  font-size: 16px;
  color: #444444;
}
header {
  margin-bottom: 2em;
}
h1 {
  font-size: 2em;
  margin: 2em 0 1em;
}
strong {
  font-weight: 700;
}
legend {
  font-size: 1.5em;
  line-height: 1em;
  margin-bottom: 1.9em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #444444;
  width: 100%;
}
div {
  margin-bottom: 1em;
}
fieldset {
  border: 0;
  padding: 0 2em 2em;
}
.pure-toggle {
  cursor: pointer;
  font-size: 1.5em;
  width: 6em;
  height: 3em;
  display: inline-block;
  position: relative;
  background: white;
  text-align: left;
  line-height: 3em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-perspective: 300px;
  -webkit-perspective: 300px;
  perspective: 300px;
}
.pure-toggle:before {
  width: 3em;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #f5f5f5;
  display: inline-block;
  text-align: center;
  font-family: 'FontAwesome', sans-serif;
  content: &quot;···&quot;;
  color: #ffffff;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  /*@include box-shadow(0.1em 0 0.2em rgba(0,0,0,0.3));*/
}
.pure-toggle [class^='fontawesome-'] {
  padding: 1em;
  line-height: inherit;
  font-family: 'FontAwesome', sans-serif;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.pure-toggle.flip:before {
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.pure-toggle.brick {
  background-color: white;
  border: 1px solid #d9d9d9;
  border-bottom-color: #e6e6e6;
  -moz-box-shadow: inset 0 0.1em 0.03em rgba(0, 0, 0, 0.2), inset 0 0.1em 0.3em rgba(0, 0, 0, 0.3), 0 0 2em rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: inset 0 0.1em 0.03em rgba(0, 0, 0, 0.2), inset 0 0.1em 0.3em rgba(0, 0, 0, 0.3), 0 0 2em rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 0.1em 0.03em rgba(0, 0, 0, 0.2), inset 0 0.1em 0.3em rgba(0, 0, 0, 0.3), 0 0 2em rgba(255, 255, 255, 0.6);
}
.pure-toggle.brick:before {
  margin-right: -1px;
  margin-top: -0.14em;
  -moz-box-shadow: 0 0.12em 0.01em #3ba5bc, 0 0.12em 0.3em rgba(59, 165, 188, 0.6), 0 0.12em 2em rgba(0, 0, 0, 0.3), -0.12em 0.15em 0.2em rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0.12em 0.01em #3ba5bc, 0 0.12em 0.3em rgba(59, 165, 188, 0.6), 0 0.12em 2em rgba(0, 0, 0, 0.3), -0.12em 0.15em 0.2em rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.12em 0.01em #3ba5bc, 0 0.12em 0.3em rgba(59, 165, 188, 0.6), 0 0.12em 2em rgba(0, 0, 0, 0.3), -0.12em 0.15em 0.2em rgba(0, 0, 0, 0.2);
  -moz-transition-duration: 0.66667s;
  -o-transition-duration: 0.66667s;
  -webkit-transition-duration: 0.66667s;
  transition-duration: 0.66667s;
  -moz-transition-timing-function: cubic-bezier(0.52, -0.41, 0.55, 1.46);
  -o-transition-timing-function: cubic-bezier(0.52, -0.41, 0.55, 1.46);
  -webkit-transition-timing-function: cubic-bezier(0.52, -0.41, 0.55, 1.46);
  transition-timing-function: cubic-bezier(0.52, -0.41, 0.55, 1.46);
}
.pure-toggle.brick.switch {
  background: transparent;
  -moz-box-shadow: inset 0 0 0.03em transparent, inset 0 0 0.3em transparent, 0 0 2em rgba(255, 255, 255, 0);
  -webkit-box-shadow: inset 0 0 0.03em transparent, inset 0 0 0.3em transparent, 0 0 2em rgba(255, 255, 255, 0);
  box-shadow: inset 0 0 0.03em transparent, inset 0 0 0.3em transparent, 0 0 2em rgba(255, 255, 255, 0);
  border: 0;
}
.pure-toggle.brick.switch:before {
  display: none;
}
.pure-toggle.brick.switch .ok {
  color: white;
  top: 0;
  left: 1px;
  line-height: 1em;
  padding: 1em 1.045em;
  position: relative;
  background: #5EB9CC;
  -moz-box-shadow: 0 0.12em 0.01em #3ba5bc, 0 0.12em 0.3em rgba(59, 165, 188, 0.6), 0 0.12em 2em rgba(0, 0, 0, 0.3), -0.12em 0.15em 0.2em rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0.12em 0.01em #3ba5bc, 0 0.12em 0.3em rgba(59, 165, 188, 0.6), 0 0.12em 2em rgba(0, 0, 0, 0.3), -0.12em 0.15em 0.2em rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.12em 0.01em #3ba5bc, 0 0.12em 0.3em rgba(59, 165, 188, 0.6), 0 0.12em 2em rgba(0, 0, 0, 0.3), -0.12em 0.15em 0.2em rgba(0, 0, 0, 0.2);
  -moz-transition-duration: 0.33333s;
  -o-transition-duration: 0.33333s;
  -webkit-transition-duration: 0.33333s;
  transition-duration: 0.33333s;
}
.pure-toggle.brick.switch .ok.no {
  top: 0.14em;
  background: transparent;
  background: #cc0966;
  -moz-box-shadow: 0 0 0.01em #9b074e, 0 0 0.3em rgba(155, 7, 78, 0.6), 0 0.12em 2em transparent, -0.12em 0.15em 0.2em transparent;
  -webkit-box-shadow: 0 0 0.01em #9b074e, 0 0 0.3em rgba(155, 7, 78, 0.6), 0 0.12em 2em transparent, -0.12em 0.15em 0.2em transparent;
  box-shadow: 0 0 0.01em #9b074e, 0 0 0.3em rgba(155, 7, 78, 0.6), 0 0.12em 2em transparent, -0.12em 0.15em 0.2em transparent;
}
input[type='checkbox'] + .pure-toggle:before {
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  background-color: #5EB9CC;
}
input[type='checkbox'] + .pure-toggle [class^=&quot;fontawesome-&quot;],
input[type='checkbox'] + .pure-toggle [class*=&quot;fontawesome-&quot;] {
  color: #5EB9CC;
}
input[type='checkbox'] + .pure-toggle.wide:before {
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -moz-animation: contract 1s ease-in-out forwards;
  -webkit-animation: contract 1s ease-in-out forwards;
  animation: contract 1s ease-in-out forwards;
}
input[type='checkbox'] + .pure-toggle.brick:before {
  border-bottom: 0.03em solid #71c1d2;
  text-shadow: 0 0.05em 0 #4bb1c6;
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
input[type='checkbox'] + .pure-toggle.brick.switch .ok {
  color: white;
}
input[type='checkbox'] + .pure-toggle.flip:before {
  -moz-animation: flip 0.5s ease-in-out forwards;
  -webkit-animation: flip 0.5s ease-in-out forwards;
  animation: flip 0.5s ease-in-out forwards;
}
input[type='checkbox'] + .pure-toggle.impossible:before {
  -moz-animation: impossible 0.5s ease-in-out forwards;
  -webkit-animation: impossible 0.5s ease-in-out forwards;
  animation: impossible 0.5s ease-in-out forwards;
}
input[type='checkbox']:checked + .pure-toggle:before {
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  background-color: #cc0966;
}
input[type='checkbox']:checked + .pure-toggle [class^=&quot;fontawesome-&quot;],
input[type='checkbox']:checked + .pure-toggle [class*=&quot;fontawesome-&quot;] {
  color: #cc0966;
}
input[type='checkbox']:checked + .pure-toggle.wide:before {
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -moz-animation: expand 1s ease-in-out forwards;
  -webkit-animation: expand 1s ease-in-out forwards;
  animation: expand 1s ease-in-out forwards;
}
input[type='checkbox']:checked + .pure-toggle.brick:before {
  margin-right: 3em;
  border-bottom: 0.03em solid #f5137f;
  text-shadow: 0 0.05em 0 #9b074e;
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -moz-box-shadow: 0 0.12em 0.01em #9b074e, 0 0.12em 0.3em rgba(155, 7, 78, 0.6), 0 0.12em 2em rgba(0, 0, 0, 0.3), 0.12em 0.15em 0.2em rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0.12em 0.01em #9b074e, 0 0.12em 0.3em rgba(155, 7, 78, 0.6), 0 0.12em 2em rgba(0, 0, 0, 0.3), 0.12em 0.15em 0.2em rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.12em 0.01em #9b074e, 0 0.12em 0.3em rgba(155, 7, 78, 0.6), 0 0.12em 2em rgba(0, 0, 0, 0.3), 0.12em 0.15em 0.2em rgba(0, 0, 0, 0.2);
}
input[type='checkbox']:checked + .pure-toggle.brick.switch:before {
  display: none;
}
input[type='checkbox']:checked + .pure-toggle.brick.switch .ok {
  top: 0.14em;
  -moz-box-shadow: 0 0 0.01em #3ba5bc, 0 0 0.3em rgba(59, 165, 188, 0.6), 0 0.12em 2em transparent, -0.12em 0.15em 0.2em transparent;
  -webkit-box-shadow: 0 0 0.01em #3ba5bc, 0 0 0.3em rgba(59, 165, 188, 0.6), 0 0.12em 2em transparent, -0.12em 0.15em 0.2em transparent;
  box-shadow: 0 0 0.01em #3ba5bc, 0 0 0.3em rgba(59, 165, 188, 0.6), 0 0.12em 2em transparent, -0.12em 0.15em 0.2em transparent;
}
input[type='checkbox']:checked + .pure-toggle.brick.switch .ok.no {
  top: 0;
  background: #cc0966;
  -moz-box-shadow: 0 0.12em 0.01em #9b074e, 0 0.12em 0.3em rgba(155, 7, 78, 0.6), 0 0.12em 2em rgba(0, 0, 0, 0.3), 0.12em 0.15em 0.2em rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0.12em 0.01em #9b074e, 0 0.12em 0.3em rgba(155, 7, 78, 0.6), 0 0.12em 2em rgba(0, 0, 0, 0.3), 0.12em 0.15em 0.2em rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.12em 0.01em #9b074e, 0 0.12em 0.3em rgba(155, 7, 78, 0.6), 0 0.12em 2em rgba(0, 0, 0, 0.3), 0.12em 0.15em 0.2em rgba(0, 0, 0, 0.2);
}
input[type='checkbox']:checked + .pure-toggle.flip:before {
  -moz-animation: flip-back 0.5s ease-in-out forwards;
  -webkit-animation: flip-back 0.5s ease-in-out forwards;
  animation: flip-back 0.5s ease-in-out forwards;
}
input[type='checkbox']:checked + .pure-toggle.impossible:before {
  -moz-animation: impossible-back 0.5s ease-in-out forwards;
  -webkit-animation: impossible-back 0.5s ease-in-out forwards;
  animation: impossible-back 0.5s ease-in-out forwards;
}
@keyframes flip-back {
  0% {
    -moz-transform: rotateY(0deg) translateX(0) scale(1);
    -ms-transform: rotateY(0deg) translateX(0) scale(1);
    -webkit-transform: rotateY(0deg) translateX(0) scale(1);
    transform: rotateY(0deg) translateX(0) scale(1);
  }
  60%,
    80% {
    -moz-transform: rotateY(-360deg) translateX(0) scale(1.3);
    -ms-transform: rotateY(-360deg) translateX(0) scale(1.3);
    -webkit-transform: rotateY(-360deg) translateX(0) scale(1.3);
    transform: rotateY(-360deg) translateX(0) scale(1.3);
  }
  100% {
    margin-right: 3em;
    -moz-transform: rotateY(-360deg) translateX(0) scale(1);
    -ms-transform: rotateY(-360deg) translateX(0) scale(1);
    -webkit-transform: rotateY(-360deg) translateX(0) scale(1);
    transform: rotateY(-360deg) translateX(0) scale(1);
  }
}
@keyframes flip {
  0% {
    margin-right: 3em;
    -moz-transform: rotateY(0deg) translateX(0) scale(1);
    -ms-transform: rotateY(0deg) translateX(0) scale(1);
    -webkit-transform: rotateY(0deg) translateX(0) scale(1);
    transform: rotateY(0deg) translateX(0) scale(1);
  }
  60%,
    80% {
    -moz-transform: rotateY(360deg) translateX(0) scale(1.3);
    -ms-transform: rotateY(360deg) translateX(0) scale(1.3);
    -webkit-transform: rotateY(360deg) translateX(0) scale(1.3);
    transform: rotateY(360deg) translateX(0) scale(1.3);
  }
  100% {
    margin-right: 0;
    -moz-transform: rotateY(360deg) translateX(0) scale(1);
    -ms-transform: rotateY(360deg) translateX(0) scale(1);
    -webkit-transform: rotateY(360deg) translateX(0) scale(1);
    transform: rotateY(360deg) translateX(0) scale(1);
  }
}
@keyframes impossible-back {
  0% {
    -moz-transform: rotateX(0deg) translateX(0) scale(1);
    -ms-transform: rotateX(0deg) translateX(0) scale(1);
    -webkit-transform: rotateX(0deg) translateX(0) scale(1);
    transform: rotateX(0deg) translateX(0) scale(1);
  }
  60%,
    80% {
    -moz-transform: rotateX(-360deg) translateX(0) scale(1.3);
    -ms-transform: rotateX(-360deg) translateX(0) scale(1.3);
    -webkit-transform: rotateX(-360deg) translateX(0) scale(1.3);
    transform: rotateX(-360deg) translateX(0) scale(1.3);
  }
  100% {
    margin-right: 3em;
    -moz-transform: rotateX(-360deg) translateX(0) scale(1);
    -ms-transform: rotateX(-360deg) translateX(0) scale(1);
    -webkit-transform: rotateX(-360deg) translateX(0) scale(1);
    transform: rotateX(-360deg) translateX(0) scale(1);
  }
}
@keyframes impossible {
  0% {
    margin-right: 3em;
    -moz-transform: rotateX(0deg) translateX(0) scale(1);
    -ms-transform: rotateX(0deg) translateX(0) scale(1);
    -webkit-transform: rotateX(0deg) translateX(0) scale(1);
    transform: rotateX(0deg) translateX(0) scale(1);
  }
  60%,
    80% {
    -moz-transform: rotateX(360deg) translateX(0) scale(1.3);
    -ms-transform: rotateX(360deg) translateX(0) scale(1.3);
    -webkit-transform: rotateX(360deg) translateX(0) scale(1.3);
    transform: rotateX(360deg) translateX(0) scale(1.3);
  }
  100% {
    margin-right: 0;
    -moz-transform: rotateX(360deg) translateX(0) scale(1);
    -ms-transform: rotateX(360deg) translateX(0) scale(1);
    -webkit-transform: rotateX(360deg) translateX(0) scale(1);
    transform: rotateX(360deg) translateX(0) scale(1);
  }
}
@keyframes expand {
  0% {
    right: 0;
    width: 3em;
  }
  25% {
    right: 0;
    width: 100%;
  }
  50% {
    right: auto;
    width: 100%;
    left: 0;
  }
  100% {
    left: 0;
    width: 3em;
  }
}
@keyframes contract {
  0% {
    left: 0;
    width: 3em;
  }
  25% {
    left: 0;
    width: 100%;
  }
  50% {
    right: 0;
    width: 100%;
    left: auto;
  }
  100% {
    right: 0;
    width: 3em;
  }
}
@-webkit-keyframes flip-back {
  0% {
    -moz-transform: rotateY(0deg) translateX(0) scale(1);
    -ms-transform: rotateY(0deg) translateX(0) scale(1);
    -webkit-transform: rotateY(0deg) translateX(0) scale(1);
    transform: rotateY(0deg) translateX(0) scale(1);
  }
  60%,
    80% {
    -moz-transform: rotateY(-360deg) translateX(0) scale(1.3);
    -ms-transform: rotateY(-360deg) translateX(0) scale(1.3);
    -webkit-transform: rotateY(-360deg) translateX(0) scale(1.3);
    transform: rotateY(-360deg) translateX(0) scale(1.3);
  }
  100% {
    margin-right: 3em;
    -moz-transform: rotateY(-360deg) translateX(0) scale(1);
    -ms-transform: rotateY(-360deg) translateX(0) scale(1);
    -webkit-transform: rotateY(-360deg) translateX(0) scale(1);
    transform: rotateY(-360deg) translateX(0) scale(1);
  }
}
@-webkit-keyframes flip {
  0% {
    margin-right: 3em;
    -moz-transform: rotateY(0deg) translateX(0) scale(1);
    -ms-transform: rotateY(0deg) translateX(0) scale(1);
    -webkit-transform: rotateY(0deg) translateX(0) scale(1);
    transform: rotateY(0deg) translateX(0) scale(1);
  }
  60%,
    80% {
    -moz-transform: rotateY(360deg) translateX(0) scale(1.3);
    -ms-transform: rotateY(360deg) translateX(0) scale(1.3);
    -webkit-transform: rotateY(360deg) translateX(0) scale(1.3);
    transform: rotateY(360deg) translateX(0) scale(1.3);
  }
  100% {
    margin-right: 0;
    -moz-transform: rotateY(360deg) translateX(0) scale(1);
    -ms-transform: rotateY(360deg) translateX(0) scale(1);
    -webkit-transform: rotateY(360deg) translateX(0) scale(1);
    transform: rotateY(360deg) translateX(0) scale(1);
  }
}
@-webkit-keyframes impossible-back {
  0% {
    -moz-transform: rotateX(0deg) translateX(0) scale(1);
    -ms-transform: rotateX(0deg) translateX(0) scale(1);
    -webkit-transform: rotateX(0deg) translateX(0) scale(1);
    transform: rotateX(0deg) translateX(0) scale(1);
  }
  60%,
    80% {
    -moz-transform: rotateX(-360deg) translateX(0) scale(1.3);
    -ms-transform: rotateX(-360deg) translateX(0) scale(1.3);
    -webkit-transform: rotateX(-360deg) translateX(0) scale(1.3);
    transform: rotateX(-360deg) translateX(0) scale(1.3);
  }
  100% {
    margin-right: 3em;
    -moz-transform: rotateX(-360deg) translateX(0) scale(1);
    -ms-transform: rotateX(-360deg) translateX(0) scale(1);
    -webkit-transform: rotateX(-360deg) translateX(0) scale(1);
    transform: rotateX(-360deg) translateX(0) scale(1);
  }
}
@-webkit-keyframes impossible {
  0% {
    margin-right: 3em;
    -moz-transform: rotateX(0deg) translateX(0) scale(1);
    -ms-transform: rotateX(0deg) translateX(0) scale(1);
    -webkit-transform: rotateX(0deg) translateX(0) scale(1);
    transform: rotateX(0deg) translateX(0) scale(1);
  }
  60%,
    80% {
    -moz-transform: rotateX(360deg) translateX(0) scale(1.3);
    -ms-transform: rotateX(360deg) translateX(0) scale(1.3);
    -webkit-transform: rotateX(360deg) translateX(0) scale(1.3);
    transform: rotateX(360deg) translateX(0) scale(1.3);
  }
  100% {
    margin-right: 0;
    -moz-transform: rotateX(360deg) translateX(0) scale(1);
    -ms-transform: rotateX(360deg) translateX(0) scale(1);
    -webkit-transform: rotateX(360deg) translateX(0) scale(1);
    transform: rotateX(360deg) translateX(0) scale(1);
  }
}
@-webkit-keyframes expand {
  0% {
    right: 0;
    width: 3em;
  }
  25% {
    right: 0;
    width: 100%;
  }
  50% {
    right: auto;
    width: 100%;
    left: 0;
  }
  100% {
    left: 0;
    width: 3em;
  }
}
@-webkit-keyframes contract {
  0% {
    left: 0;
    width: 3em;
  }
  25% {
    left: 0;
    width: 100%;
  }
  50% {
    right: 0;
    width: 100%;
    left: auto;
  }
  100% {
    right: 0;
    width: 3em;
  }
}
    </span><span class="xml_tag">&lt;/style&gt;</span>
    <span class="xml_tag">&lt;script&gt;</span><span class="html_script">
  window.console = window.console || function(t) {};
</span><span class="xml_tag">&lt;/script&gt;</span>
  <span class="xml_tag">&lt;/head&gt;</span>
  <span class="xml_tag">&lt;body</span> <span class="xml_attrib">class</span> =&quot;content&quot;&gt;
  <span class="xml_tag">&lt;header&gt;</span>
    <span class="xml_tag">&lt;h1&gt;</span>Pure <span class="xml_tag">&lt;strong&gt;</span>CSS<span class="xml_tag">&lt;/strong&gt;</span> Toggles<span class="xml_tag">&lt;/h1&gt;</span>
  <span class="xml_tag">&lt;/header&gt;</span>
  <span class="xml_tag">&lt;form&gt;</span>
    <span class="xml_tag">&lt;fieldset&gt;</span>
	 <span class="xml_tag">&lt;legend&gt;</span>Flat look<span class="xml_tag">&lt;/legend&gt;</span>
	 <span class="xml_tag">&lt;div&gt;</span>
	   <span class="xml_tag">&lt;input</span> <span class="xml_attrib">id</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;pure-toggle-0&quot;</span> <span class="xml_attrib">hidden</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;&quot;</span> <span class="xml_attrib">type</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;checkbox&quot;</span><span class="xml_tag">&gt;</span>
	   <span class="xml_tag">&lt;label</span> <span class="xml_attrib">class</span> =&quot;pure-toggle&quot; for=&quot;pure-toggle-0&quot;&gt;<span class="xml_tag">&lt;span</span> <span class="xml_attrib">class</span> =&quot;fontawesome-ok&quot;&gt;<span class="xml_tag">&lt;/span&gt;</span><span class="xml_tag">&lt;span</span> <span class="xml_attrib">class</span> =&quot;fontawesome-remove&quot;&gt;<span class="xml_tag">&lt;/span&gt;</span><span class="xml_tag">&lt;/label&gt;</span>
	 <span class="xml_tag">&lt;/div&gt;</span>
	 <span class="xml_tag">&lt;div&gt;</span>
	   <span class="xml_tag">&lt;input</span> <span class="xml_attrib">id</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;pure-toggle-1&quot;</span> <span class="xml_attrib">checked</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;checked&quot;</span> <span class="xml_attrib">hidden</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;&quot;</span> <span class="xml_attrib">type</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;checkbox&quot;</span><span class="xml_tag">&gt;</span>
	   <span class="xml_tag">&lt;label</span> <span class="xml_attrib">class</span> =&quot;pure-toggle flip&quot; for=&quot;pure-toggle-1&quot;&gt;<span class="xml_tag">&lt;span</span> <span class="xml_attrib">class</span> =&quot;fontawesome-ok&quot;&gt;<span class="xml_tag">&lt;/span&gt;</span><span class="xml_tag">&lt;span</span> <span class="xml_attrib">class</span> =&quot;fontawesome-remove&quot;&gt;<span class="xml_tag">&lt;/span&gt;</span><span class="xml_tag">&lt;/label&gt;</span>
	 <span class="xml_tag">&lt;/div&gt;</span>
	 <span class="xml_tag">&lt;div&gt;</span>
	   <span class="xml_tag">&lt;input</span> <span class="xml_attrib">id</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;pure-toggle-2&quot;</span> <span class="xml_attrib">hidden</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;&quot;</span> <span class="xml_attrib">type</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;checkbox&quot;</span><span class="xml_tag">&gt;</span>
	   <span class="xml_tag">&lt;label</span> <span class="xml_attrib">class</span> =&quot;pure-toggle impossible&quot; for=&quot;pure-toggle-2&quot;&gt;<span class="xml_tag">&lt;span</span> <span class="xml_attrib">class</span> =&quot;fontawesome-ok&quot;&gt;<span class="xml_tag">&lt;/span&gt;</span><span class="xml_tag">&lt;span</span> <span class="xml_attrib">class</span> =&quot;fontawesome-remove&quot;&gt;<span class="xml_tag">&lt;/span&gt;</span><span class="xml_tag">&lt;/label&gt;</span>
	 <span class="xml_tag">&lt;/div&gt;</span>
	 <span class="xml_tag">&lt;div&gt;</span>
	   <span class="xml_tag">&lt;input</span> <span class="xml_attrib">id</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;pure-toggle-3&quot;</span> <span class="xml_attrib">checked</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;checked&quot;</span> <span class="xml_attrib">hidden</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;&quot;</span> <span class="xml_attrib">type</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;checkbox&quot;</span><span class="xml_tag">&gt;</span>
	   <span class="xml_tag">&lt;label</span> <span class="xml_attrib">class</span> =&quot;pure-toggle wide&quot; for=&quot;pure-toggle-3&quot;&gt;<span class="xml_tag">&lt;span</span> <span class="xml_attrib">class</span> =&quot;fontawesome-ok&quot;&gt;<span class="xml_tag">&lt;/span&gt;</span><span class="xml_tag">&lt;span</span> <span class="xml_attrib">class</span> =&quot;fontawesome-remove&quot;&gt;<span class="xml_tag">&lt;/span&gt;</span><span class="xml_tag">&lt;/label&gt;</span>
	 <span class="xml_tag">&lt;/div&gt;</span>
    <span class="xml_tag">&lt;/fieldset&gt;</span>
    <span class="xml_tag">&lt;fieldset&gt;</span>
	 <span class="xml_tag">&lt;legend&gt;</span>3D look<span class="xml_tag">&lt;/legend&gt;</span>
	 <span class="xml_tag">&lt;div&gt;</span>
	   <span class="xml_tag">&lt;input</span> <span class="xml_attrib">id</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;pure-toggle-4&quot;</span> <span class="xml_attrib">hidden</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;&quot;</span> <span class="xml_attrib">type</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;checkbox&quot;</span><span class="xml_tag">&gt;</span>
	   <span class="xml_tag">&lt;label</span> <span class="xml_attrib">class</span> =&quot;pure-toggle brick&quot; for=&quot;pure-toggle-4&quot;&gt;<span class="xml_tag">&lt;span</span> <span class="xml_attrib">class</span> =&quot;fontawesome-ok&quot;&gt;<span class="xml_tag">&lt;/span&gt;</span><span class="xml_tag">&lt;span</span> <span class="xml_attrib">class</span> =&quot;fontawesome-remove&quot;&gt;<span class="xml_tag">&lt;/span&gt;</span><span class="xml_tag">&lt;/label&gt;</span>
	 <span class="xml_tag">&lt;/div&gt;</span>
	 <span class="xml_tag">&lt;div&gt;</span>
	   <span class="xml_tag">&lt;input</span> <span class="xml_attrib">id</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;pure-toggle-5&quot;</span> <span class="xml_attrib">hidden</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;&quot;</span> <span class="xml_attrib">type</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;checkbox&quot;</span><span class="xml_tag">&gt;</span>
	   <span class="xml_tag">&lt;label</span> <span class="xml_attrib">class</span> =&quot;pure-toggle brick switch&quot; for=&quot;pure-toggle-5&quot;&gt;<span class="xml_tag">&lt;span</span> <span class="xml_attrib">class</span> =&quot;fontawesome-ok ok&quot;&gt;<span class="xml_tag">&lt;/span&gt;</span><span class="xml_tag">&lt;span</span> <span class="xml_attrib">class</span> =&quot;fontawesome-remove no ok&quot;&gt;<span class="xml_tag">&lt;/span&gt;</span><span class="xml_tag">&lt;/label&gt;</span>
	 <span class="xml_tag">&lt;/div&gt;</span>
    <span class="xml_tag">&lt;/fieldset&gt;</span>
  <span class="xml_tag">&lt;/form&gt;</span>
<span class="xml_tag">&lt;script&gt;</span><span class="html_script">
  if (document.location.search.match(/type=embed/gi)) {
    window.parent.postMessage(&quot;resize&quot;, &quot;*&quot;);
  }
</span><span class="xml_tag">&lt;/script&gt;</span>
<span class="xml_tag">&lt;/body&gt;</span><span class="xml_tag">&lt;/html&gt;</span></code></pre></td><td><div class="linenum"><code>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br />23<br />24<br />25<br />26<br />27<br />28<br />29<br />30<br />31<br />32<br />33<br />34<br />35<br />36<br />37<br />38<br />39<br />40<br />41<br />42<br />43<br />44<br />45<br />46<br />47<br />48<br />49<br />50<br />51<br />52<br />53<br />54<br />55<br />56<br />57<br />58<br />59<br />60<br />61<br />62<br />63<br />64<br />65<br />66<br />67<br />68<br />69<br />70<br />71<br />72<br />73<br />74<br />75<br />76<br />77<br />78<br />79<br />80<br />81<br />82<br />83<br />84<br />85<br />86<br />87<br />88<br />89<br />90<br />91<br />92<br />93<br />94<br />95<br />96<br />97<br />98<br />99<br />100<br />101<br />102<br />103<br />104<br />105<br />106<br />107<br />108<br />109<br />110<br />111<br />112<br />113<br />114<br />115<br />116<br />117<br />118<br />119<br />120<br />121<br />122<br />123<br />124<br />125<br />126<br />127<br />128<br />129<br />130<br />131<br />132<br />133<br />134<br />135<br />136<br />137<br />138<br />139<br />140<br />141<br />142<br />143<br />144<br />145<br />146<br />147<br />148<br />149<br />150<br />151<br />152<br />153<br />154<br />155<br />156<br />157<br />158<br />159<br />160<br />161<br />162<br />163<br />164<br />165<br />166<br />167<br />168<br />169<br />170<br />171<br />172<br />173<br />174<br />175<br />176<br />177<br />178<br />179<br />180<br />181<br />182<br />183<br />184<br />185<br />186<br />187<br />188<br />189<br />190<br />191<br />192<br />193<br />194<br />195<br />196<br />197<br />198<br />199<br />200<br />201<br />202<br />203<br />204<br />205<br />206<br />207<br />208<br />209<br />210<br />211<br />212<br />213<br />214<br />215<br />216<br />217<br />218<br />219<br />220<br />221<br />222<br />223<br />224<br />225<br />226<br />227<br />228<br />229<br />230<br />231<br />232<br />233<br />234<br />235<br />236<br />237<br />238<br />239<br />240<br />241<br />242<br />243<br />244<br />245<br />246<br />247<br />248<br />249<br />250<br />251<br />252<br />253<br />254<br />255<br />256<br />257<br />258<br />259<br />260<br />261<br />262<br />263<br />264<br />265<br />266<br />267<br />268<br />269<br />270<br />271<br />272<br />273<br />274<br />275<br />276<br />277<br />278<br />279<br />280<br />281<br />282<br />283<br />284<br />285<br />286<br />287<br />288<br />289<br />290<br />291<br />292<br />293<br />294<br />295<br />296<br />297<br />298<br />299<br />300<br />301<br />302<br />303<br />304<br />305<br />306<br />307<br />308<br />309<br />310<br />311<br />312<br />313<br />314<br />315<br />316<br />317<br />318<br />319<br />320<br />321<br />322<br />323<br />324<br />325<br />326<br />327<br />328<br />329<br />330<br />331<br />332<br />333<br />334<br />335<br />336<br />337<br />338<br />339<br />340<br />341<br />342<br />343<br />344<br />345<br />346<br />347<br />348<br />349<br />350<br />351<br />352<br />353<br />354<br />355<br />356<br />357<br />358<br />359<br />360<br />361<br />362<br />363<br />364<br />365<br />366<br />367<br />368<br />369<br />370<br />371<br />372<br />373<br />374<br />375<br />376<br />377<br />378<br />379<br />380<br />381<br />382<br />383<br />384<br />385<br />386<br />387<br />388<br />389<br />390<br />391<br />392<br />393<br />394<br />395<br />396<br />397<br />398<br />399<br />400<br />401<br />402<br />403<br />404<br />405<br />406<br />407<br />408<br />409<br />410<br />411<br />412<br />413<br />414<br />415<br />416<br />417<br />418<br />419<br />420<br />421<br />422<br />423<br />424<br />425<br />426<br />427<br />428<br />429<br />430<br />431<br />432<br />433<br />434<br />435<br />436<br />437<br />438<br />439<br />440<br />441<br />442<br />443<br />444<br />445<br />446<br />447<br />448<br />449<br />450<br />451<br />452<br />453<br />454<br />455<br />456<br />457<br />458<br />459<br />460<br />461<br />462<br />463<br />464<br />465<br />466<br />467<br />468<br />469<br />470<br />471<br />472<br />473<br />474<br />475<br />476<br />477<br />478<br />479<br />480<br />481<br />482<br />483<br />484<br />485<br />486<br />487<br />488<br />489<br />490<br />491<br />492<br />493<br />494<br />495<br />496<br />497<br />498<br />499<br />500<br />501<br />502<br />503<br />504<br />505<br />506<br />507<br />508<br />509<br />510<br />511<br />512<br />513<br />514<br />515<br />516<br />517<br />518<br />519<br />520<br />521<br />522<br />523<br />524<br />525<br />526<br />527<br />528<br />529<br />530<br />531<br />532<br />533<br />534<br />535<br />536<br />537<br />538<br />539<br />540<br />541<br />542<br />543<br />544<br />545<br />546<br />547<br />548<br />549<br />550<br />551<br />552<br />553<br />554<br />555<br />556<br />557<br />558<br />559<br />560<br />561<br />562<br />563<br />564<br />565<br />566<br />567<br />568<br />569<br />570<br />571<br />572<br />573<br />574<br />575<br />576<br />577<br />578<br />579<br />580<br />581<br />582<br />583<br />584<br />585<br />586<br />587<br />588<br />589<br />590<br />591<br />592<br />593<br />594<br />595<br />596<br />597<br />598<br />599<br />600<br />601<br />602<br />603<br />604<br />605<br />606<br />607</code></div></td></tr></table></div><hr class="hidden clear" /></div>
<p>
</div></div></div></div>
<div style="text-align: CENTER;">==========================<br />
<br><iframe name="I love Midori" src="http:///dl.midorinco.ir/others/css/8checkbox/WQBNxO.htm" scrolling="auto" width="100%" height="300" frameborder="no"></iframe></div><div align="center"><div  style="margin: 5px 10px 10px; width: 98%;"><div style="text-align:  right; padding: 4px; background: #FFAA55; repeat-x scroll 0% 0%  transparent; border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; color:#ffffff; text-shadow:0 -1px #D3B40F; font-weight:bold;  "><input type="button" onclick="if  (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  != '') {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = '';       this.innerText = ''; this.value = 'پنهان کردن متن'; } else {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = 'none'; this.innerText = ''; this.value = 'نشان دادن متن'; }" style="width:  90px; height: 25px; font-size: 12px; margin: 0px; padding: 0px;font-family: Tahoma"  value="نشان دادن متن"></div><div><div  style="border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; display:  none; text-align: right">
</p>
<div class="codeblock"><div class="title"><input type="button" class="button select_button" value="انتخاب کدها" onClick="selectObj(this.parentNode.parentNode.getElementsByTagName('pre')[0].getElementsByTagName('code')[0])" id="coolcode_btnsel_1773751015_9_83" style="display: none;" /><script type="text/javascript">
//<!--
$("coolcode_btnsel_1773751015_9_83").style.display = "";
//-->
</script><city>کد HTML:</city>
</div>
			<div class="codecontainer"><table style="text-align:left;" align="left"><tr><td>
			<pre><code><span class="xml_tag">&lt;!DOCTYPE</span> <span class="xml_attrib">html</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;html&gt;</span><span class="xml_tag">&lt;head&gt;</span>
<span class="xml_tag">&lt;meta</span> <span class="xml_attrib">http-equiv</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;content-type&quot;</span> <span class="xml_attrib">content</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;text/html; charset=UTF-8&quot;</span><span class="xml_tag">&gt;</span>
    <span class="xml_tag">&lt;meta</span> <span class="xml_attrib">charset</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;UTF-8&quot;</span><span class="xml_tag">&gt;</span>
    <span class="xml_tag">&lt;meta</span> <span class="xml_attrib">name</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;google&quot;</span> <span class="xml_attrib">value</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;notranslate&quot;</span><span class="xml_tag">&gt;</span>
    <span class="xml_tag">&lt;title&gt;</span>CodePen - Pure Css &quot;day and night&quot; toggle<span class="xml_tag">&lt;/title&gt;</span>
    <span class="xml_tag">&lt;link</span> <span class="xml_attrib">href</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;WQBNxO_data/css.css&quot;</span> <span class="xml_attrib">rel</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;stylesheet&quot;</span> <span class="xml_attrib">type</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;text/css&quot;</span><span class="xml_tag">&gt;</span>
	   <span class="xml_tag">&lt;style&gt;</span><span class="html_style">
	 body {
  background-color: #1E314F;
  font-family: 'Helvetica Rounded', 'Arial Rounded MT Bold','Montserrat', sans-serif;
  color: #fff;
}
.toggleWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  padding: 0 200px;
  transform: translate3d(-50%, -50%, 0);
}
.toggleWrapper input {
  position: absolute;
  left: -99em;
}
.toggle {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 90px;
  height: 50px;
  background-color: #83D8FF;
  border-radius: 84px;
  transition: background-color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.toggle:before {
  content: 'AM';
  position: absolute;
  left: -50px;
  top: 15px;
  font-size: 18px;
}
.toggle:after {
  content: 'PM';
  position: absolute;
  right: -48px;
  top: 15px;
  font-size: 18px;
  color: #749ED7;
}
.toggle__handler {
  display: inline-block;
  position: relative;
  z-index: 1;
  top: 3px;
  left: 3px;
  width: 44px;
  height: 44px;
  background-color: #FFCF96;
  border-radius: 50px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  transition: all 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform: rotate(-45deg);
}
.toggle__handler .crater {
  position: absolute;
  background-color: #E8CDA5;
  opacity: 0;
  transition: opacity 200ms ease-in-out;
  border-radius: 100%;
}
.toggle__handler .crater--1 {
  top: 18px;
  left: 10px;
  width: 4px;
  height: 4px;
}
.toggle__handler .crater--2 {
  top: 28px;
  left: 22px;
  width: 6px;
  height: 6px;
}
.toggle__handler .crater--3 {
  top: 10px;
  left: 25px;
  width: 8px;
  height: 8px;
}
.star {
  position: absolute;
  background-color: #ffffff;
  transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  border-radius: 50%;
}
.star--1 {
  top: 10px;
  left: 35px;
  z-index: 0;
  width: 30px;
  height: 3px;
}
.star--2 {
  top: 18px;
  left: 28px;
  z-index: 1;
  width: 30px;
  height: 3px;
}
.star--3 {
  top: 27px;
  left: 40px;
  z-index: 0;
  width: 30px;
  height: 3px;
}
.star--4,
.star--5,
.star--6 {
  opacity: 0;
  transition: all 300ms 0 cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.star--4 {
  top: 16px;
  left: 11px;
  z-index: 0;
  width: 2px;
  height: 2px;
  transform: translate3d(3px, 0, 0);
}
.star--5 {
  top: 32px;
  left: 17px;
  z-index: 0;
  width: 3px;
  height: 3px;
  transform: translate3d(3px, 0, 0);
}
.star--6 {
  top: 36px;
  left: 28px;
  z-index: 0;
  width: 2px;
  height: 2px;
  transform: translate3d(3px, 0, 0);
}
input:checked + .toggle {
  background-color: #749DD6;
}
input:checked + .toggle:before {
  color: #749ED7;
}
input:checked + .toggle:after {
  color: #ffffff;
}
input:checked + .toggle .toggle__handler {
  background-color: #FFE5B5;
  transform: translate3d(40px, 0, 0) rotate(0);
}
input:checked + .toggle .toggle__handler .crater {
  opacity: 1;
}
input:checked + .toggle .star--1 {
  width: 2px;
  height: 2px;
}
input:checked + .toggle .star--2 {
  width: 4px;
  height: 4px;
  transform: translate3d(-5px, 0, 0);
}
input:checked + .toggle .star--3 {
  width: 2px;
  height: 2px;
  transform: translate3d(-7px, 0, 0);
}
input:checked + .toggle .star--4,
input:checked + .toggle .star--5,
input:checked + .toggle .star--6 {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
input:checked + .toggle .star--4 {
  transition: all 300ms 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
input:checked + .toggle .star--5 {
  transition: all 300ms 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
input:checked + .toggle .star--6 {
  transition: all 300ms 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
    </span><span class="xml_tag">&lt;/style&gt;</span>
    <span class="xml_tag">&lt;script&gt;</span><span class="html_script">
  window.console = window.console || function(t) {};
</span><span class="xml_tag">&lt;/script&gt;</span>
  <span class="xml_tag">&lt;/head&gt;</span>
  <span class="xml_tag">&lt;body&gt;</span>
 <span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;toggleWrapper&quot;&gt;
  <span class="xml_tag">&lt;input</span> <span class="xml_attrib">class</span> =&quot;dn&quot; id=&quot;dn&quot; type=&quot;checkbox&quot;&gt;
  <span class="xml_tag">&lt;label</span> <span class="xml_attrib">for</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;dn&quot;</span> <span class="xml_attrib">class</span> =&quot;toggle&quot;&gt;
    <span class="xml_tag">&lt;span</span> <span class="xml_attrib">class</span> =&quot;toggle__handler&quot;&gt;
	 <span class="xml_tag">&lt;span</span> <span class="xml_attrib">class</span> =&quot;crater crater--1&quot;&gt;<span class="xml_tag">&lt;/span&gt;</span>
	 <span class="xml_tag">&lt;span</span> <span class="xml_attrib">class</span> =&quot;crater crater--2&quot;&gt;<span class="xml_tag">&lt;/span&gt;</span>
	 <span class="xml_tag">&lt;span</span> <span class="xml_attrib">class</span> =&quot;crater crater--3&quot;&gt;<span class="xml_tag">&lt;/span&gt;</span>
    <span class="xml_tag">&lt;/span&gt;</span>
    <span class="xml_tag">&lt;span</span> <span class="xml_attrib">class</span> =&quot;star star--1&quot;&gt;<span class="xml_tag">&lt;/span&gt;</span>
    <span class="xml_tag">&lt;span</span> <span class="xml_attrib">class</span> =&quot;star star--2&quot;&gt;<span class="xml_tag">&lt;/span&gt;</span>
    <span class="xml_tag">&lt;span</span> <span class="xml_attrib">class</span> =&quot;star star--3&quot;&gt;<span class="xml_tag">&lt;/span&gt;</span>
    <span class="xml_tag">&lt;span</span> <span class="xml_attrib">class</span> =&quot;star star--4&quot;&gt;<span class="xml_tag">&lt;/span&gt;</span>
    <span class="xml_tag">&lt;span</span> <span class="xml_attrib">class</span> =&quot;star star--5&quot;&gt;<span class="xml_tag">&lt;/span&gt;</span>
    <span class="xml_tag">&lt;span</span> <span class="xml_attrib">class</span> =&quot;star star--6&quot;&gt;<span class="xml_tag">&lt;/span&gt;</span>
  <span class="xml_tag">&lt;/label&gt;</span>
<span class="xml_tag">&lt;/div&gt;</span>
<span class="xml_tag">&lt;script&gt;</span><span class="html_script">
  if (document.location.search.match(/type=embed/gi)) {
    window.parent.postMessage(&quot;resize&quot;, &quot;*&quot;);
  }
</span><span class="xml_tag">&lt;/script&gt;</span>
<span class="xml_tag">&lt;/body&gt;</span><span class="xml_tag">&lt;/html&gt;</span></code></pre></td><td><div class="linenum"><code>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br />23<br />24<br />25<br />26<br />27<br />28<br />29<br />30<br />31<br />32<br />33<br />34<br />35<br />36<br />37<br />38<br />39<br />40<br />41<br />42<br />43<br />44<br />45<br />46<br />47<br />48<br />49<br />50<br />51<br />52<br />53<br />54<br />55<br />56<br />57<br />58<br />59<br />60<br />61<br />62<br />63<br />64<br />65<br />66<br />67<br />68<br />69<br />70<br />71<br />72<br />73<br />74<br />75<br />76<br />77<br />78<br />79<br />80<br />81<br />82<br />83<br />84<br />85<br />86<br />87<br />88<br />89<br />90<br />91<br />92<br />93<br />94<br />95<br />96<br />97<br />98<br />99<br />100<br />101<br />102<br />103<br />104<br />105<br />106<br />107<br />108<br />109<br />110<br />111<br />112<br />113<br />114<br />115<br />116<br />117<br />118<br />119<br />120<br />121<br />122<br />123<br />124<br />125<br />126<br />127<br />128<br />129<br />130<br />131<br />132<br />133<br />134<br />135<br />136<br />137<br />138<br />139<br />140<br />141<br />142<br />143<br />144<br />145<br />146<br />147<br />148<br />149<br />150<br />151<br />152<br />153<br />154<br />155<br />156<br />157<br />158<br />159<br />160<br />161<br />162<br />163<br />164<br />165<br />166<br />167<br />168<br />169<br />170<br />171<br />172<br />173<br />174<br />175<br />176<br />177<br />178<br />179<br />180<br />181<br />182<br />183<br />184<br />185<br />186<br />187<br />188<br />189<br />190<br />191<br />192<br />193<br />194<br />195<br />196<br />197<br />198<br />199<br />200<br />201<br />202<br />203<br />204<br />205<br />206<br />207<br />208<br />209<br />210<br />211<br />212<br />213<br />214<br />215<br />216<br />217<br />218<br />219</code></div></td></tr></table></div><hr class="hidden clear" /></div>
<p>
</div></div></div></div>
<div style="text-align: CENTER;">==========================<br />
<br><iframe name="I love Midori" src="http:///dl.midorinco.ir/others/css/8checkbox/wtFne.htm" scrolling="auto" width="100%" height="300" frameborder="no"></iframe></div><div align="center"><div  style="margin: 5px 10px 10px; width: 98%;"><div style="text-align:  right; padding: 4px; background: #FFAA55; repeat-x scroll 0% 0%  transparent; border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; color:#ffffff; text-shadow:0 -1px #D3B40F; font-weight:bold;  "><input type="button" onclick="if  (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  != '') {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = '';       this.innerText = ''; this.value = 'پنهان کردن متن'; } else {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = 'none'; this.innerText = ''; this.value = 'نشان دادن متن'; }" style="width:  90px; height: 25px; font-size: 12px; margin: 0px; padding: 0px;font-family: Tahoma"  value="نشان دادن متن"></div><div><div  style="border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; display:  none; text-align: right">
</p>
<div class="codeblock"><div class="title"><input type="button" class="button select_button" value="انتخاب کدها" onClick="selectObj(this.parentNode.parentNode.getElementsByTagName('pre')[0].getElementsByTagName('code')[0])" id="coolcode_btnsel_1773751015_10_45" style="display: none;" /><script type="text/javascript">
//<!--
$("coolcode_btnsel_1773751015_10_45").style.display = "";
//-->
</script><city>کد HTML:</city>
</div>
			<div class="codecontainer"><table style="text-align:left;" align="left"><tr><td>
			<pre><code><span class="xml_tag">&lt;!DOCTYPE</span> <span class="xml_attrib">html</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;html</span> <span class="xml_attrib">class</span> =&quot; -moz-&quot;&gt;<span class="xml_tag">&lt;head&gt;</span>
<span class="xml_tag">&lt;meta</span> <span class="xml_attrib">http-equiv</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;content-type&quot;</span> <span class="xml_attrib">content</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;text/html; charset=UTF-8&quot;</span><span class="xml_tag">&gt;</span>
    <span class="xml_tag">&lt;meta</span> <span class="xml_attrib">charset</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;UTF-8&quot;</span><span class="xml_tag">&gt;</span>
    <span class="xml_tag">&lt;meta</span> <span class="xml_attrib">name</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;google&quot;</span> <span class="xml_attrib">value</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;notranslate&quot;</span><span class="xml_tag">&gt;</span>
    <span class="xml_tag">&lt;title&gt;</span>CodePen - Funny toggle switch<span class="xml_tag">&lt;/title&gt;</span>
    <span class="xml_tag">&lt;link</span> <span class="xml_attrib">rel</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;stylesheet&quot;</span> <span class="xml_attrib">href</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;wtFne_data/reset.css&quot;</span><span class="xml_tag">&gt;</span>
	   <span class="xml_tag">&lt;style&gt;</span><span class="html_style">
	 body {
  background : #eee;
  padding-top : 20px;
}
#switch , #switch1 {
  position: absolute;
  left: -9999px;
}
.switch {
  display : block;
  position: relative;
  width   : 120px;
  padding : 3px;
  margin  : 20px auto;
  cursor  : pointer;
  border-radius : 33px;
  background    : #ffcc00;
  box-shadow    :  0 1px 1px 0 rgba(0,0,0,.3);
}
.switch:before , .switch:after {
  display : block;
  color   : #fff;
  position : absolute;
  font-size : 30px;
  top : 15px;
  z-index : 0;
}
.switch:before {
  left : 15px;
  content : '✔';
}
.switch:after {
  right : 15px;
  content : '✖';
}
span {
  display : block;
  width   : 39px;
  height  : 41px;
  border  : 7px solid #848484;
  border-radius : 50%;
  position	 : relative;
  left		: 0;
  transition : 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) left;
}
.switch span {
  left : 68px;
}
.switch1 span {
  left : 0px;
}

span:after , span:before { 
  display : block;
  content : ' ';
  position: absolute;
  z-index : 999;
  transition : 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;	   
}
span:before {
  width  : 100%;
  height : 34px;
  top  : 0; 
  left : 0;
  background-color: #fff;
  border-radius : inherit;
  border-top    : 4px solid #ffcc00;
  border-bottom : 3px solid #ffcc00;
}
.switch1 span:before {
  border-top-width : 20px;
  height : 19px;
}
span:after {
  width  : 3px;
  height : 3px;		
  top : 0;
  left : 0;
  bottom : 0;
  right : 0;
  margin : auto;
  background-color: #000;
  box-shadow : -2px -2px 0 0px #fff , 0 0 1px 3px #4e341c ;
  border-radius : 50%;
}
.switch1 span:after {
  top : 10px;
  left : -20px;
}
#switch:checked + .switch span {
  transition : 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) left;
  left  : 0px;
}
#switch:checked + .switch span:before {
  transition : 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
  border-top-width : 20px;
  height : 19px;
}
#switch:checked + .switch span:after{
  transition : 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
  top : 10px;
  left : -20px;
}
#switch1:checked + .switch span {
  transition : 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) left;
  left  : 68px;
}
#switch1:checked + .switch span:before {
  transition : 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
  border-top-width : 4px;
  height : 34px;
}
#switch1:checked + .switch span:after{
  transition : 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
  top  : 0;
  left : 0;
}
    </span><span class="xml_tag">&lt;/style&gt;</span>
    <span class="xml_tag">&lt;script&gt;</span><span class="html_script">
  window.console = window.console || function(t) {};
</span><span class="xml_tag">&lt;/script&gt;</span>
	   <span class="xml_tag">&lt;script</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;wtFne_data/prefixfree.js&quot;</span><span class="xml_tag">&gt;</span><span class="html_script"></span><span class="xml_tag">&lt;/script&gt;</span>
  <span class="xml_tag">&lt;/head&gt;</span>
  <span class="xml_tag">&lt;body&gt;</span>
    <span class="xml_tag">&lt;input</span> <span class="xml_attrib">name</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;switch&quot;</span> <span class="xml_attrib">id</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;switch&quot;</span> <span class="xml_attrib">type</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;checkbox&quot;</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;label</span> <span class="xml_attrib">for</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;switch&quot;</span> <span class="xml_attrib">class</span> =&quot;switch&quot;&gt;
  <span class="xml_tag">&lt;span&gt;</span><span class="xml_tag">&lt;/span&gt;</span>
<span class="xml_tag">&lt;/label&gt;</span>
<span class="xml_tag">&lt;input</span> <span class="xml_attrib">name</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;switch&quot;</span> <span class="xml_attrib">id</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;switch1&quot;</span> <span class="xml_attrib">type</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;checkbox&quot;</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;label</span> <span class="xml_attrib">for</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;switch1&quot;</span> <span class="xml_attrib">class</span> =&quot;switch switch1&quot;&gt;
  <span class="xml_tag">&lt;span&gt;</span><span class="xml_tag">&lt;/span&gt;</span>
<span class="xml_tag">&lt;/label&gt;</span>
    <span class="xml_tag">&lt;script&gt;</span><span class="html_script">
  if (document.location.search.match(/type=embed/gi)) {
    window.parent.postMessage(&quot;resize&quot;, &quot;*&quot;);
  }
</span><span class="xml_tag">&lt;/script&gt;</span>
<span class="xml_tag">&lt;/body&gt;</span><span class="xml_tag">&lt;/html&gt;</span></code></pre></td><td><div class="linenum"><code>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br />23<br />24<br />25<br />26<br />27<br />28<br />29<br />30<br />31<br />32<br />33<br />34<br />35<br />36<br />37<br />38<br />39<br />40<br />41<br />42<br />43<br />44<br />45<br />46<br />47<br />48<br />49<br />50<br />51<br />52<br />53<br />54<br />55<br />56<br />57<br />58<br />59<br />60<br />61<br />62<br />63<br />64<br />65<br />66<br />67<br />68<br />69<br />70<br />71<br />72<br />73<br />74<br />75<br />76<br />77<br />78<br />79<br />80<br />81<br />82<br />83<br />84<br />85<br />86<br />87<br />88<br />89<br />90<br />91<br />92<br />93<br />94<br />95<br />96<br />97<br />98<br />99<br />100<br />101<br />102<br />103<br />104<br />105<br />106<br />107<br />108<br />109<br />110<br />111<br />112<br />113<br />114<br />115<br />116<br />117<br />118<br />119<br />120<br />121<br />122<br />123<br />124<br />125<br />126<br />127<br />128<br />129<br />130<br />131<br />132<br />133<br />134<br />135<br />136<br />137<br />138<br />139<br />140<br />141<br />142<br />143<br />144<br />145<br />146</code></div></td></tr></table></div><hr class="hidden clear" /></div>
<p>
</div></div></div></div>]]></description>
			<content:encoded><![CDATA[<div style="text-align: CENTER;"><span style="text-shadow: 0px 5px 2px gray;"><span style="color: #FF0000;"><span style="font-size: medium;"><span style="font-weight: bold;">چک باکس های زیبا با CSS</span></span></span></span></div>هشت مدل کليد یا سوییچ و یا چک باکس زیبا و جالب که توسط کدهای سی اس اس ایجاد میشوند را برای دوستان قرار می دهم .  نمونه های زنده را در زیر ببینید و از کدهای داده شده استفاده کنید . تغییرات بعهده ی شماست .<br />
<br />
<br />
<div style="text-align: CENTER;"><br><iframe name="I love Midori" src="http:///dl.midorinco.ir/others/css/8checkbox/ArGIb.htm" scrolling="auto" width="100%" height="300" frameborder="no"></iframe></div><div align="center"><div  style="margin: 5px 10px 10px; width: 98%;"><div style="text-align:  right; padding: 4px; background: #FFAA55; repeat-x scroll 0% 0%  transparent; border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; color:#ffffff; text-shadow:0 -1px #D3B40F; font-weight:bold;  "><input type="button" onclick="if  (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  != '') {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = '';       this.innerText = ''; this.value = 'پنهان کردن متن'; } else {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = 'none'; this.innerText = ''; this.value = 'نشان دادن متن'; }" style="width:  90px; height: 25px; font-size: 12px; margin: 0px; padding: 0px;font-family: Tahoma"  value="نشان دادن متن"></div><div><div  style="border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; display:  none; text-align: right">
</p>
<div class="codeblock"><div class="title"><input type="button" class="button select_button" value="انتخاب کدها" onClick="selectObj(this.parentNode.parentNode.getElementsByTagName('pre')[0].getElementsByTagName('code')[0])" id="coolcode_btnsel_1773751015_3_64" style="display: none;" /><script type="text/javascript">
//<!--
$("coolcode_btnsel_1773751015_3_64").style.display = "";
//-->
</script><city>کد HTML:</city>
</div>
			<div class="codecontainer"><table style="text-align:left;" align="left"><tr><td>
			<pre><code><span class="xml_tag">&lt;!DOCTYPE</span> <span class="xml_attrib">html</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;html&gt;</span><span class="xml_tag">&lt;head&gt;</span>
<span class="xml_tag">&lt;meta</span> <span class="xml_attrib">http-equiv</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;content-type&quot;</span> <span class="xml_attrib">content</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;text/html; charset=UTF-8&quot;</span><span class="xml_tag">&gt;</span>
    <span class="xml_tag">&lt;meta</span> <span class="xml_attrib">charset</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;UTF-8&quot;</span><span class="xml_tag">&gt;</span>
    <span class="xml_tag">&lt;meta</span> <span class="xml_attrib">name</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;google&quot;</span> <span class="xml_attrib">value</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;notranslate&quot;</span><span class="xml_tag">&gt;</span>
    <span class="xml_tag">&lt;title&gt;</span>CodePen - Toggle Rebound<span class="xml_tag">&lt;/title&gt;</span>
    <span class="xml_tag">&lt;link</span> <span class="xml_attrib">rel</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;stylesheet&quot;</span> <span class="xml_attrib">href</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;wtFne_data/reset.css&quot;</span><span class="xml_tag">&gt;</span>
	   <span class="xml_tag">&lt;style&gt;</span><span class="html_style">
	 body {
  background : #d8d4d5;
}

#switch , #switch1 {
  position: absolute;
  left: -9999px;
}
.switch {
  display : block;
  width   : 170px;
  margin  : 50px auto;
  cursor  : pointer;
  border-radius : 25px;
  background    : #aae042;
  box-shadow    : inset 0 3px 7px 2px #444 , 0 -2px 5px 2px #888 , 0 -2px 3px 4px #eee , 0 2px 5px 3px #fefefe;
}
span {
  display : block;
  width   : 95px;
  height  : 44px;
  border-radius : inherit;
  background    : #D8D4D5;
  border-top    : 1px solid #eee;
  border-right  : 1px solid #ccc;
  box-shadow    :-1px 1px 5px 0 #000 , 0 5px 10px 0 #777;
  text-align    : center;
  position	 : relative;
  left		: 0;
}
.switch1 {
  background : #767477;
}
.switch1 span {
  left : 75px;
}
span i {
  display : inline-block;
  width   : 3px;
  height  : 16px;
  margin  : 12px auto;
  border-radius : 2px;
  margin-left   : 1px;
  background    : #dedadb;
  border-top    : 2px solid #eee;
  border-bottom : 2px solid #aaa;
  box-shadow    : -1px 0 1px 0 #bbb;
}
#switch:checked + .switch {
  background    : #767477;
}
#switch:checked + .switch span {
  left  : 75px;
}
#switch1:checked + .switch span {
  left  : 0;
}
#switch1:checked + .switch1 {
  background    : #aae042;
}
    </span><span class="xml_tag">&lt;/style&gt;</span>
    <span class="xml_tag">&lt;script&gt;</span><span class="html_script">
  window.console = window.console || function(t) {};
</span><span class="xml_tag">&lt;/script&gt;</span>
  <span class="xml_tag">&lt;/head&gt;</span>
  <span class="xml_tag">&lt;body&gt;</span>
    <span class="xml_tag">&lt;input</span> <span class="xml_attrib">name</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;switch&quot;</span> <span class="xml_attrib">id</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;switch&quot;</span> <span class="xml_attrib">type</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;checkbox&quot;</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;label</span> <span class="xml_attrib">for</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;switch&quot;</span> <span class="xml_attrib">class</span> =&quot;switch&quot;&gt;
  <span class="xml_tag">&lt;span&gt;</span>
    <span class="xml_tag">&lt;i&gt;</span><span class="xml_tag">&lt;/i&gt;</span>
    <span class="xml_tag">&lt;i&gt;</span><span class="xml_tag">&lt;/i&gt;</span>
    <span class="xml_tag">&lt;i&gt;</span><span class="xml_tag">&lt;/i&gt;</span>
    <span class="xml_tag">&lt;i&gt;</span><span class="xml_tag">&lt;/i&gt;</span>
    <span class="xml_tag">&lt;i&gt;</span><span class="xml_tag">&lt;/i&gt;</span>
  <span class="xml_tag">&lt;/span&gt;</span>
<span class="xml_tag">&lt;/label&gt;</span>
<span class="xml_tag">&lt;input</span> <span class="xml_attrib">name</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;switch&quot;</span> <span class="xml_attrib">id</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;switch1&quot;</span> <span class="xml_attrib">type</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;checkbox&quot;</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;label</span> <span class="xml_attrib">for</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;switch1&quot;</span> <span class="xml_attrib">class</span> =&quot;switch switch1&quot;&gt;
  <span class="xml_tag">&lt;span&gt;</span>
    <span class="xml_tag">&lt;i&gt;</span><span class="xml_tag">&lt;/i&gt;</span>
    <span class="xml_tag">&lt;i&gt;</span><span class="xml_tag">&lt;/i&gt;</span>
    <span class="xml_tag">&lt;i&gt;</span><span class="xml_tag">&lt;/i&gt;</span>
    <span class="xml_tag">&lt;i&gt;</span><span class="xml_tag">&lt;/i&gt;</span>
    <span class="xml_tag">&lt;i&gt;</span><span class="xml_tag">&lt;/i&gt;</span>
  <span class="xml_tag">&lt;/span&gt;</span>
<span class="xml_tag">&lt;/label&gt;</span>
	<span class="xml_tag">&lt;script&gt;</span><span class="html_script">
  if (document.location.search.match(/type=embed/gi)) {
    window.parent.postMessage(&quot;resize&quot;, &quot;*&quot;);
  }
</span><span class="xml_tag">&lt;/script&gt;</span>
 <span class="xml_tag">&lt;/body&gt;</span><span class="xml_tag">&lt;/html&gt;</span></code></pre></td><td><div class="linenum"><code>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br />23<br />24<br />25<br />26<br />27<br />28<br />29<br />30<br />31<br />32<br />33<br />34<br />35<br />36<br />37<br />38<br />39<br />40<br />41<br />42<br />43<br />44<br />45<br />46<br />47<br />48<br />49<br />50<br />51<br />52<br />53<br />54<br />55<br />56<br />57<br />58<br />59<br />60<br />61<br />62<br />63<br />64<br />65<br />66<br />67<br />68<br />69<br />70<br />71<br />72<br />73<br />74<br />75<br />76<br />77<br />78<br />79<br />80<br />81<br />82<br />83<br />84<br />85<br />86<br />87<br />88<br />89<br />90<br />91<br />92<br />93<br />94<br />95<br />96<br />97<br />98<br />99<br />100</code></div></td></tr></table></div><hr class="hidden clear" /></div>
<p>
</div></div></div></div>
<div style="text-align: CENTER;">==========================</div><div style="text-align: CENTER;"><br><iframe name="I love Midori" src="http:///dl.midorinco.ir/others/css/8checkbox/dEqij.htm" scrolling="auto" width="100%" height="300" frameborder="no"></iframe></div><div align="center"><div  style="margin: 5px 10px 10px; width: 98%;"><div style="text-align:  right; padding: 4px; background: #FFAA55; repeat-x scroll 0% 0%  transparent; border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; color:#ffffff; text-shadow:0 -1px #D3B40F; font-weight:bold;  "><input type="button" onclick="if  (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  != '') {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = '';       this.innerText = ''; this.value = 'پنهان کردن متن'; } else {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = 'none'; this.innerText = ''; this.value = 'نشان دادن متن'; }" style="width:  90px; height: 25px; font-size: 12px; margin: 0px; padding: 0px;font-family: Tahoma"  value="نشان دادن متن"></div><div><div  style="border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; display:  none; text-align: right">
</p>
<div class="codeblock"><div class="title"><input type="button" class="button select_button" value="انتخاب کدها" onClick="selectObj(this.parentNode.parentNode.getElementsByTagName('pre')[0].getElementsByTagName('code')[0])" id="coolcode_btnsel_1773751015_4_61" style="display: none;" /><script type="text/javascript">
//<!--
$("coolcode_btnsel_1773751015_4_61").style.display = "";
//-->
</script><city>کد HTML:</city>
</div>
			<div class="codecontainer"><table style="text-align:left;" align="left"><tr><td>
			<pre><code><span class="xml_tag">&lt;!DOCTYPE</span> <span class="xml_attrib">html</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;html</span> <span class="xml_attrib">class</span> =&quot; -moz-&quot;&gt;<span class="xml_tag">&lt;head&gt;</span>
<span class="xml_tag">&lt;meta</span> <span class="xml_attrib">http-equiv</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;content-type&quot;</span> <span class="xml_attrib">content</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;text/html; charset=UTF-8&quot;</span><span class="xml_tag">&gt;</span>
    <span class="xml_tag">&lt;meta</span> <span class="xml_attrib">charset</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;UTF-8&quot;</span><span class="xml_tag">&gt;</span>
    <span class="xml_tag">&lt;meta</span> <span class="xml_attrib">name</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;google&quot;</span> <span class="xml_attrib">value</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;notranslate&quot;</span><span class="xml_tag">&gt;</span>
    <span class="xml_tag">&lt;title&gt;</span>CodePen - FUN<span class="xml_tag">&lt;/title&gt;</span>
    <span class="xml_tag">&lt;link</span> <span class="xml_attrib">rel</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;stylesheet&quot;</span> <span class="xml_attrib">href</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;wtFne_data/reset.css&quot;</span><span class="xml_tag">&gt;</span>
	   <span class="xml_tag">&lt;style&gt;</span><span class="html_style">
	 body {
  background : #1b1b1b;
}
.container {
  width  : 400px;
  height : 150px;
  margin : 10px auto;
  padding-top: 100px;
}
#switch {
  position: absolute;
  left: -9999px;
}
.switch {
  display  : block;
  position : relative;
  width    : 190px;
  height   : 52px;
  margin   : auto;
  border-radius : 25px;
  box-shadow : 0 -2px 3px 0px rgba(0, 0, 0, 0.5) , 0 2px 3px 0px rgba(100, 100, 100, 0.5);
}
.switch &gt; div {
  overflow : hidden;
  position : absolute;
  width    : inherit;
  height   : inherit;
  border-radius: inherit;
}
.switch .top , .switch .bottom {
  list-style-type : none;
  position : absolute;
  left	: 7px;
  width    : 200px;
  transition : all .5s linear;
}
.switch .top {
  top : -5px;
  transform : rotate(4deg);
}
.switch .bottom {
  bottom : -5px;
  transform : rotate(-4deg);
}
.switch li {
  width  : 15px;
  height : 10px;
  background : #fff;
  float  : left;
  margin-left: 5px;
  border-radius : 3px;
}
.top li {
  box-shadow : inset 0 0 10px 1px rgba(0, 0, 0, 0.8),0 0 10px 2px #000;
}
.bottom li {
  box-shadow : inset 0 0 10px 1px rgba(0, 0, 0, 0.3),0 0 10px 2px #000;    
}
label .button {
  display  : block;
  position : absolute;
  width    : 50px;
  height   : 50px;
  top	 : 1px;
  left	: 0;
  cursor   : pointer;
  border-radius : 50%;
  background : #1b1b1b;
  background-image : -webkit-linear-gradient(top, #32393a 10% , #1b1b1b 60% , ,#101718  100%);
  box-shadow : inset 0 1px 1px 0 #999 , inset 0 -1px 1px 0 #000,inset 0 0 15px 0 rgba(0,255, 0, 0.2);
  transition : left .5s linear , box-shadow .3s .2s linear;
}
label .button:after {
  display : block;
  content : '|||';
  text-align  : center;
  line-height : 44px;
  color	  : #000;
  text-shadow : 1px 0 0 rgba(200, 200, 200, 0.2);
  font-size   : 25px;
  font-weight : bold;
  letter-spacing : 3px;
}
.on , .off {
  display : block;
  position: absolute;
  width   : 20px;
  height  : 20px;
  border-radius : 50%;
  top	: -35px;
  transition : all .2s .3s linear;
}
.on {
  left : 20px;
  background : #0F0;
  box-shadow : inset 0 0 10px 2px #000,0 -1px 1px 1px #000,0 1px 1px 1px #333,0 0 30px 0 #0F0;
}

.off {
  right : 20px;
  background : #500;
  box-shadow : inset 0 0 10px 2px #000,0 -1px 1px 1px #000,0 1px 1px 1px #333;
}
.on:before , .off:before {
  position : absolute;
  top	 : -30px;
  font-size: 20px;
  font-family : corbel;
  transition : all .2s .3s linear;
}
.on:before {
  content : 'on';
  color    : #FFF;
}
.off:before {
  content : 'off';
  color    : rgba(250, 250, 250, 0.3);
}
#switch:checked + label .button {
  left : 140px;
  box-shadow : inset 0 1px 1px 0 #999 , inset 0 -1px 1px 0 #000,inset 0 0 15px 0 rgba(255, 0, 0, 0.2);
  transition : left .5s linear , box-shadow .3s .2s linear;
}
#switch:checked + label .top {
  transform : rotate(-4deg);
  transition : all .5s linear;
}
#switch:checked + label .bottom {
  transform : rotate(4deg);
  transition : all .5s linear;
}
#switch:checked + label .on {
  background : #050;
  box-shadow : inset 0 0 10px 2px #000,0 -1px 1px 1px #000,0 1px 1px 1px #333;
  transition : all .2s .3s linear;
}
#switch:checked + label .off {
  background : #F00;
  box-shadow : inset 0 0 10px 2px #000,0 -1px 1px 1px #000,0 1px 1px 1px #333,0 0 30px 0 #F00;
  transition : all .2s .3s linear;
}
#switch:checked + label .on:before {
  color : rgba(250, 250, 250, 0.3);
  transition : all .2s .3s linear;
}
#switch:checked + label .off:before {
  color : #FFF;
  transition : all .2s .3s linear;
}
    </span><span class="xml_tag">&lt;/style&gt;</span>
    <span class="xml_tag">&lt;script&gt;</span><span class="html_script">
  window.console = window.console || function(t) {};
</span><span class="xml_tag">&lt;/script&gt;</span>
	   <span class="xml_tag">&lt;script</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;wtFne_data/prefixfree.js&quot;</span><span class="xml_tag">&gt;</span><span class="html_script"></span><span class="xml_tag">&lt;/script&gt;</span>
  <span class="xml_tag">&lt;/head&gt;</span>
  <span class="xml_tag">&lt;body&gt;</span>
    <span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;container&quot;&gt;
  <span class="xml_tag">&lt;input</span> <span class="xml_attrib">id</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;switch&quot;</span> <span class="xml_attrib">type</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;checkbox&quot;</span><span class="xml_tag">&gt;</span>
  <span class="xml_tag">&lt;label</span> <span class="xml_attrib">for</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;switch&quot;</span> <span class="xml_attrib">class</span> =&quot;switch&quot;&gt;
    <span class="xml_tag">&lt;div&gt;</span>
	 <span class="xml_tag">&lt;ul</span> <span class="xml_attrib">class</span> =&quot;top&quot;&gt;
	   <span class="xml_tag">&lt;li&gt;</span><span class="xml_tag">&lt;/li&gt;</span>
	   <span class="xml_tag">&lt;li&gt;</span><span class="xml_tag">&lt;/li&gt;</span>
	   <span class="xml_tag">&lt;li&gt;</span><span class="xml_tag">&lt;/li&gt;</span>
	   <span class="xml_tag">&lt;li&gt;</span><span class="xml_tag">&lt;/li&gt;</span>
	   <span class="xml_tag">&lt;li&gt;</span><span class="xml_tag">&lt;/li&gt;</span>
	   <span class="xml_tag">&lt;li&gt;</span><span class="xml_tag">&lt;/li&gt;</span>
	   <span class="xml_tag">&lt;li&gt;</span><span class="xml_tag">&lt;/li&gt;</span>
	   <span class="xml_tag">&lt;li&gt;</span><span class="xml_tag">&lt;/li&gt;</span>
	 <span class="xml_tag">&lt;/ul&gt;</span>
	 <span class="xml_tag">&lt;ul</span> <span class="xml_attrib">class</span> =&quot;bottom&quot;&gt;
	   <span class="xml_tag">&lt;li&gt;</span><span class="xml_tag">&lt;/li&gt;</span>
	   <span class="xml_tag">&lt;li&gt;</span><span class="xml_tag">&lt;/li&gt;</span>
	   <span class="xml_tag">&lt;li&gt;</span><span class="xml_tag">&lt;/li&gt;</span>
	   <span class="xml_tag">&lt;li&gt;</span><span class="xml_tag">&lt;/li&gt;</span>
	   <span class="xml_tag">&lt;li&gt;</span><span class="xml_tag">&lt;/li&gt;</span>
	   <span class="xml_tag">&lt;li&gt;</span><span class="xml_tag">&lt;/li&gt;</span>
	   <span class="xml_tag">&lt;li&gt;</span><span class="xml_tag">&lt;/li&gt;</span>
	   <span class="xml_tag">&lt;li&gt;</span><span class="xml_tag">&lt;/li&gt;</span>
	 <span class="xml_tag">&lt;/ul&gt;</span>
	 <span class="xml_tag">&lt;span</span> <span class="xml_attrib">class</span> =&quot;button&quot;&gt;<span class="xml_tag">&lt;/span&gt;</span>
    <span class="xml_tag">&lt;/div&gt;</span>
    <span class="xml_tag">&lt;span</span> <span class="xml_attrib">class</span> =&quot;on&quot;&gt;<span class="xml_tag">&lt;/span&gt;</span>		  
    <span class="xml_tag">&lt;span</span> <span class="xml_attrib">class</span> =&quot;off&quot;&gt;<span class="xml_tag">&lt;/span&gt;</span>
  <span class="xml_tag">&lt;/label&gt;</span>
<span class="xml_tag">&lt;/div&gt;</span>
    <span class="xml_tag">&lt;script&gt;</span><span class="html_script">
  if (document.location.search.match(/type=embed/gi)) {
    window.parent.postMessage(&quot;resize&quot;, &quot;*&quot;);
  }
</span><span class="xml_tag">&lt;/script&gt;</span>
<span class="xml_tag">&lt;/body&gt;</span><span class="xml_tag">&lt;/html&gt;</span></code></pre></td><td><div class="linenum"><code>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br />23<br />24<br />25<br />26<br />27<br />28<br />29<br />30<br />31<br />32<br />33<br />34<br />35<br />36<br />37<br />38<br />39<br />40<br />41<br />42<br />43<br />44<br />45<br />46<br />47<br />48<br />49<br />50<br />51<br />52<br />53<br />54<br />55<br />56<br />57<br />58<br />59<br />60<br />61<br />62<br />63<br />64<br />65<br />66<br />67<br />68<br />69<br />70<br />71<br />72<br />73<br />74<br />75<br />76<br />77<br />78<br />79<br />80<br />81<br />82<br />83<br />84<br />85<br />86<br />87<br />88<br />89<br />90<br />91<br />92<br />93<br />94<br />95<br />96<br />97<br />98<br />99<br />100<br />101<br />102<br />103<br />104<br />105<br />106<br />107<br />108<br />109<br />110<br />111<br />112<br />113<br />114<br />115<br />116<br />117<br />118<br />119<br />120<br />121<br />122<br />123<br />124<br />125<br />126<br />127<br />128<br />129<br />130<br />131<br />132<br />133<br />134<br />135<br />136<br />137<br />138<br />139<br />140<br />141<br />142<br />143<br />144<br />145<br />146<br />147<br />148<br />149<br />150<br />151<br />152<br />153<br />154<br />155<br />156<br />157<br />158<br />159<br />160<br />161<br />162<br />163<br />164<br />165<br />166<br />167<br />168<br />169<br />170<br />171<br />172<br />173<br />174<br />175<br />176<br />177<br />178<br />179<br />180<br />181<br />182<br />183<br />184<br />185<br />186<br />187<br />188<br />189<br />190<br />191<br />192<br />193<br />194<br />195<br />196<br />197<br />198<br />199<br />200</code></div></td></tr></table></div><hr class="hidden clear" /></div>
<p>
</div></div></div></div>
<div style="text-align: CENTER;">==========================</div><div style="text-align: CENTER;"><br><iframe name="I love Midori" src="http:///dl.midorinco.ir/others/css/8checkbox/nptxj.htm" scrolling="auto" width="100%" height="300" frameborder="no"></iframe></div><div align="center"><div  style="margin: 5px 10px 10px; width: 98%;"><div style="text-align:  right; padding: 4px; background: #FFAA55; repeat-x scroll 0% 0%  transparent; border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; color:#ffffff; text-shadow:0 -1px #D3B40F; font-weight:bold;  "><input type="button" onclick="if  (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  != '') {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = '';       this.innerText = ''; this.value = 'پنهان کردن متن'; } else {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = 'none'; this.innerText = ''; this.value = 'نشان دادن متن'; }" style="width:  90px; height: 25px; font-size: 12px; margin: 0px; padding: 0px;font-family: Tahoma"  value="نشان دادن متن"></div><div><div  style="border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; display:  none; text-align: right">
</p>
<div class="codeblock"><div class="title"><input type="button" class="button select_button" value="انتخاب کدها" onClick="selectObj(this.parentNode.parentNode.getElementsByTagName('pre')[0].getElementsByTagName('code')[0])" id="coolcode_btnsel_1773751015_5_80" style="display: none;" /><script type="text/javascript">
//<!--
$("coolcode_btnsel_1773751015_5_80").style.display = "";
//-->
</script><city>کد HTML:</city>
</div>
			<div class="codecontainer"><table style="text-align:left;" align="left"><tr><td>
			<pre><code><span class="xml_tag">&lt;!DOCTYPE</span> <span class="xml_attrib">html</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;html&gt;</span><span class="xml_tag">&lt;head&gt;</span>
<span class="xml_tag">&lt;meta</span> <span class="xml_attrib">http-equiv</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;content-type&quot;</span> <span class="xml_attrib">content</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;text/html; charset=UTF-8&quot;</span><span class="xml_tag">&gt;</span>
    <span class="xml_tag">&lt;meta</span> <span class="xml_attrib">charset</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;UTF-8&quot;</span><span class="xml_tag">&gt;</span>
    <span class="xml_tag">&lt;meta</span> <span class="xml_attrib">name</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;google&quot;</span> <span class="xml_attrib">value</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;notranslate&quot;</span><span class="xml_tag">&gt;</span>
    <span class="xml_tag">&lt;title&gt;</span>CodePen - Pure CSS button switch<span class="xml_tag">&lt;/title&gt;</span>
    <span class="xml_tag">&lt;link</span> <span class="xml_attrib">rel</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;stylesheet&quot;</span> <span class="xml_attrib">href</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;wtFne_data/reset.css&quot;</span><span class="xml_tag">&gt;</span>
	   <span class="xml_tag">&lt;style&gt;</span><span class="html_style">
	 body {
  background: rgb(241,236,232);
  background: -moz-linear-gradient(top,  rgba(241,236,232,1) 0%, rgba(237,234,229,1) 23%, rgba(234,229,225,1) 35%, rgba(234,229,225,1) 47%, rgba(227,220,214,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(241,236,232,1) 0%,rgba(237,234,229,1) 23%,rgba(234,229,225,1) 35%,rgba(234,229,225,1) 47%,rgba(227,220,214,1) 100%);
}
#switch {
  position: absolute;
  left: -9999px;
}
.switch {
  position	 : relative;
  display	  : block;
  width	    : 30px;
  padding	  : 15px;
  height	   : 19px;
  border-radius : 50%;
  margin	   : 100px auto; 
  border-bottom : 4px solid #b2afaa;
  box-shadow    : inset 0 2px 3px 0px #FFF , inset 0 -1px 2px 0px #999 , 0 3px 3px -1px #222;
  cursor	   : pointer;
  background: -moz-linear-gradient(top,  rgba(233,228,224,1) 0%, rgba(233,228,224,1) 67%, rgba(249,244,240,1) 75%, rgba(239,239,239,1) 100%);
  
  background: -webkit-linear-gradient(top,  rgba(233,228,224,1) 0%,rgba(233,228,224,1) 67%,rgba(249,244,240,1) 75%,rgba(239,239,239,1) 100%);
}
.switch:before {
  display  : block;
  content  : &quot;&quot;;
  z-index  : -1;
  position : absolute;
  top	 : -6px;
  left	: -6px;
  width    : 68px;
  height   : 68px;
  border-radius : inherit;
  border   : 2px solid #eee;
  background: rgb(144,136,123);
  background: -moz-linear-gradient(top,  rgba(144,136,123,1) 0%, rgba(144,136,123,1) 21%, rgba(154,147,131,1) 29%, rgba(204,193,171,1) 50%, rgba(213,203,178,1) 55%, rgba(221,211,184,1) 61%, rgba(221,211,184,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(144,136,123,1) 0%,rgba(144,136,123,1) 21%,rgba(154,147,131,1) 29%,rgba(204,193,171,1) 50%,rgba(213,203,178,1) 55%,rgba(221,211,184,1) 61%,rgba(221,211,184,1) 100%);
}
.switch:after {
  content : &quot;ON&quot;;
  position : absolute;
  top	 : -40px;
  left	: 17px;
  color    : #daaa18;
  font-family : &quot;Verdana&quot;;
  text-shadow : 0 -1px 0 #999 , 1px 1px 0 #FFF;
  font-size   : 14px;
}
.switch .bg {
  display : block;
  position: absolute;
  top	: 0;
  left    : 0;
  z-index : -1;
  width   : 60px;
  height  : 60px;
  border-radius : 50%;
  background : #daaa18;
}
i {
  float  : left;
  width  : 3px;
  height : 3px;
  border-radius : 50%;
  background  : #efefef;
  box-shadow  : 0 1px 1px 0 #999;
  margin	 : 2px 1px 2px 3px;
}
i:nth-child(14) , i:nth-child(15) , i:nth-child(16) , i:nth-child(17) {
  height : 1px;
}
#switch:checked + .switch {
  background    : #ede8e2;
  border	   : 1px solid #6f6658;
  height	   : 30px;
  box-shadow    : inset 0 2px 3px 0px #FFF , inset 0 -1px 2px 0px #999;
}
#switch:checked + .switch i {
  height : 3px;
}
#switch:checked + .switch:after {
  content : &quot;OFF&quot;;
  color   : #aaa;
}
    </span><span class="xml_tag">&lt;/style&gt;</span>
    <span class="xml_tag">&lt;script&gt;</span><span class="html_script">
  window.console = window.console || function(t) {};
</span><span class="xml_tag">&lt;/script&gt;</span>
  <span class="xml_tag">&lt;/head&gt;</span>
  <span class="xml_tag">&lt;body&gt;</span>
    <span class="xml_tag">&lt;input</span> <span class="xml_attrib">name</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;switch&quot;</span> <span class="xml_attrib">id</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;switch&quot;</span> <span class="xml_attrib">type</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;checkbox&quot;</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;label</span> <span class="xml_attrib">for</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;switch&quot;</span> <span class="xml_attrib">class</span> =&quot;switch&quot;&gt;
  <span class="xml_tag">&lt;span</span> <span class="xml_attrib">class</span> =&quot;bg&quot;&gt;<span class="xml_tag">&lt;/span&gt;</span>
  <span class="xml_tag">&lt;i&gt;</span><span class="xml_tag">&lt;/i&gt;</span>
  <span class="xml_tag">&lt;i&gt;</span><span class="xml_tag">&lt;/i&gt;</span>
  <span class="xml_tag">&lt;i&gt;</span><span class="xml_tag">&lt;/i&gt;</span>
  <span class="xml_tag">&lt;i&gt;</span><span class="xml_tag">&lt;/i&gt;</span>
  <span class="xml_tag">&lt;i&gt;</span><span class="xml_tag">&lt;/i&gt;</span>
  <span class="xml_tag">&lt;i&gt;</span><span class="xml_tag">&lt;/i&gt;</span>
  <span class="xml_tag">&lt;i&gt;</span><span class="xml_tag">&lt;/i&gt;</span>
  <span class="xml_tag">&lt;i&gt;</span><span class="xml_tag">&lt;/i&gt;</span>
  <span class="xml_tag">&lt;i&gt;</span><span class="xml_tag">&lt;/i&gt;</span>
  <span class="xml_tag">&lt;i&gt;</span><span class="xml_tag">&lt;/i&gt;</span>
  <span class="xml_tag">&lt;i&gt;</span><span class="xml_tag">&lt;/i&gt;</span>
  <span class="xml_tag">&lt;i&gt;</span><span class="xml_tag">&lt;/i&gt;</span>
  <span class="xml_tag">&lt;i&gt;</span><span class="xml_tag">&lt;/i&gt;</span>
  <span class="xml_tag">&lt;i&gt;</span><span class="xml_tag">&lt;/i&gt;</span>
  <span class="xml_tag">&lt;i&gt;</span><span class="xml_tag">&lt;/i&gt;</span>
  <span class="xml_tag">&lt;i&gt;</span><span class="xml_tag">&lt;/i&gt;</span>
<span class="xml_tag">&lt;/label&gt;</span>
    <span class="xml_tag">&lt;script&gt;</span><span class="html_script">
  if (document.location.search.match(/type=embed/gi)) {
    window.parent.postMessage(&quot;resize&quot;, &quot;*&quot;);
  }
</span><span class="xml_tag">&lt;/script&gt;</span>
<span class="xml_tag">&lt;/body&gt;</span><span class="xml_tag">&lt;/html&gt;</span></code></pre></td><td><div class="linenum"><code>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br />23<br />24<br />25<br />26<br />27<br />28<br />29<br />30<br />31<br />32<br />33<br />34<br />35<br />36<br />37<br />38<br />39<br />40<br />41<br />42<br />43<br />44<br />45<br />46<br />47<br />48<br />49<br />50<br />51<br />52<br />53<br />54<br />55<br />56<br />57<br />58<br />59<br />60<br />61<br />62<br />63<br />64<br />65<br />66<br />67<br />68<br />69<br />70<br />71<br />72<br />73<br />74<br />75<br />76<br />77<br />78<br />79<br />80<br />81<br />82<br />83<br />84<br />85<br />86<br />87<br />88<br />89<br />90<br />91<br />92<br />93<br />94<br />95<br />96<br />97<br />98<br />99<br />100<br />101<br />102<br />103<br />104<br />105<br />106<br />107<br />108<br />109<br />110<br />111<br />112<br />113<br />114<br />115<br />116<br />117<br />118<br />119<br />120<br />121<br />122<br />123<br />124<br />125</code></div></td></tr></table></div><hr class="hidden clear" /></div>
<p>
</div></div></div></div>
<div style="text-align: CENTER;">==========================</div><div style="text-align: CENTER;"><br><iframe name="I love Midori" src="http:///dl.midorinco.ir/others/css/8checkbox/siAvJ.htm" scrolling="auto" width="100%" height="300" frameborder="no"></iframe></div><div align="center"><div  style="margin: 5px 10px 10px; width: 98%;"><div style="text-align:  right; padding: 4px; background: #FFAA55; repeat-x scroll 0% 0%  transparent; border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; color:#ffffff; text-shadow:0 -1px #D3B40F; font-weight:bold;  "><input type="button" onclick="if  (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  != '') {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = '';       this.innerText = ''; this.value = 'پنهان کردن متن'; } else {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = 'none'; this.innerText = ''; this.value = 'نشان دادن متن'; }" style="width:  90px; height: 25px; font-size: 12px; margin: 0px; padding: 0px;font-family: Tahoma"  value="نشان دادن متن"></div><div><div  style="border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; display:  none; text-align: right">
</p>
<div class="codeblock"><div class="title"><input type="button" class="button select_button" value="انتخاب کدها" onClick="selectObj(this.parentNode.parentNode.getElementsByTagName('pre')[0].getElementsByTagName('code')[0])" id="coolcode_btnsel_1773751015_6_73" style="display: none;" /><script type="text/javascript">
//<!--
$("coolcode_btnsel_1773751015_6_73").style.display = "";
//-->
</script><city>کد HTML:</city>
</div>
			<div class="codecontainer"><table style="text-align:left;" align="left"><tr><td>
			<pre><code><span class="xml_tag">&lt;!DOCTYPE</span> <span class="xml_attrib">html</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;html</span> <span class="xml_attrib">class</span> =&quot; -moz-&quot;&gt;<span class="xml_tag">&lt;head&gt;</span>
<span class="xml_tag">&lt;meta</span> <span class="xml_attrib">http-equiv</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;content-type&quot;</span> <span class="xml_attrib">content</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;text/html; charset=UTF-8&quot;</span><span class="xml_tag">&gt;</span>
    <span class="xml_tag">&lt;meta</span> <span class="xml_attrib">charset</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;UTF-8&quot;</span><span class="xml_tag">&gt;</span>
    <span class="xml_tag">&lt;meta</span> <span class="xml_attrib">name</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;google&quot;</span> <span class="xml_attrib">value</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;notranslate&quot;</span><span class="xml_tag">&gt;</span>
    <span class="xml_tag">&lt;title&gt;</span>CodePen - Button<span class="xml_tag">&lt;/title&gt;</span>
	<span class="xml_tag">&lt;link</span> <span class="xml_attrib">rel</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;stylesheet&quot;</span> <span class="xml_attrib">href</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;wtFne_data/reset.css&quot;</span><span class="xml_tag">&gt;</span>
	   <span class="xml_tag">&lt;style&gt;</span><span class="html_style">
	 body {
  background-color: #1b1b1b;
}
.container {
  width  : 150px;
  height : 130px;
  padding-top : 20px;
  margin : 50px auto ;
}
#power {
  position: absolute;
  left: -9999px;
}
label {
  display : block;
  width   : 100px;
  height  : 100px;
  border-radius : 50%;
  position   : relative;
  margin	: auto;
  border	: 4px solid #636679;
  background : -webkit-radial-gradient(center , ellipse cover, #efefef 0% , #EEE 80% , #FFF 100%);
  background :    -moz-radial-gradient(center , ellipse cover, #efefef 0% , #EEE 80% , #FFF 100%);
  background :	    radial-gradient(center , ellipse cover, #fefefe 0% , #EEE 80% , #FFF 100%);
  box-shadow : inset 0 -5px 10px 0 #d0d5eb , inset 0 5px 10px 0 #FFF , 0 0 0 1px #333;
  cursor	: pointer;
  text-align  : center;
  font-size   : 40px;
  color	  : #0f0;
  line-height : 100px;
  text-shadow : -1px -1px 0px #FFF , 1px 1px 0px #FFF;
  transition : all .1s ease-in-out;
}
label:after , label:before {
  display : block;
  content : &quot;&quot;;
  position: absolute;
}
label:before {
  width  : 150px;
  height : 150px;
  border-radius : 20px;
  background    : -webkit-linear-gradient(top,  #fefefe 0%, #eee 30%, #ddd 82%,#ddd 100%);
  background    :    -moz-linear-gradient(top,  #fefefe 0%, #eee 30%, #ddd 82%,#ddd 100%);
  background    :	    linear-gradient(top,  #fefefe 0%, #eee 30%, #ddd 82%,#ddd 100%);
  box-shadow    : 0 10px 30px 0 #000 ;
  top	: -25px;
  left    : -25px;
  z-index : -2;
}
label:after {
  width  : 130px;
  height : 130px;
  border-radius : 50%;
  background : #fff;
  top  : -15px;
  left : -15px;
  z-index : -1;
  box-shadow : 0 -2px 5px 0px #fefefe , 0 2px 5px 0 #ccc;
  background: rgb(210,215,237);
  background: -webkit-linear-gradient(top,  #ddd 0%, #ddd 30%, #eee 82%,#efefef 100%);
  background:    -moz-linear-gradient(top,  #ddd 0%, #ddd 30%, #eee 82%,#efefef 100%);
  background:	    linear-gradient(top,  #ddd 0%, #ddd 30%, #eee 82%,#efefef 100%);
}
.light {
  display    : block;
  width	 : 12px;
  height	: 12px;
  position   : absolute;
  top	   : -12px;
  right	 : -12px;
  background : -webkit-radial-gradient(center , ellipse cover, #fff 0% , #d6f804 80% , #bade32 100%);
  background :    -moz-radial-gradient(center , ellipse cover, #fff 0% , #d6f804 80% , #bade32 100%);
  background :	    radial-gradient(center , ellipse cover, #fff 0% , #d6f804 80% , #bade32 100%);
  box-shadow : inset 0 1px 1px 0 #333 ,inset 0 -1px 1px 0 #333 , 0 0 5px 1px #bade32;
  border-radius : 50%;
  transition : all .1s ease-in-out;
}
.icon-off {
  position : absolute;
  top	 : 0;
  left	: 0;
  right    : 0;
  bottom   : 0;
  margin   : auto;
  width    : 40px;
  height   : 40px;
  border-radius : 50%;
  background : #d6f804;
  box-shadow : inset 0 0 4px 0 #999;
  transition : all .1s ease-in-out;
}
.icon-off:after {
  display  : block;
  content  : '';
  position : absolute;
  top	 : 0; bottom : 0;
  left	: 0; right  : 0;
  margin   : auto;
  width    : 26px;
  height   : 26px;
  border-radius : 50%;
  background    : #eee;
  box-shadow : 0 0 3px 0 #999;
  z-index    : 2;
}
.icon-off:before {
  display  : block;
  content  : '';
  position : absolute;
  top	 : -5px;
  left	: 0; right  : 0;
  margin   : auto;
  width    : 8px;
  height   : 25px;
  background : #d6f804;
  box-shadow : inherit;
  border-radius : 10px;
  border-style  : solid;
  border-width  : 0 3px 0;
  border-color  : #EEE;
  z-index    : 3;
  transition : all .1s ease-in-out;
}
#power:checked + label {
  background : -webkit-radial-gradient(center , ellipse cover, #ddd 0% , #EEE 80% , #efefef 100%);
  background :	    radial-gradient(center , ellipse cover, #ddd 0% , #EEE 80% , #efefef 100%);
  background :	    radial-gradient(center , ellipse cover, #ddd 0% , #EEE 80% , #efefef 100%);
  box-shadow : inset 0 -5px 10px 0 #aaa , inset 0 5px 10px 0 #aaa , 0 0 0 1px #333;
  transition : all .1s linear;
  
}
#power:checked + label .light {
  background : -webkit-radial-gradient(center , ellipse cover, #fcc 0% , #f88 60% , #f00 100%);
  background :    -moz-radial-gradient(center , ellipse cover, #fcc 0% , #f88 60% , #f00 100%);
  background :	    radial-gradient(center , ellipse cover, #fcc 0% , #f88 60% , #f00 100%);
  box-shadow : inset 0 1px 1px 0 #555 ,inset 0 -1px 1px 0 #555 , 0 0 5px 0 #f55;
  transition : all .1s linear;
}
#power:checked + label .icon-off {
  background : transparent;
  box-shadow : inset 0 0 5px 0 #777;
  transition : all .1s linear;
} 
#power:checked + label .icon-off:after {
  background : inherit;
  box-shadow : 0 0 5px 0 #777;
} 
#power:checked + label .icon-off:before {
  background   : #ddd;
  border-color : #dfdfdf;
  box-shadow   : inherit;
  transition : all .1s linear;
} 
    </span><span class="xml_tag">&lt;/style&gt;</span>
    <span class="xml_tag">&lt;script&gt;</span><span class="html_script">
  window.console = window.console || function(t) {};
</span><span class="xml_tag">&lt;/script&gt;</span>
	   <span class="xml_tag">&lt;script</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;wtFne_data/prefixfree.js&quot;</span><span class="xml_tag">&gt;</span><span class="html_script"></span><span class="xml_tag">&lt;/script&gt;</span>
  <span class="xml_tag">&lt;/head&gt;</span>
  <span class="xml_tag">&lt;body&gt;</span>
    <span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;container&quot;&gt;
	   <span class="xml_tag">&lt;input</span> <span class="xml_attrib">id</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;power&quot;</span> <span class="xml_attrib">name</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;power&quot;</span> <span class="xml_attrib">type</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;checkbox&quot;</span><span class="xml_tag">&gt;</span>
	   <span class="xml_tag">&lt;label</span> <span class="xml_attrib">for</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;power&quot;</span> <span class="xml_attrib">class</span> =&quot;power&quot;&gt;
		  <span class="xml_tag">&lt;span</span> <span class="xml_attrib">class</span> =&quot;icon-off&quot;&gt;<span class="xml_tag">&lt;/span&gt;</span>
		  <span class="xml_tag">&lt;span</span> <span class="xml_attrib">class</span> =&quot;light&quot;&gt;<span class="xml_tag">&lt;/span&gt;</span>
	   <span class="xml_tag">&lt;/label&gt;</span>
<span class="xml_tag">&lt;/div&gt;</span>
    <span class="xml_tag">&lt;script&gt;</span><span class="html_script">
  if (document.location.search.match(/type=embed/gi)) {
    window.parent.postMessage(&quot;resize&quot;, &quot;*&quot;);
  }
</span><span class="xml_tag">&lt;/script&gt;</span>
<span class="xml_tag">&lt;/body&gt;</span><span class="xml_tag">&lt;/html&gt;</span></code></pre></td><td><div class="linenum"><code>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br />23<br />24<br />25<br />26<br />27<br />28<br />29<br />30<br />31<br />32<br />33<br />34<br />35<br />36<br />37<br />38<br />39<br />40<br />41<br />42<br />43<br />44<br />45<br />46<br />47<br />48<br />49<br />50<br />51<br />52<br />53<br />54<br />55<br />56<br />57<br />58<br />59<br />60<br />61<br />62<br />63<br />64<br />65<br />66<br />67<br />68<br />69<br />70<br />71<br />72<br />73<br />74<br />75<br />76<br />77<br />78<br />79<br />80<br />81<br />82<br />83<br />84<br />85<br />86<br />87<br />88<br />89<br />90<br />91<br />92<br />93<br />94<br />95<br />96<br />97<br />98<br />99<br />100<br />101<br />102<br />103<br />104<br />105<br />106<br />107<br />108<br />109<br />110<br />111<br />112<br />113<br />114<br />115<br />116<br />117<br />118<br />119<br />120<br />121<br />122<br />123<br />124<br />125<br />126<br />127<br />128<br />129<br />130<br />131<br />132<br />133<br />134<br />135<br />136<br />137<br />138<br />139<br />140<br />141<br />142<br />143<br />144<br />145<br />146<br />147<br />148<br />149<br />150<br />151<br />152<br />153<br />154<br />155<br />156<br />157<br />158<br />159<br />160<br />161<br />162<br />163<br />164<br />165<br />166<br />167<br />168<br />169<br />170<br />171<br />172<br />173<br />174<br />175<br />176<br />177<br />178<br />179<br />180<br />181<br />182</code></div></td></tr></table></div><hr class="hidden clear" /></div>
<p>
</div></div></div></div>
<div style="text-align: CENTER;">==========================</div><div style="text-align: CENTER;"><br><iframe name="I love Midori" src="http:///dl.midorinco.ir/others/css/8checkbox/syije.htm" scrolling="auto" width="100%" height="300" frameborder="no"></iframe></div><div align="center"><div  style="margin: 5px 10px 10px; width: 98%;"><div style="text-align:  right; padding: 4px; background: #FFAA55; repeat-x scroll 0% 0%  transparent; border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; color:#ffffff; text-shadow:0 -1px #D3B40F; font-weight:bold;  "><input type="button" onclick="if  (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  != '') {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = '';       this.innerText = ''; this.value = 'پنهان کردن متن'; } else {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = 'none'; this.innerText = ''; this.value = 'نشان دادن متن'; }" style="width:  90px; height: 25px; font-size: 12px; margin: 0px; padding: 0px;font-family: Tahoma"  value="نشان دادن متن"></div><div><div  style="border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; display:  none; text-align: right">
</p>
<div class="codeblock"><div class="title"><input type="button" class="button select_button" value="انتخاب کدها" onClick="selectObj(this.parentNode.parentNode.getElementsByTagName('pre')[0].getElementsByTagName('code')[0])" id="coolcode_btnsel_1773751015_7_96" style="display: none;" /><script type="text/javascript">
//<!--
$("coolcode_btnsel_1773751015_7_96").style.display = "";
//-->
</script><city>کد HTML:</city>
</div>
			<div class="codecontainer"><table style="text-align:left;" align="left"><tr><td>
			<pre><code><span class="xml_tag">&lt;!DOCTYPE</span> <span class="xml_attrib">html</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;html</span> <span class="xml_attrib">class</span> =&quot; -moz-&quot;&gt;<span class="xml_tag">&lt;head&gt;</span>
<span class="xml_tag">&lt;meta</span> <span class="xml_attrib">http-equiv</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;content-type&quot;</span> <span class="xml_attrib">content</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;text/html; charset=UTF-8&quot;</span><span class="xml_tag">&gt;</span>
    <span class="xml_tag">&lt;meta</span> <span class="xml_attrib">charset</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;UTF-8&quot;</span><span class="xml_tag">&gt;</span>
    <span class="xml_tag">&lt;meta</span> <span class="xml_attrib">name</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;google&quot;</span> <span class="xml_attrib">value</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;notranslate&quot;</span><span class="xml_tag">&gt;</span>
    <span class="xml_tag">&lt;title&gt;</span>CodePen - Switching<span class="xml_tag">&lt;/title&gt;</span>
    <span class="xml_tag">&lt;link</span> <span class="xml_attrib">rel</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;stylesheet&quot;</span> <span class="xml_attrib">href</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;wtFne_data/reset.css&quot;</span><span class="xml_tag">&gt;</span>
	   <span class="xml_tag">&lt;style&gt;</span><span class="html_style">
	 body {
  background : #1b1b1b;	 
}
.toggle , .toggle1{
  cursor  : pointer;
  display : block;
  width   : 130px;
  height  : 130px;
  position: relative;
}
.toggle {
  float : left;
  margin: 30px 0 0 400px;
}
.toggle1 {
  float : right;
  margin: 30px 400px 0 0;
}
.a , .b{
  position : absolute;
  top   : 0;
  left  : 0;
  width : 130px;
  height: 130px;
  background  : #b1bb1b;
  text-align  : center;
  font-size   : 90px;
  line-height : 130px;
  font-family : georgia;
  font-weight : bold;
  color	  : #1b1b1b;
  border-radius : 15px;
  border : 2px dotted rgba(0,0,0,.5);
  text-shadow : 1px 1px 0 rgba(250, 250, 250, 0.5);
}
.a {
  z-index : 1;
}
.b {
  background : #b1bbfb;
  z-index : 2;
}
#switch , #switch1 {
  position: absolute;
  left: -9999px;
}
#switch:checked ~ .toggle .b {
  animation : move-r 1s both;
}
#switch:not(:checked) ~ .toggle .b{
  animation : move-l 1s both;
}
@keyframes move-r {
  40% {
    transform : rotate(500deg) scale(1.1);
    left : 130%;
  }
  
  100% {
    left    : 0;
    z-index : -1;
  }
  
}
@keyframes move-l {
  0% {
    -webkit-transform : rotate(0deg);
    left    : 0;
    z-index : -1;
  }
  50% {
    transform : rotate(900deg) scale(.6);
    left    : -130%;
    z-index : -1;
  }
  100% {
    left    : 0;
    z-index : 2;
  } 
}
/* toggle1 */
#switch1:checked ~ .toggle1 .b {
  animation : move 1s both;
}
#switch1:checked ~ .toggle1 .a {
  animation : face 1s both;
}
#switch1:not(:checked) ~ .toggle1 .a{
  animation : move 1s both;
}

#switch1:not(:checked) ~ .toggle1 .b{
  animation : face 1s both;
}
@keyframes move {
  0% {
    z-index : 3;
  }
  50% {
    transform : rotate(15deg) scale(.6);
    left    : 130%;
    z-index : 3;
  }
  100% {
    left    : 0;
    z-index : 0;
  }
}
@keyframes  face {
  to {
    z-index : 3;
  }
}
    </span><span class="xml_tag">&lt;/style&gt;</span>
    <span class="xml_tag">&lt;script&gt;</span><span class="html_script">
  window.console = window.console || function(t) {};
</span><span class="xml_tag">&lt;/script&gt;</span>
	   <span class="xml_tag">&lt;script</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;wtFne_data/prefixfree.js&quot;</span><span class="xml_tag">&gt;</span><span class="html_script"></span><span class="xml_tag">&lt;/script&gt;</span>
  <span class="xml_tag">&lt;/head&gt;</span>

  <span class="xml_tag">&lt;body&gt;</span>
    <span class="xml_tag">&lt;input</span> <span class="xml_attrib">id</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;switch&quot;</span> <span class="xml_attrib">type</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;checkbox&quot;</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;label</span> <span class="xml_attrib">class</span> =&quot;toggle&quot; for=&quot;switch&quot;&gt;
  <span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;a&quot;&gt;♣<span class="xml_tag">&lt;/div&gt;</span>
  <span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;b&quot;&gt;☺<span class="xml_tag">&lt;/div&gt;</span>
<span class="xml_tag">&lt;/label&gt;</span>

<span class="xml_tag">&lt;input</span> <span class="xml_attrib">id</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;switch1&quot;</span> <span class="xml_attrib">type</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;checkbox&quot;</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;label</span> <span class="xml_attrib">class</span> =&quot;toggle1&quot; for=&quot;switch1&quot;&gt;
  <span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;a&quot;&gt;☺<span class="xml_tag">&lt;/div&gt;</span>
  <span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;b&quot;&gt;♥<span class="xml_tag">&lt;/div&gt;</span>
<span class="xml_tag">&lt;/label&gt;</span>
<span class="xml_tag">&lt;script&gt;</span><span class="html_script">
  if (document.location.search.match(/type=embed/gi)) {
    window.parent.postMessage(&quot;resize&quot;, &quot;*&quot;);
  }
</span><span class="xml_tag">&lt;/script&gt;</span>
<span class="xml_tag">&lt;/body&gt;</span><span class="xml_tag">&lt;/html&gt;</span></code></pre></td><td><div class="linenum"><code>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br />23<br />24<br />25<br />26<br />27<br />28<br />29<br />30<br />31<br />32<br />33<br />34<br />35<br />36<br />37<br />38<br />39<br />40<br />41<br />42<br />43<br />44<br />45<br />46<br />47<br />48<br />49<br />50<br />51<br />52<br />53<br />54<br />55<br />56<br />57<br />58<br />59<br />60<br />61<br />62<br />63<br />64<br />65<br />66<br />67<br />68<br />69<br />70<br />71<br />72<br />73<br />74<br />75<br />76<br />77<br />78<br />79<br />80<br />81<br />82<br />83<br />84<br />85<br />86<br />87<br />88<br />89<br />90<br />91<br />92<br />93<br />94<br />95<br />96<br />97<br />98<br />99<br />100<br />101<br />102<br />103<br />104<br />105<br />106<br />107<br />108<br />109<br />110<br />111<br />112<br />113<br />114<br />115<br />116<br />117<br />118<br />119<br />120<br />121<br />122<br />123<br />124<br />125<br />126<br />127<br />128<br />129<br />130<br />131<br />132<br />133<br />134<br />135<br />136<br />137<br />138<br />139<br />140<br />141<br />142<br />143<br />144<br />145<br />146</code></div></td></tr></table></div><hr class="hidden clear" /></div>
<p>
</div></div></div></div>
<div style="text-align: CENTER;">==========================<br />
<br><iframe name="I love Midori" src="http:///dl.midorinco.ir/others/css/8checkbox/waEYye.htm" scrolling="auto" width="100%" height="300" frameborder="no"></iframe></div><div align="center"><div  style="margin: 5px 10px 10px; width: 98%;"><div style="text-align:  right; padding: 4px; background: #FFAA55; repeat-x scroll 0% 0%  transparent; border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; color:#ffffff; text-shadow:0 -1px #D3B40F; font-weight:bold;  "><input type="button" onclick="if  (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  != '') {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = '';       this.innerText = ''; this.value = 'پنهان کردن متن'; } else {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = 'none'; this.innerText = ''; this.value = 'نشان دادن متن'; }" style="width:  90px; height: 25px; font-size: 12px; margin: 0px; padding: 0px;font-family: Tahoma"  value="نشان دادن متن"></div><div><div  style="border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; display:  none; text-align: right">
</p>
<div class="codeblock"><div class="title"><input type="button" class="button select_button" value="انتخاب کدها" onClick="selectObj(this.parentNode.parentNode.getElementsByTagName('pre')[0].getElementsByTagName('code')[0])" id="coolcode_btnsel_1773751015_8_57" style="display: none;" /><script type="text/javascript">
//<!--
$("coolcode_btnsel_1773751015_8_57").style.display = "";
//-->
</script><city>کد HTML:</city>
</div>
			<div class="codecontainer"><table style="text-align:left;" align="left"><tr><td>
			<pre><code><span class="xml_tag">&lt;!DOCTYPE</span> <span class="xml_attrib">html</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;html&gt;</span><span class="xml_tag">&lt;head&gt;</span>
<span class="xml_tag">&lt;meta</span> <span class="xml_attrib">http-equiv</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;content-type&quot;</span> <span class="xml_attrib">content</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;text/html; charset=UTF-8&quot;</span><span class="xml_tag">&gt;</span>
    <span class="xml_tag">&lt;meta</span> <span class="xml_attrib">charset</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;UTF-8&quot;</span><span class="xml_tag">&gt;</span>
    <span class="xml_tag">&lt;meta</span> <span class="xml_attrib">name</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;google&quot;</span> <span class="xml_attrib">value</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;notranslate&quot;</span><span class="xml_tag">&gt;</span>
    <span class="xml_tag">&lt;title&gt;</span>CodePen - Pure CSS Toggles<span class="xml_tag">&lt;/title&gt;</span>
    <span class="xml_tag">&lt;title&gt;</span>Pure Toggle Effects, by RGG<span class="xml_tag">&lt;/title&gt;</span>
	   <span class="xml_tag">&lt;meta</span> <span class="xml_attrib">charset</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;UTF-8&quot;</span><span class="xml_tag">&gt;</span>
	   <span class="xml_tag">&lt;meta</span> <span class="xml_attrib">name</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;viewport&quot;</span> <span class="xml_attrib">content</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;width=device-width, initial-scale=1.0&quot;</span><span class="xml_tag">&gt;</span>
	   <span class="xml_tag">&lt;style&gt;</span><span class="html_style">
	 @charset &quot;UTF-8&quot;;
@import url(weloveiconfonts.com.css);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:700,300);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: &quot;&quot;;
  content: none;
}
a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
body {
  background-color: #d0d0d0;
  text-align: center;
  font-family: &quot;Open Sans&quot;, sans-serif;
  font-size: 16px;
  color: #444444;
}
header {
  margin-bottom: 2em;
}
h1 {
  font-size: 2em;
  margin: 2em 0 1em;
}
strong {
  font-weight: 700;
}
legend {
  font-size: 1.5em;
  line-height: 1em;
  margin-bottom: 1.9em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #444444;
  width: 100%;
}
div {
  margin-bottom: 1em;
}
fieldset {
  border: 0;
  padding: 0 2em 2em;
}
.pure-toggle {
  cursor: pointer;
  font-size: 1.5em;
  width: 6em;
  height: 3em;
  display: inline-block;
  position: relative;
  background: white;
  text-align: left;
  line-height: 3em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-perspective: 300px;
  -webkit-perspective: 300px;
  perspective: 300px;
}
.pure-toggle:before {
  width: 3em;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #f5f5f5;
  display: inline-block;
  text-align: center;
  font-family: 'FontAwesome', sans-serif;
  content: &quot;···&quot;;
  color: #ffffff;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  /*@include box-shadow(0.1em 0 0.2em rgba(0,0,0,0.3));*/
}
.pure-toggle [class^='fontawesome-'] {
  padding: 1em;
  line-height: inherit;
  font-family: 'FontAwesome', sans-serif;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.pure-toggle.flip:before {
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.pure-toggle.brick {
  background-color: white;
  border: 1px solid #d9d9d9;
  border-bottom-color: #e6e6e6;
  -moz-box-shadow: inset 0 0.1em 0.03em rgba(0, 0, 0, 0.2), inset 0 0.1em 0.3em rgba(0, 0, 0, 0.3), 0 0 2em rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: inset 0 0.1em 0.03em rgba(0, 0, 0, 0.2), inset 0 0.1em 0.3em rgba(0, 0, 0, 0.3), 0 0 2em rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 0.1em 0.03em rgba(0, 0, 0, 0.2), inset 0 0.1em 0.3em rgba(0, 0, 0, 0.3), 0 0 2em rgba(255, 255, 255, 0.6);
}
.pure-toggle.brick:before {
  margin-right: -1px;
  margin-top: -0.14em;
  -moz-box-shadow: 0 0.12em 0.01em #3ba5bc, 0 0.12em 0.3em rgba(59, 165, 188, 0.6), 0 0.12em 2em rgba(0, 0, 0, 0.3), -0.12em 0.15em 0.2em rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0.12em 0.01em #3ba5bc, 0 0.12em 0.3em rgba(59, 165, 188, 0.6), 0 0.12em 2em rgba(0, 0, 0, 0.3), -0.12em 0.15em 0.2em rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.12em 0.01em #3ba5bc, 0 0.12em 0.3em rgba(59, 165, 188, 0.6), 0 0.12em 2em rgba(0, 0, 0, 0.3), -0.12em 0.15em 0.2em rgba(0, 0, 0, 0.2);
  -moz-transition-duration: 0.66667s;
  -o-transition-duration: 0.66667s;
  -webkit-transition-duration: 0.66667s;
  transition-duration: 0.66667s;
  -moz-transition-timing-function: cubic-bezier(0.52, -0.41, 0.55, 1.46);
  -o-transition-timing-function: cubic-bezier(0.52, -0.41, 0.55, 1.46);
  -webkit-transition-timing-function: cubic-bezier(0.52, -0.41, 0.55, 1.46);
  transition-timing-function: cubic-bezier(0.52, -0.41, 0.55, 1.46);
}
.pure-toggle.brick.switch {
  background: transparent;
  -moz-box-shadow: inset 0 0 0.03em transparent, inset 0 0 0.3em transparent, 0 0 2em rgba(255, 255, 255, 0);
  -webkit-box-shadow: inset 0 0 0.03em transparent, inset 0 0 0.3em transparent, 0 0 2em rgba(255, 255, 255, 0);
  box-shadow: inset 0 0 0.03em transparent, inset 0 0 0.3em transparent, 0 0 2em rgba(255, 255, 255, 0);
  border: 0;
}
.pure-toggle.brick.switch:before {
  display: none;
}
.pure-toggle.brick.switch .ok {
  color: white;
  top: 0;
  left: 1px;
  line-height: 1em;
  padding: 1em 1.045em;
  position: relative;
  background: #5EB9CC;
  -moz-box-shadow: 0 0.12em 0.01em #3ba5bc, 0 0.12em 0.3em rgba(59, 165, 188, 0.6), 0 0.12em 2em rgba(0, 0, 0, 0.3), -0.12em 0.15em 0.2em rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0.12em 0.01em #3ba5bc, 0 0.12em 0.3em rgba(59, 165, 188, 0.6), 0 0.12em 2em rgba(0, 0, 0, 0.3), -0.12em 0.15em 0.2em rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.12em 0.01em #3ba5bc, 0 0.12em 0.3em rgba(59, 165, 188, 0.6), 0 0.12em 2em rgba(0, 0, 0, 0.3), -0.12em 0.15em 0.2em rgba(0, 0, 0, 0.2);
  -moz-transition-duration: 0.33333s;
  -o-transition-duration: 0.33333s;
  -webkit-transition-duration: 0.33333s;
  transition-duration: 0.33333s;
}
.pure-toggle.brick.switch .ok.no {
  top: 0.14em;
  background: transparent;
  background: #cc0966;
  -moz-box-shadow: 0 0 0.01em #9b074e, 0 0 0.3em rgba(155, 7, 78, 0.6), 0 0.12em 2em transparent, -0.12em 0.15em 0.2em transparent;
  -webkit-box-shadow: 0 0 0.01em #9b074e, 0 0 0.3em rgba(155, 7, 78, 0.6), 0 0.12em 2em transparent, -0.12em 0.15em 0.2em transparent;
  box-shadow: 0 0 0.01em #9b074e, 0 0 0.3em rgba(155, 7, 78, 0.6), 0 0.12em 2em transparent, -0.12em 0.15em 0.2em transparent;
}
input[type='checkbox'] + .pure-toggle:before {
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  background-color: #5EB9CC;
}
input[type='checkbox'] + .pure-toggle [class^=&quot;fontawesome-&quot;],
input[type='checkbox'] + .pure-toggle [class*=&quot;fontawesome-&quot;] {
  color: #5EB9CC;
}
input[type='checkbox'] + .pure-toggle.wide:before {
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -moz-animation: contract 1s ease-in-out forwards;
  -webkit-animation: contract 1s ease-in-out forwards;
  animation: contract 1s ease-in-out forwards;
}
input[type='checkbox'] + .pure-toggle.brick:before {
  border-bottom: 0.03em solid #71c1d2;
  text-shadow: 0 0.05em 0 #4bb1c6;
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
input[type='checkbox'] + .pure-toggle.brick.switch .ok {
  color: white;
}
input[type='checkbox'] + .pure-toggle.flip:before {
  -moz-animation: flip 0.5s ease-in-out forwards;
  -webkit-animation: flip 0.5s ease-in-out forwards;
  animation: flip 0.5s ease-in-out forwards;
}
input[type='checkbox'] + .pure-toggle.impossible:before {
  -moz-animation: impossible 0.5s ease-in-out forwards;
  -webkit-animation: impossible 0.5s ease-in-out forwards;
  animation: impossible 0.5s ease-in-out forwards;
}
input[type='checkbox']:checked + .pure-toggle:before {
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  background-color: #cc0966;
}
input[type='checkbox']:checked + .pure-toggle [class^=&quot;fontawesome-&quot;],
input[type='checkbox']:checked + .pure-toggle [class*=&quot;fontawesome-&quot;] {
  color: #cc0966;
}
input[type='checkbox']:checked + .pure-toggle.wide:before {
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -moz-animation: expand 1s ease-in-out forwards;
  -webkit-animation: expand 1s ease-in-out forwards;
  animation: expand 1s ease-in-out forwards;
}
input[type='checkbox']:checked + .pure-toggle.brick:before {
  margin-right: 3em;
  border-bottom: 0.03em solid #f5137f;
  text-shadow: 0 0.05em 0 #9b074e;
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -moz-box-shadow: 0 0.12em 0.01em #9b074e, 0 0.12em 0.3em rgba(155, 7, 78, 0.6), 0 0.12em 2em rgba(0, 0, 0, 0.3), 0.12em 0.15em 0.2em rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0.12em 0.01em #9b074e, 0 0.12em 0.3em rgba(155, 7, 78, 0.6), 0 0.12em 2em rgba(0, 0, 0, 0.3), 0.12em 0.15em 0.2em rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.12em 0.01em #9b074e, 0 0.12em 0.3em rgba(155, 7, 78, 0.6), 0 0.12em 2em rgba(0, 0, 0, 0.3), 0.12em 0.15em 0.2em rgba(0, 0, 0, 0.2);
}
input[type='checkbox']:checked + .pure-toggle.brick.switch:before {
  display: none;
}
input[type='checkbox']:checked + .pure-toggle.brick.switch .ok {
  top: 0.14em;
  -moz-box-shadow: 0 0 0.01em #3ba5bc, 0 0 0.3em rgba(59, 165, 188, 0.6), 0 0.12em 2em transparent, -0.12em 0.15em 0.2em transparent;
  -webkit-box-shadow: 0 0 0.01em #3ba5bc, 0 0 0.3em rgba(59, 165, 188, 0.6), 0 0.12em 2em transparent, -0.12em 0.15em 0.2em transparent;
  box-shadow: 0 0 0.01em #3ba5bc, 0 0 0.3em rgba(59, 165, 188, 0.6), 0 0.12em 2em transparent, -0.12em 0.15em 0.2em transparent;
}
input[type='checkbox']:checked + .pure-toggle.brick.switch .ok.no {
  top: 0;
  background: #cc0966;
  -moz-box-shadow: 0 0.12em 0.01em #9b074e, 0 0.12em 0.3em rgba(155, 7, 78, 0.6), 0 0.12em 2em rgba(0, 0, 0, 0.3), 0.12em 0.15em 0.2em rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0.12em 0.01em #9b074e, 0 0.12em 0.3em rgba(155, 7, 78, 0.6), 0 0.12em 2em rgba(0, 0, 0, 0.3), 0.12em 0.15em 0.2em rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.12em 0.01em #9b074e, 0 0.12em 0.3em rgba(155, 7, 78, 0.6), 0 0.12em 2em rgba(0, 0, 0, 0.3), 0.12em 0.15em 0.2em rgba(0, 0, 0, 0.2);
}
input[type='checkbox']:checked + .pure-toggle.flip:before {
  -moz-animation: flip-back 0.5s ease-in-out forwards;
  -webkit-animation: flip-back 0.5s ease-in-out forwards;
  animation: flip-back 0.5s ease-in-out forwards;
}
input[type='checkbox']:checked + .pure-toggle.impossible:before {
  -moz-animation: impossible-back 0.5s ease-in-out forwards;
  -webkit-animation: impossible-back 0.5s ease-in-out forwards;
  animation: impossible-back 0.5s ease-in-out forwards;
}
@keyframes flip-back {
  0% {
    -moz-transform: rotateY(0deg) translateX(0) scale(1);
    -ms-transform: rotateY(0deg) translateX(0) scale(1);
    -webkit-transform: rotateY(0deg) translateX(0) scale(1);
    transform: rotateY(0deg) translateX(0) scale(1);
  }
  60%,
    80% {
    -moz-transform: rotateY(-360deg) translateX(0) scale(1.3);
    -ms-transform: rotateY(-360deg) translateX(0) scale(1.3);
    -webkit-transform: rotateY(-360deg) translateX(0) scale(1.3);
    transform: rotateY(-360deg) translateX(0) scale(1.3);
  }
  100% {
    margin-right: 3em;
    -moz-transform: rotateY(-360deg) translateX(0) scale(1);
    -ms-transform: rotateY(-360deg) translateX(0) scale(1);
    -webkit-transform: rotateY(-360deg) translateX(0) scale(1);
    transform: rotateY(-360deg) translateX(0) scale(1);
  }
}
@keyframes flip {
  0% {
    margin-right: 3em;
    -moz-transform: rotateY(0deg) translateX(0) scale(1);
    -ms-transform: rotateY(0deg) translateX(0) scale(1);
    -webkit-transform: rotateY(0deg) translateX(0) scale(1);
    transform: rotateY(0deg) translateX(0) scale(1);
  }
  60%,
    80% {
    -moz-transform: rotateY(360deg) translateX(0) scale(1.3);
    -ms-transform: rotateY(360deg) translateX(0) scale(1.3);
    -webkit-transform: rotateY(360deg) translateX(0) scale(1.3);
    transform: rotateY(360deg) translateX(0) scale(1.3);
  }
  100% {
    margin-right: 0;
    -moz-transform: rotateY(360deg) translateX(0) scale(1);
    -ms-transform: rotateY(360deg) translateX(0) scale(1);
    -webkit-transform: rotateY(360deg) translateX(0) scale(1);
    transform: rotateY(360deg) translateX(0) scale(1);
  }
}
@keyframes impossible-back {
  0% {
    -moz-transform: rotateX(0deg) translateX(0) scale(1);
    -ms-transform: rotateX(0deg) translateX(0) scale(1);
    -webkit-transform: rotateX(0deg) translateX(0) scale(1);
    transform: rotateX(0deg) translateX(0) scale(1);
  }
  60%,
    80% {
    -moz-transform: rotateX(-360deg) translateX(0) scale(1.3);
    -ms-transform: rotateX(-360deg) translateX(0) scale(1.3);
    -webkit-transform: rotateX(-360deg) translateX(0) scale(1.3);
    transform: rotateX(-360deg) translateX(0) scale(1.3);
  }
  100% {
    margin-right: 3em;
    -moz-transform: rotateX(-360deg) translateX(0) scale(1);
    -ms-transform: rotateX(-360deg) translateX(0) scale(1);
    -webkit-transform: rotateX(-360deg) translateX(0) scale(1);
    transform: rotateX(-360deg) translateX(0) scale(1);
  }
}
@keyframes impossible {
  0% {
    margin-right: 3em;
    -moz-transform: rotateX(0deg) translateX(0) scale(1);
    -ms-transform: rotateX(0deg) translateX(0) scale(1);
    -webkit-transform: rotateX(0deg) translateX(0) scale(1);
    transform: rotateX(0deg) translateX(0) scale(1);
  }
  60%,
    80% {
    -moz-transform: rotateX(360deg) translateX(0) scale(1.3);
    -ms-transform: rotateX(360deg) translateX(0) scale(1.3);
    -webkit-transform: rotateX(360deg) translateX(0) scale(1.3);
    transform: rotateX(360deg) translateX(0) scale(1.3);
  }
  100% {
    margin-right: 0;
    -moz-transform: rotateX(360deg) translateX(0) scale(1);
    -ms-transform: rotateX(360deg) translateX(0) scale(1);
    -webkit-transform: rotateX(360deg) translateX(0) scale(1);
    transform: rotateX(360deg) translateX(0) scale(1);
  }
}
@keyframes expand {
  0% {
    right: 0;
    width: 3em;
  }
  25% {
    right: 0;
    width: 100%;
  }
  50% {
    right: auto;
    width: 100%;
    left: 0;
  }
  100% {
    left: 0;
    width: 3em;
  }
}
@keyframes contract {
  0% {
    left: 0;
    width: 3em;
  }
  25% {
    left: 0;
    width: 100%;
  }
  50% {
    right: 0;
    width: 100%;
    left: auto;
  }
  100% {
    right: 0;
    width: 3em;
  }
}
@-webkit-keyframes flip-back {
  0% {
    -moz-transform: rotateY(0deg) translateX(0) scale(1);
    -ms-transform: rotateY(0deg) translateX(0) scale(1);
    -webkit-transform: rotateY(0deg) translateX(0) scale(1);
    transform: rotateY(0deg) translateX(0) scale(1);
  }
  60%,
    80% {
    -moz-transform: rotateY(-360deg) translateX(0) scale(1.3);
    -ms-transform: rotateY(-360deg) translateX(0) scale(1.3);
    -webkit-transform: rotateY(-360deg) translateX(0) scale(1.3);
    transform: rotateY(-360deg) translateX(0) scale(1.3);
  }
  100% {
    margin-right: 3em;
    -moz-transform: rotateY(-360deg) translateX(0) scale(1);
    -ms-transform: rotateY(-360deg) translateX(0) scale(1);
    -webkit-transform: rotateY(-360deg) translateX(0) scale(1);
    transform: rotateY(-360deg) translateX(0) scale(1);
  }
}
@-webkit-keyframes flip {
  0% {
    margin-right: 3em;
    -moz-transform: rotateY(0deg) translateX(0) scale(1);
    -ms-transform: rotateY(0deg) translateX(0) scale(1);
    -webkit-transform: rotateY(0deg) translateX(0) scale(1);
    transform: rotateY(0deg) translateX(0) scale(1);
  }
  60%,
    80% {
    -moz-transform: rotateY(360deg) translateX(0) scale(1.3);
    -ms-transform: rotateY(360deg) translateX(0) scale(1.3);
    -webkit-transform: rotateY(360deg) translateX(0) scale(1.3);
    transform: rotateY(360deg) translateX(0) scale(1.3);
  }
  100% {
    margin-right: 0;
    -moz-transform: rotateY(360deg) translateX(0) scale(1);
    -ms-transform: rotateY(360deg) translateX(0) scale(1);
    -webkit-transform: rotateY(360deg) translateX(0) scale(1);
    transform: rotateY(360deg) translateX(0) scale(1);
  }
}
@-webkit-keyframes impossible-back {
  0% {
    -moz-transform: rotateX(0deg) translateX(0) scale(1);
    -ms-transform: rotateX(0deg) translateX(0) scale(1);
    -webkit-transform: rotateX(0deg) translateX(0) scale(1);
    transform: rotateX(0deg) translateX(0) scale(1);
  }
  60%,
    80% {
    -moz-transform: rotateX(-360deg) translateX(0) scale(1.3);
    -ms-transform: rotateX(-360deg) translateX(0) scale(1.3);
    -webkit-transform: rotateX(-360deg) translateX(0) scale(1.3);
    transform: rotateX(-360deg) translateX(0) scale(1.3);
  }
  100% {
    margin-right: 3em;
    -moz-transform: rotateX(-360deg) translateX(0) scale(1);
    -ms-transform: rotateX(-360deg) translateX(0) scale(1);
    -webkit-transform: rotateX(-360deg) translateX(0) scale(1);
    transform: rotateX(-360deg) translateX(0) scale(1);
  }
}
@-webkit-keyframes impossible {
  0% {
    margin-right: 3em;
    -moz-transform: rotateX(0deg) translateX(0) scale(1);
    -ms-transform: rotateX(0deg) translateX(0) scale(1);
    -webkit-transform: rotateX(0deg) translateX(0) scale(1);
    transform: rotateX(0deg) translateX(0) scale(1);
  }
  60%,
    80% {
    -moz-transform: rotateX(360deg) translateX(0) scale(1.3);
    -ms-transform: rotateX(360deg) translateX(0) scale(1.3);
    -webkit-transform: rotateX(360deg) translateX(0) scale(1.3);
    transform: rotateX(360deg) translateX(0) scale(1.3);
  }
  100% {
    margin-right: 0;
    -moz-transform: rotateX(360deg) translateX(0) scale(1);
    -ms-transform: rotateX(360deg) translateX(0) scale(1);
    -webkit-transform: rotateX(360deg) translateX(0) scale(1);
    transform: rotateX(360deg) translateX(0) scale(1);
  }
}
@-webkit-keyframes expand {
  0% {
    right: 0;
    width: 3em;
  }
  25% {
    right: 0;
    width: 100%;
  }
  50% {
    right: auto;
    width: 100%;
    left: 0;
  }
  100% {
    left: 0;
    width: 3em;
  }
}
@-webkit-keyframes contract {
  0% {
    left: 0;
    width: 3em;
  }
  25% {
    left: 0;
    width: 100%;
  }
  50% {
    right: 0;
    width: 100%;
    left: auto;
  }
  100% {
    right: 0;
    width: 3em;
  }
}
    </span><span class="xml_tag">&lt;/style&gt;</span>
    <span class="xml_tag">&lt;script&gt;</span><span class="html_script">
  window.console = window.console || function(t) {};
</span><span class="xml_tag">&lt;/script&gt;</span>
  <span class="xml_tag">&lt;/head&gt;</span>
  <span class="xml_tag">&lt;body</span> <span class="xml_attrib">class</span> =&quot;content&quot;&gt;
  <span class="xml_tag">&lt;header&gt;</span>
    <span class="xml_tag">&lt;h1&gt;</span>Pure <span class="xml_tag">&lt;strong&gt;</span>CSS<span class="xml_tag">&lt;/strong&gt;</span> Toggles<span class="xml_tag">&lt;/h1&gt;</span>
  <span class="xml_tag">&lt;/header&gt;</span>
  <span class="xml_tag">&lt;form&gt;</span>
    <span class="xml_tag">&lt;fieldset&gt;</span>
	 <span class="xml_tag">&lt;legend&gt;</span>Flat look<span class="xml_tag">&lt;/legend&gt;</span>
	 <span class="xml_tag">&lt;div&gt;</span>
	   <span class="xml_tag">&lt;input</span> <span class="xml_attrib">id</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;pure-toggle-0&quot;</span> <span class="xml_attrib">hidden</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;&quot;</span> <span class="xml_attrib">type</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;checkbox&quot;</span><span class="xml_tag">&gt;</span>
	   <span class="xml_tag">&lt;label</span> <span class="xml_attrib">class</span> =&quot;pure-toggle&quot; for=&quot;pure-toggle-0&quot;&gt;<span class="xml_tag">&lt;span</span> <span class="xml_attrib">class</span> =&quot;fontawesome-ok&quot;&gt;<span class="xml_tag">&lt;/span&gt;</span><span class="xml_tag">&lt;span</span> <span class="xml_attrib">class</span> =&quot;fontawesome-remove&quot;&gt;<span class="xml_tag">&lt;/span&gt;</span><span class="xml_tag">&lt;/label&gt;</span>
	 <span class="xml_tag">&lt;/div&gt;</span>
	 <span class="xml_tag">&lt;div&gt;</span>
	   <span class="xml_tag">&lt;input</span> <span class="xml_attrib">id</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;pure-toggle-1&quot;</span> <span class="xml_attrib">checked</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;checked&quot;</span> <span class="xml_attrib">hidden</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;&quot;</span> <span class="xml_attrib">type</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;checkbox&quot;</span><span class="xml_tag">&gt;</span>
	   <span class="xml_tag">&lt;label</span> <span class="xml_attrib">class</span> =&quot;pure-toggle flip&quot; for=&quot;pure-toggle-1&quot;&gt;<span class="xml_tag">&lt;span</span> <span class="xml_attrib">class</span> =&quot;fontawesome-ok&quot;&gt;<span class="xml_tag">&lt;/span&gt;</span><span class="xml_tag">&lt;span</span> <span class="xml_attrib">class</span> =&quot;fontawesome-remove&quot;&gt;<span class="xml_tag">&lt;/span&gt;</span><span class="xml_tag">&lt;/label&gt;</span>
	 <span class="xml_tag">&lt;/div&gt;</span>
	 <span class="xml_tag">&lt;div&gt;</span>
	   <span class="xml_tag">&lt;input</span> <span class="xml_attrib">id</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;pure-toggle-2&quot;</span> <span class="xml_attrib">hidden</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;&quot;</span> <span class="xml_attrib">type</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;checkbox&quot;</span><span class="xml_tag">&gt;</span>
	   <span class="xml_tag">&lt;label</span> <span class="xml_attrib">class</span> =&quot;pure-toggle impossible&quot; for=&quot;pure-toggle-2&quot;&gt;<span class="xml_tag">&lt;span</span> <span class="xml_attrib">class</span> =&quot;fontawesome-ok&quot;&gt;<span class="xml_tag">&lt;/span&gt;</span><span class="xml_tag">&lt;span</span> <span class="xml_attrib">class</span> =&quot;fontawesome-remove&quot;&gt;<span class="xml_tag">&lt;/span&gt;</span><span class="xml_tag">&lt;/label&gt;</span>
	 <span class="xml_tag">&lt;/div&gt;</span>
	 <span class="xml_tag">&lt;div&gt;</span>
	   <span class="xml_tag">&lt;input</span> <span class="xml_attrib">id</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;pure-toggle-3&quot;</span> <span class="xml_attrib">checked</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;checked&quot;</span> <span class="xml_attrib">hidden</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;&quot;</span> <span class="xml_attrib">type</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;checkbox&quot;</span><span class="xml_tag">&gt;</span>
	   <span class="xml_tag">&lt;label</span> <span class="xml_attrib">class</span> =&quot;pure-toggle wide&quot; for=&quot;pure-toggle-3&quot;&gt;<span class="xml_tag">&lt;span</span> <span class="xml_attrib">class</span> =&quot;fontawesome-ok&quot;&gt;<span class="xml_tag">&lt;/span&gt;</span><span class="xml_tag">&lt;span</span> <span class="xml_attrib">class</span> =&quot;fontawesome-remove&quot;&gt;<span class="xml_tag">&lt;/span&gt;</span><span class="xml_tag">&lt;/label&gt;</span>
	 <span class="xml_tag">&lt;/div&gt;</span>
    <span class="xml_tag">&lt;/fieldset&gt;</span>
    <span class="xml_tag">&lt;fieldset&gt;</span>
	 <span class="xml_tag">&lt;legend&gt;</span>3D look<span class="xml_tag">&lt;/legend&gt;</span>
	 <span class="xml_tag">&lt;div&gt;</span>
	   <span class="xml_tag">&lt;input</span> <span class="xml_attrib">id</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;pure-toggle-4&quot;</span> <span class="xml_attrib">hidden</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;&quot;</span> <span class="xml_attrib">type</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;checkbox&quot;</span><span class="xml_tag">&gt;</span>
	   <span class="xml_tag">&lt;label</span> <span class="xml_attrib">class</span> =&quot;pure-toggle brick&quot; for=&quot;pure-toggle-4&quot;&gt;<span class="xml_tag">&lt;span</span> <span class="xml_attrib">class</span> =&quot;fontawesome-ok&quot;&gt;<span class="xml_tag">&lt;/span&gt;</span><span class="xml_tag">&lt;span</span> <span class="xml_attrib">class</span> =&quot;fontawesome-remove&quot;&gt;<span class="xml_tag">&lt;/span&gt;</span><span class="xml_tag">&lt;/label&gt;</span>
	 <span class="xml_tag">&lt;/div&gt;</span>
	 <span class="xml_tag">&lt;div&gt;</span>
	   <span class="xml_tag">&lt;input</span> <span class="xml_attrib">id</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;pure-toggle-5&quot;</span> <span class="xml_attrib">hidden</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;&quot;</span> <span class="xml_attrib">type</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;checkbox&quot;</span><span class="xml_tag">&gt;</span>
	   <span class="xml_tag">&lt;label</span> <span class="xml_attrib">class</span> =&quot;pure-toggle brick switch&quot; for=&quot;pure-toggle-5&quot;&gt;<span class="xml_tag">&lt;span</span> <span class="xml_attrib">class</span> =&quot;fontawesome-ok ok&quot;&gt;<span class="xml_tag">&lt;/span&gt;</span><span class="xml_tag">&lt;span</span> <span class="xml_attrib">class</span> =&quot;fontawesome-remove no ok&quot;&gt;<span class="xml_tag">&lt;/span&gt;</span><span class="xml_tag">&lt;/label&gt;</span>
	 <span class="xml_tag">&lt;/div&gt;</span>
    <span class="xml_tag">&lt;/fieldset&gt;</span>
  <span class="xml_tag">&lt;/form&gt;</span>
<span class="xml_tag">&lt;script&gt;</span><span class="html_script">
  if (document.location.search.match(/type=embed/gi)) {
    window.parent.postMessage(&quot;resize&quot;, &quot;*&quot;);
  }
</span><span class="xml_tag">&lt;/script&gt;</span>
<span class="xml_tag">&lt;/body&gt;</span><span class="xml_tag">&lt;/html&gt;</span></code></pre></td><td><div class="linenum"><code>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br />23<br />24<br />25<br />26<br />27<br />28<br />29<br />30<br />31<br />32<br />33<br />34<br />35<br />36<br />37<br />38<br />39<br />40<br />41<br />42<br />43<br />44<br />45<br />46<br />47<br />48<br />49<br />50<br />51<br />52<br />53<br />54<br />55<br />56<br />57<br />58<br />59<br />60<br />61<br />62<br />63<br />64<br />65<br />66<br />67<br />68<br />69<br />70<br />71<br />72<br />73<br />74<br />75<br />76<br />77<br />78<br />79<br />80<br />81<br />82<br />83<br />84<br />85<br />86<br />87<br />88<br />89<br />90<br />91<br />92<br />93<br />94<br />95<br />96<br />97<br />98<br />99<br />100<br />101<br />102<br />103<br />104<br />105<br />106<br />107<br />108<br />109<br />110<br />111<br />112<br />113<br />114<br />115<br />116<br />117<br />118<br />119<br />120<br />121<br />122<br />123<br />124<br />125<br />126<br />127<br />128<br />129<br />130<br />131<br />132<br />133<br />134<br />135<br />136<br />137<br />138<br />139<br />140<br />141<br />142<br />143<br />144<br />145<br />146<br />147<br />148<br />149<br />150<br />151<br />152<br />153<br />154<br />155<br />156<br />157<br />158<br />159<br />160<br />161<br />162<br />163<br />164<br />165<br />166<br />167<br />168<br />169<br />170<br />171<br />172<br />173<br />174<br />175<br />176<br />177<br />178<br />179<br />180<br />181<br />182<br />183<br />184<br />185<br />186<br />187<br />188<br />189<br />190<br />191<br />192<br />193<br />194<br />195<br />196<br />197<br />198<br />199<br />200<br />201<br />202<br />203<br />204<br />205<br />206<br />207<br />208<br />209<br />210<br />211<br />212<br />213<br />214<br />215<br />216<br />217<br />218<br />219<br />220<br />221<br />222<br />223<br />224<br />225<br />226<br />227<br />228<br />229<br />230<br />231<br />232<br />233<br />234<br />235<br />236<br />237<br />238<br />239<br />240<br />241<br />242<br />243<br />244<br />245<br />246<br />247<br />248<br />249<br />250<br />251<br />252<br />253<br />254<br />255<br />256<br />257<br />258<br />259<br />260<br />261<br />262<br />263<br />264<br />265<br />266<br />267<br />268<br />269<br />270<br />271<br />272<br />273<br />274<br />275<br />276<br />277<br />278<br />279<br />280<br />281<br />282<br />283<br />284<br />285<br />286<br />287<br />288<br />289<br />290<br />291<br />292<br />293<br />294<br />295<br />296<br />297<br />298<br />299<br />300<br />301<br />302<br />303<br />304<br />305<br />306<br />307<br />308<br />309<br />310<br />311<br />312<br />313<br />314<br />315<br />316<br />317<br />318<br />319<br />320<br />321<br />322<br />323<br />324<br />325<br />326<br />327<br />328<br />329<br />330<br />331<br />332<br />333<br />334<br />335<br />336<br />337<br />338<br />339<br />340<br />341<br />342<br />343<br />344<br />345<br />346<br />347<br />348<br />349<br />350<br />351<br />352<br />353<br />354<br />355<br />356<br />357<br />358<br />359<br />360<br />361<br />362<br />363<br />364<br />365<br />366<br />367<br />368<br />369<br />370<br />371<br />372<br />373<br />374<br />375<br />376<br />377<br />378<br />379<br />380<br />381<br />382<br />383<br />384<br />385<br />386<br />387<br />388<br />389<br />390<br />391<br />392<br />393<br />394<br />395<br />396<br />397<br />398<br />399<br />400<br />401<br />402<br />403<br />404<br />405<br />406<br />407<br />408<br />409<br />410<br />411<br />412<br />413<br />414<br />415<br />416<br />417<br />418<br />419<br />420<br />421<br />422<br />423<br />424<br />425<br />426<br />427<br />428<br />429<br />430<br />431<br />432<br />433<br />434<br />435<br />436<br />437<br />438<br />439<br />440<br />441<br />442<br />443<br />444<br />445<br />446<br />447<br />448<br />449<br />450<br />451<br />452<br />453<br />454<br />455<br />456<br />457<br />458<br />459<br />460<br />461<br />462<br />463<br />464<br />465<br />466<br />467<br />468<br />469<br />470<br />471<br />472<br />473<br />474<br />475<br />476<br />477<br />478<br />479<br />480<br />481<br />482<br />483<br />484<br />485<br />486<br />487<br />488<br />489<br />490<br />491<br />492<br />493<br />494<br />495<br />496<br />497<br />498<br />499<br />500<br />501<br />502<br />503<br />504<br />505<br />506<br />507<br />508<br />509<br />510<br />511<br />512<br />513<br />514<br />515<br />516<br />517<br />518<br />519<br />520<br />521<br />522<br />523<br />524<br />525<br />526<br />527<br />528<br />529<br />530<br />531<br />532<br />533<br />534<br />535<br />536<br />537<br />538<br />539<br />540<br />541<br />542<br />543<br />544<br />545<br />546<br />547<br />548<br />549<br />550<br />551<br />552<br />553<br />554<br />555<br />556<br />557<br />558<br />559<br />560<br />561<br />562<br />563<br />564<br />565<br />566<br />567<br />568<br />569<br />570<br />571<br />572<br />573<br />574<br />575<br />576<br />577<br />578<br />579<br />580<br />581<br />582<br />583<br />584<br />585<br />586<br />587<br />588<br />589<br />590<br />591<br />592<br />593<br />594<br />595<br />596<br />597<br />598<br />599<br />600<br />601<br />602<br />603<br />604<br />605<br />606<br />607</code></div></td></tr></table></div><hr class="hidden clear" /></div>
<p>
</div></div></div></div>
<div style="text-align: CENTER;">==========================<br />
<br><iframe name="I love Midori" src="http:///dl.midorinco.ir/others/css/8checkbox/WQBNxO.htm" scrolling="auto" width="100%" height="300" frameborder="no"></iframe></div><div align="center"><div  style="margin: 5px 10px 10px; width: 98%;"><div style="text-align:  right; padding: 4px; background: #FFAA55; repeat-x scroll 0% 0%  transparent; border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; color:#ffffff; text-shadow:0 -1px #D3B40F; font-weight:bold;  "><input type="button" onclick="if  (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  != '') {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = '';       this.innerText = ''; this.value = 'پنهان کردن متن'; } else {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = 'none'; this.innerText = ''; this.value = 'نشان دادن متن'; }" style="width:  90px; height: 25px; font-size: 12px; margin: 0px; padding: 0px;font-family: Tahoma"  value="نشان دادن متن"></div><div><div  style="border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; display:  none; text-align: right">
</p>
<div class="codeblock"><div class="title"><input type="button" class="button select_button" value="انتخاب کدها" onClick="selectObj(this.parentNode.parentNode.getElementsByTagName('pre')[0].getElementsByTagName('code')[0])" id="coolcode_btnsel_1773751015_9_83" style="display: none;" /><script type="text/javascript">
//<!--
$("coolcode_btnsel_1773751015_9_83").style.display = "";
//-->
</script><city>کد HTML:</city>
</div>
			<div class="codecontainer"><table style="text-align:left;" align="left"><tr><td>
			<pre><code><span class="xml_tag">&lt;!DOCTYPE</span> <span class="xml_attrib">html</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;html&gt;</span><span class="xml_tag">&lt;head&gt;</span>
<span class="xml_tag">&lt;meta</span> <span class="xml_attrib">http-equiv</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;content-type&quot;</span> <span class="xml_attrib">content</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;text/html; charset=UTF-8&quot;</span><span class="xml_tag">&gt;</span>
    <span class="xml_tag">&lt;meta</span> <span class="xml_attrib">charset</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;UTF-8&quot;</span><span class="xml_tag">&gt;</span>
    <span class="xml_tag">&lt;meta</span> <span class="xml_attrib">name</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;google&quot;</span> <span class="xml_attrib">value</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;notranslate&quot;</span><span class="xml_tag">&gt;</span>
    <span class="xml_tag">&lt;title&gt;</span>CodePen - Pure Css &quot;day and night&quot; toggle<span class="xml_tag">&lt;/title&gt;</span>
    <span class="xml_tag">&lt;link</span> <span class="xml_attrib">href</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;WQBNxO_data/css.css&quot;</span> <span class="xml_attrib">rel</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;stylesheet&quot;</span> <span class="xml_attrib">type</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;text/css&quot;</span><span class="xml_tag">&gt;</span>
	   <span class="xml_tag">&lt;style&gt;</span><span class="html_style">
	 body {
  background-color: #1E314F;
  font-family: 'Helvetica Rounded', 'Arial Rounded MT Bold','Montserrat', sans-serif;
  color: #fff;
}
.toggleWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  padding: 0 200px;
  transform: translate3d(-50%, -50%, 0);
}
.toggleWrapper input {
  position: absolute;
  left: -99em;
}
.toggle {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 90px;
  height: 50px;
  background-color: #83D8FF;
  border-radius: 84px;
  transition: background-color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.toggle:before {
  content: 'AM';
  position: absolute;
  left: -50px;
  top: 15px;
  font-size: 18px;
}
.toggle:after {
  content: 'PM';
  position: absolute;
  right: -48px;
  top: 15px;
  font-size: 18px;
  color: #749ED7;
}
.toggle__handler {
  display: inline-block;
  position: relative;
  z-index: 1;
  top: 3px;
  left: 3px;
  width: 44px;
  height: 44px;
  background-color: #FFCF96;
  border-radius: 50px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  transition: all 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform: rotate(-45deg);
}
.toggle__handler .crater {
  position: absolute;
  background-color: #E8CDA5;
  opacity: 0;
  transition: opacity 200ms ease-in-out;
  border-radius: 100%;
}
.toggle__handler .crater--1 {
  top: 18px;
  left: 10px;
  width: 4px;
  height: 4px;
}
.toggle__handler .crater--2 {
  top: 28px;
  left: 22px;
  width: 6px;
  height: 6px;
}
.toggle__handler .crater--3 {
  top: 10px;
  left: 25px;
  width: 8px;
  height: 8px;
}
.star {
  position: absolute;
  background-color: #ffffff;
  transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  border-radius: 50%;
}
.star--1 {
  top: 10px;
  left: 35px;
  z-index: 0;
  width: 30px;
  height: 3px;
}
.star--2 {
  top: 18px;
  left: 28px;
  z-index: 1;
  width: 30px;
  height: 3px;
}
.star--3 {
  top: 27px;
  left: 40px;
  z-index: 0;
  width: 30px;
  height: 3px;
}
.star--4,
.star--5,
.star--6 {
  opacity: 0;
  transition: all 300ms 0 cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.star--4 {
  top: 16px;
  left: 11px;
  z-index: 0;
  width: 2px;
  height: 2px;
  transform: translate3d(3px, 0, 0);
}
.star--5 {
  top: 32px;
  left: 17px;
  z-index: 0;
  width: 3px;
  height: 3px;
  transform: translate3d(3px, 0, 0);
}
.star--6 {
  top: 36px;
  left: 28px;
  z-index: 0;
  width: 2px;
  height: 2px;
  transform: translate3d(3px, 0, 0);
}
input:checked + .toggle {
  background-color: #749DD6;
}
input:checked + .toggle:before {
  color: #749ED7;
}
input:checked + .toggle:after {
  color: #ffffff;
}
input:checked + .toggle .toggle__handler {
  background-color: #FFE5B5;
  transform: translate3d(40px, 0, 0) rotate(0);
}
input:checked + .toggle .toggle__handler .crater {
  opacity: 1;
}
input:checked + .toggle .star--1 {
  width: 2px;
  height: 2px;
}
input:checked + .toggle .star--2 {
  width: 4px;
  height: 4px;
  transform: translate3d(-5px, 0, 0);
}
input:checked + .toggle .star--3 {
  width: 2px;
  height: 2px;
  transform: translate3d(-7px, 0, 0);
}
input:checked + .toggle .star--4,
input:checked + .toggle .star--5,
input:checked + .toggle .star--6 {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
input:checked + .toggle .star--4 {
  transition: all 300ms 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
input:checked + .toggle .star--5 {
  transition: all 300ms 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
input:checked + .toggle .star--6 {
  transition: all 300ms 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
    </span><span class="xml_tag">&lt;/style&gt;</span>
    <span class="xml_tag">&lt;script&gt;</span><span class="html_script">
  window.console = window.console || function(t) {};
</span><span class="xml_tag">&lt;/script&gt;</span>
  <span class="xml_tag">&lt;/head&gt;</span>
  <span class="xml_tag">&lt;body&gt;</span>
 <span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;toggleWrapper&quot;&gt;
  <span class="xml_tag">&lt;input</span> <span class="xml_attrib">class</span> =&quot;dn&quot; id=&quot;dn&quot; type=&quot;checkbox&quot;&gt;
  <span class="xml_tag">&lt;label</span> <span class="xml_attrib">for</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;dn&quot;</span> <span class="xml_attrib">class</span> =&quot;toggle&quot;&gt;
    <span class="xml_tag">&lt;span</span> <span class="xml_attrib">class</span> =&quot;toggle__handler&quot;&gt;
	 <span class="xml_tag">&lt;span</span> <span class="xml_attrib">class</span> =&quot;crater crater--1&quot;&gt;<span class="xml_tag">&lt;/span&gt;</span>
	 <span class="xml_tag">&lt;span</span> <span class="xml_attrib">class</span> =&quot;crater crater--2&quot;&gt;<span class="xml_tag">&lt;/span&gt;</span>
	 <span class="xml_tag">&lt;span</span> <span class="xml_attrib">class</span> =&quot;crater crater--3&quot;&gt;<span class="xml_tag">&lt;/span&gt;</span>
    <span class="xml_tag">&lt;/span&gt;</span>
    <span class="xml_tag">&lt;span</span> <span class="xml_attrib">class</span> =&quot;star star--1&quot;&gt;<span class="xml_tag">&lt;/span&gt;</span>
    <span class="xml_tag">&lt;span</span> <span class="xml_attrib">class</span> =&quot;star star--2&quot;&gt;<span class="xml_tag">&lt;/span&gt;</span>
    <span class="xml_tag">&lt;span</span> <span class="xml_attrib">class</span> =&quot;star star--3&quot;&gt;<span class="xml_tag">&lt;/span&gt;</span>
    <span class="xml_tag">&lt;span</span> <span class="xml_attrib">class</span> =&quot;star star--4&quot;&gt;<span class="xml_tag">&lt;/span&gt;</span>
    <span class="xml_tag">&lt;span</span> <span class="xml_attrib">class</span> =&quot;star star--5&quot;&gt;<span class="xml_tag">&lt;/span&gt;</span>
    <span class="xml_tag">&lt;span</span> <span class="xml_attrib">class</span> =&quot;star star--6&quot;&gt;<span class="xml_tag">&lt;/span&gt;</span>
  <span class="xml_tag">&lt;/label&gt;</span>
<span class="xml_tag">&lt;/div&gt;</span>
<span class="xml_tag">&lt;script&gt;</span><span class="html_script">
  if (document.location.search.match(/type=embed/gi)) {
    window.parent.postMessage(&quot;resize&quot;, &quot;*&quot;);
  }
</span><span class="xml_tag">&lt;/script&gt;</span>
<span class="xml_tag">&lt;/body&gt;</span><span class="xml_tag">&lt;/html&gt;</span></code></pre></td><td><div class="linenum"><code>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br />23<br />24<br />25<br />26<br />27<br />28<br />29<br />30<br />31<br />32<br />33<br />34<br />35<br />36<br />37<br />38<br />39<br />40<br />41<br />42<br />43<br />44<br />45<br />46<br />47<br />48<br />49<br />50<br />51<br />52<br />53<br />54<br />55<br />56<br />57<br />58<br />59<br />60<br />61<br />62<br />63<br />64<br />65<br />66<br />67<br />68<br />69<br />70<br />71<br />72<br />73<br />74<br />75<br />76<br />77<br />78<br />79<br />80<br />81<br />82<br />83<br />84<br />85<br />86<br />87<br />88<br />89<br />90<br />91<br />92<br />93<br />94<br />95<br />96<br />97<br />98<br />99<br />100<br />101<br />102<br />103<br />104<br />105<br />106<br />107<br />108<br />109<br />110<br />111<br />112<br />113<br />114<br />115<br />116<br />117<br />118<br />119<br />120<br />121<br />122<br />123<br />124<br />125<br />126<br />127<br />128<br />129<br />130<br />131<br />132<br />133<br />134<br />135<br />136<br />137<br />138<br />139<br />140<br />141<br />142<br />143<br />144<br />145<br />146<br />147<br />148<br />149<br />150<br />151<br />152<br />153<br />154<br />155<br />156<br />157<br />158<br />159<br />160<br />161<br />162<br />163<br />164<br />165<br />166<br />167<br />168<br />169<br />170<br />171<br />172<br />173<br />174<br />175<br />176<br />177<br />178<br />179<br />180<br />181<br />182<br />183<br />184<br />185<br />186<br />187<br />188<br />189<br />190<br />191<br />192<br />193<br />194<br />195<br />196<br />197<br />198<br />199<br />200<br />201<br />202<br />203<br />204<br />205<br />206<br />207<br />208<br />209<br />210<br />211<br />212<br />213<br />214<br />215<br />216<br />217<br />218<br />219</code></div></td></tr></table></div><hr class="hidden clear" /></div>
<p>
</div></div></div></div>
<div style="text-align: CENTER;">==========================<br />
<br><iframe name="I love Midori" src="http:///dl.midorinco.ir/others/css/8checkbox/wtFne.htm" scrolling="auto" width="100%" height="300" frameborder="no"></iframe></div><div align="center"><div  style="margin: 5px 10px 10px; width: 98%;"><div style="text-align:  right; padding: 4px; background: #FFAA55; repeat-x scroll 0% 0%  transparent; border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; color:#ffffff; text-shadow:0 -1px #D3B40F; font-weight:bold;  "><input type="button" onclick="if  (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  != '') {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = '';       this.innerText = ''; this.value = 'پنهان کردن متن'; } else {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = 'none'; this.innerText = ''; this.value = 'نشان دادن متن'; }" style="width:  90px; height: 25px; font-size: 12px; margin: 0px; padding: 0px;font-family: Tahoma"  value="نشان دادن متن"></div><div><div  style="border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; display:  none; text-align: right">
</p>
<div class="codeblock"><div class="title"><input type="button" class="button select_button" value="انتخاب کدها" onClick="selectObj(this.parentNode.parentNode.getElementsByTagName('pre')[0].getElementsByTagName('code')[0])" id="coolcode_btnsel_1773751015_10_45" style="display: none;" /><script type="text/javascript">
//<!--
$("coolcode_btnsel_1773751015_10_45").style.display = "";
//-->
</script><city>کد HTML:</city>
</div>
			<div class="codecontainer"><table style="text-align:left;" align="left"><tr><td>
			<pre><code><span class="xml_tag">&lt;!DOCTYPE</span> <span class="xml_attrib">html</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;html</span> <span class="xml_attrib">class</span> =&quot; -moz-&quot;&gt;<span class="xml_tag">&lt;head&gt;</span>
<span class="xml_tag">&lt;meta</span> <span class="xml_attrib">http-equiv</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;content-type&quot;</span> <span class="xml_attrib">content</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;text/html; charset=UTF-8&quot;</span><span class="xml_tag">&gt;</span>
    <span class="xml_tag">&lt;meta</span> <span class="xml_attrib">charset</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;UTF-8&quot;</span><span class="xml_tag">&gt;</span>
    <span class="xml_tag">&lt;meta</span> <span class="xml_attrib">name</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;google&quot;</span> <span class="xml_attrib">value</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;notranslate&quot;</span><span class="xml_tag">&gt;</span>
    <span class="xml_tag">&lt;title&gt;</span>CodePen - Funny toggle switch<span class="xml_tag">&lt;/title&gt;</span>
    <span class="xml_tag">&lt;link</span> <span class="xml_attrib">rel</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;stylesheet&quot;</span> <span class="xml_attrib">href</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;wtFne_data/reset.css&quot;</span><span class="xml_tag">&gt;</span>
	   <span class="xml_tag">&lt;style&gt;</span><span class="html_style">
	 body {
  background : #eee;
  padding-top : 20px;
}
#switch , #switch1 {
  position: absolute;
  left: -9999px;
}
.switch {
  display : block;
  position: relative;
  width   : 120px;
  padding : 3px;
  margin  : 20px auto;
  cursor  : pointer;
  border-radius : 33px;
  background    : #ffcc00;
  box-shadow    :  0 1px 1px 0 rgba(0,0,0,.3);
}
.switch:before , .switch:after {
  display : block;
  color   : #fff;
  position : absolute;
  font-size : 30px;
  top : 15px;
  z-index : 0;
}
.switch:before {
  left : 15px;
  content : '✔';
}
.switch:after {
  right : 15px;
  content : '✖';
}
span {
  display : block;
  width   : 39px;
  height  : 41px;
  border  : 7px solid #848484;
  border-radius : 50%;
  position	 : relative;
  left		: 0;
  transition : 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) left;
}
.switch span {
  left : 68px;
}
.switch1 span {
  left : 0px;
}

span:after , span:before { 
  display : block;
  content : ' ';
  position: absolute;
  z-index : 999;
  transition : 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;	   
}
span:before {
  width  : 100%;
  height : 34px;
  top  : 0; 
  left : 0;
  background-color: #fff;
  border-radius : inherit;
  border-top    : 4px solid #ffcc00;
  border-bottom : 3px solid #ffcc00;
}
.switch1 span:before {
  border-top-width : 20px;
  height : 19px;
}
span:after {
  width  : 3px;
  height : 3px;		
  top : 0;
  left : 0;
  bottom : 0;
  right : 0;
  margin : auto;
  background-color: #000;
  box-shadow : -2px -2px 0 0px #fff , 0 0 1px 3px #4e341c ;
  border-radius : 50%;
}
.switch1 span:after {
  top : 10px;
  left : -20px;
}
#switch:checked + .switch span {
  transition : 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) left;
  left  : 0px;
}
#switch:checked + .switch span:before {
  transition : 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
  border-top-width : 20px;
  height : 19px;
}
#switch:checked + .switch span:after{
  transition : 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
  top : 10px;
  left : -20px;
}
#switch1:checked + .switch span {
  transition : 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) left;
  left  : 68px;
}
#switch1:checked + .switch span:before {
  transition : 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
  border-top-width : 4px;
  height : 34px;
}
#switch1:checked + .switch span:after{
  transition : 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
  top  : 0;
  left : 0;
}
    </span><span class="xml_tag">&lt;/style&gt;</span>
    <span class="xml_tag">&lt;script&gt;</span><span class="html_script">
  window.console = window.console || function(t) {};
</span><span class="xml_tag">&lt;/script&gt;</span>
	   <span class="xml_tag">&lt;script</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;wtFne_data/prefixfree.js&quot;</span><span class="xml_tag">&gt;</span><span class="html_script"></span><span class="xml_tag">&lt;/script&gt;</span>
  <span class="xml_tag">&lt;/head&gt;</span>
  <span class="xml_tag">&lt;body&gt;</span>
    <span class="xml_tag">&lt;input</span> <span class="xml_attrib">name</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;switch&quot;</span> <span class="xml_attrib">id</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;switch&quot;</span> <span class="xml_attrib">type</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;checkbox&quot;</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;label</span> <span class="xml_attrib">for</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;switch&quot;</span> <span class="xml_attrib">class</span> =&quot;switch&quot;&gt;
  <span class="xml_tag">&lt;span&gt;</span><span class="xml_tag">&lt;/span&gt;</span>
<span class="xml_tag">&lt;/label&gt;</span>
<span class="xml_tag">&lt;input</span> <span class="xml_attrib">name</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;switch&quot;</span> <span class="xml_attrib">id</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;switch1&quot;</span> <span class="xml_attrib">type</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;checkbox&quot;</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;label</span> <span class="xml_attrib">for</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;switch1&quot;</span> <span class="xml_attrib">class</span> =&quot;switch switch1&quot;&gt;
  <span class="xml_tag">&lt;span&gt;</span><span class="xml_tag">&lt;/span&gt;</span>
<span class="xml_tag">&lt;/label&gt;</span>
    <span class="xml_tag">&lt;script&gt;</span><span class="html_script">
  if (document.location.search.match(/type=embed/gi)) {
    window.parent.postMessage(&quot;resize&quot;, &quot;*&quot;);
  }
</span><span class="xml_tag">&lt;/script&gt;</span>
<span class="xml_tag">&lt;/body&gt;</span><span class="xml_tag">&lt;/html&gt;</span></code></pre></td><td><div class="linenum"><code>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br />23<br />24<br />25<br />26<br />27<br />28<br />29<br />30<br />31<br />32<br />33<br />34<br />35<br />36<br />37<br />38<br />39<br />40<br />41<br />42<br />43<br />44<br />45<br />46<br />47<br />48<br />49<br />50<br />51<br />52<br />53<br />54<br />55<br />56<br />57<br />58<br />59<br />60<br />61<br />62<br />63<br />64<br />65<br />66<br />67<br />68<br />69<br />70<br />71<br />72<br />73<br />74<br />75<br />76<br />77<br />78<br />79<br />80<br />81<br />82<br />83<br />84<br />85<br />86<br />87<br />88<br />89<br />90<br />91<br />92<br />93<br />94<br />95<br />96<br />97<br />98<br />99<br />100<br />101<br />102<br />103<br />104<br />105<br />106<br />107<br />108<br />109<br />110<br />111<br />112<br />113<br />114<br />115<br />116<br />117<br />118<br />119<br />120<br />121<br />122<br />123<br />124<br />125<br />126<br />127<br />128<br />129<br />130<br />131<br />132<br />133<br />134<br />135<br />136<br />137<br />138<br />139<br />140<br />141<br />142<br />143<br />144<br />145<br />146</code></div></td></tr></table></div><hr class="hidden clear" /></div>
<p>
</div></div></div></div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[اسلاید شوهای زیبا و ابتکاری با CSS3 (طرح سی و هشتم)]]></title>
			<link>http://www.midorinco.ir/showthread.php?tid=1624</link>
			<pubDate>Wed, 23 Sep 2015 10:26:14 +0000</pubDate>
			<guid isPermaLink="false">http://www.midorinco.ir/showthread.php?tid=1624</guid>
			<description><![CDATA[<div style="text-align: CENTER;"><span style="text-shadow: 0px 5px 2px gray;"><span style="color: #FF0000;"><span style="font-size: medium;"><span style="font-weight: bold;">اسلاید شوهای زیبا و ابتکاری با CSS3 (طرح سی و هشتم)</span></span></span></span></div>اسلاید شو یا گالری تصاویر برای نمایش تصاویر بصورتی زیبا و تکنیکی با استفاده از راه کارها و روش های گوناگون . برای دوستان چند مدل را گردآوری کرده ام که در اینجا قرار میدهم . نمونه ی زنده را در زیر ببینید و سپس برای بررسی و استفاده , از کد های داده شده استفاده کنید . تغییرات بعهده ی شماست . فایل های مورد استفاده در این پروژه هم در فایل فشرده موجود هستند.<br />
<div style="text-align: CENTER;"><br><iframe name="I love Midori" src="http://dl.midorinco.ir/others/css/slideshows/CSS3-Slider38/index.html" scrolling="auto" width="100%" height="600" frameborder="no"></iframe></div>
<div align="center"><div  style="margin: 5px 10px 10px; width: 98%;"><div style="text-align:  right; padding: 4px; background: #FFAA55; repeat-x scroll 0% 0%  transparent; border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; color:#ffffff; text-shadow:0 -1px #D3B40F; font-weight:bold;  "><input type="button" onclick="if  (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  != '') {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = '';       this.innerText = ''; this.value = 'پنهان کردن متن'; } else {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = 'none'; this.innerText = ''; this.value = 'نشان دادن متن'; }" style="width:  90px; height: 25px; font-size: 12px; margin: 0px; padding: 0px;font-family: Tahoma"  value="نشان دادن متن"></div><div><div  style="border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; display:  none; text-align: right">
</p>
<div class="codeblock"><div class="title"><input type="button" class="button select_button" value="انتخاب کدها" onClick="selectObj(this.parentNode.parentNode.getElementsByTagName('pre')[0].getElementsByTagName('code')[0])" id="coolcode_btnsel_1773751015_11_55" style="display: none;" /><script type="text/javascript">
//<!--
$("coolcode_btnsel_1773751015_11_55").style.display = "";
//-->
</script><city>کد HTML:</city>
</div>
			<div class="codecontainer"><table style="text-align:left;" align="left"><tr><td>
			<pre><code><span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;content&quot;&gt;
    <span class="xml_tag">&lt;h1&gt;</span>Pure CSS3 Cycle Slider<span class="xml_tag">&lt;/h1&gt;</span>
<span class="xml_tag">&lt;/div&gt;</span>

<span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;container&quot;&gt;
    <span class="xml_tag">&lt;div</span> <span class="xml_attrib">id</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;content-slider&quot;</span><span class="xml_tag">&gt;</span>
	   <span class="xml_tag">&lt;div</span> <span class="xml_attrib">id</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;slider&quot;</span><span class="xml_tag">&gt;</span>
		  <span class="xml_tag">&lt;div</span> <span class="xml_attrib">id</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;mask&quot;</span><span class="xml_tag">&gt;</span>
		  <span class="xml_tag">&lt;ul&gt;</span>
			<span class="xml_tag">&lt;li</span> <span class="xml_attrib">id</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;first&quot;</span> <span class="xml_attrib">class</span> =&quot;firstanimation&quot;&gt;
		  <span class="xml_tag">&lt;a</span> <span class="xml_attrib">href</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;#&quot;</span><span class="xml_tag">&gt;</span>
		  <span class="xml_tag">&lt;img</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;images/img_1.jpg&quot;</span> <span class="xml_attrib">alt</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;Cougar&quot;</span><span class="xml_tag">/&gt;</span>
		  <span class="xml_tag">&lt;/a&gt;</span>
		  <span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;tooltip&quot;&gt;
		  <span class="xml_tag">&lt;h1&gt;</span>Cougar<span class="xml_tag">&lt;/h1&gt;</span>
		  <span class="xml_tag">&lt;/div&gt;</span>
		  <span class="xml_tag">&lt;/li&gt;</span>

		  <span class="xml_tag">&lt;li</span> <span class="xml_attrib">id</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;second&quot;</span> <span class="xml_attrib">class</span> =&quot;secondanimation&quot;&gt;
		  <span class="xml_tag">&lt;a</span> <span class="xml_attrib">href</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;#&quot;</span><span class="xml_tag">&gt;</span>
		  <span class="xml_tag">&lt;img</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;images/img_2.jpg&quot;</span> <span class="xml_attrib">alt</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;Lions&quot;</span><span class="xml_tag">/&gt;</span>
		  <span class="xml_tag">&lt;/a&gt;</span>
		  <span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;tooltip&quot;&gt;
		  <span class="xml_tag">&lt;h1&gt;</span>Lions<span class="xml_tag">&lt;/h1&gt;</span>
		  <span class="xml_tag">&lt;/div&gt;</span>
		  <span class="xml_tag">&lt;/li&gt;</span>

		  <span class="xml_tag">&lt;li</span> <span class="xml_attrib">id</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;third&quot;</span> <span class="xml_attrib">class</span> =&quot;thirdanimation&quot;&gt;
		  <span class="xml_tag">&lt;a</span> <span class="xml_attrib">href</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;#&quot;</span><span class="xml_tag">&gt;</span>
		  <span class="xml_tag">&lt;img</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;images/img_3.jpg&quot;</span> <span class="xml_attrib">alt</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;Snowalker&quot;</span><span class="xml_tag">/&gt;</span>
		  <span class="xml_tag">&lt;/a&gt;</span>
		  <span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;tooltip&quot;&gt;
		  <span class="xml_tag">&lt;h1&gt;</span>Snowalker<span class="xml_tag">&lt;/h1&gt;</span>
		  <span class="xml_tag">&lt;/div&gt;</span>
		  <span class="xml_tag">&lt;/li&gt;</span>

		  <span class="xml_tag">&lt;li</span> <span class="xml_attrib">id</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;fourth&quot;</span> <span class="xml_attrib">class</span> =&quot;fourthanimation&quot;&gt;
		  <span class="xml_tag">&lt;a</span> <span class="xml_attrib">href</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;#&quot;</span><span class="xml_tag">&gt;</span>
		  <span class="xml_tag">&lt;img</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;images/img_4.jpg&quot;</span> <span class="xml_attrib">alt</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;Howling&quot;</span><span class="xml_tag">/&gt;</span>
		  <span class="xml_tag">&lt;/a&gt;</span>
		  <span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;tooltip&quot;&gt;
		  <span class="xml_tag">&lt;h1&gt;</span>Howling<span class="xml_tag">&lt;/h1&gt;</span>
		  <span class="xml_tag">&lt;/div&gt;</span>
		  <span class="xml_tag">&lt;/li&gt;</span>

		  <span class="xml_tag">&lt;li</span> <span class="xml_attrib">id</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;fifth&quot;</span> <span class="xml_attrib">class</span> =&quot;fifthanimation&quot;&gt;
		  <span class="xml_tag">&lt;a</span> <span class="xml_attrib">href</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;#&quot;</span><span class="xml_tag">&gt;</span>
		  <span class="xml_tag">&lt;img</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;images/img_5.jpg&quot;</span> <span class="xml_attrib">alt</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;Sunbathing&quot;</span><span class="xml_tag">/&gt;</span>
		  <span class="xml_tag">&lt;/a&gt;</span>
		  <span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;tooltip&quot;&gt;
		  <span class="xml_tag">&lt;h1&gt;</span>Sunbathing<span class="xml_tag">&lt;/h1&gt;</span>
		  <span class="xml_tag">&lt;/div&gt;</span>
		  <span class="xml_tag">&lt;/li&gt;</span>
		  <span class="xml_tag">&lt;/ul&gt;</span>
		  <span class="xml_tag">&lt;/div&gt;</span>
		  <span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;progress-bar&quot;&gt;<span class="xml_tag">&lt;/div&gt;</span>
	   <span class="xml_tag">&lt;/div&gt;</span>
    <span class="xml_tag">&lt;/div&gt;</span>
<span class="xml_tag">&lt;/div&gt;</span></code></pre></td><td><div class="linenum"><code>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br />23<br />24<br />25<br />26<br />27<br />28<br />29<br />30<br />31<br />32<br />33<br />34<br />35<br />36<br />37<br />38<br />39<br />40<br />41<br />42<br />43<br />44<br />45<br />46<br />47<br />48<br />49<br />50<br />51<br />52<br />53<br />54<br />55<br />56<br />57<br />58<br />59</code></div></td></tr></table></div><hr class="hidden clear" /></div>
<p>
</div></div></div></div>
<br />
<!-- start: postbit_attachments_attachment -->
<style type="text/css">
<!--
td.attachrow		{font: normal 11px Tahoma;}
td.attachheader     {font: normal 11px Tahoma; background-color: #ededed; }
table.attachtable	{font: normal 12px Tahoma;border-collapse : collapse; }
-->
</style>
	<style type="text/css">
<!--
td.attachrow		{font: normal 11px Tahoma;}
td.attachheader     {font: normal 11px Tahoma; background-color: #ededed; }
table.attachtable	{font: normal 12px Tahoma;border-collapse : collapse; }
-->
</style>
	<style>
<!--
table.attachtable	{font: normal 12px Tahoma;border-collapse : collapse; }
td.attachheader     {font: normal 11px Tahoma; background-color: #ededed; }
td.attachrow		{font: normal 11px Tahoma;}
-->
</style>
<br><div style="width:90%;padding:0px;margin:auto;box-shadow:0 0 0 2px #5F0308,0 0 0 4px #6F030A,0 0 0 6px #8B030D,0 0 0 8px #B4030F,0 0 0 10px #8B030D,0 0 0 12px #6F030A,0 0 0 14px #5F0308,5px 6px 6px 18px rgba(0,0,0,0.5);border-radius:4px;">
	<table border="0" cellpadding="0" cellspacing="4">
	</table>
	<table class="attachtable" id="table2" width="100%" align="center" border="1" cellpadding="2" cellspacing="0">
		<tr>
			<td colspan="3" class="attachheader" width="100%" align="center"><b>
			CSS3-Slider.rar</b></td>
    	</tr>
       <tr>
            <td class="attachrow" width="15%"><span class="genmed">&nbsp;ارسال کننده فايل</span></td>
            <td class="attachrow" width="75%">
            <a href="http://www.midorinco.ir/member.php?action=profile&amp;uid="></a></td>
            <td class="attachrow" width="10%" align="center" rowspan="7">
            <a href="attachment.php?aid=2527">
            <img border="0" alt="download" src="images/download.png">
</a>
<br>
</td>
</tr>
    	<tr>
			<td class="attachrow" width="15%"><span class="genmed">&nbsp;نوع فايل</span></td>
			<td class="attachrow" width="75%">
			<img src="images/attachtypes/rar.gif" border="0" alt=".rar" title=".rar" /></td>
					</tr>
<tr>
			<td class="attachrow" width="15%"><span class="genmed">&nbsp;اندازه</span></td>
			<td class="attachrow" width="75%">317 KB</td>
</tr>
<tr>
			<td class="attachrow" width="15%"><span class="genmed">&nbsp;دفعات دانلود</span></td>
			<td class="attachrow" width="75%"><span class="genmed">548 بار</span></td>
</tr>
		<tr>
<td class="attachrow" width="15%"><span class="genmed">&nbsp;گيرنده(های) فايل</span></td>
<td class="attachrow" width="75%"><style type="text/css">
/* animated spoiler CSS by Ali Movassagh */
.spoilerbuttonz {display:block;margin:-10px 0 2px 0;background:#EBEBEB;border:2px solid #F8A613;padding:3px;text-align:center;font-weight:bold;font-style:italic;font-size:12px;font-family:Tahoma;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;cursor:pointer;}
.spoilerz {overflow:hidden;background: #;}
.spoilerz > div {-webkit-transition: all 0.2s ease;-moz-transition: margin 0.2s ease;-o-transition: all 0.2s ease;transition: margin 0.7s ease;}
.spoilerbuttonz[value="نمایش دادن"] + .spoilerz > div {margin-top:-100%;}
.spoilerbuttonz[value="پنهان سازی"] + .spoilerz {padding:0px;}
</style>
<input class="spoilerbuttonz" type="button" value="نمایش دادن" onclick="this.value=this.value=='نمایش دادن'?'پنهان سازی':'نمایش دادن';">
<div class="spoilerz"><div><fieldset style="background: #EBEBEB;border:1px solid #F8A613;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;"></fieldset>
</div></div></td>
</tr>
<tr>
<td class="attachrow" width="15%"><span class="genmed">&nbsp;زمان آخرین دانلود</span></td>
<td class="attachrow" width="75%">1771916323</td>
</tr>
<tr>
<td class="attachrow" width="15%"><span class="genmed">&nbsp;یک سخنِ ناب</span></td>
<td class="attachrow" width="75%">
<!--sokhane Bozorgan -->
<script src='http://dl.midorinco.ir/tools/Sokhanhayerooz2.js' language=javascript ></script>
<script  language=javascript>Sokhantasadofi('Black','fafafa','0','dotted','black','8','tahoma'); </script>
<!--sokhane Bozorgan -->
</td>
</tr>
	<tr>
			<td colspan="3" class="attachheader" width="100%" align="center"><img src="http://www.midorinco.ir/images/midori-attach-icon.png"></td>
		</tr>
	</table>
</div><br>
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[<div style="text-align: CENTER;"><span style="text-shadow: 0px 5px 2px gray;"><span style="color: #FF0000;"><span style="font-size: medium;"><span style="font-weight: bold;">اسلاید شوهای زیبا و ابتکاری با CSS3 (طرح سی و هشتم)</span></span></span></span></div>اسلاید شو یا گالری تصاویر برای نمایش تصاویر بصورتی زیبا و تکنیکی با استفاده از راه کارها و روش های گوناگون . برای دوستان چند مدل را گردآوری کرده ام که در اینجا قرار میدهم . نمونه ی زنده را در زیر ببینید و سپس برای بررسی و استفاده , از کد های داده شده استفاده کنید . تغییرات بعهده ی شماست . فایل های مورد استفاده در این پروژه هم در فایل فشرده موجود هستند.<br />
<div style="text-align: CENTER;"><br><iframe name="I love Midori" src="http://dl.midorinco.ir/others/css/slideshows/CSS3-Slider38/index.html" scrolling="auto" width="100%" height="600" frameborder="no"></iframe></div>
<div align="center"><div  style="margin: 5px 10px 10px; width: 98%;"><div style="text-align:  right; padding: 4px; background: #FFAA55; repeat-x scroll 0% 0%  transparent; border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; color:#ffffff; text-shadow:0 -1px #D3B40F; font-weight:bold;  "><input type="button" onclick="if  (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  != '') {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = '';       this.innerText = ''; this.value = 'پنهان کردن متن'; } else {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = 'none'; this.innerText = ''; this.value = 'نشان دادن متن'; }" style="width:  90px; height: 25px; font-size: 12px; margin: 0px; padding: 0px;font-family: Tahoma"  value="نشان دادن متن"></div><div><div  style="border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; display:  none; text-align: right">
</p>
<div class="codeblock"><div class="title"><input type="button" class="button select_button" value="انتخاب کدها" onClick="selectObj(this.parentNode.parentNode.getElementsByTagName('pre')[0].getElementsByTagName('code')[0])" id="coolcode_btnsel_1773751015_11_55" style="display: none;" /><script type="text/javascript">
//<!--
$("coolcode_btnsel_1773751015_11_55").style.display = "";
//-->
</script><city>کد HTML:</city>
</div>
			<div class="codecontainer"><table style="text-align:left;" align="left"><tr><td>
			<pre><code><span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;content&quot;&gt;
    <span class="xml_tag">&lt;h1&gt;</span>Pure CSS3 Cycle Slider<span class="xml_tag">&lt;/h1&gt;</span>
<span class="xml_tag">&lt;/div&gt;</span>

<span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;container&quot;&gt;
    <span class="xml_tag">&lt;div</span> <span class="xml_attrib">id</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;content-slider&quot;</span><span class="xml_tag">&gt;</span>
	   <span class="xml_tag">&lt;div</span> <span class="xml_attrib">id</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;slider&quot;</span><span class="xml_tag">&gt;</span>
		  <span class="xml_tag">&lt;div</span> <span class="xml_attrib">id</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;mask&quot;</span><span class="xml_tag">&gt;</span>
		  <span class="xml_tag">&lt;ul&gt;</span>
			<span class="xml_tag">&lt;li</span> <span class="xml_attrib">id</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;first&quot;</span> <span class="xml_attrib">class</span> =&quot;firstanimation&quot;&gt;
		  <span class="xml_tag">&lt;a</span> <span class="xml_attrib">href</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;#&quot;</span><span class="xml_tag">&gt;</span>
		  <span class="xml_tag">&lt;img</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;images/img_1.jpg&quot;</span> <span class="xml_attrib">alt</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;Cougar&quot;</span><span class="xml_tag">/&gt;</span>
		  <span class="xml_tag">&lt;/a&gt;</span>
		  <span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;tooltip&quot;&gt;
		  <span class="xml_tag">&lt;h1&gt;</span>Cougar<span class="xml_tag">&lt;/h1&gt;</span>
		  <span class="xml_tag">&lt;/div&gt;</span>
		  <span class="xml_tag">&lt;/li&gt;</span>

		  <span class="xml_tag">&lt;li</span> <span class="xml_attrib">id</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;second&quot;</span> <span class="xml_attrib">class</span> =&quot;secondanimation&quot;&gt;
		  <span class="xml_tag">&lt;a</span> <span class="xml_attrib">href</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;#&quot;</span><span class="xml_tag">&gt;</span>
		  <span class="xml_tag">&lt;img</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;images/img_2.jpg&quot;</span> <span class="xml_attrib">alt</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;Lions&quot;</span><span class="xml_tag">/&gt;</span>
		  <span class="xml_tag">&lt;/a&gt;</span>
		  <span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;tooltip&quot;&gt;
		  <span class="xml_tag">&lt;h1&gt;</span>Lions<span class="xml_tag">&lt;/h1&gt;</span>
		  <span class="xml_tag">&lt;/div&gt;</span>
		  <span class="xml_tag">&lt;/li&gt;</span>

		  <span class="xml_tag">&lt;li</span> <span class="xml_attrib">id</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;third&quot;</span> <span class="xml_attrib">class</span> =&quot;thirdanimation&quot;&gt;
		  <span class="xml_tag">&lt;a</span> <span class="xml_attrib">href</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;#&quot;</span><span class="xml_tag">&gt;</span>
		  <span class="xml_tag">&lt;img</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;images/img_3.jpg&quot;</span> <span class="xml_attrib">alt</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;Snowalker&quot;</span><span class="xml_tag">/&gt;</span>
		  <span class="xml_tag">&lt;/a&gt;</span>
		  <span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;tooltip&quot;&gt;
		  <span class="xml_tag">&lt;h1&gt;</span>Snowalker<span class="xml_tag">&lt;/h1&gt;</span>
		  <span class="xml_tag">&lt;/div&gt;</span>
		  <span class="xml_tag">&lt;/li&gt;</span>

		  <span class="xml_tag">&lt;li</span> <span class="xml_attrib">id</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;fourth&quot;</span> <span class="xml_attrib">class</span> =&quot;fourthanimation&quot;&gt;
		  <span class="xml_tag">&lt;a</span> <span class="xml_attrib">href</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;#&quot;</span><span class="xml_tag">&gt;</span>
		  <span class="xml_tag">&lt;img</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;images/img_4.jpg&quot;</span> <span class="xml_attrib">alt</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;Howling&quot;</span><span class="xml_tag">/&gt;</span>
		  <span class="xml_tag">&lt;/a&gt;</span>
		  <span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;tooltip&quot;&gt;
		  <span class="xml_tag">&lt;h1&gt;</span>Howling<span class="xml_tag">&lt;/h1&gt;</span>
		  <span class="xml_tag">&lt;/div&gt;</span>
		  <span class="xml_tag">&lt;/li&gt;</span>

		  <span class="xml_tag">&lt;li</span> <span class="xml_attrib">id</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;fifth&quot;</span> <span class="xml_attrib">class</span> =&quot;fifthanimation&quot;&gt;
		  <span class="xml_tag">&lt;a</span> <span class="xml_attrib">href</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;#&quot;</span><span class="xml_tag">&gt;</span>
		  <span class="xml_tag">&lt;img</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;images/img_5.jpg&quot;</span> <span class="xml_attrib">alt</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;Sunbathing&quot;</span><span class="xml_tag">/&gt;</span>
		  <span class="xml_tag">&lt;/a&gt;</span>
		  <span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;tooltip&quot;&gt;
		  <span class="xml_tag">&lt;h1&gt;</span>Sunbathing<span class="xml_tag">&lt;/h1&gt;</span>
		  <span class="xml_tag">&lt;/div&gt;</span>
		  <span class="xml_tag">&lt;/li&gt;</span>
		  <span class="xml_tag">&lt;/ul&gt;</span>
		  <span class="xml_tag">&lt;/div&gt;</span>
		  <span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;progress-bar&quot;&gt;<span class="xml_tag">&lt;/div&gt;</span>
	   <span class="xml_tag">&lt;/div&gt;</span>
    <span class="xml_tag">&lt;/div&gt;</span>
<span class="xml_tag">&lt;/div&gt;</span></code></pre></td><td><div class="linenum"><code>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br />23<br />24<br />25<br />26<br />27<br />28<br />29<br />30<br />31<br />32<br />33<br />34<br />35<br />36<br />37<br />38<br />39<br />40<br />41<br />42<br />43<br />44<br />45<br />46<br />47<br />48<br />49<br />50<br />51<br />52<br />53<br />54<br />55<br />56<br />57<br />58<br />59</code></div></td></tr></table></div><hr class="hidden clear" /></div>
<p>
</div></div></div></div>
<br />
<!-- start: postbit_attachments_attachment -->
<style type="text/css">
<!--
td.attachrow		{font: normal 11px Tahoma;}
td.attachheader     {font: normal 11px Tahoma; background-color: #ededed; }
table.attachtable	{font: normal 12px Tahoma;border-collapse : collapse; }
-->
</style>
	<style type="text/css">
<!--
td.attachrow		{font: normal 11px Tahoma;}
td.attachheader     {font: normal 11px Tahoma; background-color: #ededed; }
table.attachtable	{font: normal 12px Tahoma;border-collapse : collapse; }
-->
</style>
	<style>
<!--
table.attachtable	{font: normal 12px Tahoma;border-collapse : collapse; }
td.attachheader     {font: normal 11px Tahoma; background-color: #ededed; }
td.attachrow		{font: normal 11px Tahoma;}
-->
</style>
<br><div style="width:90%;padding:0px;margin:auto;box-shadow:0 0 0 2px #5F0308,0 0 0 4px #6F030A,0 0 0 6px #8B030D,0 0 0 8px #B4030F,0 0 0 10px #8B030D,0 0 0 12px #6F030A,0 0 0 14px #5F0308,5px 6px 6px 18px rgba(0,0,0,0.5);border-radius:4px;">
	<table border="0" cellpadding="0" cellspacing="4">
	</table>
	<table class="attachtable" id="table2" width="100%" align="center" border="1" cellpadding="2" cellspacing="0">
		<tr>
			<td colspan="3" class="attachheader" width="100%" align="center"><b>
			CSS3-Slider.rar</b></td>
    	</tr>
       <tr>
            <td class="attachrow" width="15%"><span class="genmed">&nbsp;ارسال کننده فايل</span></td>
            <td class="attachrow" width="75%">
            <a href="http://www.midorinco.ir/member.php?action=profile&amp;uid="></a></td>
            <td class="attachrow" width="10%" align="center" rowspan="7">
            <a href="attachment.php?aid=2527">
            <img border="0" alt="download" src="images/download.png">
</a>
<br>
</td>
</tr>
    	<tr>
			<td class="attachrow" width="15%"><span class="genmed">&nbsp;نوع فايل</span></td>
			<td class="attachrow" width="75%">
			<img src="images/attachtypes/rar.gif" border="0" alt=".rar" title=".rar" /></td>
					</tr>
<tr>
			<td class="attachrow" width="15%"><span class="genmed">&nbsp;اندازه</span></td>
			<td class="attachrow" width="75%">317 KB</td>
</tr>
<tr>
			<td class="attachrow" width="15%"><span class="genmed">&nbsp;دفعات دانلود</span></td>
			<td class="attachrow" width="75%"><span class="genmed">548 بار</span></td>
</tr>
		<tr>
<td class="attachrow" width="15%"><span class="genmed">&nbsp;گيرنده(های) فايل</span></td>
<td class="attachrow" width="75%"><style type="text/css">
/* animated spoiler CSS by Ali Movassagh */
.spoilerbuttonz {display:block;margin:-10px 0 2px 0;background:#EBEBEB;border:2px solid #F8A613;padding:3px;text-align:center;font-weight:bold;font-style:italic;font-size:12px;font-family:Tahoma;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;cursor:pointer;}
.spoilerz {overflow:hidden;background: #;}
.spoilerz > div {-webkit-transition: all 0.2s ease;-moz-transition: margin 0.2s ease;-o-transition: all 0.2s ease;transition: margin 0.7s ease;}
.spoilerbuttonz[value="نمایش دادن"] + .spoilerz > div {margin-top:-100%;}
.spoilerbuttonz[value="پنهان سازی"] + .spoilerz {padding:0px;}
</style>
<input class="spoilerbuttonz" type="button" value="نمایش دادن" onclick="this.value=this.value=='نمایش دادن'?'پنهان سازی':'نمایش دادن';">
<div class="spoilerz"><div><fieldset style="background: #EBEBEB;border:1px solid #F8A613;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;"></fieldset>
</div></div></td>
</tr>
<tr>
<td class="attachrow" width="15%"><span class="genmed">&nbsp;زمان آخرین دانلود</span></td>
<td class="attachrow" width="75%">1771916323</td>
</tr>
<tr>
<td class="attachrow" width="15%"><span class="genmed">&nbsp;یک سخنِ ناب</span></td>
<td class="attachrow" width="75%">
<!--sokhane Bozorgan -->
<script src='http://dl.midorinco.ir/tools/Sokhanhayerooz2.js' language=javascript ></script>
<script  language=javascript>Sokhantasadofi('Black','fafafa','0','dotted','black','8','tahoma'); </script>
<!--sokhane Bozorgan -->
</td>
</tr>
	<tr>
			<td colspan="3" class="attachheader" width="100%" align="center"><img src="http://www.midorinco.ir/images/midori-attach-icon.png"></td>
		</tr>
	</table>
</div><br>
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[ايجاد نوشته یا تصویر رمزگونه در سایت ها با Css]]></title>
			<link>http://www.midorinco.ir/showthread.php?tid=1596</link>
			<pubDate>Sun, 15 Mar 2015 08:51:38 +0000</pubDate>
			<guid isPermaLink="false">http://www.midorinco.ir/showthread.php?tid=1596</guid>
			<description><![CDATA[<div style="text-align: CENTER;"><span style="text-shadow: 0px 5px 2px gray;"><span style="color: #FF0000;"><span style="font-size: medium;"><span style="font-weight: bold;">ايجاد نوشته یا تصویر رمزگونه در سایت ها با Css</span></span></span></span><br />
<div style="text-align: RIGHT;">اگر اهل رمز و راز هستید راه کار زیر بکارتان می آید . نخست نمونه ی زنده زیر را ببینید و در صورت علاقه مند شدن فایل فشرده را <a href="http://www.midorinco.ir/index.php" title="دانلود" >دانلود</a> کرده و استفاده کنید . اسکرول را به پایین بیاورید و کشف رمز کنید .</div><br><iframe name="I love Midori" src="http://dl.midorinco.ir/others/css/SecretMessage/index.html" scrolling="auto" width="100%" height="500" frameborder="no"></iframe><br />
<div style="text-align: RIGHT;"><!-- start: postbit_attachments_attachment -->
<style type="text/css">
<!--
td.attachrow		{font: normal 11px Tahoma;}
td.attachheader     {font: normal 11px Tahoma; background-color: #ededed; }
table.attachtable	{font: normal 12px Tahoma;border-collapse : collapse; }
-->
</style>
	<style type="text/css">
<!--
td.attachrow		{font: normal 11px Tahoma;}
td.attachheader     {font: normal 11px Tahoma; background-color: #ededed; }
table.attachtable	{font: normal 12px Tahoma;border-collapse : collapse; }
-->
</style>
	<style>
<!--
table.attachtable	{font: normal 12px Tahoma;border-collapse : collapse; }
td.attachheader     {font: normal 11px Tahoma; background-color: #ededed; }
td.attachrow		{font: normal 11px Tahoma;}
-->
</style>
<br><div style="width:90%;padding:0px;margin:auto;box-shadow:0 0 0 2px #5F0308,0 0 0 4px #6F030A,0 0 0 6px #8B030D,0 0 0 8px #B4030F,0 0 0 10px #8B030D,0 0 0 12px #6F030A,0 0 0 14px #5F0308,5px 6px 6px 18px rgba(0,0,0,0.5);border-radius:4px;">
	<table border="0" cellpadding="0" cellspacing="4">
	</table>
	<table class="attachtable" id="table2" width="100%" align="center" border="1" cellpadding="2" cellspacing="0">
		<tr>
			<td colspan="3" class="attachheader" width="100%" align="center"><b>
			SecretMessage.rar</b></td>
    	</tr>
       <tr>
            <td class="attachrow" width="15%"><span class="genmed">&nbsp;ارسال کننده فايل</span></td>
            <td class="attachrow" width="75%">
            <a href="http://www.midorinco.ir/member.php?action=profile&amp;uid="></a></td>
            <td class="attachrow" width="10%" align="center" rowspan="7">
            <a href="attachment.php?aid=2475">
            <img border="0" alt="download" src="images/download.png">
</a>
<br>
</td>
</tr>
    	<tr>
			<td class="attachrow" width="15%"><span class="genmed">&nbsp;نوع فايل</span></td>
			<td class="attachrow" width="75%">
			<img src="images/attachtypes/rar.gif" border="0" alt=".rar" title=".rar" /></td>
					</tr>
<tr>
			<td class="attachrow" width="15%"><span class="genmed">&nbsp;اندازه</span></td>
			<td class="attachrow" width="75%">5.88 KB</td>
</tr>
<tr>
			<td class="attachrow" width="15%"><span class="genmed">&nbsp;دفعات دانلود</span></td>
			<td class="attachrow" width="75%"><span class="genmed">619 بار</span></td>
</tr>
		<tr>
<td class="attachrow" width="15%"><span class="genmed">&nbsp;گيرنده(های) فايل</span></td>
<td class="attachrow" width="75%"><style type="text/css">
/* animated spoiler CSS by Ali Movassagh */
.spoilerbuttonz {display:block;margin:-10px 0 2px 0;background:#EBEBEB;border:2px solid #F8A613;padding:3px;text-align:center;font-weight:bold;font-style:italic;font-size:12px;font-family:Tahoma;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;cursor:pointer;}
.spoilerz {overflow:hidden;background: #;}
.spoilerz > div {-webkit-transition: all 0.2s ease;-moz-transition: margin 0.2s ease;-o-transition: all 0.2s ease;transition: margin 0.7s ease;}
.spoilerbuttonz[value="نمایش دادن"] + .spoilerz > div {margin-top:-100%;}
.spoilerbuttonz[value="پنهان سازی"] + .spoilerz {padding:0px;}
</style>
<input class="spoilerbuttonz" type="button" value="نمایش دادن" onclick="this.value=this.value=='نمایش دادن'?'پنهان سازی':'نمایش دادن';">
<div class="spoilerz"><div><fieldset style="background: #EBEBEB;border:1px solid #F8A613;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;"></fieldset>
</div></div></td>
</tr>
<tr>
<td class="attachrow" width="15%"><span class="genmed">&nbsp;زمان آخرین دانلود</span></td>
<td class="attachrow" width="75%">1771634341</td>
</tr>
<tr>
<td class="attachrow" width="15%"><span class="genmed">&nbsp;یک سخنِ ناب</span></td>
<td class="attachrow" width="75%">
<!--sokhane Bozorgan -->
<script src='http://dl.midorinco.ir/tools/Sokhanhayerooz2.js' language=javascript ></script>
<script  language=javascript>Sokhantasadofi('Black','fafafa','0','dotted','black','8','tahoma'); </script>
<!--sokhane Bozorgan -->
</td>
</tr>
	<tr>
			<td colspan="3" class="attachheader" width="100%" align="center"><img src="http://www.midorinco.ir/images/midori-attach-icon.png"></td>
		</tr>
	</table>
</div><br>
<!-- end: postbit_attachments_attachment --></div></div>]]></description>
			<content:encoded><![CDATA[<div style="text-align: CENTER;"><span style="text-shadow: 0px 5px 2px gray;"><span style="color: #FF0000;"><span style="font-size: medium;"><span style="font-weight: bold;">ايجاد نوشته یا تصویر رمزگونه در سایت ها با Css</span></span></span></span><br />
<div style="text-align: RIGHT;">اگر اهل رمز و راز هستید راه کار زیر بکارتان می آید . نخست نمونه ی زنده زیر را ببینید و در صورت علاقه مند شدن فایل فشرده را <a href="http://www.midorinco.ir/index.php" title="دانلود" >دانلود</a> کرده و استفاده کنید . اسکرول را به پایین بیاورید و کشف رمز کنید .</div><br><iframe name="I love Midori" src="http://dl.midorinco.ir/others/css/SecretMessage/index.html" scrolling="auto" width="100%" height="500" frameborder="no"></iframe><br />
<div style="text-align: RIGHT;"><!-- start: postbit_attachments_attachment -->
<style type="text/css">
<!--
td.attachrow		{font: normal 11px Tahoma;}
td.attachheader     {font: normal 11px Tahoma; background-color: #ededed; }
table.attachtable	{font: normal 12px Tahoma;border-collapse : collapse; }
-->
</style>
	<style type="text/css">
<!--
td.attachrow		{font: normal 11px Tahoma;}
td.attachheader     {font: normal 11px Tahoma; background-color: #ededed; }
table.attachtable	{font: normal 12px Tahoma;border-collapse : collapse; }
-->
</style>
	<style>
<!--
table.attachtable	{font: normal 12px Tahoma;border-collapse : collapse; }
td.attachheader     {font: normal 11px Tahoma; background-color: #ededed; }
td.attachrow		{font: normal 11px Tahoma;}
-->
</style>
<br><div style="width:90%;padding:0px;margin:auto;box-shadow:0 0 0 2px #5F0308,0 0 0 4px #6F030A,0 0 0 6px #8B030D,0 0 0 8px #B4030F,0 0 0 10px #8B030D,0 0 0 12px #6F030A,0 0 0 14px #5F0308,5px 6px 6px 18px rgba(0,0,0,0.5);border-radius:4px;">
	<table border="0" cellpadding="0" cellspacing="4">
	</table>
	<table class="attachtable" id="table2" width="100%" align="center" border="1" cellpadding="2" cellspacing="0">
		<tr>
			<td colspan="3" class="attachheader" width="100%" align="center"><b>
			SecretMessage.rar</b></td>
    	</tr>
       <tr>
            <td class="attachrow" width="15%"><span class="genmed">&nbsp;ارسال کننده فايل</span></td>
            <td class="attachrow" width="75%">
            <a href="http://www.midorinco.ir/member.php?action=profile&amp;uid="></a></td>
            <td class="attachrow" width="10%" align="center" rowspan="7">
            <a href="attachment.php?aid=2475">
            <img border="0" alt="download" src="images/download.png">
</a>
<br>
</td>
</tr>
    	<tr>
			<td class="attachrow" width="15%"><span class="genmed">&nbsp;نوع فايل</span></td>
			<td class="attachrow" width="75%">
			<img src="images/attachtypes/rar.gif" border="0" alt=".rar" title=".rar" /></td>
					</tr>
<tr>
			<td class="attachrow" width="15%"><span class="genmed">&nbsp;اندازه</span></td>
			<td class="attachrow" width="75%">5.88 KB</td>
</tr>
<tr>
			<td class="attachrow" width="15%"><span class="genmed">&nbsp;دفعات دانلود</span></td>
			<td class="attachrow" width="75%"><span class="genmed">619 بار</span></td>
</tr>
		<tr>
<td class="attachrow" width="15%"><span class="genmed">&nbsp;گيرنده(های) فايل</span></td>
<td class="attachrow" width="75%"><style type="text/css">
/* animated spoiler CSS by Ali Movassagh */
.spoilerbuttonz {display:block;margin:-10px 0 2px 0;background:#EBEBEB;border:2px solid #F8A613;padding:3px;text-align:center;font-weight:bold;font-style:italic;font-size:12px;font-family:Tahoma;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;cursor:pointer;}
.spoilerz {overflow:hidden;background: #;}
.spoilerz > div {-webkit-transition: all 0.2s ease;-moz-transition: margin 0.2s ease;-o-transition: all 0.2s ease;transition: margin 0.7s ease;}
.spoilerbuttonz[value="نمایش دادن"] + .spoilerz > div {margin-top:-100%;}
.spoilerbuttonz[value="پنهان سازی"] + .spoilerz {padding:0px;}
</style>
<input class="spoilerbuttonz" type="button" value="نمایش دادن" onclick="this.value=this.value=='نمایش دادن'?'پنهان سازی':'نمایش دادن';">
<div class="spoilerz"><div><fieldset style="background: #EBEBEB;border:1px solid #F8A613;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;"></fieldset>
</div></div></td>
</tr>
<tr>
<td class="attachrow" width="15%"><span class="genmed">&nbsp;زمان آخرین دانلود</span></td>
<td class="attachrow" width="75%">1771634341</td>
</tr>
<tr>
<td class="attachrow" width="15%"><span class="genmed">&nbsp;یک سخنِ ناب</span></td>
<td class="attachrow" width="75%">
<!--sokhane Bozorgan -->
<script src='http://dl.midorinco.ir/tools/Sokhanhayerooz2.js' language=javascript ></script>
<script  language=javascript>Sokhantasadofi('Black','fafafa','0','dotted','black','8','tahoma'); </script>
<!--sokhane Bozorgan -->
</td>
</tr>
	<tr>
			<td colspan="3" class="attachheader" width="100%" align="center"><img src="http://www.midorinco.ir/images/midori-attach-icon.png"></td>
		</tr>
	</table>
</div><br>
<!-- end: postbit_attachments_attachment --></div></div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[فرم تماس  زیبا برای سایت ها با CSS]]></title>
			<link>http://www.midorinco.ir/showthread.php?tid=1591</link>
			<pubDate>Wed, 11 Mar 2015 11:32:19 +0000</pubDate>
			<guid isPermaLink="false">http://www.midorinco.ir/showthread.php?tid=1591</guid>
			<description><![CDATA[<div style="text-align: CENTER;"><span style="text-shadow: 0px 5px 2px gray;"><span style="color: #FF0000;"><span style="font-size: medium;"><span style="font-weight: bold;">فرم تماس  زیبا برای سایت ها با CSS</span></span></span></span><br />
<div style="text-align: RIGHT;">اگر دنبال فرم تماس زيبا و ساده می گرديد این نمونه ی زیبا را استفاده کنید . نخست نمونه ی زنده را در زیر ببینید و در صورت علاقه مند شدن از کدهای داده شده استفاده کنید . برای دیدن زیبایی کار روی کادرها کلیک کنید . تغییرات بعهده ی شماست .<br />
<br />
<div style="text-align: CENTER;"><br><iframe name="I love Midori" src="http://dl.midorinco.ir/others/css/Popupformlabels.htm" scrolling="auto" width="500" height="500" frameborder="no"></iframe></div>
<div align="center"><div  style="margin: 5px 10px 10px; width: 98%;"><div style="text-align:  right; padding: 4px; background: #FFAA55; repeat-x scroll 0% 0%  transparent; border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; color:#ffffff; text-shadow:0 -1px #D3B40F; font-weight:bold;  "><input type="button" onclick="if  (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  != '') {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = '';       this.innerText = ''; this.value = 'پنهان کردن متن'; } else {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = 'none'; this.innerText = ''; this.value = 'نشان دادن متن'; }" style="width:  90px; height: 25px; font-size: 12px; margin: 0px; padding: 0px;font-family: Tahoma"  value="نشان دادن متن"></div><div><div  style="border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; display:  none; text-align: right">
</p>
<div class="codeblock"><div class="title"><input type="button" class="button select_button" value="انتخاب کدها" onClick="selectObj(this.parentNode.parentNode.getElementsByTagName('pre')[0].getElementsByTagName('code')[0])" id="coolcode_btnsel_1773751015_12_53" style="display: none;" /><script type="text/javascript">
//<!--
$("coolcode_btnsel_1773751015_12_53").style.display = "";
//-->
</script><city>کد HTML:</city>
</div>
			<div class="codecontainer"><table style="text-align:left;" align="left"><tr><td>
			<pre><code><span class="xml_tag">&lt;style&gt;</span><span class="html_style">
form div.dynamiclabel{ /* div container for each form field with pop up label */
  display: block;
  margin: 30px;
  font: 16px;
  position: relative;
}
form div.dynamiclabel input[type=&quot;text&quot;], form div.dynamiclabel textarea{
  width: 320px;
  padding: 10px;
  border: 1px solid #c3c3c3;
  border-radius: 7px;
}
form div.dynamiclabel textarea{
    height: 200px;
}
form div.dynamiclabel label{ /* pop up label style */
  position: absolute;
  left: 0;
  background: lightyellow;
  border: 1px solid yellow;
  border-radius: 2px;
  padding: 3px 10px;
  box-shadow: 4px 1px 5px gray;
  font-weight: bold;
  -webkit-backface-visibility: hidden;
  top: 10px; /* initial top position of label relative to dynamiclabel container */
  -moz-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition: all 0.4s ease-in-out; /* Safari doesn't seem to support cubic-bezier values beyond 0 to 1, so use keyword value instead */
  -o-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  opacity: 0;
  z-index: -1;
}
form div.dynamiclabel &gt; *:focus{ /* when user focuses on child element inside div.dynamiclabel */
  border: 1px solid #45bcd2;
  box-shadow: 0 0 8px 2px #98d865;
}
form div.dynamiclabel &gt; *:focus + label{ /* label style when user focuses on child element inside div.dynamiclabel */
  opacity: 1;
  z-index:100;
  top: -35px; /* Post top position of label on focus relative to dynamiclabel container */
  -ms-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
</span><span class="xml_tag">&lt;/style&gt;</span>
<span class="xml_tag">&lt;br</span> <span class="xml_tag">/&gt;</span><span class="xml_tag">&lt;br</span> <span class="xml_tag">/&gt;</span>
 <span class="xml_tag">&lt;form&gt;</span>
  <span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;dynamiclabel&quot;&gt;
    <span class="xml_tag">&lt;input</span> <span class="xml_attrib">id</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;name&quot;</span> <span class="xml_attrib">placeholder</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;Name&quot;</span> <span class="xml_attrib">type</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;text&quot;</span><span class="xml_tag">&gt;</span>
    <span class="xml_tag">&lt;label</span> <span class="xml_attrib">for</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;name&quot;</span><span class="xml_tag">&gt;</span>Name<span class="xml_tag">&lt;/label&gt;</span>
  <span class="xml_tag">&lt;/div&gt;</span>
  <span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;dynamiclabel&quot;&gt;
    <span class="xml_tag">&lt;input</span> <span class="xml_attrib">id</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;email&quot;</span> <span class="xml_attrib">placeholder</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;Email Address&quot;</span> <span class="xml_attrib">type</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;text&quot;</span><span class="xml_tag">&gt;</span>
    <span class="xml_tag">&lt;label</span> <span class="xml_attrib">for</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;email&quot;</span><span class="xml_tag">&gt;</span>Email Address<span class="xml_tag">&lt;/label&gt;</span>
  <span class="xml_tag">&lt;/div&gt;</span>
  <span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;dynamiclabel&quot;&gt;
    <span class="xml_tag">&lt;textarea</span> <span class="xml_attrib">id</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;feedback&quot;</span> <span class="xml_attrib">placeholder</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;Feedback&quot;</span><span class="xml_tag">&gt;</span><span class="xml_tag">&lt;/textarea&gt;</span>
    <span class="xml_tag">&lt;label</span> <span class="xml_attrib">for</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;feedback&quot;</span><span class="xml_tag">&gt;</span>Feedback<span class="xml_tag">&lt;/label&gt;</span>
  <span class="xml_tag">&lt;/div&gt;</span>
<span class="xml_tag">&lt;/form&gt;</span></code></pre></td><td><div class="linenum"><code>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br />23<br />24<br />25<br />26<br />27<br />28<br />29<br />30<br />31<br />32<br />33<br />34<br />35<br />36<br />37<br />38<br />39<br />40<br />41<br />42<br />43<br />44<br />45<br />46<br />47<br />48<br />49<br />50<br />51<br />52<br />53<br />54<br />55<br />56<br />57<br />58<br />59<br />60<br />61<br />62<br />63</code></div></td></tr></table></div><hr class="hidden clear" /></div>
<p>
</div></div></div></div></div></div>]]></description>
			<content:encoded><![CDATA[<div style="text-align: CENTER;"><span style="text-shadow: 0px 5px 2px gray;"><span style="color: #FF0000;"><span style="font-size: medium;"><span style="font-weight: bold;">فرم تماس  زیبا برای سایت ها با CSS</span></span></span></span><br />
<div style="text-align: RIGHT;">اگر دنبال فرم تماس زيبا و ساده می گرديد این نمونه ی زیبا را استفاده کنید . نخست نمونه ی زنده را در زیر ببینید و در صورت علاقه مند شدن از کدهای داده شده استفاده کنید . برای دیدن زیبایی کار روی کادرها کلیک کنید . تغییرات بعهده ی شماست .<br />
<br />
<div style="text-align: CENTER;"><br><iframe name="I love Midori" src="http://dl.midorinco.ir/others/css/Popupformlabels.htm" scrolling="auto" width="500" height="500" frameborder="no"></iframe></div>
<div align="center"><div  style="margin: 5px 10px 10px; width: 98%;"><div style="text-align:  right; padding: 4px; background: #FFAA55; repeat-x scroll 0% 0%  transparent; border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; color:#ffffff; text-shadow:0 -1px #D3B40F; font-weight:bold;  "><input type="button" onclick="if  (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  != '') {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = '';       this.innerText = ''; this.value = 'پنهان کردن متن'; } else {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = 'none'; this.innerText = ''; this.value = 'نشان دادن متن'; }" style="width:  90px; height: 25px; font-size: 12px; margin: 0px; padding: 0px;font-family: Tahoma"  value="نشان دادن متن"></div><div><div  style="border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; display:  none; text-align: right">
</p>
<div class="codeblock"><div class="title"><input type="button" class="button select_button" value="انتخاب کدها" onClick="selectObj(this.parentNode.parentNode.getElementsByTagName('pre')[0].getElementsByTagName('code')[0])" id="coolcode_btnsel_1773751015_12_53" style="display: none;" /><script type="text/javascript">
//<!--
$("coolcode_btnsel_1773751015_12_53").style.display = "";
//-->
</script><city>کد HTML:</city>
</div>
			<div class="codecontainer"><table style="text-align:left;" align="left"><tr><td>
			<pre><code><span class="xml_tag">&lt;style&gt;</span><span class="html_style">
form div.dynamiclabel{ /* div container for each form field with pop up label */
  display: block;
  margin: 30px;
  font: 16px;
  position: relative;
}
form div.dynamiclabel input[type=&quot;text&quot;], form div.dynamiclabel textarea{
  width: 320px;
  padding: 10px;
  border: 1px solid #c3c3c3;
  border-radius: 7px;
}
form div.dynamiclabel textarea{
    height: 200px;
}
form div.dynamiclabel label{ /* pop up label style */
  position: absolute;
  left: 0;
  background: lightyellow;
  border: 1px solid yellow;
  border-radius: 2px;
  padding: 3px 10px;
  box-shadow: 4px 1px 5px gray;
  font-weight: bold;
  -webkit-backface-visibility: hidden;
  top: 10px; /* initial top position of label relative to dynamiclabel container */
  -moz-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition: all 0.4s ease-in-out; /* Safari doesn't seem to support cubic-bezier values beyond 0 to 1, so use keyword value instead */
  -o-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  opacity: 0;
  z-index: -1;
}
form div.dynamiclabel &gt; *:focus{ /* when user focuses on child element inside div.dynamiclabel */
  border: 1px solid #45bcd2;
  box-shadow: 0 0 8px 2px #98d865;
}
form div.dynamiclabel &gt; *:focus + label{ /* label style when user focuses on child element inside div.dynamiclabel */
  opacity: 1;
  z-index:100;
  top: -35px; /* Post top position of label on focus relative to dynamiclabel container */
  -ms-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
</span><span class="xml_tag">&lt;/style&gt;</span>
<span class="xml_tag">&lt;br</span> <span class="xml_tag">/&gt;</span><span class="xml_tag">&lt;br</span> <span class="xml_tag">/&gt;</span>
 <span class="xml_tag">&lt;form&gt;</span>
  <span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;dynamiclabel&quot;&gt;
    <span class="xml_tag">&lt;input</span> <span class="xml_attrib">id</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;name&quot;</span> <span class="xml_attrib">placeholder</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;Name&quot;</span> <span class="xml_attrib">type</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;text&quot;</span><span class="xml_tag">&gt;</span>
    <span class="xml_tag">&lt;label</span> <span class="xml_attrib">for</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;name&quot;</span><span class="xml_tag">&gt;</span>Name<span class="xml_tag">&lt;/label&gt;</span>
  <span class="xml_tag">&lt;/div&gt;</span>
  <span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;dynamiclabel&quot;&gt;
    <span class="xml_tag">&lt;input</span> <span class="xml_attrib">id</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;email&quot;</span> <span class="xml_attrib">placeholder</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;Email Address&quot;</span> <span class="xml_attrib">type</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;text&quot;</span><span class="xml_tag">&gt;</span>
    <span class="xml_tag">&lt;label</span> <span class="xml_attrib">for</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;email&quot;</span><span class="xml_tag">&gt;</span>Email Address<span class="xml_tag">&lt;/label&gt;</span>
  <span class="xml_tag">&lt;/div&gt;</span>
  <span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;dynamiclabel&quot;&gt;
    <span class="xml_tag">&lt;textarea</span> <span class="xml_attrib">id</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;feedback&quot;</span> <span class="xml_attrib">placeholder</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;Feedback&quot;</span><span class="xml_tag">&gt;</span><span class="xml_tag">&lt;/textarea&gt;</span>
    <span class="xml_tag">&lt;label</span> <span class="xml_attrib">for</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;feedback&quot;</span><span class="xml_tag">&gt;</span>Feedback<span class="xml_tag">&lt;/label&gt;</span>
  <span class="xml_tag">&lt;/div&gt;</span>
<span class="xml_tag">&lt;/form&gt;</span></code></pre></td><td><div class="linenum"><code>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br />23<br />24<br />25<br />26<br />27<br />28<br />29<br />30<br />31<br />32<br />33<br />34<br />35<br />36<br />37<br />38<br />39<br />40<br />41<br />42<br />43<br />44<br />45<br />46<br />47<br />48<br />49<br />50<br />51<br />52<br />53<br />54<br />55<br />56<br />57<br />58<br />59<br />60<br />61<br />62<br />63</code></div></td></tr></table></div><hr class="hidden clear" /></div>
<p>
</div></div></div></div></div></div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[ایجاد شکل های ابتکاری و زیبا با استفاده از CSS]]></title>
			<link>http://www.midorinco.ir/showthread.php?tid=1564</link>
			<pubDate>Wed, 04 Feb 2015 06:55:53 +0000</pubDate>
			<guid isPermaLink="false">http://www.midorinco.ir/showthread.php?tid=1564</guid>
			<description><![CDATA[<div style="text-align: CENTER;"><span style="text-shadow: 0px 5px 2px gray;"><span style="color: #FF0000;"><span style="font-size: medium;"><span style="font-weight: bold;">ایجاد شکل های ابتکاری و زیبا با استفاده از CSS</span></span></span></span><br />
<div style="text-align: RIGHT;">چهل و یک طرح زیبا و ابتکاری که فقط با استفاده از کدهای سی اس اس درست شده اند را برای دوستان قرار می دهم . نمونه ی زنده ی زیر را ببینید و در صورت علاقه مند شدن از کدهای داده شده استفاده کنید . (اگر شما هم کدی غیر از اینها دارید به اشتراک بگذارید).</div><br><iframe name="I love Midori" src="http://dl.midorinco.ir/others/css/TheShapesofCSS/TheShapesofCSS.htm" scrolling="auto" width="100%" height="800" frameborder="no"></iframe></div>]]></description>
			<content:encoded><![CDATA[<div style="text-align: CENTER;"><span style="text-shadow: 0px 5px 2px gray;"><span style="color: #FF0000;"><span style="font-size: medium;"><span style="font-weight: bold;">ایجاد شکل های ابتکاری و زیبا با استفاده از CSS</span></span></span></span><br />
<div style="text-align: RIGHT;">چهل و یک طرح زیبا و ابتکاری که فقط با استفاده از کدهای سی اس اس درست شده اند را برای دوستان قرار می دهم . نمونه ی زنده ی زیر را ببینید و در صورت علاقه مند شدن از کدهای داده شده استفاده کنید . (اگر شما هم کدی غیر از اینها دارید به اشتراک بگذارید).</div><br><iframe name="I love Midori" src="http://dl.midorinco.ir/others/css/TheShapesofCSS/TheShapesofCSS.htm" scrolling="auto" width="100%" height="800" frameborder="no"></iframe></div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[مدلی متحرک و زیبا از چرخ دندانه ها با CSS3]]></title>
			<link>http://www.midorinco.ir/showthread.php?tid=1553</link>
			<pubDate>Thu, 22 Jan 2015 16:56:56 +0000</pubDate>
			<guid isPermaLink="false">http://www.midorinco.ir/showthread.php?tid=1553</guid>
			<description><![CDATA[<div style="text-align: CENTER;"><span style="text-shadow: 0px 5px 2px gray;"><span style="color: #FF0000;"><span style="font-size: medium;"><span style="font-weight: bold;">مدلی متحرک و زیبا از چرخ دندانه ها با CSS3</span></span></span></span><br />
<div style="text-align: RIGHT;">يک مدل زيبا برای نمایش قدرت کدهای CSS3 . نخست نمونه ی زنده ی زیر را ببینید در صورت نیاز , فایل فشرده را <a href="http://www.midorinco.ir/index.php" title="دانلود" >دانلود</a> و استفاده کنید . نوع مصرف و تغییرات بعهده ی  شماست .<br />
<div style="text-align: CENTER;"><br><iframe name="I love Midori" src="http://dl.midorinco.ir/others/css/gears-css3/index.html" scrolling="auto" width="100%" height="600" frameborder="no"></iframe><br />
<div style="text-align: RIGHT;">
<!-- start: postbit_attachments_attachment -->
<style type="text/css">
<!--
td.attachrow		{font: normal 11px Tahoma;}
td.attachheader     {font: normal 11px Tahoma; background-color: #ededed; }
table.attachtable	{font: normal 12px Tahoma;border-collapse : collapse; }
-->
</style>
	<style type="text/css">
<!--
td.attachrow		{font: normal 11px Tahoma;}
td.attachheader     {font: normal 11px Tahoma; background-color: #ededed; }
table.attachtable	{font: normal 12px Tahoma;border-collapse : collapse; }
-->
</style>
	<style>
<!--
table.attachtable	{font: normal 12px Tahoma;border-collapse : collapse; }
td.attachheader     {font: normal 11px Tahoma; background-color: #ededed; }
td.attachrow		{font: normal 11px Tahoma;}
-->
</style>
<br><div style="width:90%;padding:0px;margin:auto;box-shadow:0 0 0 2px #5F0308,0 0 0 4px #6F030A,0 0 0 6px #8B030D,0 0 0 8px #B4030F,0 0 0 10px #8B030D,0 0 0 12px #6F030A,0 0 0 14px #5F0308,5px 6px 6px 18px rgba(0,0,0,0.5);border-radius:4px;">
	<table border="0" cellpadding="0" cellspacing="4">
	</table>
	<table class="attachtable" id="table2" width="100%" align="center" border="1" cellpadding="2" cellspacing="0">
		<tr>
			<td colspan="3" class="attachheader" width="100%" align="center"><b>
			gears-css3.rar</b></td>
    	</tr>
       <tr>
            <td class="attachrow" width="15%"><span class="genmed">&nbsp;ارسال کننده فايل</span></td>
            <td class="attachrow" width="75%">
            <a href="http://www.midorinco.ir/member.php?action=profile&amp;uid="></a></td>
            <td class="attachrow" width="10%" align="center" rowspan="7">
            <a href="attachment.php?aid=2430">
            <img border="0" alt="download" src="images/download.png">
</a>
<br>
</td>
</tr>
    	<tr>
			<td class="attachrow" width="15%"><span class="genmed">&nbsp;نوع فايل</span></td>
			<td class="attachrow" width="75%">
			<img src="images/attachtypes/rar.gif" border="0" alt=".rar" title=".rar" /></td>
					</tr>
<tr>
			<td class="attachrow" width="15%"><span class="genmed">&nbsp;اندازه</span></td>
			<td class="attachrow" width="75%">183.89 KB</td>
</tr>
<tr>
			<td class="attachrow" width="15%"><span class="genmed">&nbsp;دفعات دانلود</span></td>
			<td class="attachrow" width="75%"><span class="genmed">506 بار</span></td>
</tr>
		<tr>
<td class="attachrow" width="15%"><span class="genmed">&nbsp;گيرنده(های) فايل</span></td>
<td class="attachrow" width="75%"><style type="text/css">
/* animated spoiler CSS by Ali Movassagh */
.spoilerbuttonz {display:block;margin:-10px 0 2px 0;background:#EBEBEB;border:2px solid #F8A613;padding:3px;text-align:center;font-weight:bold;font-style:italic;font-size:12px;font-family:Tahoma;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;cursor:pointer;}
.spoilerz {overflow:hidden;background: #;}
.spoilerz > div {-webkit-transition: all 0.2s ease;-moz-transition: margin 0.2s ease;-o-transition: all 0.2s ease;transition: margin 0.7s ease;}
.spoilerbuttonz[value="نمایش دادن"] + .spoilerz > div {margin-top:-100%;}
.spoilerbuttonz[value="پنهان سازی"] + .spoilerz {padding:0px;}
</style>
<input class="spoilerbuttonz" type="button" value="نمایش دادن" onclick="this.value=this.value=='نمایش دادن'?'پنهان سازی':'نمایش دادن';">
<div class="spoilerz"><div><fieldset style="background: #EBEBEB;border:1px solid #F8A613;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;"></fieldset>
</div></div></td>
</tr>
<tr>
<td class="attachrow" width="15%"><span class="genmed">&nbsp;زمان آخرین دانلود</span></td>
<td class="attachrow" width="75%">1771570685</td>
</tr>
<tr>
<td class="attachrow" width="15%"><span class="genmed">&nbsp;یک سخنِ ناب</span></td>
<td class="attachrow" width="75%">
<!--sokhane Bozorgan -->
<script src='http://dl.midorinco.ir/tools/Sokhanhayerooz2.js' language=javascript ></script>
<script  language=javascript>Sokhantasadofi('Black','fafafa','0','dotted','black','8','tahoma'); </script>
<!--sokhane Bozorgan -->
</td>
</tr>
	<tr>
			<td colspan="3" class="attachheader" width="100%" align="center"><img src="http://www.midorinco.ir/images/midori-attach-icon.png"></td>
		</tr>
	</table>
</div><br>
<!-- end: postbit_attachments_attachment --></div></div></div></div>]]></description>
			<content:encoded><![CDATA[<div style="text-align: CENTER;"><span style="text-shadow: 0px 5px 2px gray;"><span style="color: #FF0000;"><span style="font-size: medium;"><span style="font-weight: bold;">مدلی متحرک و زیبا از چرخ دندانه ها با CSS3</span></span></span></span><br />
<div style="text-align: RIGHT;">يک مدل زيبا برای نمایش قدرت کدهای CSS3 . نخست نمونه ی زنده ی زیر را ببینید در صورت نیاز , فایل فشرده را <a href="http://www.midorinco.ir/index.php" title="دانلود" >دانلود</a> و استفاده کنید . نوع مصرف و تغییرات بعهده ی  شماست .<br />
<div style="text-align: CENTER;"><br><iframe name="I love Midori" src="http://dl.midorinco.ir/others/css/gears-css3/index.html" scrolling="auto" width="100%" height="600" frameborder="no"></iframe><br />
<div style="text-align: RIGHT;">
<!-- start: postbit_attachments_attachment -->
<style type="text/css">
<!--
td.attachrow		{font: normal 11px Tahoma;}
td.attachheader     {font: normal 11px Tahoma; background-color: #ededed; }
table.attachtable	{font: normal 12px Tahoma;border-collapse : collapse; }
-->
</style>
	<style type="text/css">
<!--
td.attachrow		{font: normal 11px Tahoma;}
td.attachheader     {font: normal 11px Tahoma; background-color: #ededed; }
table.attachtable	{font: normal 12px Tahoma;border-collapse : collapse; }
-->
</style>
	<style>
<!--
table.attachtable	{font: normal 12px Tahoma;border-collapse : collapse; }
td.attachheader     {font: normal 11px Tahoma; background-color: #ededed; }
td.attachrow		{font: normal 11px Tahoma;}
-->
</style>
<br><div style="width:90%;padding:0px;margin:auto;box-shadow:0 0 0 2px #5F0308,0 0 0 4px #6F030A,0 0 0 6px #8B030D,0 0 0 8px #B4030F,0 0 0 10px #8B030D,0 0 0 12px #6F030A,0 0 0 14px #5F0308,5px 6px 6px 18px rgba(0,0,0,0.5);border-radius:4px;">
	<table border="0" cellpadding="0" cellspacing="4">
	</table>
	<table class="attachtable" id="table2" width="100%" align="center" border="1" cellpadding="2" cellspacing="0">
		<tr>
			<td colspan="3" class="attachheader" width="100%" align="center"><b>
			gears-css3.rar</b></td>
    	</tr>
       <tr>
            <td class="attachrow" width="15%"><span class="genmed">&nbsp;ارسال کننده فايل</span></td>
            <td class="attachrow" width="75%">
            <a href="http://www.midorinco.ir/member.php?action=profile&amp;uid="></a></td>
            <td class="attachrow" width="10%" align="center" rowspan="7">
            <a href="attachment.php?aid=2430">
            <img border="0" alt="download" src="images/download.png">
</a>
<br>
</td>
</tr>
    	<tr>
			<td class="attachrow" width="15%"><span class="genmed">&nbsp;نوع فايل</span></td>
			<td class="attachrow" width="75%">
			<img src="images/attachtypes/rar.gif" border="0" alt=".rar" title=".rar" /></td>
					</tr>
<tr>
			<td class="attachrow" width="15%"><span class="genmed">&nbsp;اندازه</span></td>
			<td class="attachrow" width="75%">183.89 KB</td>
</tr>
<tr>
			<td class="attachrow" width="15%"><span class="genmed">&nbsp;دفعات دانلود</span></td>
			<td class="attachrow" width="75%"><span class="genmed">506 بار</span></td>
</tr>
		<tr>
<td class="attachrow" width="15%"><span class="genmed">&nbsp;گيرنده(های) فايل</span></td>
<td class="attachrow" width="75%"><style type="text/css">
/* animated spoiler CSS by Ali Movassagh */
.spoilerbuttonz {display:block;margin:-10px 0 2px 0;background:#EBEBEB;border:2px solid #F8A613;padding:3px;text-align:center;font-weight:bold;font-style:italic;font-size:12px;font-family:Tahoma;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;cursor:pointer;}
.spoilerz {overflow:hidden;background: #;}
.spoilerz > div {-webkit-transition: all 0.2s ease;-moz-transition: margin 0.2s ease;-o-transition: all 0.2s ease;transition: margin 0.7s ease;}
.spoilerbuttonz[value="نمایش دادن"] + .spoilerz > div {margin-top:-100%;}
.spoilerbuttonz[value="پنهان سازی"] + .spoilerz {padding:0px;}
</style>
<input class="spoilerbuttonz" type="button" value="نمایش دادن" onclick="this.value=this.value=='نمایش دادن'?'پنهان سازی':'نمایش دادن';">
<div class="spoilerz"><div><fieldset style="background: #EBEBEB;border:1px solid #F8A613;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;"></fieldset>
</div></div></td>
</tr>
<tr>
<td class="attachrow" width="15%"><span class="genmed">&nbsp;زمان آخرین دانلود</span></td>
<td class="attachrow" width="75%">1771570685</td>
</tr>
<tr>
<td class="attachrow" width="15%"><span class="genmed">&nbsp;یک سخنِ ناب</span></td>
<td class="attachrow" width="75%">
<!--sokhane Bozorgan -->
<script src='http://dl.midorinco.ir/tools/Sokhanhayerooz2.js' language=javascript ></script>
<script  language=javascript>Sokhantasadofi('Black','fafafa','0','dotted','black','8','tahoma'); </script>
<!--sokhane Bozorgan -->
</td>
</tr>
	<tr>
			<td colspan="3" class="attachheader" width="100%" align="center"><img src="http://www.midorinco.ir/images/midori-attach-icon.png"></td>
		</tr>
	</table>
</div><br>
<!-- end: postbit_attachments_attachment --></div></div></div></div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[جدول های زیبا و ابتکاری با CSS3]]></title>
			<link>http://www.midorinco.ir/showthread.php?tid=1551</link>
			<pubDate>Tue, 20 Jan 2015 20:52:42 +0000</pubDate>
			<guid isPermaLink="false">http://www.midorinco.ir/showthread.php?tid=1551</guid>
			<description><![CDATA[<div style="text-align: CENTER;"><span style="text-shadow: 0px 5px 2px gray;"><span style="color: #FF0000;"><span style="font-size: medium;"><span style="font-weight: bold;">جدول های زیبا و ابتکاری با CSS3</span></span></span></span><br />
<div style="text-align: RIGHT;">برای ایجاد جدول در سایت ها از کدهای HTML استفاده می شد ولی با استفاده از کدهای CSS3 می توانید جدول هایی به مراتب زیباتر درست کنید . نخست نمونه ی زیر را ببینید و در صورت علاقه مند شدن و نیاز به این جدول ها , فایل فشرده را <a href="http://www.midorinco.ir/index.php" title="دانلود" >دانلود</a> و استفاده کنید . تغییرات بعهده ی شماست .<br />
<div style="text-align: CENTER;"><br><iframe name="I love Midori" src="http://dl.midorinco.ir/others/css/Beautiful-Table-Plugin-with-CSS3/index.html" scrolling="auto" width="100%" height="600" frameborder="no"></iframe><br />
<div style="text-align: RIGHT;">
<!-- start: postbit_attachments_attachment -->
<style type="text/css">
<!--
td.attachrow		{font: normal 11px Tahoma;}
td.attachheader     {font: normal 11px Tahoma; background-color: #ededed; }
table.attachtable	{font: normal 12px Tahoma;border-collapse : collapse; }
-->
</style>
	<style type="text/css">
<!--
td.attachrow		{font: normal 11px Tahoma;}
td.attachheader     {font: normal 11px Tahoma; background-color: #ededed; }
table.attachtable	{font: normal 12px Tahoma;border-collapse : collapse; }
-->
</style>
	<style>
<!--
table.attachtable	{font: normal 12px Tahoma;border-collapse : collapse; }
td.attachheader     {font: normal 11px Tahoma; background-color: #ededed; }
td.attachrow		{font: normal 11px Tahoma;}
-->
</style>
<br><div style="width:90%;padding:0px;margin:auto;box-shadow:0 0 0 2px #5F0308,0 0 0 4px #6F030A,0 0 0 6px #8B030D,0 0 0 8px #B4030F,0 0 0 10px #8B030D,0 0 0 12px #6F030A,0 0 0 14px #5F0308,5px 6px 6px 18px rgba(0,0,0,0.5);border-radius:4px;">
	<table border="0" cellpadding="0" cellspacing="4">
	</table>
	<table class="attachtable" id="table2" width="100%" align="center" border="1" cellpadding="2" cellspacing="0">
		<tr>
			<td colspan="3" class="attachheader" width="100%" align="center"><b>
			Beautiful-Table-Plugin-with-CSS3.rar</b></td>
    	</tr>
       <tr>
            <td class="attachrow" width="15%"><span class="genmed">&nbsp;ارسال کننده فايل</span></td>
            <td class="attachrow" width="75%">
            <a href="http://www.midorinco.ir/member.php?action=profile&amp;uid="></a></td>
            <td class="attachrow" width="10%" align="center" rowspan="7">
            <a href="attachment.php?aid=2419">
            <img border="0" alt="download" src="images/download.png">
</a>
<br>
</td>
</tr>
    	<tr>
			<td class="attachrow" width="15%"><span class="genmed">&nbsp;نوع فايل</span></td>
			<td class="attachrow" width="75%">
			<img src="images/attachtypes/rar.gif" border="0" alt=".rar" title=".rar" /></td>
					</tr>
<tr>
			<td class="attachrow" width="15%"><span class="genmed">&nbsp;اندازه</span></td>
			<td class="attachrow" width="75%">14.19 KB</td>
</tr>
<tr>
			<td class="attachrow" width="15%"><span class="genmed">&nbsp;دفعات دانلود</span></td>
			<td class="attachrow" width="75%"><span class="genmed">521 بار</span></td>
</tr>
		<tr>
<td class="attachrow" width="15%"><span class="genmed">&nbsp;گيرنده(های) فايل</span></td>
<td class="attachrow" width="75%"><style type="text/css">
/* animated spoiler CSS by Ali Movassagh */
.spoilerbuttonz {display:block;margin:-10px 0 2px 0;background:#EBEBEB;border:2px solid #F8A613;padding:3px;text-align:center;font-weight:bold;font-style:italic;font-size:12px;font-family:Tahoma;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;cursor:pointer;}
.spoilerz {overflow:hidden;background: #;}
.spoilerz > div {-webkit-transition: all 0.2s ease;-moz-transition: margin 0.2s ease;-o-transition: all 0.2s ease;transition: margin 0.7s ease;}
.spoilerbuttonz[value="نمایش دادن"] + .spoilerz > div {margin-top:-100%;}
.spoilerbuttonz[value="پنهان سازی"] + .spoilerz {padding:0px;}
</style>
<input class="spoilerbuttonz" type="button" value="نمایش دادن" onclick="this.value=this.value=='نمایش دادن'?'پنهان سازی':'نمایش دادن';">
<div class="spoilerz"><div><fieldset style="background: #EBEBEB;border:1px solid #F8A613;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;"></fieldset>
</div></div></td>
</tr>
<tr>
<td class="attachrow" width="15%"><span class="genmed">&nbsp;زمان آخرین دانلود</span></td>
<td class="attachrow" width="75%">1764912998</td>
</tr>
<tr>
<td class="attachrow" width="15%"><span class="genmed">&nbsp;یک سخنِ ناب</span></td>
<td class="attachrow" width="75%">
<!--sokhane Bozorgan -->
<script src='http://dl.midorinco.ir/tools/Sokhanhayerooz2.js' language=javascript ></script>
<script  language=javascript>Sokhantasadofi('Black','fafafa','0','dotted','black','8','tahoma'); </script>
<!--sokhane Bozorgan -->
</td>
</tr>
	<tr>
			<td colspan="3" class="attachheader" width="100%" align="center"><img src="http://www.midorinco.ir/images/midori-attach-icon.png"></td>
		</tr>
	</table>
</div><br>
<!-- end: postbit_attachments_attachment --></div></div></div></div>]]></description>
			<content:encoded><![CDATA[<div style="text-align: CENTER;"><span style="text-shadow: 0px 5px 2px gray;"><span style="color: #FF0000;"><span style="font-size: medium;"><span style="font-weight: bold;">جدول های زیبا و ابتکاری با CSS3</span></span></span></span><br />
<div style="text-align: RIGHT;">برای ایجاد جدول در سایت ها از کدهای HTML استفاده می شد ولی با استفاده از کدهای CSS3 می توانید جدول هایی به مراتب زیباتر درست کنید . نخست نمونه ی زیر را ببینید و در صورت علاقه مند شدن و نیاز به این جدول ها , فایل فشرده را <a href="http://www.midorinco.ir/index.php" title="دانلود" >دانلود</a> و استفاده کنید . تغییرات بعهده ی شماست .<br />
<div style="text-align: CENTER;"><br><iframe name="I love Midori" src="http://dl.midorinco.ir/others/css/Beautiful-Table-Plugin-with-CSS3/index.html" scrolling="auto" width="100%" height="600" frameborder="no"></iframe><br />
<div style="text-align: RIGHT;">
<!-- start: postbit_attachments_attachment -->
<style type="text/css">
<!--
td.attachrow		{font: normal 11px Tahoma;}
td.attachheader     {font: normal 11px Tahoma; background-color: #ededed; }
table.attachtable	{font: normal 12px Tahoma;border-collapse : collapse; }
-->
</style>
	<style type="text/css">
<!--
td.attachrow		{font: normal 11px Tahoma;}
td.attachheader     {font: normal 11px Tahoma; background-color: #ededed; }
table.attachtable	{font: normal 12px Tahoma;border-collapse : collapse; }
-->
</style>
	<style>
<!--
table.attachtable	{font: normal 12px Tahoma;border-collapse : collapse; }
td.attachheader     {font: normal 11px Tahoma; background-color: #ededed; }
td.attachrow		{font: normal 11px Tahoma;}
-->
</style>
<br><div style="width:90%;padding:0px;margin:auto;box-shadow:0 0 0 2px #5F0308,0 0 0 4px #6F030A,0 0 0 6px #8B030D,0 0 0 8px #B4030F,0 0 0 10px #8B030D,0 0 0 12px #6F030A,0 0 0 14px #5F0308,5px 6px 6px 18px rgba(0,0,0,0.5);border-radius:4px;">
	<table border="0" cellpadding="0" cellspacing="4">
	</table>
	<table class="attachtable" id="table2" width="100%" align="center" border="1" cellpadding="2" cellspacing="0">
		<tr>
			<td colspan="3" class="attachheader" width="100%" align="center"><b>
			Beautiful-Table-Plugin-with-CSS3.rar</b></td>
    	</tr>
       <tr>
            <td class="attachrow" width="15%"><span class="genmed">&nbsp;ارسال کننده فايل</span></td>
            <td class="attachrow" width="75%">
            <a href="http://www.midorinco.ir/member.php?action=profile&amp;uid="></a></td>
            <td class="attachrow" width="10%" align="center" rowspan="7">
            <a href="attachment.php?aid=2419">
            <img border="0" alt="download" src="images/download.png">
</a>
<br>
</td>
</tr>
    	<tr>
			<td class="attachrow" width="15%"><span class="genmed">&nbsp;نوع فايل</span></td>
			<td class="attachrow" width="75%">
			<img src="images/attachtypes/rar.gif" border="0" alt=".rar" title=".rar" /></td>
					</tr>
<tr>
			<td class="attachrow" width="15%"><span class="genmed">&nbsp;اندازه</span></td>
			<td class="attachrow" width="75%">14.19 KB</td>
</tr>
<tr>
			<td class="attachrow" width="15%"><span class="genmed">&nbsp;دفعات دانلود</span></td>
			<td class="attachrow" width="75%"><span class="genmed">521 بار</span></td>
</tr>
		<tr>
<td class="attachrow" width="15%"><span class="genmed">&nbsp;گيرنده(های) فايل</span></td>
<td class="attachrow" width="75%"><style type="text/css">
/* animated spoiler CSS by Ali Movassagh */
.spoilerbuttonz {display:block;margin:-10px 0 2px 0;background:#EBEBEB;border:2px solid #F8A613;padding:3px;text-align:center;font-weight:bold;font-style:italic;font-size:12px;font-family:Tahoma;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;cursor:pointer;}
.spoilerz {overflow:hidden;background: #;}
.spoilerz > div {-webkit-transition: all 0.2s ease;-moz-transition: margin 0.2s ease;-o-transition: all 0.2s ease;transition: margin 0.7s ease;}
.spoilerbuttonz[value="نمایش دادن"] + .spoilerz > div {margin-top:-100%;}
.spoilerbuttonz[value="پنهان سازی"] + .spoilerz {padding:0px;}
</style>
<input class="spoilerbuttonz" type="button" value="نمایش دادن" onclick="this.value=this.value=='نمایش دادن'?'پنهان سازی':'نمایش دادن';">
<div class="spoilerz"><div><fieldset style="background: #EBEBEB;border:1px solid #F8A613;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;"></fieldset>
</div></div></td>
</tr>
<tr>
<td class="attachrow" width="15%"><span class="genmed">&nbsp;زمان آخرین دانلود</span></td>
<td class="attachrow" width="75%">1764912998</td>
</tr>
<tr>
<td class="attachrow" width="15%"><span class="genmed">&nbsp;یک سخنِ ناب</span></td>
<td class="attachrow" width="75%">
<!--sokhane Bozorgan -->
<script src='http://dl.midorinco.ir/tools/Sokhanhayerooz2.js' language=javascript ></script>
<script  language=javascript>Sokhantasadofi('Black','fafafa','0','dotted','black','8','tahoma'); </script>
<!--sokhane Bozorgan -->
</td>
</tr>
	<tr>
			<td colspan="3" class="attachheader" width="100%" align="center"><img src="http://www.midorinco.ir/images/midori-attach-icon.png"></td>
		</tr>
	</table>
</div><br>
<!-- end: postbit_attachments_attachment --></div></div></div></div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[یک ساید بار زیبا و سریع با کدهای CSS3]]></title>
			<link>http://www.midorinco.ir/showthread.php?tid=1550</link>
			<pubDate>Tue, 20 Jan 2015 20:39:40 +0000</pubDate>
			<guid isPermaLink="false">http://www.midorinco.ir/showthread.php?tid=1550</guid>
			<description><![CDATA[<div style="text-align: CENTER;"><span style="text-shadow: 0px 5px 2px gray;"><span style="color: #FF0000;"><span style="font-size: medium;"><span style="font-weight: bold;">یک ساید بار زیبا و سریع با کدهای CSS3</span></span></span></span><br />
<div style="text-align: RIGHT;">اين سايد بار از چپ براست باز می شود و بدون نیاز به تصویر است . بسیار سریع عمل می کند و تداخلی هم با سایر کدها پیدا نخواهد کرد . نخست نمونه ی زنده ی زیر را ببینید در صورت علاقه از کدهای داده شده استفاده کنید . مورد استفاده و تغییرات بعهده ی شماست .</div></div>
<div style="text-align: CENTER;"><br><iframe name="I love Midori" src="http://dl.midorinco.ir/others/css/pure-css-drawer-menu.html" scrolling="auto" width="100%" height="400" frameborder="no"></iframe></div>
<div align="center"><div  style="margin: 5px 10px 10px; width: 98%;"><div style="text-align:  right; padding: 4px; background: #FFAA55; repeat-x scroll 0% 0%  transparent; border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; color:#ffffff; text-shadow:0 -1px #D3B40F; font-weight:bold;  "><input type="button" onclick="if  (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  != '') {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = '';       this.innerText = ''; this.value = 'پنهان کردن متن'; } else {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = 'none'; this.innerText = ''; this.value = 'نشان دادن متن'; }" style="width:  90px; height: 25px; font-size: 12px; margin: 0px; padding: 0px;font-family: Tahoma"  value="نشان دادن متن"></div><div><div  style="border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; display:  none; text-align: right">
</p>
<div class="codeblock"><div class="title"><input type="button" class="button select_button" value="انتخاب کدها" onClick="selectObj(this.parentNode.parentNode.getElementsByTagName('pre')[0].getElementsByTagName('code')[0])" id="coolcode_btnsel_1773751015_13_59" style="display: none;" /><script type="text/javascript">
//<!--
$("coolcode_btnsel_1773751015_13_59").style.display = "";
//-->
</script><city>کد HTML:</city>
</div>
			<div class="codecontainer"><table style="text-align:left;" align="left"><tr><td>
			<pre><code><span class="xml_tag">&lt;!doctype</span> <span class="xml_attrib">html</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;html&gt;</span>
    <span class="xml_tag">&lt;head&gt;</span>
	   <span class="xml_tag">&lt;title&gt;</span>Demo: Pure CSS Drawer Menu<span class="xml_tag">&lt;/title&gt;</span>
	   <span class="xml_tag">&lt;meta</span> <span class="xml_attrib">name</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;viewport&quot;</span> <span class="xml_attrib">content</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;width=device-width, initial-scale=1, maximum-scale=1&quot;</span><span class="xml_tag">&gt;</span>
	   <span class="xml_tag">&lt;meta</span> <span class="xml_attrib">http-equiv</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;Content-Type&quot;</span> <span class="xml_attrib">content</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;text/html; charset=UTF-8&quot;</span> <span class="xml_tag">/&gt;</span>
	   <span class="xml_tag">&lt;style&gt;</span><span class="html_style">
		  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
}
/* Makes sure that everything is 100% height */
html,body {
    height: 100%;
    overflow: hidden;
}
/* gets the actual input out of the way; we're going to style the label instead */
#drawer-toggle {
    position: absolute;
    opacity: 0;
}
#drawer-toggle-label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    left: 0px;
    height:50px;
    width: 50px;
    display: block;
    position: fixed;
    background: rgba(255,255,255,.0);
    z-index: 1;
}
/* adds our &quot;hamburger&quot; menu icon */
#drawer-toggle-label:before {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    width: 24px;
    background: #8d8d8d;
    left: 13px;
    top: 18px;
    box-shadow: 0 6px 0 #8d8d8d, 0 12px 0 #8d8d8d;
}
header {
    width: 100%;
    position: fixed;
    left: 0px;
    background: #efefef;
    padding: 10px 10px 10px 50px;
    font-size: 30px;
    line-height: 30px;
    z-index: 0;
}
/* drawer menu pane - note the 0px width */
#drawer {
    position: fixed;
    top: 0;
    left:-300px;
    height: 100%;
    width: 300px;
    background: #2f2f2f;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 20px;
    -webkit-overflow-scrolling: touch;
}
/* actual page content pane */
#page-content {
    margin-left: 0px;
    margin-top: 50px;
    width: 100%;
    height: calc(100% - 50px);
    overflow-x:hidden;
    overflow-y:scroll;
    -webkit-overflow-scrolling: touch;
    padding: 20px;
}
/* checked styles (menu open state) */
#drawer-toggle:checked ~ #drawer-toggle-label {
    height: 100%;
    width: calc(100% - 300px);
    background: rgba(255,255,255,.8);
}
#drawer-toggle:checked ~ #drawer {
    left:0;
}
#drawer-toggle:checked ~ #drawer-toggle-label, #drawer-toggle:checked ~ header {
    left: 300px;
}
#drawer-toggle:checked ~ #page-content {
    margin-left: 300px;
}
/* Menu item styles */
#drawer ul {
    list-style-type:none;
}
#drawer ul a {
    display:block;
    padding:10px;
    color:#c7c7c7;
    text-decoration:none;
}
#drawer ul a:hover {
    color:white;
}
/* Responsive MQ */
@media all and (max-width:350px) {
    #drawer-toggle:checked ~ #drawer-toggle-label {
	   height: 100%;
	   width: 50px;
    }
	   #drawer-toggle:checked ~ #drawer-toggle-label, #drawer-toggle:checked ~ header {
	   left: calc(100% - 50px);
    }
	   #drawer {
	   width:calc(100% - 50px);
	   left: -100%;
    }
	   #drawer-toggle:checked ~ #page-content {
	   margin-left: calc(100% - 50px);
    }
}
	   </span><span class="xml_tag">&lt;/style&gt;</span>
    <span class="xml_tag">&lt;/head&gt;</span>
    <span class="xml_tag">&lt;body&gt;</span>
	   <span class="xml_tag">&lt;input</span>  <span class="xml_attrib">type</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;checkbox&quot;</span> <span class="xml_attrib">id</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;drawer-toggle&quot;</span> <span class="xml_attrib">name</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;drawer-toggle&quot;</span><span class="xml_tag">/&gt;</span>
	   <span class="xml_tag">&lt;label</span> <span class="xml_attrib">for</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;drawer-toggle&quot;</span> <span class="xml_attrib">id</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;drawer-toggle-label&quot;</span><span class="xml_tag">&gt;</span><span class="xml_tag">&lt;/label&gt;</span>
	   <span class="xml_tag">&lt;header&gt;</span>عنوان سایت شما<span class="xml_tag">&lt;/header&gt;</span>
	   <span class="xml_tag">&lt;nav</span> <span class="xml_attrib">id</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;drawer&quot;</span><span class="xml_tag">&gt;</span>
		  <span class="xml_tag">&lt;ul&gt;</span>
			 <span class="xml_tag">&lt;li&gt;</span><span class="xml_tag">&lt;a</span> <span class="xml_attrib">href</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;demos/pure-css-drawer-menu.html#&quot;</span><span class="xml_tag">&gt;</span>منوی یکم<span class="xml_tag">&lt;/a&gt;</span><span class="xml_tag">&lt;/li&gt;</span>
			 <span class="xml_tag">&lt;li&gt;</span><span class="xml_tag">&lt;a</span> <span class="xml_attrib">href</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;demos/pure-css-drawer-menu.html#&quot;</span><span class="xml_tag">&gt;</span>منوی دوم<span class="xml_tag">&lt;/a&gt;</span><span class="xml_tag">&lt;/li&gt;</span>
			 <span class="xml_tag">&lt;li&gt;</span><span class="xml_tag">&lt;a</span> <span class="xml_attrib">href</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;demos/pure-css-drawer-menu.html#&quot;</span><span class="xml_tag">&gt;</span>منوی سوم<span class="xml_tag">&lt;/a&gt;</span><span class="xml_tag">&lt;/li&gt;</span>
			 <span class="xml_tag">&lt;li&gt;</span><span class="xml_tag">&lt;a</span> <span class="xml_attrib">href</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;demos/pure-css-drawer-menu.html#&quot;</span><span class="xml_tag">&gt;</span>منوی چهارم<span class="xml_tag">&lt;/a&gt;</span><span class="xml_tag">&lt;/li&gt;</span>
		  <span class="xml_tag">&lt;/ul&gt;</span>
	   <span class="xml_tag">&lt;/nav&gt;</span>
	   <span class="xml_tag">&lt;div</span> <span class="xml_attrib">id</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;page-content&quot;</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;p&gt;</span>یک ساید بار زیبا و سریع برای استفاده در سایت ها فقط با استفاده از کدهای سی اس اس<span class="xml_tag">&lt;/p&gt;</span>
	   <span class="xml_tag">&lt;/div&gt;</span>
    <span class="xml_tag">&lt;/body&gt;</span>
<span class="xml_tag">&lt;/html&gt;</span></code></pre></td><td><div class="linenum"><code>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br />23<br />24<br />25<br />26<br />27<br />28<br />29<br />30<br />31<br />32<br />33<br />34<br />35<br />36<br />37<br />38<br />39<br />40<br />41<br />42<br />43<br />44<br />45<br />46<br />47<br />48<br />49<br />50<br />51<br />52<br />53<br />54<br />55<br />56<br />57<br />58<br />59<br />60<br />61<br />62<br />63<br />64<br />65<br />66<br />67<br />68<br />69<br />70<br />71<br />72<br />73<br />74<br />75<br />76<br />77<br />78<br />79<br />80<br />81<br />82<br />83<br />84<br />85<br />86<br />87<br />88<br />89<br />90<br />91<br />92<br />93<br />94<br />95<br />96<br />97<br />98<br />99<br />100<br />101<br />102<br />103<br />104<br />105<br />106<br />107<br />108<br />109<br />110<br />111<br />112<br />113<br />114<br />115<br />116<br />117<br />118<br />119<br />120<br />121<br />122<br />123<br />124<br />125<br />126<br />127<br />128<br />129<br />130<br />131<br />132<br />133<br />134<br />135<br />136<br />137<br />138<br />139<br />140<br />141<br />142<br />143<br />144<br />145<br />146<br />147<br />148<br />149<br />150<br />151<br />152<br />153<br />154<br />155</code></div></td></tr></table></div><hr class="hidden clear" /></div>
<p>
</div></div></div></div>]]></description>
			<content:encoded><![CDATA[<div style="text-align: CENTER;"><span style="text-shadow: 0px 5px 2px gray;"><span style="color: #FF0000;"><span style="font-size: medium;"><span style="font-weight: bold;">یک ساید بار زیبا و سریع با کدهای CSS3</span></span></span></span><br />
<div style="text-align: RIGHT;">اين سايد بار از چپ براست باز می شود و بدون نیاز به تصویر است . بسیار سریع عمل می کند و تداخلی هم با سایر کدها پیدا نخواهد کرد . نخست نمونه ی زنده ی زیر را ببینید در صورت علاقه از کدهای داده شده استفاده کنید . مورد استفاده و تغییرات بعهده ی شماست .</div></div>
<div style="text-align: CENTER;"><br><iframe name="I love Midori" src="http://dl.midorinco.ir/others/css/pure-css-drawer-menu.html" scrolling="auto" width="100%" height="400" frameborder="no"></iframe></div>
<div align="center"><div  style="margin: 5px 10px 10px; width: 98%;"><div style="text-align:  right; padding: 4px; background: #FFAA55; repeat-x scroll 0% 0%  transparent; border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; color:#ffffff; text-shadow:0 -1px #D3B40F; font-weight:bold;  "><input type="button" onclick="if  (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  != '') {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = '';       this.innerText = ''; this.value = 'پنهان کردن متن'; } else {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = 'none'; this.innerText = ''; this.value = 'نشان دادن متن'; }" style="width:  90px; height: 25px; font-size: 12px; margin: 0px; padding: 0px;font-family: Tahoma"  value="نشان دادن متن"></div><div><div  style="border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; display:  none; text-align: right">
</p>
<div class="codeblock"><div class="title"><input type="button" class="button select_button" value="انتخاب کدها" onClick="selectObj(this.parentNode.parentNode.getElementsByTagName('pre')[0].getElementsByTagName('code')[0])" id="coolcode_btnsel_1773751015_13_59" style="display: none;" /><script type="text/javascript">
//<!--
$("coolcode_btnsel_1773751015_13_59").style.display = "";
//-->
</script><city>کد HTML:</city>
</div>
			<div class="codecontainer"><table style="text-align:left;" align="left"><tr><td>
			<pre><code><span class="xml_tag">&lt;!doctype</span> <span class="xml_attrib">html</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;html&gt;</span>
    <span class="xml_tag">&lt;head&gt;</span>
	   <span class="xml_tag">&lt;title&gt;</span>Demo: Pure CSS Drawer Menu<span class="xml_tag">&lt;/title&gt;</span>
	   <span class="xml_tag">&lt;meta</span> <span class="xml_attrib">name</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;viewport&quot;</span> <span class="xml_attrib">content</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;width=device-width, initial-scale=1, maximum-scale=1&quot;</span><span class="xml_tag">&gt;</span>
	   <span class="xml_tag">&lt;meta</span> <span class="xml_attrib">http-equiv</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;Content-Type&quot;</span> <span class="xml_attrib">content</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;text/html; charset=UTF-8&quot;</span> <span class="xml_tag">/&gt;</span>
	   <span class="xml_tag">&lt;style&gt;</span><span class="html_style">
		  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
}
/* Makes sure that everything is 100% height */
html,body {
    height: 100%;
    overflow: hidden;
}
/* gets the actual input out of the way; we're going to style the label instead */
#drawer-toggle {
    position: absolute;
    opacity: 0;
}
#drawer-toggle-label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    left: 0px;
    height:50px;
    width: 50px;
    display: block;
    position: fixed;
    background: rgba(255,255,255,.0);
    z-index: 1;
}
/* adds our &quot;hamburger&quot; menu icon */
#drawer-toggle-label:before {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    width: 24px;
    background: #8d8d8d;
    left: 13px;
    top: 18px;
    box-shadow: 0 6px 0 #8d8d8d, 0 12px 0 #8d8d8d;
}
header {
    width: 100%;
    position: fixed;
    left: 0px;
    background: #efefef;
    padding: 10px 10px 10px 50px;
    font-size: 30px;
    line-height: 30px;
    z-index: 0;
}
/* drawer menu pane - note the 0px width */
#drawer {
    position: fixed;
    top: 0;
    left:-300px;
    height: 100%;
    width: 300px;
    background: #2f2f2f;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 20px;
    -webkit-overflow-scrolling: touch;
}
/* actual page content pane */
#page-content {
    margin-left: 0px;
    margin-top: 50px;
    width: 100%;
    height: calc(100% - 50px);
    overflow-x:hidden;
    overflow-y:scroll;
    -webkit-overflow-scrolling: touch;
    padding: 20px;
}
/* checked styles (menu open state) */
#drawer-toggle:checked ~ #drawer-toggle-label {
    height: 100%;
    width: calc(100% - 300px);
    background: rgba(255,255,255,.8);
}
#drawer-toggle:checked ~ #drawer {
    left:0;
}
#drawer-toggle:checked ~ #drawer-toggle-label, #drawer-toggle:checked ~ header {
    left: 300px;
}
#drawer-toggle:checked ~ #page-content {
    margin-left: 300px;
}
/* Menu item styles */
#drawer ul {
    list-style-type:none;
}
#drawer ul a {
    display:block;
    padding:10px;
    color:#c7c7c7;
    text-decoration:none;
}
#drawer ul a:hover {
    color:white;
}
/* Responsive MQ */
@media all and (max-width:350px) {
    #drawer-toggle:checked ~ #drawer-toggle-label {
	   height: 100%;
	   width: 50px;
    }
	   #drawer-toggle:checked ~ #drawer-toggle-label, #drawer-toggle:checked ~ header {
	   left: calc(100% - 50px);
    }
	   #drawer {
	   width:calc(100% - 50px);
	   left: -100%;
    }
	   #drawer-toggle:checked ~ #page-content {
	   margin-left: calc(100% - 50px);
    }
}
	   </span><span class="xml_tag">&lt;/style&gt;</span>
    <span class="xml_tag">&lt;/head&gt;</span>
    <span class="xml_tag">&lt;body&gt;</span>
	   <span class="xml_tag">&lt;input</span>  <span class="xml_attrib">type</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;checkbox&quot;</span> <span class="xml_attrib">id</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;drawer-toggle&quot;</span> <span class="xml_attrib">name</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;drawer-toggle&quot;</span><span class="xml_tag">/&gt;</span>
	   <span class="xml_tag">&lt;label</span> <span class="xml_attrib">for</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;drawer-toggle&quot;</span> <span class="xml_attrib">id</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;drawer-toggle-label&quot;</span><span class="xml_tag">&gt;</span><span class="xml_tag">&lt;/label&gt;</span>
	   <span class="xml_tag">&lt;header&gt;</span>عنوان سایت شما<span class="xml_tag">&lt;/header&gt;</span>
	   <span class="xml_tag">&lt;nav</span> <span class="xml_attrib">id</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;drawer&quot;</span><span class="xml_tag">&gt;</span>
		  <span class="xml_tag">&lt;ul&gt;</span>
			 <span class="xml_tag">&lt;li&gt;</span><span class="xml_tag">&lt;a</span> <span class="xml_attrib">href</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;demos/pure-css-drawer-menu.html#&quot;</span><span class="xml_tag">&gt;</span>منوی یکم<span class="xml_tag">&lt;/a&gt;</span><span class="xml_tag">&lt;/li&gt;</span>
			 <span class="xml_tag">&lt;li&gt;</span><span class="xml_tag">&lt;a</span> <span class="xml_attrib">href</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;demos/pure-css-drawer-menu.html#&quot;</span><span class="xml_tag">&gt;</span>منوی دوم<span class="xml_tag">&lt;/a&gt;</span><span class="xml_tag">&lt;/li&gt;</span>
			 <span class="xml_tag">&lt;li&gt;</span><span class="xml_tag">&lt;a</span> <span class="xml_attrib">href</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;demos/pure-css-drawer-menu.html#&quot;</span><span class="xml_tag">&gt;</span>منوی سوم<span class="xml_tag">&lt;/a&gt;</span><span class="xml_tag">&lt;/li&gt;</span>
			 <span class="xml_tag">&lt;li&gt;</span><span class="xml_tag">&lt;a</span> <span class="xml_attrib">href</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;demos/pure-css-drawer-menu.html#&quot;</span><span class="xml_tag">&gt;</span>منوی چهارم<span class="xml_tag">&lt;/a&gt;</span><span class="xml_tag">&lt;/li&gt;</span>
		  <span class="xml_tag">&lt;/ul&gt;</span>
	   <span class="xml_tag">&lt;/nav&gt;</span>
	   <span class="xml_tag">&lt;div</span> <span class="xml_attrib">id</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;page-content&quot;</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;p&gt;</span>یک ساید بار زیبا و سریع برای استفاده در سایت ها فقط با استفاده از کدهای سی اس اس<span class="xml_tag">&lt;/p&gt;</span>
	   <span class="xml_tag">&lt;/div&gt;</span>
    <span class="xml_tag">&lt;/body&gt;</span>
<span class="xml_tag">&lt;/html&gt;</span></code></pre></td><td><div class="linenum"><code>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br />23<br />24<br />25<br />26<br />27<br />28<br />29<br />30<br />31<br />32<br />33<br />34<br />35<br />36<br />37<br />38<br />39<br />40<br />41<br />42<br />43<br />44<br />45<br />46<br />47<br />48<br />49<br />50<br />51<br />52<br />53<br />54<br />55<br />56<br />57<br />58<br />59<br />60<br />61<br />62<br />63<br />64<br />65<br />66<br />67<br />68<br />69<br />70<br />71<br />72<br />73<br />74<br />75<br />76<br />77<br />78<br />79<br />80<br />81<br />82<br />83<br />84<br />85<br />86<br />87<br />88<br />89<br />90<br />91<br />92<br />93<br />94<br />95<br />96<br />97<br />98<br />99<br />100<br />101<br />102<br />103<br />104<br />105<br />106<br />107<br />108<br />109<br />110<br />111<br />112<br />113<br />114<br />115<br />116<br />117<br />118<br />119<br />120<br />121<br />122<br />123<br />124<br />125<br />126<br />127<br />128<br />129<br />130<br />131<br />132<br />133<br />134<br />135<br />136<br />137<br />138<br />139<br />140<br />141<br />142<br />143<br />144<br />145<br />146<br />147<br />148<br />149<br />150<br />151<br />152<br />153<br />154<br />155</code></div></td></tr></table></div><hr class="hidden clear" /></div>
<p>
</div></div></div></div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[منوهایی زیبا برای سایت ها از آینده با CSS3 (مدل هفتاد و دوم)]]></title>
			<link>http://www.midorinco.ir/showthread.php?tid=1522</link>
			<pubDate>Tue, 13 Jan 2015 22:19:39 +0000</pubDate>
			<guid isPermaLink="false">http://www.midorinco.ir/showthread.php?tid=1522</guid>
			<description><![CDATA[<div style="text-align: CENTER;"><span style="text-shadow: 0px 5px 2px gray;"><span style="color: #FF0000;"><span style="font-size: medium;"><span style="font-weight: bold;">منوهایی زیبا برای سایت ها از آینده با CSS3 (مدل هفتاد و دوم)</span></span></span></span></div>منو های زیبا و ابتکاری برای استفاده در  سایت ها مدل هایی که بسیار ابتکاری هستند و رویایی و فقط با استفاده از کد های CSS3 . برای استفاده ابتدا نمونه ی زنده ی زیر را با مرورگرهای گوناگون ببینید و سپس در صورت علاقه مند شدن از کدهای داده شده استفاده کنید . تغییرات بعهده ی شماست . <img src="images/smilies/cool.gif" style="vertical-align: middle;" border="0" alt="Cool" title="Cool" /><br />
<br />
<div style="text-align: CENTER;"><br><iframe name="I love Midori" src="http://dl.midorinco.ir/others/css/future_menus/SocialNetworks/SocialNetworks.html" scrolling="auto" width="100%" height="300" frameborder="no"></iframe></div>
<br />
<div align="center"><div  style="margin: 5px 10px 10px; width: 98%;"><div style="text-align:  right; padding: 4px; background: #FFAA55; repeat-x scroll 0% 0%  transparent; border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; color:#ffffff; text-shadow:0 -1px #D3B40F; font-weight:bold;  "><input type="button" onclick="if  (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  != '') {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = '';       this.innerText = ''; this.value = 'پنهان کردن متن'; } else {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = 'none'; this.innerText = ''; this.value = 'نشان دادن متن'; }" style="width:  90px; height: 25px; font-size: 12px; margin: 0px; padding: 0px;font-family: Tahoma"  value="نشان دادن متن"></div><div><div  style="border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; display:  none; text-align: right">
</p>
<div class="codeblock"><div class="title"><input type="button" class="button select_button" value="انتخاب کدها" onClick="selectObj(this.parentNode.parentNode.getElementsByTagName('pre')[0].getElementsByTagName('code')[0])" id="coolcode_btnsel_1773751015_14_3" style="display: none;" /><script type="text/javascript">
//<!--
$("coolcode_btnsel_1773751015_14_3").style.display = "";
//-->
</script><city>کد HTML:</city>
</div>
			<div class="codecontainer"><table style="text-align:left;" align="left"><tr><td>
			<pre><code><span class="xml_tag">&lt;style</span> <span class="xml_attrib">type</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;text/css&quot;</span><span class="xml_tag">&gt;</span><span class="html_style">
.holder {padding:10px; background:#ddd; float:left; margin-left:2px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
}
ul.social, ul.network {margin:0; padding:0; list-style:none;}
ul.social {position:relative; z-index:100;}
ul.social li {float:left;}
ul.social li a {display:block; width:64px; height:64px; padding:1px;}
ul.social li a img {display:block; border:0;
-webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-ms-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}
ul.network {position:absolute; width:66px; height:66px; top:-10px; left:-10px; z-index:-1; border:10px solid #ddd; background:#ddd;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
-webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-ms-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}
ul.network li a {position:absolute; top:0; left:0;
-webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-ms-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}
ul.network li a.p1 {left:0;}
ul.network li a.p2 {left:0;}
ul.network li a.p3 {left:0;}
ul.network li a.p4 {left:0;}
ul.network li a.p5 {left:0;}
ul.network li a.p6 {left:0;}
ul.network li a.p7 {left:0;}
ul.network li a.p8 {left:0;}
ul.network li a.p9 {left:0;}
ul.network li a.p10 {left:0;}
ul.network li a.p1 img {width:28px; padding:18px;}
ul.network li a.p2 img {width:32px; padding:16px;}
ul.network li a.p3 img {width:36px; padding:14px;}
ul.network li a.p4 img {width:40px; padding:12px;}
ul.network li a.p5 img {width:44px; padding:10px;}
ul.network li a.p6 img {width:48px; padding:8px;}
ul.network li a.p7 img {width:52px; padding:6px;}
ul.network li a.p8 img {width:56px; padding:4px;}
ul.network li a.p9 img {width:60px; padding:2px;}
ul.network li a.p10 img {width:64px; padding:0;}
ul.social li:hover ul.network {width:660px; left:56px;}
ul.social li:hover ul.network li a.p1 {left:90%;}
ul.social li:hover ul.network li a.p2 {left:80%;}
ul.social li:hover ul.network li a.p3 {left:70%;}
ul.social li:hover ul.network li a.p4 {left:60%;}
ul.social li:hover ul.network li a.p5 {left:50%;}
ul.social li:hover ul.network li a.p6 {left:40%;}
ul.social li:hover ul.network li a.p7 {left:30%;}
ul.social li:hover ul.network li a.p8 {left:20%;}
ul.social li:hover ul.network li a.p9 {left:10%;}
ul.social li:hover ul.network li a.p10 {left:0%;}
ul.social li:hover ul.network li a img {width:64px; padding:0;}
ul.social li.close {position:absolute; left:-9999px; top:-20px;  width:50px; height:50px; background:url(modo/close.png); opacity:0;
-webkit-transition: opacity 1s ease-in-out;
-moz-transition: opacity 1s ease-in-out;
-ms-transition: opacity 1s ease-in-out;
-o-transition: opacity 1s ease-in-out;
transition: opacity 1s ease-in-out;
transition-delay: 1s;
-o-transition-delay: 1s;
-moz-transition-delay: 1s;
-ms-transition-delay: 1s;
-webkit-transition-delay: 1s;
}
.clear {clear:both;}
</span><span class="xml_tag">&lt;/style&gt;</span>
<span class="xml_tag">&lt;style</span> <span class="xml_attrib">type</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;text/css&quot;</span> <span class="xml_attrib">media</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;only screen and (max-device-width: 768px)&quot;</span><span class="xml_tag">&gt;</span><span class="html_style">
/* for iPhone, iPad and iPod Touch */
ul.social li:hover + li.close {left:700px; opacity:1;}
</span><span class="xml_tag">&lt;/style&gt;</span>
<span class="xml_tag">&lt;br&gt;</span><span class="xml_tag">&lt;br&gt;</span><span class="xml_tag">&lt;br&gt;</span>
<span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;holder&quot;&gt;
    <span class="xml_tag">&lt;ul</span> <span class="xml_attrib">class</span> =&quot;social&quot;&gt;
	   <span class="xml_tag">&lt;li&gt;</span><span class="xml_tag">&lt;a</span> <span class="xml_attrib">href</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;#url&quot;</span><span class="xml_tag">&gt;</span><span class="xml_tag">&lt;img</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;network.png&quot;</span> <span class="xml_attrib">alt</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;Social Networks&quot;</span><span class="xml_tag">&gt;</span>
		  <span class="xml_tag">&lt;/a&gt;</span><span class="xml_tag">&lt;ul</span> <span class="xml_attrib">class</span> =&quot;network&quot;&gt;<span class="xml_tag">&lt;a</span> <span class="xml_attrib">href</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;#url&quot;</span><span class="xml_tag">&gt;</span>
			 <span class="xml_tag">&lt;/a&gt;</span><span class="xml_tag">&lt;li&gt;</span><span class="xml_tag">&lt;a</span> <span class="xml_attrib">href</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;#url&quot;</span><span class="xml_tag">&gt;</span><span class="xml_tag">&lt;/a&gt;</span><span class="xml_tag">&lt;a</span> <span class="xml_attrib">class</span> =&quot;p1&quot; href=&quot;#url&quot;&gt;<span class="xml_tag">&lt;img</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;digg.png&quot;</span> <span class="xml_attrib">alt</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;digg&quot;</span><span class="xml_tag">&gt;</span><span class="xml_tag">&lt;/a&gt;</span><span class="xml_tag">&lt;/li&gt;</span>
			 <span class="xml_tag">&lt;li&gt;</span><span class="xml_tag">&lt;a</span> <span class="xml_attrib">class</span> =&quot;p2&quot; href=&quot;#url&quot;&gt;<span class="xml_tag">&lt;img</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;reddit.png&quot;</span> <span class="xml_attrib">alt</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;reddit&quot;</span><span class="xml_tag">&gt;</span><span class="xml_tag">&lt;/a&gt;</span><span class="xml_tag">&lt;/li&gt;</span>
			 <span class="xml_tag">&lt;li&gt;</span><span class="xml_tag">&lt;a</span> <span class="xml_attrib">class</span> =&quot;p3&quot; href=&quot;#url&quot;&gt;<span class="xml_tag">&lt;img</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;myspace.png&quot;</span> <span class="xml_attrib">alt</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;myspace&quot;</span><span class="xml_tag">&gt;</span><span class="xml_tag">&lt;/a&gt;</span><span class="xml_tag">&lt;/li&gt;</span>
			 <span class="xml_tag">&lt;li&gt;</span><span class="xml_tag">&lt;a</span> <span class="xml_attrib">class</span> =&quot;p4&quot; href=&quot;#url&quot;&gt;<span class="xml_tag">&lt;img</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;twitter_002.png&quot;</span> <span class="xml_attrib">alt</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;twitter&quot;</span><span class="xml_tag">&gt;</span><span class="xml_tag">&lt;/a&gt;</span><span class="xml_tag">&lt;/li&gt;</span>
			 <span class="xml_tag">&lt;li&gt;</span><span class="xml_tag">&lt;a</span> <span class="xml_attrib">class</span> =&quot;p5&quot; href=&quot;#url&quot;&gt;<span class="xml_tag">&lt;img</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;stumbleupon.png&quot;</span> <span class="xml_attrib">alt</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;stumbleupon&quot;</span><span class="xml_tag">&gt;</span><span class="xml_tag">&lt;/a&gt;</span><span class="xml_tag">&lt;/li&gt;</span>
			 <span class="xml_tag">&lt;li&gt;</span><span class="xml_tag">&lt;a</span> <span class="xml_attrib">class</span> =&quot;p6&quot; href=&quot;#url&quot;&gt;<span class="xml_tag">&lt;img</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;youtube.png&quot;</span> <span class="xml_attrib">alt</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;youtube&quot;</span><span class="xml_tag">&gt;</span><span class="xml_tag">&lt;/a&gt;</span><span class="xml_tag">&lt;/li&gt;</span>
			 <span class="xml_tag">&lt;li&gt;</span><span class="xml_tag">&lt;a</span> <span class="xml_attrib">class</span> =&quot;p7&quot; href=&quot;#url&quot;&gt;<span class="xml_tag">&lt;img</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;linkedin.png&quot;</span> <span class="xml_attrib">alt</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;linkedin&quot;</span><span class="xml_tag">&gt;</span><span class="xml_tag">&lt;/a&gt;</span><span class="xml_tag">&lt;/li&gt;</span>
			 <span class="xml_tag">&lt;li&gt;</span><span class="xml_tag">&lt;a</span> <span class="xml_attrib">class</span> =&quot;p8&quot; href=&quot;#url&quot;&gt;<span class="xml_tag">&lt;img</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;yahoo.png&quot;</span> <span class="xml_attrib">alt</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;yahoo&quot;</span><span class="xml_tag">&gt;</span><span class="xml_tag">&lt;/a&gt;</span><span class="xml_tag">&lt;/li&gt;</span>
			 <span class="xml_tag">&lt;li&gt;</span><span class="xml_tag">&lt;a</span> <span class="xml_attrib">class</span> =&quot;p9&quot; href=&quot;#url&quot;&gt;<span class="xml_tag">&lt;img</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;delicious.png&quot;</span> <span class="xml_attrib">alt</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;delicious&quot;</span><span class="xml_tag">&gt;</span><span class="xml_tag">&lt;/a&gt;</span><span class="xml_tag">&lt;/li&gt;</span>
			 <span class="xml_tag">&lt;li&gt;</span><span class="xml_tag">&lt;a</span> <span class="xml_attrib">class</span> =&quot;p10&quot; href=&quot;#url&quot;&gt;<span class="xml_tag">&lt;img</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;facebook_002.png&quot;</span> <span class="xml_attrib">alt</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;facebook&quot;</span><span class="xml_tag">&gt;</span><span class="xml_tag">&lt;/a&gt;</span><span class="xml_tag">&lt;/li&gt;</span>
		  <span class="xml_tag">&lt;/ul&gt;</span>
	   <span class="xml_tag">&lt;/li&gt;</span>
	   <span class="xml_tag">&lt;li</span> <span class="xml_attrib">class</span> =&quot;close&quot;&gt;<span class="xml_tag">&lt;a</span> <span class="xml_attrib">href</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;#url&quot;</span><span class="xml_tag">&gt;</span><span class="xml_tag">&lt;/a&gt;</span><span class="xml_tag">&lt;/li&gt;</span>
    <span class="xml_tag">&lt;/ul&gt;</span>
<span class="xml_tag">&lt;/div&gt;</span>
<span class="xml_tag">&lt;br</span> <span class="xml_attrib">class</span> =&quot;clear&quot;&gt;<span class="xml_tag">&lt;br&gt;</span><span class="xml_tag">&lt;br&gt;</span><span class="xml_tag">&lt;br&gt;</span><span class="xml_tag">&lt;br&gt;</span></code></pre></td><td><div class="linenum"><code>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br />23<br />24<br />25<br />26<br />27<br />28<br />29<br />30<br />31<br />32<br />33<br />34<br />35<br />36<br />37<br />38<br />39<br />40<br />41<br />42<br />43<br />44<br />45<br />46<br />47<br />48<br />49<br />50<br />51<br />52<br />53<br />54<br />55<br />56<br />57<br />58<br />59<br />60<br />61<br />62<br />63<br />64<br />65<br />66<br />67<br />68<br />69<br />70<br />71<br />72<br />73<br />74<br />75<br />76<br />77<br />78<br />79<br />80<br />81<br />82<br />83<br />84<br />85<br />86<br />87<br />88<br />89<br />90<br />91<br />92<br />93<br />94<br />95<br />96<br />97<br />98<br />99<br />100<br />101<br />102<br />103<br />104<br />105</code></div></td></tr></table></div><hr class="hidden clear" /></div>
<p>
</div></div></div></div>]]></description>
			<content:encoded><![CDATA[<div style="text-align: CENTER;"><span style="text-shadow: 0px 5px 2px gray;"><span style="color: #FF0000;"><span style="font-size: medium;"><span style="font-weight: bold;">منوهایی زیبا برای سایت ها از آینده با CSS3 (مدل هفتاد و دوم)</span></span></span></span></div>منو های زیبا و ابتکاری برای استفاده در  سایت ها مدل هایی که بسیار ابتکاری هستند و رویایی و فقط با استفاده از کد های CSS3 . برای استفاده ابتدا نمونه ی زنده ی زیر را با مرورگرهای گوناگون ببینید و سپس در صورت علاقه مند شدن از کدهای داده شده استفاده کنید . تغییرات بعهده ی شماست . <img src="images/smilies/cool.gif" style="vertical-align: middle;" border="0" alt="Cool" title="Cool" /><br />
<br />
<div style="text-align: CENTER;"><br><iframe name="I love Midori" src="http://dl.midorinco.ir/others/css/future_menus/SocialNetworks/SocialNetworks.html" scrolling="auto" width="100%" height="300" frameborder="no"></iframe></div>
<br />
<div align="center"><div  style="margin: 5px 10px 10px; width: 98%;"><div style="text-align:  right; padding: 4px; background: #FFAA55; repeat-x scroll 0% 0%  transparent; border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; color:#ffffff; text-shadow:0 -1px #D3B40F; font-weight:bold;  "><input type="button" onclick="if  (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  != '') {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = '';       this.innerText = ''; this.value = 'پنهان کردن متن'; } else {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = 'none'; this.innerText = ''; this.value = 'نشان دادن متن'; }" style="width:  90px; height: 25px; font-size: 12px; margin: 0px; padding: 0px;font-family: Tahoma"  value="نشان دادن متن"></div><div><div  style="border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; display:  none; text-align: right">
</p>
<div class="codeblock"><div class="title"><input type="button" class="button select_button" value="انتخاب کدها" onClick="selectObj(this.parentNode.parentNode.getElementsByTagName('pre')[0].getElementsByTagName('code')[0])" id="coolcode_btnsel_1773751015_14_3" style="display: none;" /><script type="text/javascript">
//<!--
$("coolcode_btnsel_1773751015_14_3").style.display = "";
//-->
</script><city>کد HTML:</city>
</div>
			<div class="codecontainer"><table style="text-align:left;" align="left"><tr><td>
			<pre><code><span class="xml_tag">&lt;style</span> <span class="xml_attrib">type</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;text/css&quot;</span><span class="xml_tag">&gt;</span><span class="html_style">
.holder {padding:10px; background:#ddd; float:left; margin-left:2px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
}
ul.social, ul.network {margin:0; padding:0; list-style:none;}
ul.social {position:relative; z-index:100;}
ul.social li {float:left;}
ul.social li a {display:block; width:64px; height:64px; padding:1px;}
ul.social li a img {display:block; border:0;
-webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-ms-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}
ul.network {position:absolute; width:66px; height:66px; top:-10px; left:-10px; z-index:-1; border:10px solid #ddd; background:#ddd;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
-webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-ms-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}
ul.network li a {position:absolute; top:0; left:0;
-webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-ms-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}
ul.network li a.p1 {left:0;}
ul.network li a.p2 {left:0;}
ul.network li a.p3 {left:0;}
ul.network li a.p4 {left:0;}
ul.network li a.p5 {left:0;}
ul.network li a.p6 {left:0;}
ul.network li a.p7 {left:0;}
ul.network li a.p8 {left:0;}
ul.network li a.p9 {left:0;}
ul.network li a.p10 {left:0;}
ul.network li a.p1 img {width:28px; padding:18px;}
ul.network li a.p2 img {width:32px; padding:16px;}
ul.network li a.p3 img {width:36px; padding:14px;}
ul.network li a.p4 img {width:40px; padding:12px;}
ul.network li a.p5 img {width:44px; padding:10px;}
ul.network li a.p6 img {width:48px; padding:8px;}
ul.network li a.p7 img {width:52px; padding:6px;}
ul.network li a.p8 img {width:56px; padding:4px;}
ul.network li a.p9 img {width:60px; padding:2px;}
ul.network li a.p10 img {width:64px; padding:0;}
ul.social li:hover ul.network {width:660px; left:56px;}
ul.social li:hover ul.network li a.p1 {left:90%;}
ul.social li:hover ul.network li a.p2 {left:80%;}
ul.social li:hover ul.network li a.p3 {left:70%;}
ul.social li:hover ul.network li a.p4 {left:60%;}
ul.social li:hover ul.network li a.p5 {left:50%;}
ul.social li:hover ul.network li a.p6 {left:40%;}
ul.social li:hover ul.network li a.p7 {left:30%;}
ul.social li:hover ul.network li a.p8 {left:20%;}
ul.social li:hover ul.network li a.p9 {left:10%;}
ul.social li:hover ul.network li a.p10 {left:0%;}
ul.social li:hover ul.network li a img {width:64px; padding:0;}
ul.social li.close {position:absolute; left:-9999px; top:-20px;  width:50px; height:50px; background:url(modo/close.png); opacity:0;
-webkit-transition: opacity 1s ease-in-out;
-moz-transition: opacity 1s ease-in-out;
-ms-transition: opacity 1s ease-in-out;
-o-transition: opacity 1s ease-in-out;
transition: opacity 1s ease-in-out;
transition-delay: 1s;
-o-transition-delay: 1s;
-moz-transition-delay: 1s;
-ms-transition-delay: 1s;
-webkit-transition-delay: 1s;
}
.clear {clear:both;}
</span><span class="xml_tag">&lt;/style&gt;</span>
<span class="xml_tag">&lt;style</span> <span class="xml_attrib">type</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;text/css&quot;</span> <span class="xml_attrib">media</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;only screen and (max-device-width: 768px)&quot;</span><span class="xml_tag">&gt;</span><span class="html_style">
/* for iPhone, iPad and iPod Touch */
ul.social li:hover + li.close {left:700px; opacity:1;}
</span><span class="xml_tag">&lt;/style&gt;</span>
<span class="xml_tag">&lt;br&gt;</span><span class="xml_tag">&lt;br&gt;</span><span class="xml_tag">&lt;br&gt;</span>
<span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;holder&quot;&gt;
    <span class="xml_tag">&lt;ul</span> <span class="xml_attrib">class</span> =&quot;social&quot;&gt;
	   <span class="xml_tag">&lt;li&gt;</span><span class="xml_tag">&lt;a</span> <span class="xml_attrib">href</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;#url&quot;</span><span class="xml_tag">&gt;</span><span class="xml_tag">&lt;img</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;network.png&quot;</span> <span class="xml_attrib">alt</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;Social Networks&quot;</span><span class="xml_tag">&gt;</span>
		  <span class="xml_tag">&lt;/a&gt;</span><span class="xml_tag">&lt;ul</span> <span class="xml_attrib">class</span> =&quot;network&quot;&gt;<span class="xml_tag">&lt;a</span> <span class="xml_attrib">href</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;#url&quot;</span><span class="xml_tag">&gt;</span>
			 <span class="xml_tag">&lt;/a&gt;</span><span class="xml_tag">&lt;li&gt;</span><span class="xml_tag">&lt;a</span> <span class="xml_attrib">href</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;#url&quot;</span><span class="xml_tag">&gt;</span><span class="xml_tag">&lt;/a&gt;</span><span class="xml_tag">&lt;a</span> <span class="xml_attrib">class</span> =&quot;p1&quot; href=&quot;#url&quot;&gt;<span class="xml_tag">&lt;img</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;digg.png&quot;</span> <span class="xml_attrib">alt</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;digg&quot;</span><span class="xml_tag">&gt;</span><span class="xml_tag">&lt;/a&gt;</span><span class="xml_tag">&lt;/li&gt;</span>
			 <span class="xml_tag">&lt;li&gt;</span><span class="xml_tag">&lt;a</span> <span class="xml_attrib">class</span> =&quot;p2&quot; href=&quot;#url&quot;&gt;<span class="xml_tag">&lt;img</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;reddit.png&quot;</span> <span class="xml_attrib">alt</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;reddit&quot;</span><span class="xml_tag">&gt;</span><span class="xml_tag">&lt;/a&gt;</span><span class="xml_tag">&lt;/li&gt;</span>
			 <span class="xml_tag">&lt;li&gt;</span><span class="xml_tag">&lt;a</span> <span class="xml_attrib">class</span> =&quot;p3&quot; href=&quot;#url&quot;&gt;<span class="xml_tag">&lt;img</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;myspace.png&quot;</span> <span class="xml_attrib">alt</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;myspace&quot;</span><span class="xml_tag">&gt;</span><span class="xml_tag">&lt;/a&gt;</span><span class="xml_tag">&lt;/li&gt;</span>
			 <span class="xml_tag">&lt;li&gt;</span><span class="xml_tag">&lt;a</span> <span class="xml_attrib">class</span> =&quot;p4&quot; href=&quot;#url&quot;&gt;<span class="xml_tag">&lt;img</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;twitter_002.png&quot;</span> <span class="xml_attrib">alt</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;twitter&quot;</span><span class="xml_tag">&gt;</span><span class="xml_tag">&lt;/a&gt;</span><span class="xml_tag">&lt;/li&gt;</span>
			 <span class="xml_tag">&lt;li&gt;</span><span class="xml_tag">&lt;a</span> <span class="xml_attrib">class</span> =&quot;p5&quot; href=&quot;#url&quot;&gt;<span class="xml_tag">&lt;img</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;stumbleupon.png&quot;</span> <span class="xml_attrib">alt</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;stumbleupon&quot;</span><span class="xml_tag">&gt;</span><span class="xml_tag">&lt;/a&gt;</span><span class="xml_tag">&lt;/li&gt;</span>
			 <span class="xml_tag">&lt;li&gt;</span><span class="xml_tag">&lt;a</span> <span class="xml_attrib">class</span> =&quot;p6&quot; href=&quot;#url&quot;&gt;<span class="xml_tag">&lt;img</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;youtube.png&quot;</span> <span class="xml_attrib">alt</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;youtube&quot;</span><span class="xml_tag">&gt;</span><span class="xml_tag">&lt;/a&gt;</span><span class="xml_tag">&lt;/li&gt;</span>
			 <span class="xml_tag">&lt;li&gt;</span><span class="xml_tag">&lt;a</span> <span class="xml_attrib">class</span> =&quot;p7&quot; href=&quot;#url&quot;&gt;<span class="xml_tag">&lt;img</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;linkedin.png&quot;</span> <span class="xml_attrib">alt</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;linkedin&quot;</span><span class="xml_tag">&gt;</span><span class="xml_tag">&lt;/a&gt;</span><span class="xml_tag">&lt;/li&gt;</span>
			 <span class="xml_tag">&lt;li&gt;</span><span class="xml_tag">&lt;a</span> <span class="xml_attrib">class</span> =&quot;p8&quot; href=&quot;#url&quot;&gt;<span class="xml_tag">&lt;img</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;yahoo.png&quot;</span> <span class="xml_attrib">alt</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;yahoo&quot;</span><span class="xml_tag">&gt;</span><span class="xml_tag">&lt;/a&gt;</span><span class="xml_tag">&lt;/li&gt;</span>
			 <span class="xml_tag">&lt;li&gt;</span><span class="xml_tag">&lt;a</span> <span class="xml_attrib">class</span> =&quot;p9&quot; href=&quot;#url&quot;&gt;<span class="xml_tag">&lt;img</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;delicious.png&quot;</span> <span class="xml_attrib">alt</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;delicious&quot;</span><span class="xml_tag">&gt;</span><span class="xml_tag">&lt;/a&gt;</span><span class="xml_tag">&lt;/li&gt;</span>
			 <span class="xml_tag">&lt;li&gt;</span><span class="xml_tag">&lt;a</span> <span class="xml_attrib">class</span> =&quot;p10&quot; href=&quot;#url&quot;&gt;<span class="xml_tag">&lt;img</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;facebook_002.png&quot;</span> <span class="xml_attrib">alt</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;facebook&quot;</span><span class="xml_tag">&gt;</span><span class="xml_tag">&lt;/a&gt;</span><span class="xml_tag">&lt;/li&gt;</span>
		  <span class="xml_tag">&lt;/ul&gt;</span>
	   <span class="xml_tag">&lt;/li&gt;</span>
	   <span class="xml_tag">&lt;li</span> <span class="xml_attrib">class</span> =&quot;close&quot;&gt;<span class="xml_tag">&lt;a</span> <span class="xml_attrib">href</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;#url&quot;</span><span class="xml_tag">&gt;</span><span class="xml_tag">&lt;/a&gt;</span><span class="xml_tag">&lt;/li&gt;</span>
    <span class="xml_tag">&lt;/ul&gt;</span>
<span class="xml_tag">&lt;/div&gt;</span>
<span class="xml_tag">&lt;br</span> <span class="xml_attrib">class</span> =&quot;clear&quot;&gt;<span class="xml_tag">&lt;br&gt;</span><span class="xml_tag">&lt;br&gt;</span><span class="xml_tag">&lt;br&gt;</span><span class="xml_tag">&lt;br&gt;</span></code></pre></td><td><div class="linenum"><code>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br />23<br />24<br />25<br />26<br />27<br />28<br />29<br />30<br />31<br />32<br />33<br />34<br />35<br />36<br />37<br />38<br />39<br />40<br />41<br />42<br />43<br />44<br />45<br />46<br />47<br />48<br />49<br />50<br />51<br />52<br />53<br />54<br />55<br />56<br />57<br />58<br />59<br />60<br />61<br />62<br />63<br />64<br />65<br />66<br />67<br />68<br />69<br />70<br />71<br />72<br />73<br />74<br />75<br />76<br />77<br />78<br />79<br />80<br />81<br />82<br />83<br />84<br />85<br />86<br />87<br />88<br />89<br />90<br />91<br />92<br />93<br />94<br />95<br />96<br />97<br />98<br />99<br />100<br />101<br />102<br />103<br />104<br />105</code></div></td></tr></table></div><hr class="hidden clear" /></div>
<p>
</div></div></div></div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[شبیه ساز بارش برف در پس زمینه با CSS3]]></title>
			<link>http://www.midorinco.ir/showthread.php?tid=1497</link>
			<pubDate>Thu, 01 Jan 2015 09:29:57 +0000</pubDate>
			<guid isPermaLink="false">http://www.midorinco.ir/showthread.php?tid=1497</guid>
			<description><![CDATA[<div style="text-align: CENTER;"><span style="text-shadow: 0px 5px 2px gray;"><span style="color: #FF0000;"><span style="font-size: medium;"><span style="font-weight: bold;">شبیه ساز بارش برف در پس زمینه با CSS3</span></span></span></span><br />
<br />
<div style="text-align: RIGHT;">شبیه ساز بارش برف زیاد است ولی بارش در پس زمینه که زیاد هم مزاحم بازدید کنندگان از سایت نشود کم پیدا میشود . یک نمونه از این شبیه سازی را به مناسبت زمستان و سال نو میلادی برای دوستان قرار می دهم . نخست به نمونه ی زنده ی زیر نگاه کنید , سپس در صورت علاقه فایل پیوستی را <a href="http://www.midorinco.ir/index.php" title="دانلود" >دانلود</a> و استفاده کنید . این کار با تصویر و کدهای سی اس اس انجام میگیرد . تغییرات بعهده ی شماست .<br />
<div style="text-align: CENTER;"><br><iframe name="I love Midori" src="http://dl.midorinco.ir/others/css/LetitSnow/LetitSnow.html" scrolling="auto" width="100%" height="600" frameborder="no"></iframe><br />
<div style="text-align: RIGHT;"><!-- start: postbit_attachments_attachment -->
<style type="text/css">
<!--
td.attachrow		{font: normal 11px Tahoma;}
td.attachheader     {font: normal 11px Tahoma; background-color: #ededed; }
table.attachtable	{font: normal 12px Tahoma;border-collapse : collapse; }
-->
</style>
	<style type="text/css">
<!--
td.attachrow		{font: normal 11px Tahoma;}
td.attachheader     {font: normal 11px Tahoma; background-color: #ededed; }
table.attachtable	{font: normal 12px Tahoma;border-collapse : collapse; }
-->
</style>
	<style>
<!--
table.attachtable	{font: normal 12px Tahoma;border-collapse : collapse; }
td.attachheader     {font: normal 11px Tahoma; background-color: #ededed; }
td.attachrow		{font: normal 11px Tahoma;}
-->
</style>
<br><div style="width:90%;padding:0px;margin:auto;box-shadow:0 0 0 2px #5F0308,0 0 0 4px #6F030A,0 0 0 6px #8B030D,0 0 0 8px #B4030F,0 0 0 10px #8B030D,0 0 0 12px #6F030A,0 0 0 14px #5F0308,5px 6px 6px 18px rgba(0,0,0,0.5);border-radius:4px;">
	<table border="0" cellpadding="0" cellspacing="4">
	</table>
	<table class="attachtable" id="table2" width="100%" align="center" border="1" cellpadding="2" cellspacing="0">
		<tr>
			<td colspan="3" class="attachheader" width="100%" align="center"><b>
			LetitSnow.rar</b></td>
    	</tr>
       <tr>
            <td class="attachrow" width="15%"><span class="genmed">&nbsp;ارسال کننده فايل</span></td>
            <td class="attachrow" width="75%">
            <a href="http://www.midorinco.ir/member.php?action=profile&amp;uid="></a></td>
            <td class="attachrow" width="10%" align="center" rowspan="7">
            <a href="attachment.php?aid=2354">
            <img border="0" alt="download" src="images/download.png">
</a>
<br>
</td>
</tr>
    	<tr>
			<td class="attachrow" width="15%"><span class="genmed">&nbsp;نوع فايل</span></td>
			<td class="attachrow" width="75%">
			<img src="images/attachtypes/rar.gif" border="0" alt=".rar" title=".rar" /></td>
					</tr>
<tr>
			<td class="attachrow" width="15%"><span class="genmed">&nbsp;اندازه</span></td>
			<td class="attachrow" width="75%">35.05 KB</td>
</tr>
<tr>
			<td class="attachrow" width="15%"><span class="genmed">&nbsp;دفعات دانلود</span></td>
			<td class="attachrow" width="75%"><span class="genmed">585 بار</span></td>
</tr>
		<tr>
<td class="attachrow" width="15%"><span class="genmed">&nbsp;گيرنده(های) فايل</span></td>
<td class="attachrow" width="75%"><style type="text/css">
/* animated spoiler CSS by Ali Movassagh */
.spoilerbuttonz {display:block;margin:-10px 0 2px 0;background:#EBEBEB;border:2px solid #F8A613;padding:3px;text-align:center;font-weight:bold;font-style:italic;font-size:12px;font-family:Tahoma;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;cursor:pointer;}
.spoilerz {overflow:hidden;background: #;}
.spoilerz > div {-webkit-transition: all 0.2s ease;-moz-transition: margin 0.2s ease;-o-transition: all 0.2s ease;transition: margin 0.7s ease;}
.spoilerbuttonz[value="نمایش دادن"] + .spoilerz > div {margin-top:-100%;}
.spoilerbuttonz[value="پنهان سازی"] + .spoilerz {padding:0px;}
</style>
<input class="spoilerbuttonz" type="button" value="نمایش دادن" onclick="this.value=this.value=='نمایش دادن'?'پنهان سازی':'نمایش دادن';">
<div class="spoilerz"><div><fieldset style="background: #EBEBEB;border:1px solid #F8A613;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;"></fieldset>
</div></div></td>
</tr>
<tr>
<td class="attachrow" width="15%"><span class="genmed">&nbsp;زمان آخرین دانلود</span></td>
<td class="attachrow" width="75%">1762711782</td>
</tr>
<tr>
<td class="attachrow" width="15%"><span class="genmed">&nbsp;یک سخنِ ناب</span></td>
<td class="attachrow" width="75%">
<!--sokhane Bozorgan -->
<script src='http://dl.midorinco.ir/tools/Sokhanhayerooz2.js' language=javascript ></script>
<script  language=javascript>Sokhantasadofi('Black','fafafa','0','dotted','black','8','tahoma'); </script>
<!--sokhane Bozorgan -->
</td>
</tr>
	<tr>
			<td colspan="3" class="attachheader" width="100%" align="center"><img src="http://www.midorinco.ir/images/midori-attach-icon.png"></td>
		</tr>
	</table>
</div><br>
<!-- end: postbit_attachments_attachment --></div></div></div></div>]]></description>
			<content:encoded><![CDATA[<div style="text-align: CENTER;"><span style="text-shadow: 0px 5px 2px gray;"><span style="color: #FF0000;"><span style="font-size: medium;"><span style="font-weight: bold;">شبیه ساز بارش برف در پس زمینه با CSS3</span></span></span></span><br />
<br />
<div style="text-align: RIGHT;">شبیه ساز بارش برف زیاد است ولی بارش در پس زمینه که زیاد هم مزاحم بازدید کنندگان از سایت نشود کم پیدا میشود . یک نمونه از این شبیه سازی را به مناسبت زمستان و سال نو میلادی برای دوستان قرار می دهم . نخست به نمونه ی زنده ی زیر نگاه کنید , سپس در صورت علاقه فایل پیوستی را <a href="http://www.midorinco.ir/index.php" title="دانلود" >دانلود</a> و استفاده کنید . این کار با تصویر و کدهای سی اس اس انجام میگیرد . تغییرات بعهده ی شماست .<br />
<div style="text-align: CENTER;"><br><iframe name="I love Midori" src="http://dl.midorinco.ir/others/css/LetitSnow/LetitSnow.html" scrolling="auto" width="100%" height="600" frameborder="no"></iframe><br />
<div style="text-align: RIGHT;"><!-- start: postbit_attachments_attachment -->
<style type="text/css">
<!--
td.attachrow		{font: normal 11px Tahoma;}
td.attachheader     {font: normal 11px Tahoma; background-color: #ededed; }
table.attachtable	{font: normal 12px Tahoma;border-collapse : collapse; }
-->
</style>
	<style type="text/css">
<!--
td.attachrow		{font: normal 11px Tahoma;}
td.attachheader     {font: normal 11px Tahoma; background-color: #ededed; }
table.attachtable	{font: normal 12px Tahoma;border-collapse : collapse; }
-->
</style>
	<style>
<!--
table.attachtable	{font: normal 12px Tahoma;border-collapse : collapse; }
td.attachheader     {font: normal 11px Tahoma; background-color: #ededed; }
td.attachrow		{font: normal 11px Tahoma;}
-->
</style>
<br><div style="width:90%;padding:0px;margin:auto;box-shadow:0 0 0 2px #5F0308,0 0 0 4px #6F030A,0 0 0 6px #8B030D,0 0 0 8px #B4030F,0 0 0 10px #8B030D,0 0 0 12px #6F030A,0 0 0 14px #5F0308,5px 6px 6px 18px rgba(0,0,0,0.5);border-radius:4px;">
	<table border="0" cellpadding="0" cellspacing="4">
	</table>
	<table class="attachtable" id="table2" width="100%" align="center" border="1" cellpadding="2" cellspacing="0">
		<tr>
			<td colspan="3" class="attachheader" width="100%" align="center"><b>
			LetitSnow.rar</b></td>
    	</tr>
       <tr>
            <td class="attachrow" width="15%"><span class="genmed">&nbsp;ارسال کننده فايل</span></td>
            <td class="attachrow" width="75%">
            <a href="http://www.midorinco.ir/member.php?action=profile&amp;uid="></a></td>
            <td class="attachrow" width="10%" align="center" rowspan="7">
            <a href="attachment.php?aid=2354">
            <img border="0" alt="download" src="images/download.png">
</a>
<br>
</td>
</tr>
    	<tr>
			<td class="attachrow" width="15%"><span class="genmed">&nbsp;نوع فايل</span></td>
			<td class="attachrow" width="75%">
			<img src="images/attachtypes/rar.gif" border="0" alt=".rar" title=".rar" /></td>
					</tr>
<tr>
			<td class="attachrow" width="15%"><span class="genmed">&nbsp;اندازه</span></td>
			<td class="attachrow" width="75%">35.05 KB</td>
</tr>
<tr>
			<td class="attachrow" width="15%"><span class="genmed">&nbsp;دفعات دانلود</span></td>
			<td class="attachrow" width="75%"><span class="genmed">585 بار</span></td>
</tr>
		<tr>
<td class="attachrow" width="15%"><span class="genmed">&nbsp;گيرنده(های) فايل</span></td>
<td class="attachrow" width="75%"><style type="text/css">
/* animated spoiler CSS by Ali Movassagh */
.spoilerbuttonz {display:block;margin:-10px 0 2px 0;background:#EBEBEB;border:2px solid #F8A613;padding:3px;text-align:center;font-weight:bold;font-style:italic;font-size:12px;font-family:Tahoma;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;cursor:pointer;}
.spoilerz {overflow:hidden;background: #;}
.spoilerz > div {-webkit-transition: all 0.2s ease;-moz-transition: margin 0.2s ease;-o-transition: all 0.2s ease;transition: margin 0.7s ease;}
.spoilerbuttonz[value="نمایش دادن"] + .spoilerz > div {margin-top:-100%;}
.spoilerbuttonz[value="پنهان سازی"] + .spoilerz {padding:0px;}
</style>
<input class="spoilerbuttonz" type="button" value="نمایش دادن" onclick="this.value=this.value=='نمایش دادن'?'پنهان سازی':'نمایش دادن';">
<div class="spoilerz"><div><fieldset style="background: #EBEBEB;border:1px solid #F8A613;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;"></fieldset>
</div></div></td>
</tr>
<tr>
<td class="attachrow" width="15%"><span class="genmed">&nbsp;زمان آخرین دانلود</span></td>
<td class="attachrow" width="75%">1762711782</td>
</tr>
<tr>
<td class="attachrow" width="15%"><span class="genmed">&nbsp;یک سخنِ ناب</span></td>
<td class="attachrow" width="75%">
<!--sokhane Bozorgan -->
<script src='http://dl.midorinco.ir/tools/Sokhanhayerooz2.js' language=javascript ></script>
<script  language=javascript>Sokhantasadofi('Black','fafafa','0','dotted','black','8','tahoma'); </script>
<!--sokhane Bozorgan -->
</td>
</tr>
	<tr>
			<td colspan="3" class="attachheader" width="100%" align="center"><img src="http://www.midorinco.ir/images/midori-attach-icon.png"></td>
		</tr>
	</table>
</div><br>
<!-- end: postbit_attachments_attachment --></div></div></div></div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[کادر چشمک زن با استفاده از CSS3]]></title>
			<link>http://www.midorinco.ir/showthread.php?tid=1479</link>
			<pubDate>Fri, 19 Dec 2014 21:20:59 +0000</pubDate>
			<guid isPermaLink="false">http://www.midorinco.ir/showthread.php?tid=1479</guid>
			<description><![CDATA[<div style="text-align: CENTER;"><span style="text-shadow: 0px 5px 2px gray;"><span style="color: #FF0000;"><span style="font-size: medium;"><span style="font-weight: bold;">کادر چشمک زن با استفاده از CSS3</span></span></span></span><br />
<div style="text-align: RIGHT;">برای چشمک زن کردن کادر , ترفندی برای دوستان قرار میدهم امید که بکار بیاید . نخست نمونه ی زنده ی زیر را ببینید و در صورت نیاز از کدهای داده شده استفاده کنید . رنگ زمینه و نوشته و کادر را می توانید بدلخواه تغییر دهید .<br />
<br />
<div style="text-align: CENTER;"><br><iframe name="I love Midori" src="http://dl.midorinco.ir/others/css/borderblinking .htm" scrolling="auto" width="600" height="200" frameborder="no"></iframe><br />
<br />
<div style="text-align: RIGHT;"><div align="center"><div  style="margin: 5px 10px 10px; width: 98%;"><div style="text-align:  right; padding: 4px; background: #FFAA55; repeat-x scroll 0% 0%  transparent; border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; color:#ffffff; text-shadow:0 -1px #D3B40F; font-weight:bold;  "><input type="button" onclick="if  (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  != '') {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = '';       this.innerText = ''; this.value = 'پنهان کردن متن'; } else {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = 'none'; this.innerText = ''; this.value = 'نشان دادن متن'; }" style="width:  90px; height: 25px; font-size: 12px; margin: 0px; padding: 0px;font-family: Tahoma"  value="نشان دادن متن"></div><div><div  style="border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; display:  none; text-align: right">
</p>
<div class="codeblock"><div class="title"><input type="button" class="button select_button" value="انتخاب کدها" onClick="selectObj(this.parentNode.parentNode.getElementsByTagName('pre')[0].getElementsByTagName('code')[0])" id="coolcode_btnsel_1773751015_15_90" style="display: none;" /><script type="text/javascript">
//<!--
$("coolcode_btnsel_1773751015_15_90").style.display = "";
//-->
</script><city>کد HTML:</city>
</div>
			<div class="codecontainer"><table style="text-align:left;" align="left"><tr><td>
			<pre><code><span class="xml_tag">&lt;!DOCTYPE</span> <span class="xml_attrib">HTML</span><span class="xml_tag">&gt;</span>

<span class="xml_tag">&lt;html&gt;</span>

<span class="xml_tag">&lt;head&gt;</span>
  <span class="xml_tag">&lt;title&gt;</span>Untitled<span class="xml_tag">&lt;/title&gt;</span>
  <span class="xml_tag">&lt;meta</span> <span class="xml_attrib">http-equiv</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;Content-Type&quot;</span> <span class="xml_attrib">content</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;text/html; charset=UTF-8&quot;</span> <span class="xml_tag">/&gt;</span>
<span class="xml_tag">&lt;/head&gt;</span>
<span class="xml_tag">&lt;style&gt;</span><span class="html_style">
@keyframes blink { 50% { border-color: #ff0000; }  }
table{
    border: 8px solid #000000 ;
    position: fixed ;
    top: 50% ;
    right: 50% ;
    width: 20em ;
    height: 5em ;
    margin: -2.5em -10em ;
    text-align:center ;
    font-family: monospace ;
    font-size: 25px ;
    font-weight: bold
    color: #ff0000 ;
    background-color: #000000 ;
    animation: blink .5s step-end infinite alternate;
}

body{
    background-color: #000000 ;
    text-align:center ;
    font-family: arcade, monospace ;
    font-size: 15px ;
    font-weight: bold ;
    color: #ff0000 ;

}

</span><span class="xml_tag">&lt;/style&gt;</span>
<span class="xml_tag">&lt;body&gt;</span>
<span class="xml_tag">&lt;table&gt;</span>
<span class="xml_tag">&lt;tr&gt;</span><span class="xml_tag">&lt;td&gt;</span>کادر چشمک زن <span class="xml_tag">&lt;/td&gt;</span><span class="xml_tag">&lt;/tr&gt;</span>
<span class="xml_tag">&lt;tr&gt;</span><span class="xml_tag">&lt;td&gt;</span>CSS3 با استفاده از <span class="xml_tag">&lt;/td&gt;</span><span class="xml_tag">&lt;/tr&gt;</span>
<span class="xml_tag">&lt;tr&gt;</span><span class="xml_tag">&lt;td&gt;</span>منتشر شده در تالار ميدوری<span class="xml_tag">&lt;/td&gt;</span><span class="xml_tag">&lt;/tr&gt;</span>
<span class="xml_tag">&lt;/table&gt;</span>
<span class="xml_tag">&lt;/body&gt;</span>

<span class="xml_tag">&lt;/html&gt;</span></code></pre></td><td><div class="linenum"><code>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br />23<br />24<br />25<br />26<br />27<br />28<br />29<br />30<br />31<br />32<br />33<br />34<br />35<br />36<br />37<br />38<br />39<br />40<br />41<br />42<br />43<br />44<br />45<br />46<br />47</code></div></td></tr></table></div><hr class="hidden clear" /></div>
<p>
</div></div></div></div></div></div></div></div>]]></description>
			<content:encoded><![CDATA[<div style="text-align: CENTER;"><span style="text-shadow: 0px 5px 2px gray;"><span style="color: #FF0000;"><span style="font-size: medium;"><span style="font-weight: bold;">کادر چشمک زن با استفاده از CSS3</span></span></span></span><br />
<div style="text-align: RIGHT;">برای چشمک زن کردن کادر , ترفندی برای دوستان قرار میدهم امید که بکار بیاید . نخست نمونه ی زنده ی زیر را ببینید و در صورت نیاز از کدهای داده شده استفاده کنید . رنگ زمینه و نوشته و کادر را می توانید بدلخواه تغییر دهید .<br />
<br />
<div style="text-align: CENTER;"><br><iframe name="I love Midori" src="http://dl.midorinco.ir/others/css/borderblinking .htm" scrolling="auto" width="600" height="200" frameborder="no"></iframe><br />
<br />
<div style="text-align: RIGHT;"><div align="center"><div  style="margin: 5px 10px 10px; width: 98%;"><div style="text-align:  right; padding: 4px; background: #FFAA55; repeat-x scroll 0% 0%  transparent; border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; color:#ffffff; text-shadow:0 -1px #D3B40F; font-weight:bold;  "><input type="button" onclick="if  (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  != '') {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = '';       this.innerText = ''; this.value = 'پنهان کردن متن'; } else {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = 'none'; this.innerText = ''; this.value = 'نشان دادن متن'; }" style="width:  90px; height: 25px; font-size: 12px; margin: 0px; padding: 0px;font-family: Tahoma"  value="نشان دادن متن"></div><div><div  style="border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; display:  none; text-align: right">
</p>
<div class="codeblock"><div class="title"><input type="button" class="button select_button" value="انتخاب کدها" onClick="selectObj(this.parentNode.parentNode.getElementsByTagName('pre')[0].getElementsByTagName('code')[0])" id="coolcode_btnsel_1773751015_15_90" style="display: none;" /><script type="text/javascript">
//<!--
$("coolcode_btnsel_1773751015_15_90").style.display = "";
//-->
</script><city>کد HTML:</city>
</div>
			<div class="codecontainer"><table style="text-align:left;" align="left"><tr><td>
			<pre><code><span class="xml_tag">&lt;!DOCTYPE</span> <span class="xml_attrib">HTML</span><span class="xml_tag">&gt;</span>

<span class="xml_tag">&lt;html&gt;</span>

<span class="xml_tag">&lt;head&gt;</span>
  <span class="xml_tag">&lt;title&gt;</span>Untitled<span class="xml_tag">&lt;/title&gt;</span>
  <span class="xml_tag">&lt;meta</span> <span class="xml_attrib">http-equiv</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;Content-Type&quot;</span> <span class="xml_attrib">content</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;text/html; charset=UTF-8&quot;</span> <span class="xml_tag">/&gt;</span>
<span class="xml_tag">&lt;/head&gt;</span>
<span class="xml_tag">&lt;style&gt;</span><span class="html_style">
@keyframes blink { 50% { border-color: #ff0000; }  }
table{
    border: 8px solid #000000 ;
    position: fixed ;
    top: 50% ;
    right: 50% ;
    width: 20em ;
    height: 5em ;
    margin: -2.5em -10em ;
    text-align:center ;
    font-family: monospace ;
    font-size: 25px ;
    font-weight: bold
    color: #ff0000 ;
    background-color: #000000 ;
    animation: blink .5s step-end infinite alternate;
}

body{
    background-color: #000000 ;
    text-align:center ;
    font-family: arcade, monospace ;
    font-size: 15px ;
    font-weight: bold ;
    color: #ff0000 ;

}

</span><span class="xml_tag">&lt;/style&gt;</span>
<span class="xml_tag">&lt;body&gt;</span>
<span class="xml_tag">&lt;table&gt;</span>
<span class="xml_tag">&lt;tr&gt;</span><span class="xml_tag">&lt;td&gt;</span>کادر چشمک زن <span class="xml_tag">&lt;/td&gt;</span><span class="xml_tag">&lt;/tr&gt;</span>
<span class="xml_tag">&lt;tr&gt;</span><span class="xml_tag">&lt;td&gt;</span>CSS3 با استفاده از <span class="xml_tag">&lt;/td&gt;</span><span class="xml_tag">&lt;/tr&gt;</span>
<span class="xml_tag">&lt;tr&gt;</span><span class="xml_tag">&lt;td&gt;</span>منتشر شده در تالار ميدوری<span class="xml_tag">&lt;/td&gt;</span><span class="xml_tag">&lt;/tr&gt;</span>
<span class="xml_tag">&lt;/table&gt;</span>
<span class="xml_tag">&lt;/body&gt;</span>

<span class="xml_tag">&lt;/html&gt;</span></code></pre></td><td><div class="linenum"><code>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br />23<br />24<br />25<br />26<br />27<br />28<br />29<br />30<br />31<br />32<br />33<br />34<br />35<br />36<br />37<br />38<br />39<br />40<br />41<br />42<br />43<br />44<br />45<br />46<br />47</code></div></td></tr></table></div><hr class="hidden clear" /></div>
<p>
</div></div></div></div></div></div></div></div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[نوار پیشرفت پروژه ی رنگین و متحرک با CSS3]]></title>
			<link>http://www.midorinco.ir/showthread.php?tid=1431</link>
			<pubDate>Sun, 02 Nov 2014 21:11:17 +0000</pubDate>
			<guid isPermaLink="false">http://www.midorinco.ir/showthread.php?tid=1431</guid>
			<description><![CDATA[<div style="text-align: CENTER;"><span style="text-shadow: 0px 5px 2px gray;"><span style="font-size: medium;"><span style="color: #FF0000;"><span style="font-weight: bold;">نوار پیشرفت پروژه ی رنگین و متحرک با CSS3</span></span></span></span><br />
<div style="text-align: RIGHT;">نوارهای نمایش دهنده ی پیشرفت پروژه یا کار در سایت ها بسیار استفاده می شوند . طرحی متحرک برای دوستان قرار می دهم که به رنگ های دلخواه می توانید استفاده کنید . این نوارها فقط با کدهای CSS3 درست شده اند . نخست نمونه های زیر را ببینید و در صورت علاقه از کدهای داده شده در زیر استفاده کنید . تغییرات بعهده ی شماست .<br />
<div style="text-align: CENTER;"><br><iframe name="I love Midori" src="http://dl.midorinco.ir/others/css/progressbar.htm" scrolling="auto" width="600" height="500" frameborder="no"></iframe><br />
<div style="text-align: RIGHT;"><div align="center"><div  style="margin: 5px 10px 10px; width: 98%;"><div style="text-align:  right; padding: 4px; background: #FFAA55; repeat-x scroll 0% 0%  transparent; border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; color:#ffffff; text-shadow:0 -1px #D3B40F; font-weight:bold;  "><input type="button" onclick="if  (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  != '') {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = '';       this.innerText = ''; this.value = 'پنهان کردن متن'; } else {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = 'none'; this.innerText = ''; this.value = 'نشان دادن متن'; }" style="width:  90px; height: 25px; font-size: 12px; margin: 0px; padding: 0px;font-family: Tahoma"  value="نشان دادن متن"></div><div><div  style="border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; display:  none; text-align: right">
</p>
<div class="codeblock"><div class="title"><input type="button" class="button select_button" value="انتخاب کدها" onClick="selectObj(this.parentNode.parentNode.getElementsByTagName('pre')[0].getElementsByTagName('code')[0])" id="coolcode_btnsel_1773751015_16_62" style="display: none;" /><script type="text/javascript">
//<!--
$("coolcode_btnsel_1773751015_16_62").style.display = "";
//-->
</script><city>کد HTML:</city>
</div>
			<div class="codecontainer"><table style="text-align:left;" align="left"><tr><td>
			<pre><code><span class="xml_tag">&lt;!DOCTYPE</span> <span class="xml_attrib">html</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;head&gt;</span>
    <span class="xml_tag">&lt;title&gt;</span>Animated Bar<span class="xml_tag">&lt;/title&gt;</span>
    <span class="xml_tag">&lt;meta</span> <span class="xml_attrib">http-equiv</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;Content-Type&quot;</span> <span class="xml_attrib">content</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;text/html; charset=UTF-8&quot;</span> <span class="xml_tag">/&gt;</span>
<span class="xml_tag">&lt;/head&gt;</span>
<span class="xml_tag">&lt;style</span> <span class="xml_attrib">type</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;text/css&quot;</span><span class="xml_tag">&gt;</span><span class="html_style">
* {
    font-family:source-sans-pro;
    font-size: 16px;
    color:#282828;
}
.wrapper {
    position:relative;
    width:80%;
    margin:20px auto;
}
/* Defining the animation */
@-webkit-keyframes progress
{
    to {background-position: 30px 0;}
}
@-moz-keyframes progress
{
  to {background-position: 30px 0;}
}
@keyframes progress
{
  to {background-position: 30px 0;}
}
/* Set the base of our loader */
.barBg {
    background:#282828;
    width:100%;
    height:15px;
    border:10px solid #282828;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    box-shadow: 0px 5px 17px rgba(40, 40, 40, 0.5);
    margin-bottom:30px;
}
.bar {
    background: #7aff32;
    height:30px;
    height: 15px;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 10px;
}
/* Set the linear gradient tile for the animation and the playback */
.barFill {
    width: 100%;
    height: 15px;
    border-radius: 20px;
    -webkit-animation: progress 1s linear infinite;
    -moz-animation: progress 1s linear infinite;
    animation: progress 1s linear infinite;
    background-repeat: repeat-x;
    background-size: 30px 30px;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, 
transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, 
transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/* Here's some predefined widths to control the fill. Add these classes to the &quot;bar&quot; div */
.ten {
    width: 10%; /* Sets the progress to 10% */
}
.twenty {
    width: 20%; /* Sets the progress to 20% */
}
.thirty {
    width: 30%; /* Sets the progress to 30% */
}
.forty {
    width: 40%; /* Sets the progress to 40% */
}
.fifty {
    width: 50%; /* Sets the progress to 50% */
}
.sixty {
    width: 60%; /* Sets the progress to 60% */
}
.seventy {
    width: 70%; /* Sets the progress to 70% */
}
.eighty {
    width: 80%; /* Sets the progress to 80% */
}
.ninety {
    width: 90%; /* Sets the progress to 90% */
}
.hundred {
    width: 100%; /* Sets the progress to 100% */
}
/* Some colour classes to get you started. Add the colour class to the &quot;bar&quot; div */
.aquaGradient{
    background: -moz-linear-gradient(top,  #7aff32 0%, #54a6e5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7aff32), color-stop(100%,#54a6e5));
    background: -webkit-linear-gradient(top,  #7aff32 0%,#54a6e5 100%);
    background: -o-linear-gradient(top,  #7aff32 0%,#54a6e5 100%);
    background: -ms-linear-gradient(top,  #7aff32 0%,#54a6e5 100%);
    background: linear-gradient(to bottom,  #7aff32 0%,#54a6e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7aff32', endColorstr='#54a6e5',GradientType=0 );
}
.roseGradient {
    background: #ff3232;
    background: -moz-linear-gradient(top,  #ff3232 0%, #ed89ff 47%, #ff8989 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3232), color-stop(47%,#ed89ff), color-stop(100%,#ff8989));
    background: -webkit-linear-gradient(top,  #ff3232 0%,#ed89ff 47%,#ff8989 100%);
    background: -o-linear-gradient(top,  #ff3232 0%,#ed89ff 47%,#ff8989 100%);
    background: -ms-linear-gradient(top,  #ff3232 0%,#ed89ff 47%,#ff8989 100%);
    background: linear-gradient(to bottom,  #ff3232 0%,#ed89ff 47%,#ff8989 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3232', endColorstr='#ff8989',GradientType=0 );
}
.madras { /* Credit to Divya Manian via http://lea.verou.me/css3patterns/#madras */
    background-color: hsl(34, 53%, 82%);
    background-image: -webkit-repeating-linear-gradient(45deg, transparent 5px, hsla(197, 62%, 11%, 0.5) 5px, hsla(197, 62%, 11%, 0.5) 10px,
	 hsla(5, 53%, 63%, 0) 10px, hsla(5, 53%, 63%, 0) 35px, hsla(5, 53%, 63%, 0.5) 35px, hsla(5, 53%, 63%, 0.5) 40px,
	 hsla(197, 62%, 11%, 0.5) 40px, hsla(197, 62%, 11%, 0.5) 50px, hsla(197, 62%, 11%, 0) 50px, hsla(197, 62%, 11%, 0) 60px,
	 hsla(5, 53%, 63%, 0.5) 60px, hsla(5, 53%, 63%, 0.5) 70px, hsla(35, 91%, 65%, 0.5) 70px, hsla(35, 91%, 65%, 0.5) 80px,
	 hsla(35, 91%, 65%, 0) 80px, hsla(35, 91%, 65%, 0) 90px, hsla(5, 53%, 63%, 0.5) 90px, hsla(5, 53%, 63%, 0.5) 110px,
	 hsla(5, 53%, 63%, 0) 110px, hsla(5, 53%, 63%, 0) 120px, hsla(197, 62%, 11%, 0.5) 120px, hsla(197, 62%, 11%, 0.5) 140px
	 ),
    -webkit-repeating-linear-gradient(-45deg, transparent 5px, hsla(197, 62%, 11%, 0.5) 5px, hsla(197, 62%, 11%, 0.5) 10px,
	 hsla(5, 53%, 63%, 0) 10px, hsla(5, 53%, 63%, 0) 35px, hsla(5, 53%, 63%, 0.5) 35px, hsla(5, 53%, 63%, 0.5) 40px,
	 hsla(197, 62%, 11%, 0.5) 40px, hsla(197, 62%, 11%, 0.5) 50px, hsla(197, 62%, 11%, 0) 50px, hsla(197, 62%, 11%, 0) 60px,
	 hsla(5, 53%, 63%, 0.5) 60px, hsla(5, 53%, 63%, 0.5) 70px, hsla(35, 91%, 65%, 0.5) 70px, hsla(35, 91%, 65%, 0.5) 80px,
	 hsla(35, 91%, 65%, 0) 80px, hsla(35, 91%, 65%, 0) 90px, hsla(5, 53%, 63%, 0.5) 90px, hsla(5, 53%, 63%, 0.5) 110px,
	 hsla(5, 53%, 63%, 0) 110px, hsla(5, 53%, 63%, 0) 140px, hsla(197, 62%, 11%, 0.5) 140px, hsla(197, 62%, 11%, 0.5) 160px
    );; background-color: hsl(34, 53%, 82%);
    background-image: -webkit-repeating-linear-gradient(45deg, transparent 5px, hsla(197, 62%, 11%, 0.5) 5px, hsla(197, 62%, 11%, 0.5) 10px,
	 hsla(5, 53%, 63%, 0) 10px, hsla(5, 53%, 63%, 0) 35px, hsla(5, 53%, 63%, 0.5) 35px, hsla(5, 53%, 63%, 0.5) 40px,
	 hsla(197, 62%, 11%, 0.5) 40px, hsla(197, 62%, 11%, 0.5) 50px, hsla(197, 62%, 11%, 0) 50px, hsla(197, 62%, 11%, 0) 60px,
	 hsla(5, 53%, 63%, 0.5) 60px, hsla(5, 53%, 63%, 0.5) 70px, hsla(35, 91%, 65%, 0.5) 70px, hsla(35, 91%, 65%, 0.5) 80px,
	 hsla(35, 91%, 65%, 0) 80px, hsla(35, 91%, 65%, 0) 90px, hsla(5, 53%, 63%, 0.5) 90px, hsla(5, 53%, 63%, 0.5) 110px,
	 hsla(5, 53%, 63%, 0) 110px, hsla(5, 53%, 63%, 0) 120px, hsla(197, 62%, 11%, 0.5) 120px, hsla(197, 62%, 11%, 0.5) 140px
	 ),
    -webkit-repeating-linear-gradient(-45deg, transparent 5px, hsla(197, 62%, 11%, 0.5) 5px, hsla(197, 62%, 11%, 0.5) 10px,
	 hsla(5, 53%, 63%, 0) 10px, hsla(5, 53%, 63%, 0) 35px, hsla(5, 53%, 63%, 0.5) 35px, hsla(5, 53%, 63%, 0.5) 40px,
	 hsla(197, 62%, 11%, 0.5) 40px, hsla(197, 62%, 11%, 0.5) 50px, hsla(197, 62%, 11%, 0) 50px, hsla(197, 62%, 11%, 0) 60px,
	 hsla(5, 53%, 63%, 0.5) 60px, hsla(5, 53%, 63%, 0.5) 70px, hsla(35, 91%, 65%, 0.5) 70px, hsla(35, 91%, 65%, 0.5) 80px,
	 hsla(35, 91%, 65%, 0) 80px, hsla(35, 91%, 65%, 0) 90px, hsla(5, 53%, 63%, 0.5) 90px, hsla(5, 53%, 63%, 0.5) 110px,
	 hsla(5, 53%, 63%, 0) 110px, hsla(5, 53%, 63%, 0) 140px, hsla(197, 62%, 11%, 0.5) 140px, hsla(197, 62%, 11%, 0.5) 160px
    );
}
.cornflowerblue {
    background-color: CornflowerBlue;
    box-shadow:inset 0px 0px 6px 2px rgba(255,255,255,.3);
}
.carrot {
    background: #f2a130;
    background: -moz-linear-gradient(-45deg,  #f2a130 0%, #e5bd6e 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f2a130), color-stop(100%,#e5bd6e));
    background: -webkit-linear-gradient(-45deg,  #f2a130 0%,#e5bd6e 100%);
    background: -o-linear-gradient(-45deg,  #f2a130 0%,#e5bd6e 100%);
    background: -ms-linear-gradient(-45deg,  #f2a130 0%,#e5bd6e 100%);
    background: linear-gradient(135deg,  #f2a130 0%,#e5bd6e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2a130', endColorstr='#e5bd6e',GradientType=1 );
}
</span><span class="xml_tag">&lt;/style&gt;</span>
<span class="xml_tag">&lt;body&gt;</span>
<span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;wrapper&quot;&gt;
100% Fill, Aqua Gradient
<span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;barBg&quot;&gt;
    <span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;bar hundred aquaGradient&quot;&gt;
	   <span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;barFill&quot;&gt;<span class="xml_tag">&lt;/div&gt;</span>
    <span class="xml_tag">&lt;/div&gt;</span>
<span class="xml_tag">&lt;/div&gt;</span>
90% Fill, Rose Gradient
<span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;barBg&quot;&gt;
    <span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;bar ninety roseGradient&quot;&gt;
	   <span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;barFill&quot;&gt;<span class="xml_tag">&lt;/div&gt;</span>
    <span class="xml_tag">&lt;/div&gt;</span>
<span class="xml_tag">&lt;/div&gt;</span>
70% Fill, Madras
<span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;barBg&quot;&gt;
    <span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;bar seventy madras&quot;&gt;
	   <span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;barFill&quot;&gt;<span class="xml_tag">&lt;/div&gt;</span>
    <span class="xml_tag">&lt;/div&gt;</span>
<span class="xml_tag">&lt;/div&gt;</span>
60% Fill, Cornflower Blue
<span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;barBg&quot;&gt;
    <span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;bar sixty cornflowerblue&quot;&gt;
	   <span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;barFill&quot;&gt;<span class="xml_tag">&lt;/div&gt;</span>
    <span class="xml_tag">&lt;/div&gt;</span>
<span class="xml_tag">&lt;/div&gt;</span>
40% Fill, Carrot
<span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;barBg&quot;&gt;
    <span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;bar forty carrot&quot;&gt;
	   <span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;barFill&quot;&gt;<span class="xml_tag">&lt;/div&gt;</span>
    <span class="xml_tag">&lt;/div&gt;</span>
<span class="xml_tag">&lt;/div&gt;</span><span class="xml_tag">&lt;center&gt;</span>
<span class="xml_tag">&lt;a</span> <span class="xml_attrib">href</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;http://www.midorinco.ir&quot;</span> <span class="xml_attrib">target</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;_blank&quot;</span><span class="xml_tag">&gt;</span>منتشر شده در تالار میدوری<span class="xml_tag">&lt;/a&gt;</span><span class="xml_tag">&lt;/center&gt;</span>
<span class="xml_tag">&lt;/div&gt;</span>
<span class="xml_tag">&lt;/body&gt;</span></code></pre></td><td><div class="linenum"><code>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br />23<br />24<br />25<br />26<br />27<br />28<br />29<br />30<br />31<br />32<br />33<br />34<br />35<br />36<br />37<br />38<br />39<br />40<br />41<br />42<br />43<br />44<br />45<br />46<br />47<br />48<br />49<br />50<br />51<br />52<br />53<br />54<br />55<br />56<br />57<br />58<br />59<br />60<br />61<br />62<br />63<br />64<br />65<br />66<br />67<br />68<br />69<br />70<br />71<br />72<br />73<br />74<br />75<br />76<br />77<br />78<br />79<br />80<br />81<br />82<br />83<br />84<br />85<br />86<br />87<br />88<br />89<br />90<br />91<br />92<br />93<br />94<br />95<br />96<br />97<br />98<br />99<br />100<br />101<br />102<br />103<br />104<br />105<br />106<br />107<br />108<br />109<br />110<br />111<br />112<br />113<br />114<br />115<br />116<br />117<br />118<br />119<br />120<br />121<br />122<br />123<br />124<br />125<br />126<br />127<br />128<br />129<br />130<br />131<br />132<br />133<br />134<br />135<br />136<br />137<br />138<br />139<br />140<br />141<br />142<br />143<br />144<br />145<br />146<br />147<br />148<br />149<br />150<br />151<br />152<br />153<br />154<br />155<br />156<br />157<br />158<br />159<br />160<br />161<br />162<br />163<br />164<br />165<br />166<br />167<br />168<br />169<br />170<br />171<br />172<br />173<br />174<br />175<br />176<br />177<br />178<br />179<br />180<br />181<br />182<br />183<br />184<br />185<br />186<br />187<br />188<br />189<br />190<br />191<br />192<br />193<br />194<br />195<br />196</code></div></td></tr></table></div><hr class="hidden clear" /></div>
<p>
</div></div></div></div></div></div></div></div>]]></description>
			<content:encoded><![CDATA[<div style="text-align: CENTER;"><span style="text-shadow: 0px 5px 2px gray;"><span style="font-size: medium;"><span style="color: #FF0000;"><span style="font-weight: bold;">نوار پیشرفت پروژه ی رنگین و متحرک با CSS3</span></span></span></span><br />
<div style="text-align: RIGHT;">نوارهای نمایش دهنده ی پیشرفت پروژه یا کار در سایت ها بسیار استفاده می شوند . طرحی متحرک برای دوستان قرار می دهم که به رنگ های دلخواه می توانید استفاده کنید . این نوارها فقط با کدهای CSS3 درست شده اند . نخست نمونه های زیر را ببینید و در صورت علاقه از کدهای داده شده در زیر استفاده کنید . تغییرات بعهده ی شماست .<br />
<div style="text-align: CENTER;"><br><iframe name="I love Midori" src="http://dl.midorinco.ir/others/css/progressbar.htm" scrolling="auto" width="600" height="500" frameborder="no"></iframe><br />
<div style="text-align: RIGHT;"><div align="center"><div  style="margin: 5px 10px 10px; width: 98%;"><div style="text-align:  right; padding: 4px; background: #FFAA55; repeat-x scroll 0% 0%  transparent; border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; color:#ffffff; text-shadow:0 -1px #D3B40F; font-weight:bold;  "><input type="button" onclick="if  (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  != '') {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = '';       this.innerText = ''; this.value = 'پنهان کردن متن'; } else {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = 'none'; this.innerText = ''; this.value = 'نشان دادن متن'; }" style="width:  90px; height: 25px; font-size: 12px; margin: 0px; padding: 0px;font-family: Tahoma"  value="نشان دادن متن"></div><div><div  style="border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; display:  none; text-align: right">
</p>
<div class="codeblock"><div class="title"><input type="button" class="button select_button" value="انتخاب کدها" onClick="selectObj(this.parentNode.parentNode.getElementsByTagName('pre')[0].getElementsByTagName('code')[0])" id="coolcode_btnsel_1773751015_16_62" style="display: none;" /><script type="text/javascript">
//<!--
$("coolcode_btnsel_1773751015_16_62").style.display = "";
//-->
</script><city>کد HTML:</city>
</div>
			<div class="codecontainer"><table style="text-align:left;" align="left"><tr><td>
			<pre><code><span class="xml_tag">&lt;!DOCTYPE</span> <span class="xml_attrib">html</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;head&gt;</span>
    <span class="xml_tag">&lt;title&gt;</span>Animated Bar<span class="xml_tag">&lt;/title&gt;</span>
    <span class="xml_tag">&lt;meta</span> <span class="xml_attrib">http-equiv</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;Content-Type&quot;</span> <span class="xml_attrib">content</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;text/html; charset=UTF-8&quot;</span> <span class="xml_tag">/&gt;</span>
<span class="xml_tag">&lt;/head&gt;</span>
<span class="xml_tag">&lt;style</span> <span class="xml_attrib">type</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;text/css&quot;</span><span class="xml_tag">&gt;</span><span class="html_style">
* {
    font-family:source-sans-pro;
    font-size: 16px;
    color:#282828;
}
.wrapper {
    position:relative;
    width:80%;
    margin:20px auto;
}
/* Defining the animation */
@-webkit-keyframes progress
{
    to {background-position: 30px 0;}
}
@-moz-keyframes progress
{
  to {background-position: 30px 0;}
}
@keyframes progress
{
  to {background-position: 30px 0;}
}
/* Set the base of our loader */
.barBg {
    background:#282828;
    width:100%;
    height:15px;
    border:10px solid #282828;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    box-shadow: 0px 5px 17px rgba(40, 40, 40, 0.5);
    margin-bottom:30px;
}
.bar {
    background: #7aff32;
    height:30px;
    height: 15px;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 10px;
}
/* Set the linear gradient tile for the animation and the playback */
.barFill {
    width: 100%;
    height: 15px;
    border-radius: 20px;
    -webkit-animation: progress 1s linear infinite;
    -moz-animation: progress 1s linear infinite;
    animation: progress 1s linear infinite;
    background-repeat: repeat-x;
    background-size: 30px 30px;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, 
transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, 
transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/* Here's some predefined widths to control the fill. Add these classes to the &quot;bar&quot; div */
.ten {
    width: 10%; /* Sets the progress to 10% */
}
.twenty {
    width: 20%; /* Sets the progress to 20% */
}
.thirty {
    width: 30%; /* Sets the progress to 30% */
}
.forty {
    width: 40%; /* Sets the progress to 40% */
}
.fifty {
    width: 50%; /* Sets the progress to 50% */
}
.sixty {
    width: 60%; /* Sets the progress to 60% */
}
.seventy {
    width: 70%; /* Sets the progress to 70% */
}
.eighty {
    width: 80%; /* Sets the progress to 80% */
}
.ninety {
    width: 90%; /* Sets the progress to 90% */
}
.hundred {
    width: 100%; /* Sets the progress to 100% */
}
/* Some colour classes to get you started. Add the colour class to the &quot;bar&quot; div */
.aquaGradient{
    background: -moz-linear-gradient(top,  #7aff32 0%, #54a6e5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7aff32), color-stop(100%,#54a6e5));
    background: -webkit-linear-gradient(top,  #7aff32 0%,#54a6e5 100%);
    background: -o-linear-gradient(top,  #7aff32 0%,#54a6e5 100%);
    background: -ms-linear-gradient(top,  #7aff32 0%,#54a6e5 100%);
    background: linear-gradient(to bottom,  #7aff32 0%,#54a6e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7aff32', endColorstr='#54a6e5',GradientType=0 );
}
.roseGradient {
    background: #ff3232;
    background: -moz-linear-gradient(top,  #ff3232 0%, #ed89ff 47%, #ff8989 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3232), color-stop(47%,#ed89ff), color-stop(100%,#ff8989));
    background: -webkit-linear-gradient(top,  #ff3232 0%,#ed89ff 47%,#ff8989 100%);
    background: -o-linear-gradient(top,  #ff3232 0%,#ed89ff 47%,#ff8989 100%);
    background: -ms-linear-gradient(top,  #ff3232 0%,#ed89ff 47%,#ff8989 100%);
    background: linear-gradient(to bottom,  #ff3232 0%,#ed89ff 47%,#ff8989 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3232', endColorstr='#ff8989',GradientType=0 );
}
.madras { /* Credit to Divya Manian via http://lea.verou.me/css3patterns/#madras */
    background-color: hsl(34, 53%, 82%);
    background-image: -webkit-repeating-linear-gradient(45deg, transparent 5px, hsla(197, 62%, 11%, 0.5) 5px, hsla(197, 62%, 11%, 0.5) 10px,
	 hsla(5, 53%, 63%, 0) 10px, hsla(5, 53%, 63%, 0) 35px, hsla(5, 53%, 63%, 0.5) 35px, hsla(5, 53%, 63%, 0.5) 40px,
	 hsla(197, 62%, 11%, 0.5) 40px, hsla(197, 62%, 11%, 0.5) 50px, hsla(197, 62%, 11%, 0) 50px, hsla(197, 62%, 11%, 0) 60px,
	 hsla(5, 53%, 63%, 0.5) 60px, hsla(5, 53%, 63%, 0.5) 70px, hsla(35, 91%, 65%, 0.5) 70px, hsla(35, 91%, 65%, 0.5) 80px,
	 hsla(35, 91%, 65%, 0) 80px, hsla(35, 91%, 65%, 0) 90px, hsla(5, 53%, 63%, 0.5) 90px, hsla(5, 53%, 63%, 0.5) 110px,
	 hsla(5, 53%, 63%, 0) 110px, hsla(5, 53%, 63%, 0) 120px, hsla(197, 62%, 11%, 0.5) 120px, hsla(197, 62%, 11%, 0.5) 140px
	 ),
    -webkit-repeating-linear-gradient(-45deg, transparent 5px, hsla(197, 62%, 11%, 0.5) 5px, hsla(197, 62%, 11%, 0.5) 10px,
	 hsla(5, 53%, 63%, 0) 10px, hsla(5, 53%, 63%, 0) 35px, hsla(5, 53%, 63%, 0.5) 35px, hsla(5, 53%, 63%, 0.5) 40px,
	 hsla(197, 62%, 11%, 0.5) 40px, hsla(197, 62%, 11%, 0.5) 50px, hsla(197, 62%, 11%, 0) 50px, hsla(197, 62%, 11%, 0) 60px,
	 hsla(5, 53%, 63%, 0.5) 60px, hsla(5, 53%, 63%, 0.5) 70px, hsla(35, 91%, 65%, 0.5) 70px, hsla(35, 91%, 65%, 0.5) 80px,
	 hsla(35, 91%, 65%, 0) 80px, hsla(35, 91%, 65%, 0) 90px, hsla(5, 53%, 63%, 0.5) 90px, hsla(5, 53%, 63%, 0.5) 110px,
	 hsla(5, 53%, 63%, 0) 110px, hsla(5, 53%, 63%, 0) 140px, hsla(197, 62%, 11%, 0.5) 140px, hsla(197, 62%, 11%, 0.5) 160px
    );; background-color: hsl(34, 53%, 82%);
    background-image: -webkit-repeating-linear-gradient(45deg, transparent 5px, hsla(197, 62%, 11%, 0.5) 5px, hsla(197, 62%, 11%, 0.5) 10px,
	 hsla(5, 53%, 63%, 0) 10px, hsla(5, 53%, 63%, 0) 35px, hsla(5, 53%, 63%, 0.5) 35px, hsla(5, 53%, 63%, 0.5) 40px,
	 hsla(197, 62%, 11%, 0.5) 40px, hsla(197, 62%, 11%, 0.5) 50px, hsla(197, 62%, 11%, 0) 50px, hsla(197, 62%, 11%, 0) 60px,
	 hsla(5, 53%, 63%, 0.5) 60px, hsla(5, 53%, 63%, 0.5) 70px, hsla(35, 91%, 65%, 0.5) 70px, hsla(35, 91%, 65%, 0.5) 80px,
	 hsla(35, 91%, 65%, 0) 80px, hsla(35, 91%, 65%, 0) 90px, hsla(5, 53%, 63%, 0.5) 90px, hsla(5, 53%, 63%, 0.5) 110px,
	 hsla(5, 53%, 63%, 0) 110px, hsla(5, 53%, 63%, 0) 120px, hsla(197, 62%, 11%, 0.5) 120px, hsla(197, 62%, 11%, 0.5) 140px
	 ),
    -webkit-repeating-linear-gradient(-45deg, transparent 5px, hsla(197, 62%, 11%, 0.5) 5px, hsla(197, 62%, 11%, 0.5) 10px,
	 hsla(5, 53%, 63%, 0) 10px, hsla(5, 53%, 63%, 0) 35px, hsla(5, 53%, 63%, 0.5) 35px, hsla(5, 53%, 63%, 0.5) 40px,
	 hsla(197, 62%, 11%, 0.5) 40px, hsla(197, 62%, 11%, 0.5) 50px, hsla(197, 62%, 11%, 0) 50px, hsla(197, 62%, 11%, 0) 60px,
	 hsla(5, 53%, 63%, 0.5) 60px, hsla(5, 53%, 63%, 0.5) 70px, hsla(35, 91%, 65%, 0.5) 70px, hsla(35, 91%, 65%, 0.5) 80px,
	 hsla(35, 91%, 65%, 0) 80px, hsla(35, 91%, 65%, 0) 90px, hsla(5, 53%, 63%, 0.5) 90px, hsla(5, 53%, 63%, 0.5) 110px,
	 hsla(5, 53%, 63%, 0) 110px, hsla(5, 53%, 63%, 0) 140px, hsla(197, 62%, 11%, 0.5) 140px, hsla(197, 62%, 11%, 0.5) 160px
    );
}
.cornflowerblue {
    background-color: CornflowerBlue;
    box-shadow:inset 0px 0px 6px 2px rgba(255,255,255,.3);
}
.carrot {
    background: #f2a130;
    background: -moz-linear-gradient(-45deg,  #f2a130 0%, #e5bd6e 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f2a130), color-stop(100%,#e5bd6e));
    background: -webkit-linear-gradient(-45deg,  #f2a130 0%,#e5bd6e 100%);
    background: -o-linear-gradient(-45deg,  #f2a130 0%,#e5bd6e 100%);
    background: -ms-linear-gradient(-45deg,  #f2a130 0%,#e5bd6e 100%);
    background: linear-gradient(135deg,  #f2a130 0%,#e5bd6e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2a130', endColorstr='#e5bd6e',GradientType=1 );
}
</span><span class="xml_tag">&lt;/style&gt;</span>
<span class="xml_tag">&lt;body&gt;</span>
<span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;wrapper&quot;&gt;
100% Fill, Aqua Gradient
<span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;barBg&quot;&gt;
    <span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;bar hundred aquaGradient&quot;&gt;
	   <span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;barFill&quot;&gt;<span class="xml_tag">&lt;/div&gt;</span>
    <span class="xml_tag">&lt;/div&gt;</span>
<span class="xml_tag">&lt;/div&gt;</span>
90% Fill, Rose Gradient
<span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;barBg&quot;&gt;
    <span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;bar ninety roseGradient&quot;&gt;
	   <span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;barFill&quot;&gt;<span class="xml_tag">&lt;/div&gt;</span>
    <span class="xml_tag">&lt;/div&gt;</span>
<span class="xml_tag">&lt;/div&gt;</span>
70% Fill, Madras
<span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;barBg&quot;&gt;
    <span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;bar seventy madras&quot;&gt;
	   <span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;barFill&quot;&gt;<span class="xml_tag">&lt;/div&gt;</span>
    <span class="xml_tag">&lt;/div&gt;</span>
<span class="xml_tag">&lt;/div&gt;</span>
60% Fill, Cornflower Blue
<span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;barBg&quot;&gt;
    <span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;bar sixty cornflowerblue&quot;&gt;
	   <span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;barFill&quot;&gt;<span class="xml_tag">&lt;/div&gt;</span>
    <span class="xml_tag">&lt;/div&gt;</span>
<span class="xml_tag">&lt;/div&gt;</span>
40% Fill, Carrot
<span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;barBg&quot;&gt;
    <span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;bar forty carrot&quot;&gt;
	   <span class="xml_tag">&lt;div</span> <span class="xml_attrib">class</span> =&quot;barFill&quot;&gt;<span class="xml_tag">&lt;/div&gt;</span>
    <span class="xml_tag">&lt;/div&gt;</span>
<span class="xml_tag">&lt;/div&gt;</span><span class="xml_tag">&lt;center&gt;</span>
<span class="xml_tag">&lt;a</span> <span class="xml_attrib">href</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;http://www.midorinco.ir&quot;</span> <span class="xml_attrib">target</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;_blank&quot;</span><span class="xml_tag">&gt;</span>منتشر شده در تالار میدوری<span class="xml_tag">&lt;/a&gt;</span><span class="xml_tag">&lt;/center&gt;</span>
<span class="xml_tag">&lt;/div&gt;</span>
<span class="xml_tag">&lt;/body&gt;</span></code></pre></td><td><div class="linenum"><code>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br />23<br />24<br />25<br />26<br />27<br />28<br />29<br />30<br />31<br />32<br />33<br />34<br />35<br />36<br />37<br />38<br />39<br />40<br />41<br />42<br />43<br />44<br />45<br />46<br />47<br />48<br />49<br />50<br />51<br />52<br />53<br />54<br />55<br />56<br />57<br />58<br />59<br />60<br />61<br />62<br />63<br />64<br />65<br />66<br />67<br />68<br />69<br />70<br />71<br />72<br />73<br />74<br />75<br />76<br />77<br />78<br />79<br />80<br />81<br />82<br />83<br />84<br />85<br />86<br />87<br />88<br />89<br />90<br />91<br />92<br />93<br />94<br />95<br />96<br />97<br />98<br />99<br />100<br />101<br />102<br />103<br />104<br />105<br />106<br />107<br />108<br />109<br />110<br />111<br />112<br />113<br />114<br />115<br />116<br />117<br />118<br />119<br />120<br />121<br />122<br />123<br />124<br />125<br />126<br />127<br />128<br />129<br />130<br />131<br />132<br />133<br />134<br />135<br />136<br />137<br />138<br />139<br />140<br />141<br />142<br />143<br />144<br />145<br />146<br />147<br />148<br />149<br />150<br />151<br />152<br />153<br />154<br />155<br />156<br />157<br />158<br />159<br />160<br />161<br />162<br />163<br />164<br />165<br />166<br />167<br />168<br />169<br />170<br />171<br />172<br />173<br />174<br />175<br />176<br />177<br />178<br />179<br />180<br />181<br />182<br />183<br />184<br />185<br />186<br />187<br />188<br />189<br />190<br />191<br />192<br />193<br />194<br />195<br />196</code></div></td></tr></table></div><hr class="hidden clear" /></div>
<p>
</div></div></div></div></div></div></div></div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[ده مدل منوی خواستنی برای سایت ها با CSS3]]></title>
			<link>http://www.midorinco.ir/showthread.php?tid=1430</link>
			<pubDate>Sat, 01 Nov 2014 21:30:47 +0000</pubDate>
			<guid isPermaLink="false">http://www.midorinco.ir/showthread.php?tid=1430</guid>
			<description><![CDATA[<div style="text-align: CENTER;"><span style="text-shadow: 0px 5px 2px gray;"><span style="font-size: medium;"><span style="color: #FF0000;"><span style="font-weight: bold;">ده مدل منوی خواستنی برای سایت ها با CSS3</span></span></span></span><br />
<div style="text-align: RIGHT;">ده مدل منوی بسیار زیبا و خواستنی برای سایت ها . این منوها فقط با کدهای پرقدرت CSS3 و فونت های تصویری ایجاد شده اند . نخست نمونه ی زنده ی زیر را ببینید و در صورت علاقه به داشتن آنها فایل فشرده ی پیوستی را <a href="http://www.midorinco.ir/index.php" title="دانلود" >دانلود</a> و استفاده کنید . تغییرات بعهده ی شماست .<br />
<div style="text-align: CENTER;"><br><iframe name="I love Midori" src="http://dl.midorinco.ir/others/css/CreativeCSS3AnimationMenus/index.html" scrolling="auto" width="800" height="700" frameborder="no"></iframe><br />
<div style="text-align: RIGHT;"><!-- start: postbit_attachments_attachment -->
<style type="text/css">
<!--
td.attachrow		{font: normal 11px Tahoma;}
td.attachheader     {font: normal 11px Tahoma; background-color: #ededed; }
table.attachtable	{font: normal 12px Tahoma;border-collapse : collapse; }
-->
</style>
	<style type="text/css">
<!--
td.attachrow		{font: normal 11px Tahoma;}
td.attachheader     {font: normal 11px Tahoma; background-color: #ededed; }
table.attachtable	{font: normal 12px Tahoma;border-collapse : collapse; }
-->
</style>
	<style>
<!--
table.attachtable	{font: normal 12px Tahoma;border-collapse : collapse; }
td.attachheader     {font: normal 11px Tahoma; background-color: #ededed; }
td.attachrow		{font: normal 11px Tahoma;}
-->
</style>
<br><div style="width:90%;padding:0px;margin:auto;box-shadow:0 0 0 2px #5F0308,0 0 0 4px #6F030A,0 0 0 6px #8B030D,0 0 0 8px #B4030F,0 0 0 10px #8B030D,0 0 0 12px #6F030A,0 0 0 14px #5F0308,5px 6px 6px 18px rgba(0,0,0,0.5);border-radius:4px;">
	<table border="0" cellpadding="0" cellspacing="4">
	</table>
	<table class="attachtable" id="table2" width="100%" align="center" border="1" cellpadding="2" cellspacing="0">
		<tr>
			<td colspan="3" class="attachheader" width="100%" align="center"><b>
			CreativeCSS3AnimationMenus.rar</b></td>
    	</tr>
       <tr>
            <td class="attachrow" width="15%"><span class="genmed">&nbsp;ارسال کننده فايل</span></td>
            <td class="attachrow" width="75%">
            <a href="http://www.midorinco.ir/member.php?action=profile&amp;uid="></a></td>
            <td class="attachrow" width="10%" align="center" rowspan="7">
            <a href="attachment.php?aid=2278">
            <img border="0" alt="download" src="images/download.png">
</a>
<br>
</td>
</tr>
    	<tr>
			<td class="attachrow" width="15%"><span class="genmed">&nbsp;نوع فايل</span></td>
			<td class="attachrow" width="75%">
			<img src="images/attachtypes/rar.gif" border="0" alt=".rar" title=".rar" /></td>
					</tr>
<tr>
			<td class="attachrow" width="15%"><span class="genmed">&nbsp;اندازه</span></td>
			<td class="attachrow" width="75%">214.28 KB</td>
</tr>
<tr>
			<td class="attachrow" width="15%"><span class="genmed">&nbsp;دفعات دانلود</span></td>
			<td class="attachrow" width="75%"><span class="genmed">603 بار</span></td>
</tr>
		<tr>
<td class="attachrow" width="15%"><span class="genmed">&nbsp;گيرنده(های) فايل</span></td>
<td class="attachrow" width="75%"><style type="text/css">
/* animated spoiler CSS by Ali Movassagh */
.spoilerbuttonz {display:block;margin:-10px 0 2px 0;background:#EBEBEB;border:2px solid #F8A613;padding:3px;text-align:center;font-weight:bold;font-style:italic;font-size:12px;font-family:Tahoma;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;cursor:pointer;}
.spoilerz {overflow:hidden;background: #;}
.spoilerz > div {-webkit-transition: all 0.2s ease;-moz-transition: margin 0.2s ease;-o-transition: all 0.2s ease;transition: margin 0.7s ease;}
.spoilerbuttonz[value="نمایش دادن"] + .spoilerz > div {margin-top:-100%;}
.spoilerbuttonz[value="پنهان سازی"] + .spoilerz {padding:0px;}
</style>
<input class="spoilerbuttonz" type="button" value="نمایش دادن" onclick="this.value=this.value=='نمایش دادن'?'پنهان سازی':'نمایش دادن';">
<div class="spoilerz"><div><fieldset style="background: #EBEBEB;border:1px solid #F8A613;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;"></fieldset>
</div></div></td>
</tr>
<tr>
<td class="attachrow" width="15%"><span class="genmed">&nbsp;زمان آخرین دانلود</span></td>
<td class="attachrow" width="75%">1769704271</td>
</tr>
<tr>
<td class="attachrow" width="15%"><span class="genmed">&nbsp;یک سخنِ ناب</span></td>
<td class="attachrow" width="75%">
<!--sokhane Bozorgan -->
<script src='http://dl.midorinco.ir/tools/Sokhanhayerooz2.js' language=javascript ></script>
<script  language=javascript>Sokhantasadofi('Black','fafafa','0','dotted','black','8','tahoma'); </script>
<!--sokhane Bozorgan -->
</td>
</tr>
	<tr>
			<td colspan="3" class="attachheader" width="100%" align="center"><img src="http://www.midorinco.ir/images/midori-attach-icon.png"></td>
		</tr>
	</table>
</div><br>
<!-- end: postbit_attachments_attachment --></div></div></div></div>]]></description>
			<content:encoded><![CDATA[<div style="text-align: CENTER;"><span style="text-shadow: 0px 5px 2px gray;"><span style="font-size: medium;"><span style="color: #FF0000;"><span style="font-weight: bold;">ده مدل منوی خواستنی برای سایت ها با CSS3</span></span></span></span><br />
<div style="text-align: RIGHT;">ده مدل منوی بسیار زیبا و خواستنی برای سایت ها . این منوها فقط با کدهای پرقدرت CSS3 و فونت های تصویری ایجاد شده اند . نخست نمونه ی زنده ی زیر را ببینید و در صورت علاقه به داشتن آنها فایل فشرده ی پیوستی را <a href="http://www.midorinco.ir/index.php" title="دانلود" >دانلود</a> و استفاده کنید . تغییرات بعهده ی شماست .<br />
<div style="text-align: CENTER;"><br><iframe name="I love Midori" src="http://dl.midorinco.ir/others/css/CreativeCSS3AnimationMenus/index.html" scrolling="auto" width="800" height="700" frameborder="no"></iframe><br />
<div style="text-align: RIGHT;"><!-- start: postbit_attachments_attachment -->
<style type="text/css">
<!--
td.attachrow		{font: normal 11px Tahoma;}
td.attachheader     {font: normal 11px Tahoma; background-color: #ededed; }
table.attachtable	{font: normal 12px Tahoma;border-collapse : collapse; }
-->
</style>
	<style type="text/css">
<!--
td.attachrow		{font: normal 11px Tahoma;}
td.attachheader     {font: normal 11px Tahoma; background-color: #ededed; }
table.attachtable	{font: normal 12px Tahoma;border-collapse : collapse; }
-->
</style>
	<style>
<!--
table.attachtable	{font: normal 12px Tahoma;border-collapse : collapse; }
td.attachheader     {font: normal 11px Tahoma; background-color: #ededed; }
td.attachrow		{font: normal 11px Tahoma;}
-->
</style>
<br><div style="width:90%;padding:0px;margin:auto;box-shadow:0 0 0 2px #5F0308,0 0 0 4px #6F030A,0 0 0 6px #8B030D,0 0 0 8px #B4030F,0 0 0 10px #8B030D,0 0 0 12px #6F030A,0 0 0 14px #5F0308,5px 6px 6px 18px rgba(0,0,0,0.5);border-radius:4px;">
	<table border="0" cellpadding="0" cellspacing="4">
	</table>
	<table class="attachtable" id="table2" width="100%" align="center" border="1" cellpadding="2" cellspacing="0">
		<tr>
			<td colspan="3" class="attachheader" width="100%" align="center"><b>
			CreativeCSS3AnimationMenus.rar</b></td>
    	</tr>
       <tr>
            <td class="attachrow" width="15%"><span class="genmed">&nbsp;ارسال کننده فايل</span></td>
            <td class="attachrow" width="75%">
            <a href="http://www.midorinco.ir/member.php?action=profile&amp;uid="></a></td>
            <td class="attachrow" width="10%" align="center" rowspan="7">
            <a href="attachment.php?aid=2278">
            <img border="0" alt="download" src="images/download.png">
</a>
<br>
</td>
</tr>
    	<tr>
			<td class="attachrow" width="15%"><span class="genmed">&nbsp;نوع فايل</span></td>
			<td class="attachrow" width="75%">
			<img src="images/attachtypes/rar.gif" border="0" alt=".rar" title=".rar" /></td>
					</tr>
<tr>
			<td class="attachrow" width="15%"><span class="genmed">&nbsp;اندازه</span></td>
			<td class="attachrow" width="75%">214.28 KB</td>
</tr>
<tr>
			<td class="attachrow" width="15%"><span class="genmed">&nbsp;دفعات دانلود</span></td>
			<td class="attachrow" width="75%"><span class="genmed">603 بار</span></td>
</tr>
		<tr>
<td class="attachrow" width="15%"><span class="genmed">&nbsp;گيرنده(های) فايل</span></td>
<td class="attachrow" width="75%"><style type="text/css">
/* animated spoiler CSS by Ali Movassagh */
.spoilerbuttonz {display:block;margin:-10px 0 2px 0;background:#EBEBEB;border:2px solid #F8A613;padding:3px;text-align:center;font-weight:bold;font-style:italic;font-size:12px;font-family:Tahoma;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;cursor:pointer;}
.spoilerz {overflow:hidden;background: #;}
.spoilerz > div {-webkit-transition: all 0.2s ease;-moz-transition: margin 0.2s ease;-o-transition: all 0.2s ease;transition: margin 0.7s ease;}
.spoilerbuttonz[value="نمایش دادن"] + .spoilerz > div {margin-top:-100%;}
.spoilerbuttonz[value="پنهان سازی"] + .spoilerz {padding:0px;}
</style>
<input class="spoilerbuttonz" type="button" value="نمایش دادن" onclick="this.value=this.value=='نمایش دادن'?'پنهان سازی':'نمایش دادن';">
<div class="spoilerz"><div><fieldset style="background: #EBEBEB;border:1px solid #F8A613;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;"></fieldset>
</div></div></td>
</tr>
<tr>
<td class="attachrow" width="15%"><span class="genmed">&nbsp;زمان آخرین دانلود</span></td>
<td class="attachrow" width="75%">1769704271</td>
</tr>
<tr>
<td class="attachrow" width="15%"><span class="genmed">&nbsp;یک سخنِ ناب</span></td>
<td class="attachrow" width="75%">
<!--sokhane Bozorgan -->
<script src='http://dl.midorinco.ir/tools/Sokhanhayerooz2.js' language=javascript ></script>
<script  language=javascript>Sokhantasadofi('Black','fafafa','0','dotted','black','8','tahoma'); </script>
<!--sokhane Bozorgan -->
</td>
</tr>
	<tr>
			<td colspan="3" class="attachheader" width="100%" align="center"><img src="http://www.midorinco.ir/images/midori-attach-icon.png"></td>
		</tr>
	</table>
</div><br>
<!-- end: postbit_attachments_attachment --></div></div></div></div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[کادر متحرک با استفاده از CSS3]]></title>
			<link>http://www.midorinco.ir/showthread.php?tid=1414</link>
			<pubDate>Sat, 25 Oct 2014 10:02:30 +0000</pubDate>
			<guid isPermaLink="false">http://www.midorinco.ir/showthread.php?tid=1414</guid>
			<description><![CDATA[<div style="text-align: CENTER;"><span style="text-shadow: 0px 5px 2px gray;"><span style="font-size: medium;"><span style="color: #FF0000;"><span style="font-weight: bold;">کادر متحرک با استفاده از CSS3</span></span></span></span><br />
<div style="text-align: RIGHT;">برای متن ها و یا تصویرهای خودتان با استفاده از چند خط کدنویسی ساده کادری متحرک درست کنید . نمونه ی زنده زیر را ببینید و در صورت علاقه مند شدن از کدهای داده شده استفاده کنید . تغییرات بعهده ی شماست .<br />
<div style="text-align: CENTER;"><br><iframe name="I love Midori" src="http://dl.midorinco.ir/others/css/Theborder-radiusisanimatableinCSS.html" scrolling="auto" width="500" height="500" frameborder="no"></iframe><br />
<div style="text-align: RIGHT;">
<div align="center"><div  style="margin: 5px 10px 10px; width: 98%;"><div style="text-align:  right; padding: 4px; background: #FFAA55; repeat-x scroll 0% 0%  transparent; border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; color:#ffffff; text-shadow:0 -1px #D3B40F; font-weight:bold;  "><input type="button" onclick="if  (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  != '') {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = '';       this.innerText = ''; this.value = 'پنهان کردن متن'; } else {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = 'none'; this.innerText = ''; this.value = 'نشان دادن متن'; }" style="width:  90px; height: 25px; font-size: 12px; margin: 0px; padding: 0px;font-family: Tahoma"  value="نشان دادن متن"></div><div><div  style="border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; display:  none; text-align: right">
</p>
<div class="codeblock"><div class="title"><input type="button" class="button select_button" value="انتخاب کدها" onClick="selectObj(this.parentNode.parentNode.getElementsByTagName('pre')[0].getElementsByTagName('code')[0])" id="coolcode_btnsel_1773751015_17_28" style="display: none;" /><script type="text/javascript">
//<!--
$("coolcode_btnsel_1773751015_17_28").style.display = "";
//-->
</script><city>کد HTML:</city>
</div>
			<div class="codecontainer"><table style="text-align:left;" align="left"><tr><td>
			<pre><code><span class="xml_tag">&lt;!DOCTYPE</span> <span class="xml_attrib">html</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;html&gt;</span>
<span class="xml_tag">&lt;head&gt;</span>
<span class="xml_tag">&lt;style&gt;</span><span class="html_style"> 
#myDIV {
    width: 300px;
    height: 200px;
    border: 1px solid black;
    -webkit-animation: mymove 5s infinite; /* Chrome, Safari, Opera */
    animation: mymove 5s infinite;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes mymove {
    50% {border-radius: 50px;}
}

/* Standard syntax */
@keyframes mymove {
    50% {border-radius: 50px;}
}
</span><span class="xml_tag">&lt;/style&gt;</span>
<span class="xml_tag">&lt;/head&gt;</span>
<span class="xml_tag">&lt;body&gt;</span>
<span class="xml_tag">&lt;center&gt;</span>
<span class="xml_tag">&lt;p&gt;</span>تغییر گردی کادر از صفر تا پنجاه پیکسل<span class="xml_tag">&lt;/p&gt;</span>
<span class="xml_tag">&lt;div</span> <span class="xml_attrib">id</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;myDIV&quot;</span><span class="xml_tag">&gt;</span><span class="xml_tag">&lt;br&gt;</span><span class="xml_tag">&lt;br&gt;</span><span class="xml_tag">&lt;center&gt;</span><span class="xml_tag">&lt;b&gt;</span>متحرک سازی با سی اس اس<span class="xml_tag">&lt;/b&gt;</span><span class="xml_tag">&lt;/center&gt;</span><span class="xml_tag">&lt;/div&gt;</span>

<span class="xml_tag">&lt;p&gt;</span>منتشر شده در تالار میدوری<span class="xml_tag">&lt;/p&gt;</span>
<span class="xml_tag">&lt;p&gt;</span><span class="xml_tag">&lt;b&gt;</span>توجه :<span class="xml_tag">&lt;/b&gt;</span>متحرک سازی با سی اس اس در اکسپلورر نگارش 9 به پایین کارایی ندارد<span class="xml_tag">&lt;/p&gt;</span>
<span class="xml_tag">&lt;/center&gt;</span>
<span class="xml_tag">&lt;/body&gt;</span>
<span class="xml_tag">&lt;/html&gt;</span></code></pre></td><td><div class="linenum"><code>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br />23<br />24<br />25<br />26<br />27<br />28<br />29<br />30<br />31<br />32<br />33</code></div></td></tr></table></div><hr class="hidden clear" /></div>
<p>
</div></div></div></div></div></div></div></div>]]></description>
			<content:encoded><![CDATA[<div style="text-align: CENTER;"><span style="text-shadow: 0px 5px 2px gray;"><span style="font-size: medium;"><span style="color: #FF0000;"><span style="font-weight: bold;">کادر متحرک با استفاده از CSS3</span></span></span></span><br />
<div style="text-align: RIGHT;">برای متن ها و یا تصویرهای خودتان با استفاده از چند خط کدنویسی ساده کادری متحرک درست کنید . نمونه ی زنده زیر را ببینید و در صورت علاقه مند شدن از کدهای داده شده استفاده کنید . تغییرات بعهده ی شماست .<br />
<div style="text-align: CENTER;"><br><iframe name="I love Midori" src="http://dl.midorinco.ir/others/css/Theborder-radiusisanimatableinCSS.html" scrolling="auto" width="500" height="500" frameborder="no"></iframe><br />
<div style="text-align: RIGHT;">
<div align="center"><div  style="margin: 5px 10px 10px; width: 98%;"><div style="text-align:  right; padding: 4px; background: #FFAA55; repeat-x scroll 0% 0%  transparent; border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; color:#ffffff; text-shadow:0 -1px #D3B40F; font-weight:bold;  "><input type="button" onclick="if  (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  != '') {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = '';       this.innerText = ''; this.value = 'پنهان کردن متن'; } else {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = 'none'; this.innerText = ''; this.value = 'نشان دادن متن'; }" style="width:  90px; height: 25px; font-size: 12px; margin: 0px; padding: 0px;font-family: Tahoma"  value="نشان دادن متن"></div><div><div  style="border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; display:  none; text-align: right">
</p>
<div class="codeblock"><div class="title"><input type="button" class="button select_button" value="انتخاب کدها" onClick="selectObj(this.parentNode.parentNode.getElementsByTagName('pre')[0].getElementsByTagName('code')[0])" id="coolcode_btnsel_1773751015_17_28" style="display: none;" /><script type="text/javascript">
//<!--
$("coolcode_btnsel_1773751015_17_28").style.display = "";
//-->
</script><city>کد HTML:</city>
</div>
			<div class="codecontainer"><table style="text-align:left;" align="left"><tr><td>
			<pre><code><span class="xml_tag">&lt;!DOCTYPE</span> <span class="xml_attrib">html</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;html&gt;</span>
<span class="xml_tag">&lt;head&gt;</span>
<span class="xml_tag">&lt;style&gt;</span><span class="html_style"> 
#myDIV {
    width: 300px;
    height: 200px;
    border: 1px solid black;
    -webkit-animation: mymove 5s infinite; /* Chrome, Safari, Opera */
    animation: mymove 5s infinite;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes mymove {
    50% {border-radius: 50px;}
}

/* Standard syntax */
@keyframes mymove {
    50% {border-radius: 50px;}
}
</span><span class="xml_tag">&lt;/style&gt;</span>
<span class="xml_tag">&lt;/head&gt;</span>
<span class="xml_tag">&lt;body&gt;</span>
<span class="xml_tag">&lt;center&gt;</span>
<span class="xml_tag">&lt;p&gt;</span>تغییر گردی کادر از صفر تا پنجاه پیکسل<span class="xml_tag">&lt;/p&gt;</span>
<span class="xml_tag">&lt;div</span> <span class="xml_attrib">id</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;myDIV&quot;</span><span class="xml_tag">&gt;</span><span class="xml_tag">&lt;br&gt;</span><span class="xml_tag">&lt;br&gt;</span><span class="xml_tag">&lt;center&gt;</span><span class="xml_tag">&lt;b&gt;</span>متحرک سازی با سی اس اس<span class="xml_tag">&lt;/b&gt;</span><span class="xml_tag">&lt;/center&gt;</span><span class="xml_tag">&lt;/div&gt;</span>

<span class="xml_tag">&lt;p&gt;</span>منتشر شده در تالار میدوری<span class="xml_tag">&lt;/p&gt;</span>
<span class="xml_tag">&lt;p&gt;</span><span class="xml_tag">&lt;b&gt;</span>توجه :<span class="xml_tag">&lt;/b&gt;</span>متحرک سازی با سی اس اس در اکسپلورر نگارش 9 به پایین کارایی ندارد<span class="xml_tag">&lt;/p&gt;</span>
<span class="xml_tag">&lt;/center&gt;</span>
<span class="xml_tag">&lt;/body&gt;</span>
<span class="xml_tag">&lt;/html&gt;</span></code></pre></td><td><div class="linenum"><code>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br />23<br />24<br />25<br />26<br />27<br />28<br />29<br />30<br />31<br />32<br />33</code></div></td></tr></table></div><hr class="hidden clear" /></div>
<p>
</div></div></div></div></div></div></div></div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[منوهایی زیبا برای سایت ها از آینده با CSS3 (مدل هفتاد و یکم)]]></title>
			<link>http://www.midorinco.ir/showthread.php?tid=1408</link>
			<pubDate>Wed, 22 Oct 2014 11:14:59 +0000</pubDate>
			<guid isPermaLink="false">http://www.midorinco.ir/showthread.php?tid=1408</guid>
			<description><![CDATA[<div style="text-align: CENTER;"><span style="text-shadow: 0px 5px 2px gray;"><span style="font-size: medium;"><span style="color: #FF0000;"><span style="font-weight: bold;">منوهایی زیبا برای سایت ها از آینده با CSS3 (مدل هفتاد و یکم)</span></span></span></span></div>منو های زیبا و ابتکاری برای استفاده در  سایت ها مدل هایی که بسیار ابتکاری هستند و رویایی و فقط با استفاده از کد های CSS3 . برای استفاده ابتدا نمونه ی زنده ی زیر را با مرورگرهای گوناگون ببینید و سپس در صورت علاقه مند شدن , فایل پیوستی را <a href="http://www.midorinco.ir/index.php" title="دانلود" >دانلود</a> و استفاده کنید . تغییرات بعهده ی شماست . <img src="images/smilies/cool.gif" style="vertical-align: middle;" border="0" alt="Cool" title="Cool" /><br />
<br />
<div style="text-align: CENTER;"><br><iframe name="I love Midori" src="http://dl.midorinco.ir/others/css/future_menus/newmenu/newmenu.html" scrolling="auto" width="600" height="300" frameborder="no"></iframe></div>]]></description>
			<content:encoded><![CDATA[<div style="text-align: CENTER;"><span style="text-shadow: 0px 5px 2px gray;"><span style="font-size: medium;"><span style="color: #FF0000;"><span style="font-weight: bold;">منوهایی زیبا برای سایت ها از آینده با CSS3 (مدل هفتاد و یکم)</span></span></span></span></div>منو های زیبا و ابتکاری برای استفاده در  سایت ها مدل هایی که بسیار ابتکاری هستند و رویایی و فقط با استفاده از کد های CSS3 . برای استفاده ابتدا نمونه ی زنده ی زیر را با مرورگرهای گوناگون ببینید و سپس در صورت علاقه مند شدن , فایل پیوستی را <a href="http://www.midorinco.ir/index.php" title="دانلود" >دانلود</a> و استفاده کنید . تغییرات بعهده ی شماست . <img src="images/smilies/cool.gif" style="vertical-align: middle;" border="0" alt="Cool" title="Cool" /><br />
<br />
<div style="text-align: CENTER;"><br><iframe name="I love Midori" src="http://dl.midorinco.ir/others/css/future_menus/newmenu/newmenu.html" scrolling="auto" width="600" height="300" frameborder="no"></iframe></div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[تولتیپ های زیبای رنگین و تصویری یا CSS]]></title>
			<link>http://www.midorinco.ir/showthread.php?tid=1405</link>
			<pubDate>Thu, 16 Oct 2014 14:48:18 +0000</pubDate>
			<guid isPermaLink="false">http://www.midorinco.ir/showthread.php?tid=1405</guid>
			<description><![CDATA[<div style="text-align: CENTER;"><span style="text-shadow: 0px 5px 2px gray;"><span style="font-size: medium;"><span style="color: #FF0000;"><span style="font-weight: bold;">تولتیپ های زیبای رنگین و تصویری یا CSS</span></span></span></span><br />
<div style="text-align: RIGHT;">تولتیپ های زیبا و ابتکاری با استفاده از رنگ و تصویر می توانند جلوه ی زیباتری به سایت ها بدهند . نمونه ی زیر را ببینید (اشاره گر را روی نوشته ها ببرید) . در صورت علاقه مند شدن و استفاده و یا بررسی کدهای این پروژه را قرار داده ام و تصویرهای استفاده شده هم به پیوست هستند . تغییرات بعهده ی شماست .<br />
<br />
<div style="text-align: CENTER;"><br><iframe name="I love Midori" src="http://dl.midorinco.ir/others/css/css-color-tooltips/css-color-tooltip.html" scrolling="auto" width="700" height="300" frameborder="no"></iframe><br />
<br />
<div style="text-align: RIGHT;"><div align="center"><div  style="margin: 5px 10px 10px; width: 98%;"><div style="text-align:  right; padding: 4px; background: #FFAA55; repeat-x scroll 0% 0%  transparent; border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; color:#ffffff; text-shadow:0 -1px #D3B40F; font-weight:bold;  "><input type="button" onclick="if  (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  != '') {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = '';       this.innerText = ''; this.value = 'پنهان کردن متن'; } else {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = 'none'; this.innerText = ''; this.value = 'نشان دادن متن'; }" style="width:  90px; height: 25px; font-size: 12px; margin: 0px; padding: 0px;font-family: Tahoma"  value="نشان دادن متن"></div><div><div  style="border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; display:  none; text-align: right">
</p>
<div class="codeblock"><div class="title"><input type="button" class="button select_button" value="انتخاب کدها" onClick="selectObj(this.parentNode.parentNode.getElementsByTagName('pre')[0].getElementsByTagName('code')[0])" id="coolcode_btnsel_1773751015_18_12" style="display: none;" /><script type="text/javascript">
//<!--
$("coolcode_btnsel_1773751015_18_12").style.display = "";
//-->
</script><city>کد HTML:</city>
</div>
			<div class="codecontainer"><table style="text-align:left;" align="left"><tr><td>
			<pre><code><span class="xml_tag">&lt;!DOCTYPE</span> <span class="xml_attrib">html</span> <span class="xml_attrib">PUBLIC</span> <span class="xml_attribvalue">&quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot;</span> <span class="xml_attribvalue">&quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;html</span> <span class="xml_attrib">xmlns</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;http://www.w3.org/1999/xhtml&quot;</span><span class="xml_tag">&gt;</span>
    <span class="xml_tag">&lt;head&gt;</span>
	   <span class="xml_tag">&lt;meta</span> <span class="xml_attrib">http-equiv</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;content-type&quot;</span> <span class="xml_attrib">content</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;text/html; charset=utf-8&quot;</span> <span class="xml_tag">/&gt;</span>
	   <span class="xml_tag">&lt;title&gt;</span>CSS3 تول تیپ های زیبا و تصویری با<span class="xml_tag">&lt;/title&gt;</span>
	   <span class="xml_tag">&lt;style</span> <span class="xml_attrib">type</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;text/css&quot;</span><span class="xml_tag">&gt;</span><span class="html_style">
	   .tooltip {
		  border-bottom: 1px dotted #000000; color: #000000; outline: none;
		  cursor: help; text-decoration: none;
		  position: relative;
	   }
	   .tooltip span {
		  margin-left: -999em;
		  position: absolute;
	   }
	   .tooltip:hover span {
		  border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
		  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); 
-moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
		  font-family: Calibri, Tahoma, Geneva, sans-serif;
		  position: absolute; left: 1em; top: 2em; z-index: 99;
		  margin-left: 0; width: 250px;
	   }
	   .tooltip:hover img {
		  border: 0; margin: -10px 0 0 -55px;
		  float: left; position: absolute;
	   }
	   .tooltip:hover em {
		  font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1.2em; font-weight: bold;
		  display: block; padding: 0.2em 0 0.6em 0;
	   }
	   .classic { padding: 0.8em 1em; }
	   .custom { padding: 0.5em 0.8em 0.8em 2em; }
	   * html a:hover { background: transparent; }
	   .classic {background: #FFFFAA; border: 1px solid #FFAD33; }
	   .critical { background: #FFCCAA; border: 1px solid #FF3334;    }
	   .help { background: #9FDAEE; border: 1px solid #2BB0D7;    }
	   .info { background: #9FDAEE; border: 1px solid #2BB0D7;    }
	   .warning { background: #FFFFAA; border: 1px solid #FFAD33; }
	   </span><span class="xml_tag">&lt;/style&gt;</span>
    <span class="xml_tag">&lt;/head&gt;</span>
    <span class="xml_tag">&lt;body&gt;</span><span class="xml_tag">&lt;center&gt;</span>
<span class="xml_tag">&lt;h1&gt;</span>CSS3 تول تیپ های زیبا و تصویری با<span class="xml_tag">&lt;/h1&gt;</span>
<span class="xml_tag">&lt;p&gt;</span>نمونه های تول تیپ<span class="xml_tag">&lt;/p&gt;</span><span class="xml_tag">&lt;/center&gt;</span><span class="xml_tag">&lt;br</span> <span class="xml_tag">/&gt;</span><span class="xml_tag">&lt;p</span> <span class="xml_attrib">style</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;text-align:center&quot;</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;a</span> <span class="xml_attrib">class</span> =&quot;tooltip&quot; href=&quot;#&quot;&gt;نمونه ی نخست<span class="xml_tag">&lt;span</span> <span class="xml_attrib">class</span> =&quot;classic&quot;&gt;نمونه ی نخست : ساده و با رنگ پس زمینه و کادر رنگی<span class="xml_tag">&lt;/span&gt;</span>
<span class="xml_tag">&lt;/a&gt;</span><span class="xml_escape">&amp;nbsp;</span><span class="xml_escape">&amp;nbsp;</span><span class="xml_escape">&amp;nbsp;</span><span class="xml_escape">&amp;nbsp;</span><span class="xml_escape">&amp;nbsp;</span><span class="xml_escape">&amp;nbsp;</span><span class="xml_tag">&lt;a</span> <span class="xml_attrib">class</span> =&quot;tooltip&quot; href=&quot;#&quot;&gt;نمونه ی دوم<span class="xml_tag">&lt;span</span> <span class="xml_attrib">class</span> =&quot;custom critical&quot;&gt;
<span class="xml_tag">&lt;img</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;Critical.png&quot;</span> <span class="xml_attrib">alt</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;Error&quot;</span> <span class="xml_attrib">height</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;48&quot;</span> <span class="xml_attrib">width</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;48&quot;</span> <span class="xml_tag">/&gt;</span><span class="xml_tag">&lt;em&gt;</span>نمونه ی دوم<span class="xml_tag">&lt;/em&gt;</span>با تصویر و زیبا سازی<span class="xml_tag">&lt;/span&gt;</span>
<span class="xml_tag">&lt;/a&gt;</span><span class="xml_escape">&amp;nbsp;</span><span class="xml_escape">&amp;nbsp;</span><span class="xml_escape">&amp;nbsp;</span><span class="xml_escape">&amp;nbsp;</span><span class="xml_escape">&amp;nbsp;</span><span class="xml_escape">&amp;nbsp;</span><span class="xml_tag">&lt;a</span> <span class="xml_attrib">class</span> =&quot;tooltip&quot; href=&quot;#&quot;&gt;نمونه ی سوم<span class="xml_tag">&lt;span</span> <span class="xml_attrib">class</span> =&quot;custom help&quot;&gt;
<span class="xml_tag">&lt;img</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;Help.png&quot;</span> <span class="xml_attrib">alt</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;Help&quot;</span> <span class="xml_attrib">height</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;48&quot;</span> <span class="xml_attrib">width</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;48&quot;</span> <span class="xml_tag">/&gt;</span><span class="xml_tag">&lt;em&gt;</span>نمونه ی سوم<span class="xml_tag">&lt;/em&gt;</span>با تصویر و زیبا سازی<span class="xml_tag">&lt;/span&gt;</span>
<span class="xml_tag">&lt;/a&gt;</span><span class="xml_escape">&amp;nbsp;</span><span class="xml_escape">&amp;nbsp;</span><span class="xml_escape">&amp;nbsp;</span><span class="xml_escape">&amp;nbsp;</span><span class="xml_escape">&amp;nbsp;</span><span class="xml_escape">&amp;nbsp;</span><span class="xml_tag">&lt;a</span> <span class="xml_attrib">class</span> =&quot;tooltip&quot; href=&quot;#&quot;&gt;نمونه ی چهارم<span class="xml_tag">&lt;span</span> <span class="xml_attrib">class</span> =&quot;custom info&quot;&gt;
<span class="xml_tag">&lt;img</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;Info.png&quot;</span> <span class="xml_attrib">alt</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;Information&quot;</span> <span class="xml_attrib">height</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;48&quot;</span> <span class="xml_attrib">width</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;48&quot;</span> <span class="xml_tag">/&gt;</span><span class="xml_tag">&lt;em&gt;</span>نمونه ی چهارم<span class="xml_tag">&lt;/em&gt;</span>با تصویر و زیبا سازی<span class="xml_tag">&lt;/span&gt;</span>
<span class="xml_tag">&lt;/a&gt;</span><span class="xml_escape">&amp;nbsp;</span><span class="xml_escape">&amp;nbsp;</span><span class="xml_escape">&amp;nbsp;</span><span class="xml_escape">&amp;nbsp;</span><span class="xml_escape">&amp;nbsp;</span><span class="xml_escape">&amp;nbsp;</span><span class="xml_tag">&lt;a</span> <span class="xml_attrib">class</span> =&quot;tooltip&quot; href=&quot;#&quot;&gt;نمونه ی پنجم<span class="xml_tag">&lt;span</span> <span class="xml_attrib">class</span> =&quot;custom warning&quot;&gt;
<span class="xml_tag">&lt;img</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;Warning.png&quot;</span> <span class="xml_attrib">alt</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;Warning&quot;</span> <span class="xml_attrib">height</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;48&quot;</span> <span class="xml_attrib">width</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;48&quot;</span> <span class="xml_tag">/&gt;</span><span class="xml_tag">&lt;em&gt;</span>نمونه ی پنجم<span class="xml_tag">&lt;/em&gt;</span>با تصویر و زیبا سازی<span class="xml_tag">&lt;/span&gt;</span>
<span class="xml_tag">&lt;/a&gt;</span><span class="xml_tag">&lt;/p&gt;</span><span class="xml_tag">&lt;center&gt;</span><span class="xml_tag">&lt;p&gt;</span>و<span class="xml_tag">&lt;/p&gt;</span><span class="xml_tag">&lt;p&gt;</span>نمونه های بیشتر با تغییرات و سلیقه ی زیبای شما انجام می شود<span class="xml_tag">&lt;/p&gt;</span><span class="xml_tag">&lt;p&gt;</span>منتشر شده در تالار میدوری<span class="xml_tag">&lt;/p&gt;</span>
<span class="xml_tag">&lt;/center&gt;</span><span class="xml_tag">&lt;/body&gt;</span>
<span class="xml_tag">&lt;/html&gt;</span></code></pre></td><td><div class="linenum"><code>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br />23<br />24<br />25<br />26<br />27<br />28<br />29<br />30<br />31<br />32<br />33<br />34<br />35<br />36<br />37<br />38<br />39<br />40<br />41<br />42<br />43<br />44<br />45<br />46<br />47<br />48<br />49<br />50<br />51<br />52<br />53<br />54<br />55<br />56</code></div></td></tr></table></div><hr class="hidden clear" /></div>
<p>
</div></div></div></div>
<div style="text-align: CENTER;">==========<br />
<span style="font-weight: bold;">تصویرهای استفاده شده در این پروژه</span><br />
<div style="text-align: RIGHT;"><!-- start: postbit_attachments_attachment -->
<style type="text/css">
<!--
td.attachrow		{font: normal 11px Tahoma;}
td.attachheader     {font: normal 11px Tahoma; background-color: #ededed; }
table.attachtable	{font: normal 12px Tahoma;border-collapse : collapse; }
-->
</style>
	<style type="text/css">
<!--
td.attachrow		{font: normal 11px Tahoma;}
td.attachheader     {font: normal 11px Tahoma; background-color: #ededed; }
table.attachtable	{font: normal 12px Tahoma;border-collapse : collapse; }
-->
</style>
	<style>
<!--
table.attachtable	{font: normal 12px Tahoma;border-collapse : collapse; }
td.attachheader     {font: normal 11px Tahoma; background-color: #ededed; }
td.attachrow		{font: normal 11px Tahoma;}
-->
</style>
<br><div style="width:90%;padding:0px;margin:auto;box-shadow:0 0 0 2px #5F0308,0 0 0 4px #6F030A,0 0 0 6px #8B030D,0 0 0 8px #B4030F,0 0 0 10px #8B030D,0 0 0 12px #6F030A,0 0 0 14px #5F0308,5px 6px 6px 18px rgba(0,0,0,0.5);border-radius:4px;">
	<table border="0" cellpadding="0" cellspacing="4">
	</table>
	<table class="attachtable" id="table2" width="100%" align="center" border="1" cellpadding="2" cellspacing="0">
		<tr>
			<td colspan="3" class="attachheader" width="100%" align="center"><b>
			css-tooltips.rar</b></td>
    	</tr>
       <tr>
            <td class="attachrow" width="15%"><span class="genmed">&nbsp;ارسال کننده فايل</span></td>
            <td class="attachrow" width="75%">
            <a href="http://www.midorinco.ir/member.php?action=profile&amp;uid="></a></td>
            <td class="attachrow" width="10%" align="center" rowspan="7">
            <a href="attachment.php?aid=2218">
            <img border="0" alt="download" src="images/download.png">
</a>
<br>
</td>
</tr>
    	<tr>
			<td class="attachrow" width="15%"><span class="genmed">&nbsp;نوع فايل</span></td>
			<td class="attachrow" width="75%">
			<img src="images/attachtypes/rar.gif" border="0" alt=".rar" title=".rar" /></td>
					</tr>
<tr>
			<td class="attachrow" width="15%"><span class="genmed">&nbsp;اندازه</span></td>
			<td class="attachrow" width="75%">17.01 KB</td>
</tr>
<tr>
			<td class="attachrow" width="15%"><span class="genmed">&nbsp;دفعات دانلود</span></td>
			<td class="attachrow" width="75%"><span class="genmed">512 بار</span></td>
</tr>
		<tr>
<td class="attachrow" width="15%"><span class="genmed">&nbsp;گيرنده(های) فايل</span></td>
<td class="attachrow" width="75%"><style type="text/css">
/* animated spoiler CSS by Ali Movassagh */
.spoilerbuttonz {display:block;margin:-10px 0 2px 0;background:#EBEBEB;border:2px solid #F8A613;padding:3px;text-align:center;font-weight:bold;font-style:italic;font-size:12px;font-family:Tahoma;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;cursor:pointer;}
.spoilerz {overflow:hidden;background: #;}
.spoilerz > div {-webkit-transition: all 0.2s ease;-moz-transition: margin 0.2s ease;-o-transition: all 0.2s ease;transition: margin 0.7s ease;}
.spoilerbuttonz[value="نمایش دادن"] + .spoilerz > div {margin-top:-100%;}
.spoilerbuttonz[value="پنهان سازی"] + .spoilerz {padding:0px;}
</style>
<input class="spoilerbuttonz" type="button" value="نمایش دادن" onclick="this.value=this.value=='نمایش دادن'?'پنهان سازی':'نمایش دادن';">
<div class="spoilerz"><div><fieldset style="background: #EBEBEB;border:1px solid #F8A613;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;"></fieldset>
</div></div></td>
</tr>
<tr>
<td class="attachrow" width="15%"><span class="genmed">&nbsp;زمان آخرین دانلود</span></td>
<td class="attachrow" width="75%">1764903310</td>
</tr>
<tr>
<td class="attachrow" width="15%"><span class="genmed">&nbsp;یک سخنِ ناب</span></td>
<td class="attachrow" width="75%">
<!--sokhane Bozorgan -->
<script src='http://dl.midorinco.ir/tools/Sokhanhayerooz2.js' language=javascript ></script>
<script  language=javascript>Sokhantasadofi('Black','fafafa','0','dotted','black','8','tahoma'); </script>
<!--sokhane Bozorgan -->
</td>
</tr>
	<tr>
			<td colspan="3" class="attachheader" width="100%" align="center"><img src="http://www.midorinco.ir/images/midori-attach-icon.png"></td>
		</tr>
	</table>
</div><br>
<!-- end: postbit_attachments_attachment --></div></div></div></div></div></div>]]></description>
			<content:encoded><![CDATA[<div style="text-align: CENTER;"><span style="text-shadow: 0px 5px 2px gray;"><span style="font-size: medium;"><span style="color: #FF0000;"><span style="font-weight: bold;">تولتیپ های زیبای رنگین و تصویری یا CSS</span></span></span></span><br />
<div style="text-align: RIGHT;">تولتیپ های زیبا و ابتکاری با استفاده از رنگ و تصویر می توانند جلوه ی زیباتری به سایت ها بدهند . نمونه ی زیر را ببینید (اشاره گر را روی نوشته ها ببرید) . در صورت علاقه مند شدن و استفاده و یا بررسی کدهای این پروژه را قرار داده ام و تصویرهای استفاده شده هم به پیوست هستند . تغییرات بعهده ی شماست .<br />
<br />
<div style="text-align: CENTER;"><br><iframe name="I love Midori" src="http://dl.midorinco.ir/others/css/css-color-tooltips/css-color-tooltip.html" scrolling="auto" width="700" height="300" frameborder="no"></iframe><br />
<br />
<div style="text-align: RIGHT;"><div align="center"><div  style="margin: 5px 10px 10px; width: 98%;"><div style="text-align:  right; padding: 4px; background: #FFAA55; repeat-x scroll 0% 0%  transparent; border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; color:#ffffff; text-shadow:0 -1px #D3B40F; font-weight:bold;  "><input type="button" onclick="if  (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  != '') {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = '';       this.innerText = ''; this.value = 'پنهان کردن متن'; } else {  this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display  = 'none'; this.innerText = ''; this.value = 'نشان دادن متن'; }" style="width:  90px; height: 25px; font-size: 12px; margin: 0px; padding: 0px;font-family: Tahoma"  value="نشان دادن متن"></div><div><div  style="border: 4px solid #D3B40F; padding: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; display:  none; text-align: right">
</p>
<div class="codeblock"><div class="title"><input type="button" class="button select_button" value="انتخاب کدها" onClick="selectObj(this.parentNode.parentNode.getElementsByTagName('pre')[0].getElementsByTagName('code')[0])" id="coolcode_btnsel_1773751015_18_12" style="display: none;" /><script type="text/javascript">
//<!--
$("coolcode_btnsel_1773751015_18_12").style.display = "";
//-->
</script><city>کد HTML:</city>
</div>
			<div class="codecontainer"><table style="text-align:left;" align="left"><tr><td>
			<pre><code><span class="xml_tag">&lt;!DOCTYPE</span> <span class="xml_attrib">html</span> <span class="xml_attrib">PUBLIC</span> <span class="xml_attribvalue">&quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot;</span> <span class="xml_attribvalue">&quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;html</span> <span class="xml_attrib">xmlns</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;http://www.w3.org/1999/xhtml&quot;</span><span class="xml_tag">&gt;</span>
    <span class="xml_tag">&lt;head&gt;</span>
	   <span class="xml_tag">&lt;meta</span> <span class="xml_attrib">http-equiv</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;content-type&quot;</span> <span class="xml_attrib">content</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;text/html; charset=utf-8&quot;</span> <span class="xml_tag">/&gt;</span>
	   <span class="xml_tag">&lt;title&gt;</span>CSS3 تول تیپ های زیبا و تصویری با<span class="xml_tag">&lt;/title&gt;</span>
	   <span class="xml_tag">&lt;style</span> <span class="xml_attrib">type</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;text/css&quot;</span><span class="xml_tag">&gt;</span><span class="html_style">
	   .tooltip {
		  border-bottom: 1px dotted #000000; color: #000000; outline: none;
		  cursor: help; text-decoration: none;
		  position: relative;
	   }
	   .tooltip span {
		  margin-left: -999em;
		  position: absolute;
	   }
	   .tooltip:hover span {
		  border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
		  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); 
-moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
		  font-family: Calibri, Tahoma, Geneva, sans-serif;
		  position: absolute; left: 1em; top: 2em; z-index: 99;
		  margin-left: 0; width: 250px;
	   }
	   .tooltip:hover img {
		  border: 0; margin: -10px 0 0 -55px;
		  float: left; position: absolute;
	   }
	   .tooltip:hover em {
		  font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1.2em; font-weight: bold;
		  display: block; padding: 0.2em 0 0.6em 0;
	   }
	   .classic { padding: 0.8em 1em; }
	   .custom { padding: 0.5em 0.8em 0.8em 2em; }
	   * html a:hover { background: transparent; }
	   .classic {background: #FFFFAA; border: 1px solid #FFAD33; }
	   .critical { background: #FFCCAA; border: 1px solid #FF3334;    }
	   .help { background: #9FDAEE; border: 1px solid #2BB0D7;    }
	   .info { background: #9FDAEE; border: 1px solid #2BB0D7;    }
	   .warning { background: #FFFFAA; border: 1px solid #FFAD33; }
	   </span><span class="xml_tag">&lt;/style&gt;</span>
    <span class="xml_tag">&lt;/head&gt;</span>
    <span class="xml_tag">&lt;body&gt;</span><span class="xml_tag">&lt;center&gt;</span>
<span class="xml_tag">&lt;h1&gt;</span>CSS3 تول تیپ های زیبا و تصویری با<span class="xml_tag">&lt;/h1&gt;</span>
<span class="xml_tag">&lt;p&gt;</span>نمونه های تول تیپ<span class="xml_tag">&lt;/p&gt;</span><span class="xml_tag">&lt;/center&gt;</span><span class="xml_tag">&lt;br</span> <span class="xml_tag">/&gt;</span><span class="xml_tag">&lt;p</span> <span class="xml_attrib">style</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;text-align:center&quot;</span><span class="xml_tag">&gt;</span>
<span class="xml_tag">&lt;a</span> <span class="xml_attrib">class</span> =&quot;tooltip&quot; href=&quot;#&quot;&gt;نمونه ی نخست<span class="xml_tag">&lt;span</span> <span class="xml_attrib">class</span> =&quot;classic&quot;&gt;نمونه ی نخست : ساده و با رنگ پس زمینه و کادر رنگی<span class="xml_tag">&lt;/span&gt;</span>
<span class="xml_tag">&lt;/a&gt;</span><span class="xml_escape">&amp;nbsp;</span><span class="xml_escape">&amp;nbsp;</span><span class="xml_escape">&amp;nbsp;</span><span class="xml_escape">&amp;nbsp;</span><span class="xml_escape">&amp;nbsp;</span><span class="xml_escape">&amp;nbsp;</span><span class="xml_tag">&lt;a</span> <span class="xml_attrib">class</span> =&quot;tooltip&quot; href=&quot;#&quot;&gt;نمونه ی دوم<span class="xml_tag">&lt;span</span> <span class="xml_attrib">class</span> =&quot;custom critical&quot;&gt;
<span class="xml_tag">&lt;img</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;Critical.png&quot;</span> <span class="xml_attrib">alt</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;Error&quot;</span> <span class="xml_attrib">height</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;48&quot;</span> <span class="xml_attrib">width</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;48&quot;</span> <span class="xml_tag">/&gt;</span><span class="xml_tag">&lt;em&gt;</span>نمونه ی دوم<span class="xml_tag">&lt;/em&gt;</span>با تصویر و زیبا سازی<span class="xml_tag">&lt;/span&gt;</span>
<span class="xml_tag">&lt;/a&gt;</span><span class="xml_escape">&amp;nbsp;</span><span class="xml_escape">&amp;nbsp;</span><span class="xml_escape">&amp;nbsp;</span><span class="xml_escape">&amp;nbsp;</span><span class="xml_escape">&amp;nbsp;</span><span class="xml_escape">&amp;nbsp;</span><span class="xml_tag">&lt;a</span> <span class="xml_attrib">class</span> =&quot;tooltip&quot; href=&quot;#&quot;&gt;نمونه ی سوم<span class="xml_tag">&lt;span</span> <span class="xml_attrib">class</span> =&quot;custom help&quot;&gt;
<span class="xml_tag">&lt;img</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;Help.png&quot;</span> <span class="xml_attrib">alt</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;Help&quot;</span> <span class="xml_attrib">height</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;48&quot;</span> <span class="xml_attrib">width</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;48&quot;</span> <span class="xml_tag">/&gt;</span><span class="xml_tag">&lt;em&gt;</span>نمونه ی سوم<span class="xml_tag">&lt;/em&gt;</span>با تصویر و زیبا سازی<span class="xml_tag">&lt;/span&gt;</span>
<span class="xml_tag">&lt;/a&gt;</span><span class="xml_escape">&amp;nbsp;</span><span class="xml_escape">&amp;nbsp;</span><span class="xml_escape">&amp;nbsp;</span><span class="xml_escape">&amp;nbsp;</span><span class="xml_escape">&amp;nbsp;</span><span class="xml_escape">&amp;nbsp;</span><span class="xml_tag">&lt;a</span> <span class="xml_attrib">class</span> =&quot;tooltip&quot; href=&quot;#&quot;&gt;نمونه ی چهارم<span class="xml_tag">&lt;span</span> <span class="xml_attrib">class</span> =&quot;custom info&quot;&gt;
<span class="xml_tag">&lt;img</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;Info.png&quot;</span> <span class="xml_attrib">alt</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;Information&quot;</span> <span class="xml_attrib">height</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;48&quot;</span> <span class="xml_attrib">width</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;48&quot;</span> <span class="xml_tag">/&gt;</span><span class="xml_tag">&lt;em&gt;</span>نمونه ی چهارم<span class="xml_tag">&lt;/em&gt;</span>با تصویر و زیبا سازی<span class="xml_tag">&lt;/span&gt;</span>
<span class="xml_tag">&lt;/a&gt;</span><span class="xml_escape">&amp;nbsp;</span><span class="xml_escape">&amp;nbsp;</span><span class="xml_escape">&amp;nbsp;</span><span class="xml_escape">&amp;nbsp;</span><span class="xml_escape">&amp;nbsp;</span><span class="xml_escape">&amp;nbsp;</span><span class="xml_tag">&lt;a</span> <span class="xml_attrib">class</span> =&quot;tooltip&quot; href=&quot;#&quot;&gt;نمونه ی پنجم<span class="xml_tag">&lt;span</span> <span class="xml_attrib">class</span> =&quot;custom warning&quot;&gt;
<span class="xml_tag">&lt;img</span> <span class="xml_attrib">src</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;Warning.png&quot;</span> <span class="xml_attrib">alt</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;Warning&quot;</span> <span class="xml_attrib">height</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;48&quot;</span> <span class="xml_attrib">width</span><span class="xml_attribequal">=</span><span class="xml_attribvalue">&quot;48&quot;</span> <span class="xml_tag">/&gt;</span><span class="xml_tag">&lt;em&gt;</span>نمونه ی پنجم<span class="xml_tag">&lt;/em&gt;</span>با تصویر و زیبا سازی<span class="xml_tag">&lt;/span&gt;</span>
<span class="xml_tag">&lt;/a&gt;</span><span class="xml_tag">&lt;/p&gt;</span><span class="xml_tag">&lt;center&gt;</span><span class="xml_tag">&lt;p&gt;</span>و<span class="xml_tag">&lt;/p&gt;</span><span class="xml_tag">&lt;p&gt;</span>نمونه های بیشتر با تغییرات و سلیقه ی زیبای شما انجام می شود<span class="xml_tag">&lt;/p&gt;</span><span class="xml_tag">&lt;p&gt;</span>منتشر شده در تالار میدوری<span class="xml_tag">&lt;/p&gt;</span>
<span class="xml_tag">&lt;/center&gt;</span><span class="xml_tag">&lt;/body&gt;</span>
<span class="xml_tag">&lt;/html&gt;</span></code></pre></td><td><div class="linenum"><code>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br />23<br />24<br />25<br />26<br />27<br />28<br />29<br />30<br />31<br />32<br />33<br />34<br />35<br />36<br />37<br />38<br />39<br />40<br />41<br />42<br />43<br />44<br />45<br />46<br />47<br />48<br />49<br />50<br />51<br />52<br />53<br />54<br />55<br />56</code></div></td></tr></table></div><hr class="hidden clear" /></div>
<p>
</div></div></div></div>
<div style="text-align: CENTER;">==========<br />
<span style="font-weight: bold;">تصویرهای استفاده شده در این پروژه</span><br />
<div style="text-align: RIGHT;"><!-- start: postbit_attachments_attachment -->
<style type="text/css">
<!--
td.attachrow		{font: normal 11px Tahoma;}
td.attachheader     {font: normal 11px Tahoma; background-color: #ededed; }
table.attachtable	{font: normal 12px Tahoma;border-collapse : collapse; }
-->
</style>
	<style type="text/css">
<!--
td.attachrow		{font: normal 11px Tahoma;}
td.attachheader     {font: normal 11px Tahoma; background-color: #ededed; }
table.attachtable	{font: normal 12px Tahoma;border-collapse : collapse; }
-->
</style>
	<style>
<!--
table.attachtable	{font: normal 12px Tahoma;border-collapse : collapse; }
td.attachheader     {font: normal 11px Tahoma; background-color: #ededed; }
td.attachrow		{font: normal 11px Tahoma;}
-->
</style>
<br><div style="width:90%;padding:0px;margin:auto;box-shadow:0 0 0 2px #5F0308,0 0 0 4px #6F030A,0 0 0 6px #8B030D,0 0 0 8px #B4030F,0 0 0 10px #8B030D,0 0 0 12px #6F030A,0 0 0 14px #5F0308,5px 6px 6px 18px rgba(0,0,0,0.5);border-radius:4px;">
	<table border="0" cellpadding="0" cellspacing="4">
	</table>
	<table class="attachtable" id="table2" width="100%" align="center" border="1" cellpadding="2" cellspacing="0">
		<tr>
			<td colspan="3" class="attachheader" width="100%" align="center"><b>
			css-tooltips.rar</b></td>
    	</tr>
       <tr>
            <td class="attachrow" width="15%"><span class="genmed">&nbsp;ارسال کننده فايل</span></td>
            <td class="attachrow" width="75%">
            <a href="http://www.midorinco.ir/member.php?action=profile&amp;uid="></a></td>
            <td class="attachrow" width="10%" align="center" rowspan="7">
            <a href="attachment.php?aid=2218">
            <img border="0" alt="download" src="images/download.png">
</a>
<br>
</td>
</tr>
    	<tr>
			<td class="attachrow" width="15%"><span class="genmed">&nbsp;نوع فايل</span></td>
			<td class="attachrow" width="75%">
			<img src="images/attachtypes/rar.gif" border="0" alt=".rar" title=".rar" /></td>
					</tr>
<tr>
			<td class="attachrow" width="15%"><span class="genmed">&nbsp;اندازه</span></td>
			<td class="attachrow" width="75%">17.01 KB</td>
</tr>
<tr>
			<td class="attachrow" width="15%"><span class="genmed">&nbsp;دفعات دانلود</span></td>
			<td class="attachrow" width="75%"><span class="genmed">512 بار</span></td>
</tr>
		<tr>
<td class="attachrow" width="15%"><span class="genmed">&nbsp;گيرنده(های) فايل</span></td>
<td class="attachrow" width="75%"><style type="text/css">
/* animated spoiler CSS by Ali Movassagh */
.spoilerbuttonz {display:block;margin:-10px 0 2px 0;background:#EBEBEB;border:2px solid #F8A613;padding:3px;text-align:center;font-weight:bold;font-style:italic;font-size:12px;font-family:Tahoma;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;cursor:pointer;}
.spoilerz {overflow:hidden;background: #;}
.spoilerz > div {-webkit-transition: all 0.2s ease;-moz-transition: margin 0.2s ease;-o-transition: all 0.2s ease;transition: margin 0.7s ease;}
.spoilerbuttonz[value="نمایش دادن"] + .spoilerz > div {margin-top:-100%;}
.spoilerbuttonz[value="پنهان سازی"] + .spoilerz {padding:0px;}
</style>
<input class="spoilerbuttonz" type="button" value="نمایش دادن" onclick="this.value=this.value=='نمایش دادن'?'پنهان سازی':'نمایش دادن';">
<div class="spoilerz"><div><fieldset style="background: #EBEBEB;border:1px solid #F8A613;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;"></fieldset>
</div></div></td>
</tr>
<tr>
<td class="attachrow" width="15%"><span class="genmed">&nbsp;زمان آخرین دانلود</span></td>
<td class="attachrow" width="75%">1764903310</td>
</tr>
<tr>
<td class="attachrow" width="15%"><span class="genmed">&nbsp;یک سخنِ ناب</span></td>
<td class="attachrow" width="75%">
<!--sokhane Bozorgan -->
<script src='http://dl.midorinco.ir/tools/Sokhanhayerooz2.js' language=javascript ></script>
<script  language=javascript>Sokhantasadofi('Black','fafafa','0','dotted','black','8','tahoma'); </script>
<!--sokhane Bozorgan -->
</td>
</tr>
	<tr>
			<td colspan="3" class="attachheader" width="100%" align="center"><img src="http://www.midorinco.ir/images/midori-attach-icon.png"></td>
		</tr>
	</table>
</div><br>
<!-- end: postbit_attachments_attachment --></div></div></div></div></div></div>]]></content:encoded>
		</item>
	</channel>
</rss>