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,4 @@
$ribbon-max-width: 1240px;
$ribbon-padding: 10px 20px;
$has-ribbon-box-shadow: false;
$ribbon-box-shadow: 0 4px 7px 0 rgba(#000, .32);

View File

@@ -0,0 +1,4 @@
$ribbon-max-width: 1240px;
$ribbon-padding: 10px 20px;
$has-ribbon-box-shadow: true;
$ribbon-box-shadow: 0 4px 7px 0 rgba(#000, .32);

View File

@@ -0,0 +1,4 @@
$ribbon-max-width: 1240px;
$ribbon-padding: 15px 20px;
$has-ribbon-box-shadow: false;
$ribbon-box-shadow: 0 4px 7px 0 rgba(#000, .32);

View File

@@ -0,0 +1,4 @@
$ribbon-max-width: 1620px;
$ribbon-padding: 10px 20px;
$has-ribbon-box-shadow: true;
$ribbon-box-shadow: 0 5px 13px 0 rgba(#000, .68);

View File

@@ -0,0 +1,4 @@
$ribbon-max-width: 1240px;
$ribbon-padding: 10px 20px;
$has-ribbon-box-shadow: false;
$ribbon-box-shadow: 0 4px 7px 0 rgba(#000, .32);

View File

@@ -0,0 +1,4 @@
$ribbon-max-width: 1270px;
$ribbon-padding: 10px 20px;
$has-ribbon-box-shadow: true;
$ribbon-box-shadow: 0 5px 13px 0 rgba(#000, .59);

View File

@@ -0,0 +1,4 @@
$ribbon-max-width: 1200px;
$ribbon-padding: 15px 20px;
$has-ribbon-box-shadow: true;
$ribbon-box-shadow: 0 15px 43px 0 rgba(#000, .4);

View File

@@ -0,0 +1,4 @@
$ribbon-max-width: 1200px;
$ribbon-padding: 5px 20px;
$has-ribbon-box-shadow: true;
$ribbon-box-shadow: 0 15px 43px 0 rgba(#000, .4);

View File

@@ -0,0 +1,4 @@
$ribbon-max-width: 1200px;
$ribbon-padding: 15px 20px;
$has-ribbon-box-shadow: true;
$ribbon-box-shadow: 0 5px 13px 0 rgba(#000, .4);

View File

@@ -0,0 +1,4 @@
$ribbon-max-width: 1100px;
$ribbon-padding: 15px 20px;
$has-ribbon-box-shadow: true;
$ribbon-box-shadow: 0 5px 32px 0 rgba(#000, .4);

View File

@@ -0,0 +1,4 @@
$ribbon-max-width: 1200px;
$ribbon-padding: 10px 20px;
$has-ribbon-box-shadow: true;
$ribbon-box-shadow: 0 5px 13px 0 rgba(#000, .4);

View File

@@ -0,0 +1,4 @@
$ribbon-max-width: 1200px;
$ribbon-padding: 10px 20px;
$has-ribbon-box-shadow: true;
$ribbon-box-shadow: 0 5px 13px 0 rgba(#000, .4);

View File

@@ -0,0 +1,4 @@
$ribbon-max-width: 1100px;
$ribbon-padding: 10px 20px;
$has-ribbon-box-shadow: true;
$ribbon-box-shadow: 0 5px 13px 0 rgba(#000, .4);

View File

@@ -0,0 +1,4 @@
$ribbon-max-width: 1200px;
$ribbon-padding: 10px 20px;
$has-ribbon-box-shadow: true;
$ribbon-box-shadow: 0 5px 13px 0 rgba(#000, .4);

View File

@@ -0,0 +1,4 @@
$ribbon-max-width: 1200px;
$ribbon-padding: 15px 20px;
$has-ribbon-box-shadow: true;
$ribbon-box-shadow: 0 5px 13px 0 rgba(#000, .4);

View File

@@ -0,0 +1,4 @@
$ribbon-max-width: 1200px;
$ribbon-padding: 15px 20px;
$has-ribbon-box-shadow: true;
$ribbon-box-shadow: 0 5px 13px 0 rgba(#000, .4);

View File

@@ -0,0 +1,24 @@
@import "../_ribbon";
@import "../base/_base_set_01.scss";
@import "config/_set_01_config.scss";
#tvu_set_01 {
//ribbon general
.thrv_ult_bar {
@if $has-ribbon-box-shadow {
box-shadow: $ribbon-box-shadow;
}
.tve_editor_main_content {
max-width: $ribbon-max-width;
padding: $ribbon-padding;
}
}
}
@each $color in $color-pallete {
#tvu_set_01 {
.thrv_ult_bar.tve_#{nth($color, 1)} {
background: nth($color, 5);
}
}
}
@import '../_responsive';

View File

@@ -0,0 +1,24 @@
@import "../_ribbon";
@import "../base/_base_set_02.scss";
@import "config/_set_02_config.scss";
#tvu_set_02 {
//ribbon general
.thrv_ult_bar {
@if $has-ribbon-box-shadow {
box-shadow: $ribbon-box-shadow;
}
.tve_editor_main_content {
max-width: $ribbon-max-width;
padding: $ribbon-padding;
}
}
}
@each $color in $color-pallete {
#tvu_set_02 {
.thrv_ult_bar.tve_#{nth($color, 1)} {
background: nth($color, 4);
}
}
}
@import '../_responsive';

View File

@@ -0,0 +1,24 @@
@import "../_ribbon";
@import "../base/_base_set_03.scss";
@import "config/_set_03_config.scss";
#tvu_set_03 {
//ribbon general
.thrv_ult_bar {
@if $has-ribbon-box-shadow {
box-shadow: $ribbon-box-shadow;
}
.tve_editor_main_content {
max-width: $ribbon-max-width;
padding: $ribbon-padding;
}
}
}
@each $color in $color-pallete {
#tvu_set_03 {
.thrv_ult_bar.tve_#{nth($color, 1)} {
background: nth($color, 5);
}
}
}
@import '../_responsive';

View File

@@ -0,0 +1,26 @@
@import "../_ribbon";
@import "../base/_base_set_04.scss";
@import "config/_set_04_config.scss";
#tvu_set_04 {
//ribbon general
.thrv_ult_bar {
@if $has-ribbon-box-shadow {
box-shadow: $ribbon-box-shadow;
}
.tve_editor_main_content {
max-width: $ribbon-max-width;
padding: $ribbon-padding;
}
}
}
@each $color in $color-pallete {
#tvu_set_04 {
.thrv_ult_bar.tve_#{nth($color, 1)} {
background: nth($color, 7);
border-top: 1px solid nth($color, 8);
border-bottom: 1px solid nth($color, 8);
}
}
}
@import '../_responsive';

View File

@@ -0,0 +1,24 @@
@import "../_ribbon";
@import "../base/_base_set_05.scss";
@import "config/_set_05_config.scss";
#tvu_set_05 {
//ribbon general
.thrv_ult_bar {
@if $has-ribbon-box-shadow {
box-shadow: $ribbon-box-shadow;
}
.tve_editor_main_content {
max-width: $ribbon-max-width;
padding: $ribbon-padding;
}
}
}
@each $color in $color-pallete {
#tvu_set_05 {
.thrv_ult_bar.tve_#{nth($color, 1)} {
background: nth($color, 2);
}
}
}
@import '../_responsive';

View File

@@ -0,0 +1,26 @@
@import "../_ribbon";
@import "../base/_base_set_06.scss";
@import "config/_set_06_config.scss";
#tvu_set_06 {
//ribbon general
.thrv_ult_bar {
@if $has-ribbon-box-shadow {
box-shadow: $ribbon-box-shadow;
}
.tve_editor_main_content {
max-width: $ribbon-max-width;
padding: $ribbon-padding;
}
}
}
@each $color in $color-pallete {
#tvu_set_06 {
.thrv_ult_bar.tve_#{nth($color, 1)} {
background: nth($color, 2);
border-top: 1px solid nth($color, 6);
border-bottom: 1px solid nth($color, 6);
}
}
}
@import '../_responsive';

View File

@@ -0,0 +1,24 @@
@import "../_ribbon";
@import "../base/_base_set_07.scss";
@import "config/_set_07_config.scss";
#tvu_set_07 {
//ribbon general
.thrv_ult_bar {
@if $has-ribbon-box-shadow {
box-shadow: $ribbon-box-shadow;
}
.tve_editor_main_content {
max-width: $ribbon-max-width;
padding: $ribbon-padding;
}
}
}
@each $color in $color-pallete {
#tvu_set_07 {
.thrv_ult_bar.tve_#{nth($color, 1)} {
background: nth($color, 3);
}
}
}
@import '../_responsive';

View File

@@ -0,0 +1,31 @@
@import "../_ribbon";
@import "../base/_base_set_08.scss";
@import "config/_set_08_config.scss";
#tvu_set_08 {
//ribbon general
.thrv_ult_bar {
@if $has-ribbon-box-shadow {
box-shadow: $ribbon-box-shadow;
}
border-bottom: 1px solid #333131;
.tve_editor_main_content {
max-width: $ribbon-max-width;
padding: $ribbon-padding;
}
}
}
@each $color in $color-pallete {
#tvu_set_08 {
.thrv_ult_bar.tve_#{nth($color, 1)} {
background: nth($color, 6);
}
}
}
@import '../_responsive';
.tvu_set_08 {
.tcb-button-link {
padding: 5px 25px;
}
}

View File

@@ -0,0 +1,27 @@
@import "../_ribbon";
@import "../base/_base_set_09.scss";
@import "config/_set_09_config.scss";
#tvu_set_09 {
//ribbon general
.thrv_ult_bar {
@if $has-ribbon-box-shadow {
box-shadow: $ribbon-box-shadow;
}
border-bottom: 7px solid #fff;
.tve_editor_main_content {
max-width: $ribbon-max-width;
padding: $ribbon-padding;
}
}
}
@each $color in $color-pallete {
#tvu_set_09 {
.thrv_ult_bar.tve_#{nth($color, 1)} {
background-image: linear-gradient(-45deg, nth($color, 8) 0%, nth($color, 8) 40%, nth($color, 7) 40%, nth($color, 7) 100%);
}
}
}
@import '../_responsive';

View File

@@ -0,0 +1,24 @@
@import "../_ribbon";
@import "../base/_base_set_10.scss";
@import "config/_set_10_config.scss";
#tvu_set_10 {
//ribbon general
.thrv_ult_bar {
@if $has-ribbon-box-shadow {
box-shadow: $ribbon-box-shadow;
}
.tve_editor_main_content {
max-width: $ribbon-max-width;
padding: $ribbon-padding;
}
}
}
@each $color in $color-pallete {
#tvu_set_10 {
.thrv_ult_bar.tve_#{nth($color, 1)} {
background: nth($color, 4);
}
}
}
@import '../_responsive';

View File

@@ -0,0 +1,25 @@
@import "../_ribbon";
@import "../base/_base_set_11.scss";
@import "config/_set_11_config.scss";
#tvu_set_11 {
//ribbon general
.thrv_ult_bar {
@if $has-ribbon-box-shadow {
box-shadow: $ribbon-box-shadow;
}
border-bottom: 1px solid #0179a3;
.tve_editor_main_content {
max-width: $ribbon-max-width;
padding: $ribbon-padding;
}
}
}
@each $color in $color-pallete {
#tvu_set_11 {
.thrv_ult_bar.tve_#{nth($color, 1)} {
background: nth($color, 2);
}
}
}
@import '../_responsive';

View File

@@ -0,0 +1,25 @@
@import "../_ribbon";
@import "../base/_base_set_12.scss";
@import "config/_set_12_config.scss";
#tvu_set_12 {
//ribbon general
.thrv_ult_bar {
@if $has-ribbon-box-shadow {
box-shadow: $ribbon-box-shadow;
}
border-bottom: 1px solid #0179a3;
.tve_editor_main_content {
max-width: $ribbon-max-width;
padding: $ribbon-padding;
}
}
}
@each $color in $color-pallete {
#tvu_set_12 {
.thrv_ult_bar.tve_#{nth($color, 1)} {
background: nth($color, 5);
}
}
}
@import '../_responsive';

View File

@@ -0,0 +1,26 @@
@import "../_ribbon";
@import "../base/_base_set_13.scss";
@import "config/_set_13_config.scss";
#tvu_set_13 {
//ribbon general
.thrv_ult_bar {
@if $has-ribbon-box-shadow {
box-shadow: $ribbon-box-shadow;
}
.tve_editor_main_content {
max-width: $ribbon-max-width;
padding: $ribbon-padding;
}
}
}
@each $color in $color-pallete {
#tvu_set_13 {
.thrv_ult_bar.tve_#{nth($color, 1)} {
background: nth($color, 4);
}
}
}
@import '../_responsive';

View File

@@ -0,0 +1,29 @@
@import "../_ribbon";
@import "../base/_base_set_14.scss";
@import "config/_set_14_config.scss";
#tvu_set_14 {
//ribbon general
.thrv_ult_bar {
@if $has-ribbon-box-shadow {
box-shadow: $ribbon-box-shadow;
}
border-bottom: 1px solid #0179a3;
.tve_editor_main_content {
max-width: $ribbon-max-width;
padding: $ribbon-padding;
}
}
}
@each $color in $color-pallete {
#tvu_set_14 {
.thrv_ult_bar.tve_#{nth($color, 1)} {
background: nth($color, 7);
border-top: 1px solid lighten(nth($color, 7), 5%);
border-bottom: 1px solid lighten(nth($color, 7), 5%);
}
}
}
@import '../_responsive';

View File

@@ -0,0 +1,26 @@
@import "../_ribbon";
@import "../base/_base_set_15.scss";
@import "config/_set_15_config.scss";
#tvu_set_15 {
//ribbon general
.thrv_ult_bar {
@if $has-ribbon-box-shadow {
box-shadow: $ribbon-box-shadow;
}
.tve_editor_main_content {
max-width: $ribbon-max-width;
padding: $ribbon-padding;
}
}
}
@each $color in $color-pallete {
#tvu_set_15 {
.thrv_ult_bar.tve_#{nth($color, 1)} {
background: nth($color, 4);
}
}
}
@import '../_responsive';

View File

@@ -0,0 +1,28 @@
@import "../_ribbon";
@import "../base/_base_set_16.scss";
@import "config/_set_15_config.scss";
#tvu_set_16 {
//ribbon general
.thrv_ult_bar {
@if $has-ribbon-box-shadow {
box-shadow: $ribbon-box-shadow;
}
border-top: 1px solid #333131;
border-bottom: 1px solid #333131;
.tve_editor_main_content {
max-width: $ribbon-max-width;
padding: $ribbon-padding;
}
}
}
@each $color in $color-pallete {
#tvu_set_16 {
.thrv_ult_bar.tve_#{nth($color, 1)} {
background: nth($color, 6);
}
}
}
@import '../_responsive';