Changeset 1679682
- Timestamp:
- 06/16/2017 05:36:26 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
choyal-subscription-popup/tags/2.0/assets/css/style.css
r1679675 r1679682 1 1 .csp_model{ 2 2 background: white; 3 padding: 2.25em 1.6875em; 4 background-image: -webkit-repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%); 5 background-image: -moz-repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%); 6 background-image: -ms-repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%); 7 background-image: repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%); 8 -webkit-background-size: 3px 3px; 9 -moz-background-size: 3px 3px; 10 background-size: 3px 3px; 3 11 border-top: 0; 4 12 padding: 25px; … … 179 187 180 188 } 189 190 .csp-popup-heading{ 191 font-family: fantasy; 192 font-size: 40px; 193 } 194 .csp-popup-para{ 195 font-family: sans-serif; 196 font-size: 20px; 197 } 198 .csp_row label{ 199 font-family: sans-serif; 200 font-size: 16px; 201 }
Note: See TracChangeset
for help on using the changeset viewer.