@charset "utf-8"; /* CouponCode CSS Style: Custom Last Updated: December 8th, 2010 Author: Weborithm.com Styling Guide - Color 1 - Background color Color 2 - Border color Color 2.1 - Border 'hover' color { this doesn't seem to work regularly due to the Flash overlay, so if the tests don't work just leave it out } Color 3 - Link color Color 3.1 - Link 'hover' color { this doesn't seem to work regularly due to the Flash overlay, so if the tests don't work just leave it out } */ span.couponcode { background: #f5a127; /* Background - Color 1 */ border: 1px solid #763f3f; /* Border - Color 2 */ border-radius: 3px; /* Do Not Edit Below */ margin: 0 5px; padding: 2px 3px 2px 5px; position: relative; } span.couponcode a { background: url(http://anxietyreliefstress.com/wp-content/plugins/couponcodeelite/icons/scissors-white.png) no-repeat right center; /* Static Background - Do Not Edit */ color: #ffffff; /* Link Color - Color 3 */ /* Do Not Edit Below */ padding: 0 20px 0 0; } /* Tooltip */ span.couponcodehover { background: #f5a127; /* Background - Color 1 */ border: 1px solid #d5c335; /* Border - Color 2.1 */ color: #ad2900; /* Link Hover Color - Color 3.1 */ /* Do Not Edit Below */ font-size: 12px; left: 0; line-height: 12px; padding: 5px; position: absolute; text-align: center; top: -28px; width: 148px; border-radius: 5px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }