Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
| <?php | |
| /* | |
| Template Name: HomePage | |
| */ | |
| add_filter( 'genesis_attr_site-inner', 'wpvkp_att' ); | |
| function wpvkp_att( $attributes ) { | |
| $attributes['role'] = 'main'; |
| .pricing-table-style-8 .fl-pricing-table .fl-pricing-table-column { | |
| border-radius: 20px; | |
| } | |
| .pricing-table-style-8 .fl-pricing-table .fl-pricing-table-inner-wrap { | |
| padding: 20px 40px; | |
| border: 0 !important; | |
| box-shadow: 0px 1px 17px #4090b9; | |
| border-radius: 20px; |
| .pricing-table-style-7 .fl-pricing-table-column { | |
| background: transparent !important; | |
| font-weight: 100; | |
| } | |
| .pricing-table-style-7 .fl-pricing-table .fl-pricing-table-inner-wrap { | |
| padding: 20px 40px; | |
| background-color: transparent !important; | |
| } |
| .pricing-table-style-6 .fl-pricing-table .fl-pricing-table-inner-wrap { | |
| border-color: #1e1e1e !important; | |
| padding: 20px 0; | |
| } | |
| .pricing-table-style-6 .fl-pricing-table .fl-pricing-table-column h2 { | |
| color: #1e1e1e; | |
| } | |
| .pricing-table-style-6 .fl-pricing-table .fl-pricing-table-column .fl-pricing-table-price { |
| .pricing-table-style-5 .fl-pricing-table .fl-pricing-table-column { | |
| border-radius: 10px; | |
| } | |
| .pricing-table-style-5 .fl-pricing-table .fl-pricing-table-column .fl-pricing-table-inner-wrap { | |
| padding: 30px 0; | |
| border: 0 !important; | |
| background: rgba(85,236,206,1); | |
| background: -moz-linear-gradient(top, rgba(85,236,206,1) 0%, rgba(85,236,206,1) 21%, rgba(91,202,254,1) 100%); |
| .pricing-table-style-4 .fl-pricing-table .fl-pricing-table-column .fl-pricing-table-inner-wrap { | |
| border: 0 !important; | |
| } | |
| .pricing-table-style-4 .fl-pricing-table .fl-pricing-table-col-3:nth-child(2) .fl-pricing-table-column { | |
| padding: 30px 0; | |
| box-shadow: 1px 3px 8px #1868b7; | |
| position: relative; | |
| z-index: 1; | |
| } |
| .pricing-table-style-3 .fl-pricing-table .fl-pricing-table-column .fl-pricing-table-inner-wrap { | |
| border: 0 !important; | |
| border-top: 4px solid #1e1e1e !important; | |
| } | |
| .pricing-table-style-3 .fl-pricing-table .fl-pricing-table-col-3:nth-child(2) .fl-pricing-table-column .fl-pricing-table-inner-wrap { | |
| border-top: 4px solid #fff32d !important; | |
| } | |
| .pricing-table-style-3 .fl-pricing-table .fl-pricing-table-column .fl-pricing-table-price { |
| .pricing-table-style-2 .fl-pricing-table .fl-pricing-table-column .fl-pricing-table-inner-wrap { | |
| border: 0 !important; | |
| } | |
| .pricing-table-style-2 .fl-pricing-table .fl-pricing-table-column .fl-pricing-table-price { | |
| color: #48f4ff; | |
| line-height: 1.3; | |
| padding: 50px 0 20px !important; | |
| } |
| .pricing-table-style-1 .fl-pricing-table .fl-pricing-table-column br { | |
| display: none; | |
| } | |
| .pricing-table-style-1 .fl-pricing-table .fl-pricing-table-column .fl-pricing-table-duration { | |
| display: block; | |
| font-size: 15px; | |
| text-align: right; | |
| max-width: 90px; | |
| margin: 0 auto; |
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.