Files
roi-theme/wp-content/plugins/ajax-search-pro/css/style.horizontal.css.php
root a22573bf0b Commit inicial - WordPress Análisis de Precios Unitarios
- WordPress core y plugins
- Tema Twenty Twenty-Four configurado
- Plugin allow-unfiltered-html.php simplificado
- .gitignore configurado para excluir wp-config.php y uploads

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-03 21:04:30 -06:00

273 lines
10 KiB
PHP
Executable File

<?php
/**
* WARNING! DO NOT EDIT THIS FILE DIRECTLY!
*
* FOR CUSTOM CSS USE THE PLUGIN THEME OPTIONS->CUSTOM CSS PANEL.
*/
/* Prevent direct access */
defined('ABSPATH') or die("You can't access this file directly.");
?>
<?php if ($use_compatibility == true): ?>
<?php echo $asp_res_ids1; ?>.horizontal,
<?php echo $asp_res_ids2; ?>.horizontal,
<?php endif; ?>
<?php echo $asp_res_ids; ?>.horizontal {
<?php wpdreams_gradient_css($style['hboxbg']); ?>
<?php echo $style['hboxborder']; ?>
<?php echo wpdreams_box_shadow_css($style['hboxshadow']); ?>
display: none;
visibility: hidden;
}
<?php if ($use_compatibility == true): ?>
<?php echo $asp_res_ids1; ?>.horizontal .results,
<?php echo $asp_res_ids2; ?>.horizontal .results,
<?php endif; ?>
<?php echo $asp_res_ids; ?>.horizontal .results {
overflow-y: hidden;
overflow-x: auto;
}
<?php if (
$style['resultsposition'] !== 'hover' &&
str_contains(wpd_gradient_get_color_only($style['hboxbg']), 'transparent')
): ?>
<?php if ($use_compatibility == true): ?>
<?php echo $asp_res_ids1; ?>.horizontal,
<?php echo $asp_res_ids2; ?>.horizontal,
<?php endif; ?>
<?php echo $asp_res_ids; ?>.horizontal {
margin-left: -<?php echo intval($style['hressidemargin']) ?>px;
margin-right: -<?php echo intval($style['hressidemargin']) ?>px;
}
<?php endif; ?>
<?php if ( $style['h_res_show_scrollbar'] == 0 ): ?>
<?php if ($use_compatibility == true): ?>
<?php echo $asp_res_ids1; ?>.horizontal .results .resdrg,
<?php echo $asp_res_ids2; ?>.horizontal .results .resdrg,
<?php endif; ?>
<?php echo $asp_res_ids; ?>.horizontal .results .resdrg {
display: flex;
justify-content: <?php echo $style['h_item_alignment']; ?>;
flex-wrap: wrap;
}
<?php else: ?>
<?php if ($use_compatibility == true): ?>
<?php echo $asp_res_ids1; ?>.horizontal .results,
<?php echo $asp_res_ids2; ?>.horizontal .results,
<?php endif; ?>
<?php echo $asp_res_ids; ?>.horizontal .results {
scrollbar-width: thin;
scrollbar-color: <?php echo wpd_gradient_get_color_only($style['h_res_overflow_color']); ?> <?php echo wpd_gradient_get_color_only($style['hboxbg']); ?>;
}
<?php if ($use_compatibility == true): ?>
<?php echo $asp_res_ids1; ?>.horizontal .results::-webkit-scrollbar,
<?php echo $asp_res_ids2; ?>.horizontal .results::-webkit-scrollbar,
<?php endif; ?>
<?php echo $asp_res_ids; ?>.horizontal .results::-webkit-scrollbar {
height: 7px;
}
<?php if ($use_compatibility == true): ?>
<?php echo $asp_res_ids1; ?>.horizontal .results::-webkit-scrollbar-track,
<?php echo $asp_res_ids2; ?>.horizontal .results::-webkit-scrollbar-track,
<?php endif; ?>
<?php echo $asp_res_ids; ?>.horizontal .results::-webkit-scrollbar-track {
background: <?php echo wpd_gradient_get_color_only($style['hboxbg']); ?>;
}
<?php if ($use_compatibility == true): ?>
<?php echo $asp_res_ids1; ?>.horizontal .results::-webkit-scrollbar-thumb,
<?php echo $asp_res_ids2; ?>.horizontal .results::-webkit-scrollbar-thumb,
<?php endif; ?>
<?php echo $asp_res_ids; ?>.horizontal .results::-webkit-scrollbar-thumb {
<?php if ($style['h_res_overflow_autohide']): ?>
background: transparent;
<?php else: ?>
background: <?php echo wpd_gradient_get_color_only($style['h_res_overflow_color']); ?>;
<?php endif; ?>
border-radius: 5px;
border: none;
}
<?php if ($style['v_res_overflow_autohide']): ?>
<?php if ($use_compatibility == true): ?>
<?php echo $asp_res_ids1; ?>.horizontal:hover .results::-webkit-scrollbar-thumb,
<?php echo $asp_res_ids2; ?>.horizontal:hover .results::-webkit-scrollbar-thumb,
<?php endif; ?>
<?php echo $asp_res_ids; ?>.horizontal:hover .results::-webkit-scrollbar-thumb {
background: <?php echo wpd_gradient_get_color_only($style['h_res_overflow_color']); ?>;
}
@media (hover: none), (max-width: 500px) {
<?php if ($use_compatibility == true): ?>
<?php echo $asp_res_ids1; ?>.horizontal .results::-webkit-scrollbar-thumb,
<?php echo $asp_res_ids2; ?>.horizontal .results::-webkit-scrollbar-thumb,
<?php endif; ?>
<?php echo $asp_res_ids; ?>.horizontal .results::-webkit-scrollbar-thumb {
background: <?php echo wpd_gradient_get_color_only($style['h_res_overflow_color']); ?>;
}
}
<?php endif; ?>
<?php endif; ?>
<?php if ($use_compatibility == true): ?>
<?php echo $asp_res_ids1; ?>.horizontal .results .item,
<?php echo $asp_res_ids2; ?>.horizontal .results .item,
<?php endif; ?>
<?php echo $asp_res_ids; ?>.horizontal .results .item {
height: <?php echo $style['h_item_height'] === 'auto' ? 'auto' : intval($style['h_item_height']) . 'px'; ?>;
width: <?php echo $style['h_item_width']; ?>;
margin: 10px <?php echo intval($style['hressidemargin']); ?>px;
padding: <?php echo intval($style['hrespadding']); ?>px;
float: left;
<?php wpdreams_gradient_css($style['hresultbg']); ?>
<?php echo $style['hresultborder']; ?>
<?php wpdreams_box_shadow_css($style['hresultshadow']); ?>
<?php if ( $style['h_res_show_scrollbar'] == 0 ): ?>
flex: 0 0 calc(<?php echo $style['h_item_width']; ?> - <?php echo 2*(intval($style['hressidemargin']) + intval($style['hrespadding'])); ?>px);
<?php endif; ?>
}
<?php if ($use_compatibility == true): ?>
<?php echo $asp_res_ids1; ?>.horizontal .results .item:hover,
<?php echo $asp_res_ids2; ?>.horizontal .results .item:hover,
<?php endif; ?>
<?php echo $asp_res_ids; ?>.horizontal .results .item:hover {
<?php wpdreams_gradient_css($style['hresulthbg']); ?>
}
<?php if ($use_compatibility == true): ?>
<?php echo $asp_res_ids1; ?>.horizontal .results .item .asp_image,
<?php echo $asp_res_ids2; ?>.horizontal .results .item .asp_image,
<?php endif; ?>
<?php echo $asp_res_ids; ?>.horizontal .results .item .asp_image {
margin: 0 auto;
<?php wpdreams_gradient_css($style['hresultbg']); ?>
}
<?php if ($use_compatibility == true): ?>
<?php echo $asp_res_ids1; ?>.horizontal .results .item .asp_image,
<?php echo $asp_res_ids2; ?>.horizontal .results .item .asp_image,
<?php endif; ?>
<?php echo $asp_res_ids; ?>.horizontal .results .item .asp_image {
width: 100%;
height: <?php echo $style['h_image_height'] === 'auto' ? 'auto' : intval($style['h_image_height']) . 'px'; ?>;;
<?php echo $style['hresultimageborder']; ?>
float: none;
margin: 0 auto 6px;
position: relative;
background-position: center;
background-size: cover;
}
<?php if ($use_compatibility == true): ?>
<?php echo $asp_res_ids1; ?>.horizontal .results .item .asp_image .void,
<?php echo $asp_res_ids2; ?>.horizontal .results .item .asp_image .void,
<?php endif; ?>
<?php echo $asp_res_ids; ?>.horizontal .results .item .asp_image .void {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
<?php echo $style['hresultimageshadow']; ?>
}
<?php if ($use_compatibility == true): ?>
<?php echo $asp_res_ids1; ?>.horizontal .results .item .asp_image img,
<?php echo $asp_res_ids2; ?>.horizontal .results .item .asp_image img,
<?php endif; ?>
<?php echo $asp_res_ids; ?>.horizontal .results .item .asp_image img {
display: block;
}
<?php
// ----------------------------------------- TABLET SPECIFIC STYLES ----------------------------------------------------
ob_start();
?>
<?php if (
$style['h_item_width'] !== $style['h_item_width_tablet'] ||
$style['h_item_height'] !== $style['h_item_height_tablet']
): ?>
<?php if ($use_compatibility == true): ?>
<?php echo $asp_res_ids1; ?>.horizontal .results .item,
<?php echo $asp_res_ids2; ?>.horizontal .results .item,
<?php endif; ?>
<?php echo $asp_res_ids; ?>.horizontal .results .item {
height: <?php echo $style['h_item_height_tablet'] === 'auto' ? 'auto' : intval($style['h_item_height_tablet']) . 'px'; ?>;
width: <?php echo $style['h_item_width_tablet']; ?>;
<?php if ( $style['h_res_show_scrollbar'] == 0 ): ?>
flex: 0 0 calc(<?php echo $style['h_item_width_tablet']; ?> - <?php echo 2*(intval($style['hressidemargin']) + intval($style['hrespadding'])); ?>px);
<?php endif; ?>
}
<?php endif; ?>
<?php if (
$style['h_image_height'] !== $style['h_image_height_tablet']
): ?>
<?php if ($use_compatibility == true): ?>
<?php echo $asp_res_ids1; ?>.horizontal .results .item .asp_image,
<?php echo $asp_res_ids2; ?>.horizontal .results .item .asp_image,
<?php endif; ?>
<?php echo $asp_res_ids; ?>.horizontal .results .item .asp_image {
height: <?php echo $style['h_image_height_tablet'] === 'auto' ? 'auto' : intval($style['h_image_height_tablet']) . 'px'; ?>;;
}
<?php endif; ?>
<?php
// ---------------------------------------------------------------------------------------------------------------------
?>
<?php $css_for_tablet = ob_get_clean(); ?>
<?php echo WPDRMS\ASP\Utils\Css::getCssForScreen(
$css_for_tablet,
'tablet',
$style['media_query_mobile_max_width']+1,
$style['media_query_tablet_max_width'],
$preview ?? false
); ?>
<?php
// ----------------------------------------- PHONE SPECIFIC STYLES -----------------------------------------------------
ob_start();
?>
<?php if (
$style['h_item_width'] !== $style['h_item_width_phone'] ||
$style['h_item_height'] !== $style['h_item_height_phone']
): ?>
<?php if ($use_compatibility == true): ?>
<?php echo $asp_res_ids1; ?>.horizontal .results .item,
<?php echo $asp_res_ids2; ?>.horizontal .results .item,
<?php endif; ?>
<?php echo $asp_res_ids; ?>.horizontal .results .item {
height: <?php echo $style['h_item_height_phone'] === 'auto' ? 'auto' : intval($style['h_item_height_phone']) . 'px'; ?>;
width: <?php echo $style['h_item_width_phone']; ?>;
<?php if ( $style['h_res_show_scrollbar'] == 0 ): ?>
flex: 0 0 calc(<?php echo $style['h_item_width_phone']; ?> - <?php echo 2*(intval($style['hressidemargin']) + intval($style['hrespadding'])); ?>px);
<?php endif; ?>
}
<?php endif; ?>
<?php if (
$style['h_image_height'] !== $style['h_image_height_phone']
): ?>
<?php if ($use_compatibility == true): ?>
<?php echo $asp_res_ids1; ?>.horizontal .results .item .asp_image,
<?php echo $asp_res_ids2; ?>.horizontal .results .item .asp_image,
<?php endif; ?>
<?php echo $asp_res_ids; ?>.horizontal .results .item .asp_image {
height: <?php echo $style['h_image_height_phone'] === 'auto' ? 'auto' : intval($style['h_image_height_phone']) . 'px'; ?>;;
}
<?php endif; ?>
<?php
// ---------------------------------------------------------------------------------------------------------------------
?>
<?php $css_for_phone = ob_get_clean(); ?>
<?php echo WPDRMS\ASP\Utils\Css::getCssForScreen(
$css_for_phone,
'phone',
0,
$style['media_query_mobile_max_width'],
$preview ?? false
); ?>