Plugin Directory

Changeset 505349


Ignore:
Timestamp:
02/15/2012 11:50:29 AM (14 years ago)
Author:
ichurakov
Message:
 
Location:
ajax-contact-me/tags/1.28/css
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ajax-contact-me/tags/1.28/css/front_dark.css

    r504232 r505349  
    11.contactme_container {font: 100% "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; text-shadow: none;}
    22
    3 .contactme_container p, label, legend { font: 1em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; }
     3.contactme_container p, .contactme_container label, .contactme_container legend { font: 1em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; }
    44.contactme_container label { display: block; height: 20px; line-height: 20px; width: 100%; font-size: 1em; -moz-border-radius:5px; -webkit-border-radius:5px; }
    5 .contactme_container input, textarea, select { width: 100%; margin: 0; padding: 5px; color: #fff; background: #444; border: 1px solid #666; margin: 5px 0; font:1em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; -moz-border-radius:5px; -webkit-border-radius:5px; }
    6 .contactme_container input:focus, textarea:focus, select:focus { border: 1px solid #888; background-color: #666; color:#fff; }
     5.contactme_container input, .contactme_container textarea, .contactme_container select { width: 100%; margin: 0; padding: 5px; color: #fff; background: #444; border: 1px solid #666; margin: 5px 0; font:1em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; -moz-border-radius:5px; -webkit-border-radius:5px; }
     6.contactme_container input:focus, .contactme_container textarea:focus, .contactme_container select:focus { border: 1px solid #888; background-color: #666; color:#fff; }
    77.contactme_container input.contactme_submit { width: 85px; cursor: pointer; border: 1px solid #666; background:#333; color:#fff; }
    88.contactme_container input.contactme_submit:hover { background:#444; }
  • ajax-contact-me/tags/1.28/css/front_light.css

    r504232 r505349  
    11.contactme_container {font: 100% "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; text-shadow: none;}
    22
    3 .contactme_container p, label, legend { font: 1em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; }
     3.contactme_container p, .contactme_container label, .contactme_container legend { font: 1em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; }
    44.contactme_container label { display: block; height: 20px; line-height: 20px; width: 100%; font-size: 1em; -moz-border-radius:5px; -webkit-border-radius:5px; }
    5 .contactme_container input, textarea, select { width: 100%; margin: 0; padding: 5px; color: #666; background: #f5f5f5; border: 1px solid #ccc; margin: 5px 0; font:1em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; -moz-border-radius:5px; -webkit-border-radius:5px; }
     5.contactme_container input, .contactme_container textarea, .contactme_container select { width: 100%; margin: 0; padding: 5px; color: #666; background: #f5f5f5; border: 1px solid #ccc; margin: 5px 0; font:1em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; -moz-border-radius:5px; -webkit-border-radius:5px; }
    66.contactme_container input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #fff; color:#333; }
    77.contactme_container input.contactme_submit { width: 85px; cursor: pointer; border: 1px solid #222; background:#333; color:#fff; }
Note: See TracChangeset for help on using the changeset viewer.