Changeset 2002751
- Timestamp:
- 12/28/2018 08:38:30 AM (7 years ago)
- Location:
- bomond-event
- Files:
-
- 2 edited
-
tags/1.0.1/bomondevent.php (modified) (5 diffs)
-
trunk/bomondevent.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bomond-event/tags/1.0.1/bomondevent.php
r2002743 r2002751 79 79 80 80 } 81 81 82 run_bomondevent(); 83 82 84 function footag_func(){ 83 85 wp_enqueue_script('jquery'); … … 178 180 flex-direction: column; 179 181 justify-content: flex-end; 180 } 181 182 font-family: "Open Sans", Helvetica, Arial, sans-serif; 183 font-size: 0.9375rem; 184 line-height: 1.6; 185 font-weight: 400; 186 text-rendering: optimizeLegibility; 187 } 188 .hHKXhv *{ 189 font-family: "Open Sans", Helvetica, Arial, sans-serif; 190 font-size: 13px; 191 line-height: 1.6; 192 font-weight: 400; 193 text-rendering: optimizeLegibility; 194 } 182 195 .hHKXhv:hover { 183 196 background: rgba(0, 0, 0, 0.7) linear-gradient(transparent, rgba(0, 0, 0, 0.7)) repeat scroll 0% 0%; 184 197 padding-bottom: 20px; 185 198 } 186 .event_title { 187 199 .event_title { 188 200 font-weight: bold; 189 201 font-size: 20px; 190 191 202 } 192 203 .regular{ … … 200 211 } 201 212 .event_container a { 213 text-decoration: none !important; 202 214 height: 100%; 203 215 background-size: cover !important; … … 214 226 cursor: pointer; 215 227 transition: 0.2s ease-in-out; 216 color: <?php echo get_option('sliderarrowcolo_74839'); ?>!important; 217 font-weight: bold;}</style> 228 color: <?php echo get_option('sliderarrowcolo_74839'); ?>!important; 229 font-weight: bold; 230 } 231 </style> 218 232 219 233 <?php … … 221 235 return ob_get_clean(); 222 236 } 237 238 add_action( 'wp_enqueue_scripts', 'wp_styless' ); 239 function wp_styless() { 240 wp_register_style( 'fontawesome', '//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css', array(), '4.2.0' ); 241 wp_enqueue_style( 'fontawesome' ); 242 } -
bomond-event/trunk/bomondevent.php
r2002743 r2002751 79 79 80 80 } 81 81 82 run_bomondevent(); 83 82 84 function footag_func(){ 83 85 wp_enqueue_script('jquery'); … … 178 180 flex-direction: column; 179 181 justify-content: flex-end; 180 } 181 182 font-family: "Open Sans", Helvetica, Arial, sans-serif; 183 font-size: 0.9375rem; 184 line-height: 1.6; 185 font-weight: 400; 186 text-rendering: optimizeLegibility; 187 } 188 .hHKXhv *{ 189 font-family: "Open Sans", Helvetica, Arial, sans-serif; 190 font-size: 13px; 191 line-height: 1.6; 192 font-weight: 400; 193 text-rendering: optimizeLegibility; 194 } 182 195 .hHKXhv:hover { 183 196 background: rgba(0, 0, 0, 0.7) linear-gradient(transparent, rgba(0, 0, 0, 0.7)) repeat scroll 0% 0%; 184 197 padding-bottom: 20px; 185 198 } 186 .event_title { 187 199 .event_title { 188 200 font-weight: bold; 189 201 font-size: 20px; 190 191 202 } 192 203 .regular{ … … 200 211 } 201 212 .event_container a { 213 text-decoration: none !important; 202 214 height: 100%; 203 215 background-size: cover !important; … … 214 226 cursor: pointer; 215 227 transition: 0.2s ease-in-out; 216 color: <?php echo get_option('sliderarrowcolo_74839'); ?>!important; 217 font-weight: bold;}</style> 228 color: <?php echo get_option('sliderarrowcolo_74839'); ?>!important; 229 font-weight: bold; 230 } 231 </style> 218 232 219 233 <?php … … 221 235 return ob_get_clean(); 222 236 } 237 238 add_action( 'wp_enqueue_scripts', 'wp_styless' ); 239 function wp_styless() { 240 wp_register_style( 'fontawesome', '//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css', array(), '4.2.0' ); 241 wp_enqueue_style( 'fontawesome' ); 242 }
Note: See TracChangeset
for help on using the changeset viewer.