s2Member v110815
Source Code: s2member-pro\includes\separates\gateways\authnet\authnet.css
Docs updated: August 15, 2011, 4:19 pm
Open for public discussion.
(!-- s-words :: --)Source Code Documentation Packages ( Overview ) Classes Deprecated Todo Index Source Code jQuery(window).load(function(){ if(typeof location.hash === 'string' && location.hash.match(/^#/)) jQuery('olli'+location.hash).addClass('hilite'); }); jQuery(window).bind('hashchange', function(){ if(typeof location.hash === 'string' && location.hash.match(/^#/)) jQuery('olli').removeClass('hilite'); jQuery('olli'+location.hash).addClass('hilite'); }); [ full view ]s2member-pro\includes\separates\gateways\authnet\authnet.css /** * Core CSS stylesheet for Authorize.Net®. * * Copyright: © 2009-2011 * {@link http://www.websharks-inc.com/ WebSharks, Inc.} * ( coded in the USA ) * * This WordPress® plugin ( s2Member Pro ) is comprised of two parts: * * o (1) Its PHP code is licensed under the GPL license, as is WordPress®. * You should have received a copy of the GNU General Public License, * along with this software. In the main directory, see: /licensing/ * If not, see: {@link http://www.gnu.org/licenses/}. * * o (2) All other parts of ( s2Member Pro ); including, but not limited to: * the CSS code, some JavaScript code, images, and design; * are licensed according to the license purchased. * See: {@link http://www.s2member.com/prices/} * * Unless you have our prior written consent, you must NOT directly or indirectly license, * sub-license, sell, resell, or provide for free; part (2) of the s2Member Pro Module; * or make an offer to do any of these things. All of these things are strictly * prohibited with part (2) of the s2Member Pro Module. * * Your purchase of s2Member Pro includes free lifetime upgrades via s2Member.com * ( i.e. new features, bug fixes, updates, improvements ); along with full access * to our video tutorial library: {@link http://www.s2member.com/videos/} * * @package s2Member\AuthNet * @since 1.5 */ /* Structrual styles for Authorize.Net® Pro Forms. These are basic CSS rules. You can override any of these through the `/style.css` file for your WordPress® theme. If you're using a `PriMo Theme`, you can use: PriMoTheme Options - Custom CSS See: http://www.primothemes.com/ */ form.s2member-pro-authnet-form { margin: 0; padding: 0; clear: both; display: block; text-align: left; } div.s2member-pro-authnet-form-section { text-align: left; margin: 25px 0 0 0; } div.s2member-pro-authnet-form-coupon-section { /* Auto-displayed dynamically. */ display: none; /* Off initially. */ } div.s2member-pro-authnet-form-response-section { margin-top: 0; } div.s2member-pro-authnet-form-response-info, div.s2member-pro-authnet-form-response-error { color: #000000; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; padding: 10px 60px 10px 10px; } div.s2member-pro-authnet-form-response-info a, div.s2member-pro-authnet-form-response-error a { color: #000000; text-decoration: underline; } div.s2member-pro-authnet-form-response-info { font-size: 120%; border: 1px solid #F1EADA; background: #FFFFCC url('?php echo $i ; ?/info-icon.png') no-repeat center right; } div.s2member-pro-authnet-form-response-error { border: 1px solid #FE8989; background: #FFD5D5 url('?php echo $i ; ?/error-icon.png') no-repeat center right; } div.s2member-pro-authnet-form-description-div { font-size: 140%; font-family: 'Consolas', 'Courier New', monospace; } div.s2member-pro-authnet-form-section-title { font-size: 150%; text-align: left; min-height: 22px; margin: 0 0 25px 0; border: 1px solid; padding: 10px 0 10px 0; border-width: 0 0 1px 0; font-family: 'Georgia', serif; } div.s2member-pro-authnet-form-coupon-section-title { background: url('?php echo $i ; ?/coupon-icon.png') no-repeat center right; } div.s2member-pro-authnet-form-registration-section-title { background: url('?php echo $i ; ?/secure-icon.png') no-repeat center right; } div.s2member-pro-authnet-form-custom-fields-section-title { background: url('?php echo $i ; ?/details-icon.png') no-repeat center right; } div.s2member-pro-authnet-form-billing-method-section-title { background: url('?php echo $i ; ?/wallet-icon.png') no-repeat center right; } div.s2member-pro-authnet-form-billing-address-section-title { background: url('?php echo $i ; ?/address-icon.png') no-repeat center right; } div.s2member-pro-authnet-form-captcha-section-title { background: url('?php echo $i ; ?/captcha-icon.png') no-repeat center right; } label.s2member-pro-authnet-form-card-type-label { width: 25%; cursor: pointer; text-align: center; display: inline-block; } label.s2member-pro-authnet-form-card-type-label.disabled { opacity: 0.2; filter: alpha(opacity = 20); } label.s2member-pro-authnet-form-card-type-label input[type = "radio"] { margin-top: 40px !important; } label.s2member-pro-authnet-form-card-type-visa-label { background: url('?php echo $i ; ?/visa-card.png') no-repeat top center; } label.s2member-pro-authnet-form-card-type-mastercard-label { background: url('?php echo $i ; ?/mastercard-card.png') no-repeat top center; } label.s2member-pro-authnet-form-card-type-amex-label { background: url('?php echo $i ; ?/amex-card.png') no-repeat top center; } label.s2member-pro-authnet-form-card-type-discover-label { background: url('?php echo $i ; ?/discover-card.png') no-repeat top center; } /* label.s2member-pro-authnet-form-card-type-maestro-label { background: url('?php echo $i ; ?/maestro-card.png') no-repeat top center; } label.s2member-pro-authnet-form-card-type-solo-label { background: url('?php echo $i ; ?/solo-card.png') no-repeat top center; } */ div.s2member-pro-authnet-form-submission-section-title { margin-bottom: 0; background: url('?php echo $i ; ?/arrow-icon.png') no-repeat center right; } div.s2member-pro-authnet-form-section div.s2member-pro-authnet-form-div { text-align: left; margin: 15px 0 0 0; } div.s2member-pro-authnet-form-section div.s2member-pro-authnet-form-div input[type = "text"], div.s2member-pro-authnet-form-section div.s2member-pro-authnet-form-div input[type = "password"], div.s2member-pro-authnet-form-section div.s2member-pro-authnet-form-div textarea, div.s2member-pro-authnet-form-section div.s2member-pro-authnet-form-div select { margin: 0; /* Remove any existing margins. */ width: 100%; /* 100% does not work across all browsers. */ width: 98% !ie8; /* 100% does not work in IE browsers 8. */ box-sizing: border-box; /* Make all fields behave the same. */ -ms-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } div.s2member-pro-authnet-form-section div.s2member-pro-authnet-form-div input[type = "checkbox"], div.s2member-pro-authnet-form-section div.s2member-pro-authnet-form-div input[type = "radio"] { margin: 0 3px 0 0; vertical-align: middle; } div.s2member-pro-authnet-form-section div.s2member-pro-authnet-form-div select { width: 99.5% !ie8; /* This width required in IE 8. */ } div.s2member-pro-authnet-form-section div.s2member-pro-authnet-form-div label { cursor: pointer; /* Make labels appear clickable. */ } div.s2member-pro-authnet-form-section div.s2member-pro-authnet-form-div label.ws-plugin--s2member-custom-reg-field-op-l { opacity: 0.7; font-size: 90%; vertical-align: middle; } div.s2member-pro-authnet-form-section div.s2member-pro-authnet-form-custom-reg-field-divider-section { height: 1px; border: 0 solid; line-height: 1px; border-width: 0 0 1px 0; } div.s2member-pro-authnet-form-section div.s2member-pro-authnet-form-custom-reg-field-divider-section-title { border: 0 solid; font-size: 110%; border-width: 0 0 1px 0; padding: 0 0 12px 0; } div.s2member-pro-authnet-form-section div.s2member-pro-authnet-form-coupon-div input[type = "text"] { width: 75%; float: left !ie8; } div.s2member-pro-authnet-form-section div.s2member-pro-authnet-form-coupon-div input[type = "button"] { width: 20%; float: right; margin-top: -3px; font-weight: normal; } div.s2member-pro-authnet-form-section div.s2member-pro-authnet-form-ajax-tax-div div, div.s2member-pro-authnet-form-section div.s2member-pro-authnet-form-coupon-response-div div { color: #446F5C; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; padding: 5px 60px 5px 5px; border: 1px solid #A9D6B6; background: #CCEED9 url('?php echo $i ; ?/tax-icon.png') no-repeat center right; } div.s2member-pro-authnet-form-section div.s2member-pro-authnet-form-ajax-tax-div div img { border: 0; width: 16px; height: 16px; margin: 0 5px 0 0; background: transparent; vertical-align: middle; } div.s2member-pro-authnet-form-section div.s2member-pro-authnet-form-div input.s2member-pro-authnet-password2 { margin-top: 5px; /* Space this out just a bit. */ } div.s2member-pro-authnet-form-submission-section div.s2member-pro-authnet-form-custom-reg-field-opt-in-div { float: left; max-width: 70%; } div.s2member-pro-authnet-form-submission-section div.s2member-pro-authnet-form-submit-div { float: right; } div.s2member-pro-authnet-form-submission-section div.s2member-pro-authnet-form-submit-div input[type = "image"] { border: 0; } [ full view ]s2member-pro\includes\separates\gateways\authnet\authnet.css Source Code Documentation Packages ( Overview ) Classes Deprecated Todo Index Source Code(!-- :: s-words --)Statistics: Posted by System Robot — August 15th, 2011, 3:19 pm
]]>