about.css
1 year ago
admin-form.css
1 year ago
fields.css
1 year ago
form-preview.css
1 year ago
lite-vs-pro.css
1 year ago
logs.css
1 year ago
number-spinner.css
1 year ago
order.css
1 year ago
polylang.css
1 year ago
post-editor.css
1 year ago
selectize.default.css
1 year ago
uninstall.css
1 year ago
views.css
1 month ago
wpml.css
1 year ago
about.css
54 lines
| 1 | /** |
| 2 | * About Strong Testimonials page |
| 3 | */ |
| 4 | /* == Elements |
| 5 | --------------------------------------------------*/ |
| 6 | .highlight { |
| 7 | background: #FFFF99; |
| 8 | border: 1px solid #EEEE00; |
| 9 | display: inline-block; |
| 10 | padding: 3px 6px 2px; } |
| 11 | |
| 12 | .code { |
| 13 | display: inline-block; |
| 14 | font-family: Consolas, Monaco, monospace; |
| 15 | font-size: 13px; |
| 16 | background: white; |
| 17 | padding: 4px 8px; |
| 18 | box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3); |
| 19 | max-width: 90%; } |
| 20 | |
| 21 | .highlight { |
| 22 | background: rgba(255, 229, 135, 0.5); |
| 23 | border: 1px solid #FFDC5D; |
| 24 | border-radius: 3px; |
| 25 | color: #1E1800; |
| 26 | padding: 5px 15px; } |
| 27 | |
| 28 | .feature-section-sub { |
| 29 | margin-top: 2em; } |
| 30 | .feature-section-sub h3.heading { |
| 31 | font-size: 1.2em; } |
| 32 | .feature-section-sub ul { |
| 33 | font-size: 14px; |
| 34 | list-style: square; |
| 35 | margin-left: 1em; } |
| 36 | .feature-section-sub ul li { |
| 37 | margin-left: 1em; |
| 38 | text-indent: 4px; } |
| 39 | |
| 40 | /* == Extending WordPress about.css |
| 41 | --------------------------------------------------*/ |
| 42 | .about-wrap [class$="-col"] .col { |
| 43 | align-self: flex-start; } |
| 44 | |
| 45 | .wp-badge { |
| 46 | color: #FFF; } |
| 47 | |
| 48 | .wp-badge.strong-testimonials { |
| 49 | background-image: url(../img/strong-testimonials-badge.png); |
| 50 | background-color: #8224E3; } |
| 51 | |
| 52 | .feature-section code { |
| 53 | font-size: 13px; } |
| 54 |