<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Comments on snippet: 'usable drupal contact form'</title>
    <description>Snipplr comments feed</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Mon, 06 Apr 2026 11:59:46 +0000</lastBuildDate>
    <item>
      <title>discipolo said on 04/Mar/2012</title>
      <link>https://snipplr.com/view/41531/usable-drupal-contact-form</link>
      <description>&lt;p&gt;##updated version!&#13;
&lt;code&gt;&#13;
input[type="text"] { width: 400px; }&#13;
textarea { width: 600px; height: 275px; }&#13;
label { color: #989898; }&#13;
input, textarea { background-color: rgba(115, 115, 115, 1); border: 5px solid rgba(122, 192, 0, 0.15); padding: 10px; color: #4b4b4b; -webkit-border-radius: 5px; }&#13;
&#13;
&#13;
&#13;
&#13;
input:focus, textarea:focus { border: 5px solid #9E36F2; background-color: rgba(255, 255, 255, 1); }&#13;
&#13;
&#13;
&#13;
&#13;
input[type="submit"] { border: none; cursor: pointer; color: #fff; padding: 5px 36px 8px 36px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4); -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6); border-bottom: 1px solid rgba(0, 0, 0, 0.4); border-top: 1px solid rgba(255, 255, 255, 0.6);&#13;
background: -webkit-gradient(&#13;
linear,&#13;
left bottom,&#13;
left top,&#13;
color-stop(0.23, #989898),&#13;
color-stop(0.62, #dddddd)&#13;
);&#13;
background: -moz-linear-gradient(&#13;
center bottom,&#13;
#989898 23%,&#13;
#dddddd 62%&#13;
);&#13;
}&#13;
&#13;
&#13;
&#13;
&#13;
input[type="submit"]:hover { color: #fff; border-bottom: 1px solid rgba(0, 0, 0, 0.4); background-color: #9E36F2;&#13;
background: -webkit-gradient(&#13;
linear,&#13;
left bottom,&#13;
left top,&#13;
color-stop(0.23, #521C7C),&#13;
color-stop(0.62, #9E36F2)&#13;
);&#13;
background: -moz-linear-gradient(&#13;
center bottom,&#13;
#521C7C 23%,&#13;
#9E36F2 62%&#13;
);&#13;
}&#13;
input[type="submit"]:active { top: 1px; }&#13;
&lt;/code&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 04 Mar 2012 00:21:31 UTC</pubDate>
      <guid>https://snipplr.com/view/41531/usable-drupal-contact-form</guid>
    </item>
  </channel>
</rss>
