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>
This commit is contained in:
root
2025-11-03 21:04:30 -06:00
commit a22573bf0b
24068 changed files with 4993111 additions and 0 deletions

View File

@@ -0,0 +1,302 @@
<?php
/**
* WARNING! DO NOT EDIT THIS FILE DIRECTLY!
*
* FOR CUSTOM CSS USE THE PLUGIN THEME OPTIONS->CUSTOM CSS PANEL.
*/
/* Prevent direct access */
use WPDRMS\ASP\Utils\Css;defined('ABSPATH') or die("You can't access this file directly.");
?>
<?php if ($use_compatibility == true): ?>
<?php echo $asp_res_ids1; ?>.vertical,
<?php echo $asp_res_ids2; ?>.vertical,
<?php endif; ?>
<?php echo $asp_res_ids; ?>.vertical {
padding: 4px;
background: <?php echo $style['resultsbackground']; ?>;
border-radius: 3px;
<?php echo $style['resultsborder']; ?>
<?php echo $style['resultshadow']; ?>
visibility: hidden;
display: none;
}
<?php if ( $style['v_res_show_scrollbar'] == 1): ?>
<?php if ($use_compatibility == true): ?>
<?php echo $asp_res_ids1; ?>.vertical .results,
<?php echo $asp_res_ids2; ?>.vertical .results,
<?php endif; ?>
<?php echo $asp_res_ids; ?>.vertical .results {
max-height: <?php echo $style['v_res_max_height']; ?>;
overflow-x: hidden;
overflow-y: auto;
}
<?php endif; ?>
<?php if ($use_compatibility == true): ?>
<?php echo $asp_res_ids1; ?>.vertical .item,
<?php echo $asp_res_ids2; ?>.vertical .item,
<?php endif; ?>
<?php echo $asp_res_ids; ?>.vertical .item {
position: relative;
box-sizing: border-box;
}
<?php if ($use_compatibility == true): ?>
<?php echo $asp_res_ids1; ?>.vertical .item .asp_content h3,
<?php echo $asp_res_ids2; ?>.vertical .item .asp_content h3,
<?php endif; ?>
<?php echo $asp_res_ids; ?>.vertical .item .asp_content h3 {
display: inline;
}
<?php if ($use_compatibility == true): ?>
<?php echo $asp_res_ids1; ?>.vertical .results .item .asp_content,
<?php echo $asp_res_ids2; ?>.vertical .results .item .asp_content,
<?php endif; ?>
<?php echo $asp_res_ids; ?>.vertical .results .item .asp_content {
overflow: hidden;
width: auto;
height: <?php echo $style['resultitemheight']; ?>;
background: transparent;
margin: 0;
padding: 8px;
}
<?php if ($use_compatibility == true): ?>
<?php echo $asp_res_ids1; ?>.vertical .results .item .asp_image,
<?php echo $asp_res_ids2; ?>.vertical .results .item .asp_image,
<?php endif; ?>
<?php echo $asp_res_ids; ?>.vertical .results .item .asp_image {
width: <?php echo $style['image_width']; ?>px;
height: <?php echo $style['image_height']; ?>px;
margin: 2px 8px 0 0;
}
<?php if ($use_compatibility == true): ?>
<?php echo $asp_res_ids1; ?>.vertical .asp_simplebar-scrollbar::before,
<?php echo $asp_res_ids2; ?>.vertical .asp_simplebar-scrollbar::before,
<?php endif; ?>
<?php echo $asp_res_ids; ?>.vertical .asp_simplebar-scrollbar::before {
background: transparent;
<?php wpdreams_gradient_css($style['v_res_overflow_color']); ?>
}
<?php if ( intval($style['v_res_column_count']) > 1 ): ?>
<?php if ( $style['group_by'] != "none" ): ?>
<?php if ($use_compatibility == true): ?>
<?php echo $asp_res_ids1; ?>.vertical .resdrg .asp_results_group,
<?php echo $asp_res_ids2; ?>.vertical .resdrg .asp_results_group,
<?php endif; ?>
<?php echo $asp_res_ids; ?>.vertical .resdrg .asp_results_group {
display: flex;
flex-wrap: wrap;
}
<?php else: ?>
<?php if ($use_compatibility == true): ?>
<?php echo $asp_res_ids1; ?>.vertical .resdrg,
<?php echo $asp_res_ids2; ?>.vertical .resdrg,
<?php endif; ?>
<?php echo $asp_res_ids; ?>.vertical .resdrg {
display: flex;
flex-wrap: wrap;
}
<?php endif; ?>
<?php if ($use_compatibility == true): ?>
<?php echo $asp_res_ids1; ?>.vertical .results .item,
<?php echo $asp_res_ids2; ?>.vertical .results .item,
<?php endif; ?>
<?php echo $asp_res_ids; ?>.vertical .results .item {
min-width: <?php echo $style['v_res_column_min_width']; ?>;
width: <?php echo floor( 100 / intval($style['v_res_column_count']) - 1 ); ?>%;
flex-grow: 1;
}
<?php else: ?>
<?php if ($use_compatibility == true): ?>
<?php echo $asp_res_ids1; ?>.vertical .results .item::after,
<?php echo $asp_res_ids2; ?>.vertical .results .item::after,
<?php endif; ?>
<?php echo $asp_res_ids; ?>.vertical .results .item::after {
display: block;
position: absolute;
bottom: 0;
content: "";
height: 1px;
width: 100%;
background: <?php echo $style['spacercolor']; ?>;
}
<?php if ($use_compatibility == true): ?>
<?php echo $asp_res_ids1; ?>.vertical .results .item.asp_last_item::after,
<?php echo $asp_res_ids2; ?>.vertical .results .item.asp_last_item::after,
<?php endif; ?>
<?php echo $asp_res_ids; ?>.vertical .results .item.asp_last_item::after {
display: none;
}
<?php endif; ?>
/* @deprecated - uses the one above */
.asp_spacer {
display: none !important;;
}
.asp_v_spacer {
width: 100%;
height: 0;
}
<?php if ($use_compatibility == true): ?>
<?php echo $asp_res_ids1; ?> .asp_group_header,
<?php echo $asp_res_ids2; ?> .asp_group_header,
<?php endif; ?>
<?php echo $asp_res_ids; ?> .asp_group_header {
background: #DDDDDD;
background: <?php echo $style['exsearchincategoriesboxcolor']; ?>;
border-radius: 3px 3px 0 0;
border-top: 1px solid <?php echo $style['groupingbordercolor']; ?>;
border-left: 1px solid <?php echo $style['groupingbordercolor']; ?>;
border-right: 1px solid <?php echo $style['groupingbordercolor']; ?>;
margin: 0 0 -3px;
padding: 7px 0 7px 10px;
position: relative;
z-index: 1000;
min-width: 90%;
flex-grow: 1;
<?php echo Css::font($style['groupbytextfont']); ?>
}
<?php if ($use_compatibility == true): ?>
<?php echo $asp_res_ids1; ?>.vertical .results,
<?php echo $asp_res_ids2; ?>.vertical .results,
<?php endif; ?>
<?php echo $asp_res_ids; ?>.vertical .results {
scrollbar-width: thin;
scrollbar-color: <?php echo wpd_gradient_get_color_only($style['h_res_overflow_color']); ?> <?php echo $style['resultscontainerbackground']; ?>;
}
<?php if ($use_compatibility == true): ?>
<?php echo $asp_res_ids1; ?>.vertical .results::-webkit-scrollbar,
<?php echo $asp_res_ids2; ?>.vertical .results::-webkit-scrollbar,
<?php endif; ?>
<?php echo $asp_res_ids; ?>.vertical .results::-webkit-scrollbar {
width: 10px;
}
<?php if ($use_compatibility == true): ?>
<?php echo $asp_res_ids1; ?>.vertical .results::-webkit-scrollbar-track,
<?php echo $asp_res_ids2; ?>.vertical .results::-webkit-scrollbar-track,
<?php endif; ?>
<?php echo $asp_res_ids; ?>.vertical .results::-webkit-scrollbar-track {
background: <?php echo $style['resultscontainerbackground']; ?>;
box-shadow: inset 0 0 12px 12px transparent;
border: none;
}
<?php if ($use_compatibility == true): ?>
<?php echo $asp_res_ids1; ?>.vertical .results::-webkit-scrollbar-thumb,
<?php echo $asp_res_ids2; ?>.vertical .results::-webkit-scrollbar-thumb,
<?php endif; ?>
<?php echo $asp_res_ids; ?>.vertical .results::-webkit-scrollbar-thumb {
/*<?php if ($style['v_res_overflow_autohide']): ?>
background: transparent;
<?php else: ?>
background: <?php echo wpd_gradient_get_color_only($style['v_res_overflow_color']); ?>;
<?php endif; ?>
border-radius: 5px;
border: none;*/
background: transparent;
<?php if ($style['v_res_overflow_autohide']): ?>
box-shadow: inset 0 0 12px 12px rgba(0, 0, 0, 0);
<?php else: ?>
box-shadow: inset 0 0 12px 12px <?php echo wpd_gradient_get_color_only($style['v_res_overflow_color']); ?>;
<?php endif; ?>
border: solid 2px transparent;
border-radius: 12px;
}
<?php if ($style['v_res_overflow_autohide']): ?>
<?php if ($use_compatibility == true): ?>
<?php echo $asp_res_ids1; ?>.vertical:hover .results::-webkit-scrollbar-thumb,
<?php echo $asp_res_ids2; ?>.vertical:hover .results::-webkit-scrollbar-thumb,
<?php endif; ?>
<?php echo $asp_res_ids; ?>.vertical:hover .results::-webkit-scrollbar-thumb {
/*background: <?php echo wpd_gradient_get_color_only($style['v_res_overflow_color']); ?>;*/
box-shadow: inset 0 0 12px 12px <?php echo wpd_gradient_get_color_only($style['v_res_overflow_color']); ?>;
}
@media (hover: none), (max-width: 500px) {
<?php if ($use_compatibility == true): ?>
<?php echo $asp_res_ids1; ?>.vertical .results::-webkit-scrollbar-thumb,
<?php echo $asp_res_ids2; ?>.vertical .results::-webkit-scrollbar-thumb,
<?php endif; ?>
<?php echo $asp_res_ids; ?>.vertical .results::-webkit-scrollbar-thumb {
box-shadow: inset 0 0 12px 12px <?php echo wpd_gradient_get_color_only($style['v_res_overflow_color']); ?>;
}
}
<?php endif; ?>
<?php
// ----------------------------------------- TABLET SPECIFIC STYLES ----------------------------------------------------
ob_start();
?>
<?php if ( $style['v_res_show_scrollbar'] == 1 && $style['v_res_max_height'] != $style['v_res_max_height_tablet'] ): ?>
<?php if ($use_compatibility == true): ?>
<?php echo $asp_res_ids1; ?>.vertical .results,
<?php echo $asp_res_ids2; ?>.vertical .results,
<?php endif; ?>
<?php echo $asp_res_ids; ?>.vertical .results {
max-height: <?php echo $style['v_res_max_height_tablet']; ?>;
}
<?php endif; ?>
<?php if ( intval($style['v_res_column_count']) > 1 ): ?>
<?php if ($use_compatibility == true): ?>
<?php echo $asp_res_ids1; ?>.vertical .results .item,
<?php echo $asp_res_ids2; ?>.vertical .results .item,
<?php endif; ?>
<?php echo $asp_res_ids; ?>.vertical .results .item {
min-width: <?php echo $style['v_res_column_min_width_tablet']; ?>;
}
<?php endif; ?>
<?php
// ---------------------------------------------------------------------------------------------------------------------
?>
<?php $css_for_tablet = ob_get_clean(); ?>
<?php $css_for_tablet = trim( preg_replace("/(^[\r\n]*|[\r\n]+)[\s\t]*[\r\n]+/", "\n", $css_for_tablet) ); ?>
<?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['v_res_show_scrollbar'] == 1 && $style['v_res_max_height'] != $style['v_res_max_height_phone'] ): ?>
<?php if ($use_compatibility == true): ?>
<?php echo $asp_res_ids1; ?>.vertical .results,
<?php echo $asp_res_ids2; ?>.vertical .results,
<?php endif; ?>
<?php echo $asp_res_ids; ?>.vertical .results {
max-height: <?php echo $style['v_res_max_height_phone']; ?>;
}
<?php endif; ?>
<?php if ( intval($style['v_res_column_count']) > 1 ): ?>
<?php if ($use_compatibility == true): ?>
<?php echo $asp_res_ids1; ?>.vertical .results .item,
<?php echo $asp_res_ids2; ?>.vertical .results .item,
<?php endif; ?>
<?php echo $asp_res_ids; ?>.vertical .results .item {
min-width: <?php echo $style['v_res_column_min_width_phone']; ?>;
}
<?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
); ?>