diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:46:51 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:46:51 +0100 |
commit | 8a5554c6fae83e92b10c8dbe5b82108cb44fad6c (patch) | |
tree | 616af8137d0e678ad2f9d515b7b68dc1b9738fca /files/es/web/css | |
parent | a55b575e8089ee6cab7c5c262a7e6db55d0e34d6 (diff) | |
download | translated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.tar.gz translated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.tar.bz2 translated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.zip |
unslug es: modify
Diffstat (limited to 'files/es/web/css')
72 files changed, 156 insertions, 84 deletions
diff --git a/files/es/web/css/@media/height/index.html b/files/es/web/css/@media/height/index.html index 7cb29fe768..0eadc28e5b 100644 --- a/files/es/web/css/@media/height/index.html +++ b/files/es/web/css/@media/height/index.html @@ -1,6 +1,6 @@ --- title: Altura -slug: Web/CSS/@media/altura +slug: Web/CSS/@media/height tags: - '@media' - CSS @@ -8,6 +8,7 @@ tags: - Referencia - características media translation_of: Web/CSS/@media/height +original_slug: Web/CSS/@media/altura --- <div>{{cssref}}</div> diff --git a/files/es/web/css/@media/resolution/index.html b/files/es/web/css/@media/resolution/index.html index bd2beb4866..6f5ba7c51a 100644 --- a/files/es/web/css/@media/resolution/index.html +++ b/files/es/web/css/@media/resolution/index.html @@ -1,10 +1,11 @@ --- title: Resolución -slug: Web/CSS/@media/resolución +slug: Web/CSS/@media/resolution tags: - Referencia - resolución translation_of: Web/CSS/@media/resolution +original_slug: Web/CSS/@media/resolución --- <p><strong><code>resolución</code></strong><code> es una función de medios de CSS</code> cuyo valor es la densidad de píxeles del dispositivo de salida, como un CSS<a href="/en-US/docs/Web/CSS/resolution"><code><resolution></code></a>.</p> diff --git a/files/es/web/css/_colon_autofill/index.html b/files/es/web/css/_colon_autofill/index.html index 98c1c68215..ef34f51351 100644 --- a/files/es/web/css/_colon_autofill/index.html +++ b/files/es/web/css/_colon_autofill/index.html @@ -1,13 +1,14 @@ --- title: ':-webkit-autofill' -slug: 'Web/CSS/:-webkit-autofill' +slug: Web/CSS/:autofill tags: - CSS - NeedsExample - No estándar(2) - Pseudo-clase - Referencia -translation_of: 'Web/CSS/:-webkit-autofill' +translation_of: Web/CSS/:-webkit-autofill +original_slug: Web/CSS/:-webkit-autofill --- <div>{{CSSRef}}{{Non-standard_header}}</div> diff --git a/files/es/web/css/_colon_is/index.html b/files/es/web/css/_colon_is/index.html index 7fe55d57c4..0678d86dd3 100644 --- a/files/es/web/css/_colon_is/index.html +++ b/files/es/web/css/_colon_is/index.html @@ -1,13 +1,14 @@ --- title: ':any' -slug: 'Web/CSS/:any' +slug: Web/CSS/:is tags: - CSS - Experimental - Pseudo-Clase CSS - Referencia -translation_of: 'Web/CSS/:is' -translation_of_original: 'Web/CSS/:any' +translation_of: Web/CSS/:is +translation_of_original: Web/CSS/:any +original_slug: Web/CSS/:any --- <div>{{CSSRef}}{{SeeCompatTable}}</div> diff --git a/files/es/web/css/_colon_not/index.html b/files/es/web/css/_colon_not/index.html index 5182d83d77..62142324c8 100644 --- a/files/es/web/css/_colon_not/index.html +++ b/files/es/web/css/_colon_not/index.html @@ -1,13 +1,14 @@ --- title: ':not()' -slug: 'Web/CSS/:not()' +slug: Web/CSS/:not tags: - CSS - Diseño - Referencia - Web - pseudoclase -translation_of: 'Web/CSS/:not' +translation_of: Web/CSS/:not +original_slug: Web/CSS/:not() --- <div>{{CSSRef}}</div> diff --git a/files/es/web/css/_colon_user-invalid/index.html b/files/es/web/css/_colon_user-invalid/index.html index 6f12ca97a6..301a1d68d8 100644 --- a/files/es/web/css/_colon_user-invalid/index.html +++ b/files/es/web/css/_colon_user-invalid/index.html @@ -1,6 +1,6 @@ --- title: ':-moz-ui-invalid' -slug: 'Web/CSS/:-moz-ui-invalid' +slug: Web/CSS/:user-invalid tags: - CSS - NeedsExample @@ -8,7 +8,8 @@ tags: - No estándar(2) - Pseudo clase - Referencia CSS -translation_of: 'Web/CSS/:user-invalid' +translation_of: Web/CSS/:user-invalid +original_slug: Web/CSS/:-moz-ui-invalid --- <div>{{Non-standard_header}}{{CSSRef}}</div> diff --git a/files/es/web/css/_doublecolon_file-selector-button/index.html b/files/es/web/css/_doublecolon_file-selector-button/index.html index 5d14e35e58..f818f44b7c 100644 --- a/files/es/web/css/_doublecolon_file-selector-button/index.html +++ b/files/es/web/css/_doublecolon_file-selector-button/index.html @@ -1,12 +1,13 @@ --- title: '::-webkit-file-upload-button' -slug: 'Web/CSS/::-webkit-file-upload-button' +slug: Web/CSS/::file-selector-button tags: - CSS - No estándar(2) - Pseudo-elemento - Referencia -translation_of: 'Web/CSS/::file-selector-button' +translation_of: Web/CSS/::file-selector-button +original_slug: Web/CSS/::-webkit-file-upload-button --- <div>{{CSSRef}}{{Non-standard_header}}</div> diff --git a/files/es/web/css/adjacent_sibling_combinator/index.html b/files/es/web/css/adjacent_sibling_combinator/index.html index 1200c4bd61..23549e7557 100644 --- a/files/es/web/css/adjacent_sibling_combinator/index.html +++ b/files/es/web/css/adjacent_sibling_combinator/index.html @@ -1,12 +1,13 @@ --- title: Selectores de hermanos adyacentes -slug: Web/CSS/Selectores_hermanos_adyacentes +slug: Web/CSS/Adjacent_sibling_combinator tags: - CSS - NeedsMobileBrowserCompatibility - Referencia CSS - Selectores translation_of: Web/CSS/Adjacent_sibling_combinator +original_slug: Web/CSS/Selectores_hermanos_adyacentes --- <p>{{CSSRef("Selectors")}}</p> diff --git a/files/es/web/css/attribute_selectors/index.html b/files/es/web/css/attribute_selectors/index.html index a7b59d03c6..e5c94bedeb 100644 --- a/files/es/web/css/attribute_selectors/index.html +++ b/files/es/web/css/attribute_selectors/index.html @@ -1,12 +1,13 @@ --- title: Selectores de atributo -slug: Web/CSS/Selectores_atributo +slug: Web/CSS/Attribute_selectors tags: - Atributos - CSS - Selectores - Selectores de Atributo translation_of: Web/CSS/Attribute_selectors +original_slug: Web/CSS/Selectores_atributo --- <div>{{CSSRef}}</div> diff --git a/files/es/web/css/box-flex/index.html b/files/es/web/css/box-flex/index.html index c7491aea2d..2a1dbe9a13 100644 --- a/files/es/web/css/box-flex/index.html +++ b/files/es/web/css/box-flex/index.html @@ -1,11 +1,12 @@ --- title: '-moz-box-flex' -slug: Web/CSS/-moz-box-flex +slug: Web/CSS/box-flex tags: - CSS - No estándar(2) - Referencia CSS translation_of: Web/CSS/box-flex +original_slug: Web/CSS/-moz-box-flex --- <div>{{CSSRef}}{{warning("Esta propiedad es para controlar parte del modelo de caja XUL. No coincide ni con el antiguo borrador del módulo CSS para el diseño de caja flexibles '<code>box-flex</code>' (que se basa en esta propiedad) ni con el comportamiento de '<code>-webkit-box-flex</code>' (que se basa en esos borradores).")}}</div> diff --git a/files/es/web/css/box-ordinal-group/index.html b/files/es/web/css/box-ordinal-group/index.html index 9f6af1c315..0d89a0ee99 100644 --- a/files/es/web/css/box-ordinal-group/index.html +++ b/files/es/web/css/box-ordinal-group/index.html @@ -1,6 +1,6 @@ --- title: '-moz-box-ordinal-group' -slug: Web/CSS/-moz-box-ordinal-group +slug: Web/CSS/box-ordinal-group tags: - CSS - 'CSS: Extensiones Mozilla' @@ -9,6 +9,7 @@ tags: - Referencia CSS translation_of: Web/CSS/box-ordinal-group translation_of_original: Web/CSS/-moz-box-ordinal-group +original_slug: Web/CSS/-moz-box-ordinal-group --- <p>{{CSSRef}}<br> {{warning("Esta propiedad pertenece al borrador original del diseño o esquema de la caja CSS flexible, y ha sido reemplazada en borradores posteriores.")}}</p> diff --git a/files/es/web/css/box-pack/index.html b/files/es/web/css/box-pack/index.html index 118d60287a..12baf166a2 100644 --- a/files/es/web/css/box-pack/index.html +++ b/files/es/web/css/box-pack/index.html @@ -1,6 +1,6 @@ --- title: '-moz-box-pack' -slug: Web/CSS/-moz-box-pack +slug: Web/CSS/box-pack tags: - CSS - Diseño @@ -8,6 +8,7 @@ tags: - Propiedad CSS - Referencia CSS translation_of: Web/CSS/box-pack +original_slug: Web/CSS/-moz-box-pack --- <div>{{CSSRef}}{{warning("Esta propiedad es parte del módulo estándar original para el diseño de las cajas CSS Flexible que fue sustituida por un nuevo estándar.")}}</div> diff --git a/files/es/web/css/column-gap/index.html b/files/es/web/css/column-gap/index.html index e7a607a5bc..faa728b9c7 100644 --- a/files/es/web/css/column-gap/index.html +++ b/files/es/web/css/column-gap/index.html @@ -1,8 +1,9 @@ --- title: grid-column-gap -slug: Web/CSS/grid-column-gap +slug: Web/CSS/column-gap translation_of: Web/CSS/column-gap translation_of_original: Web/CSS/grid-column-gap +original_slug: Web/CSS/grid-column-gap --- <p>La propiedad CSS <strong><code>grid-column-gap</code></strong> especifica el {{glossary("gutters","gutter")}} entre {{glossary("grid columns")}}.</p> diff --git a/files/es/web/css/comments/index.html b/files/es/web/css/comments/index.html index f09cac662a..492c7dda76 100644 --- a/files/es/web/css/comments/index.html +++ b/files/es/web/css/comments/index.html @@ -1,11 +1,12 @@ --- title: Comentarios -slug: Web/CSS/Comentarios +slug: Web/CSS/Comments tags: - CSS - Principiante - Referencia CSS translation_of: Web/CSS/Comments +original_slug: Web/CSS/Comentarios --- <div>{{CSSRef}}</div> diff --git a/files/es/web/css/computed_value/index.html b/files/es/web/css/computed_value/index.html index 9112bf97b5..eddd9e0b00 100644 --- a/files/es/web/css/computed_value/index.html +++ b/files/es/web/css/computed_value/index.html @@ -1,9 +1,10 @@ --- title: Valor calculado -slug: Web/CSS/Valor_calculado +slug: Web/CSS/computed_value tags: - Referencia_CSS translation_of: Web/CSS/computed_value +original_slug: Web/CSS/Valor_calculado --- <p><br> {{ CSSRef() }}</p> diff --git a/files/es/web/css/css_animations/detecting_css_animation_support/index.html b/files/es/web/css/css_animations/detecting_css_animation_support/index.html index 11bb0c0076..d239ff4f70 100644 --- a/files/es/web/css/css_animations/detecting_css_animation_support/index.html +++ b/files/es/web/css/css_animations/detecting_css_animation_support/index.html @@ -1,7 +1,8 @@ --- title: Detectar soporte de animación CSS -slug: Web/CSS/CSS_Animations/Detectar_soporte_de_animación_CSS +slug: Web/CSS/CSS_Animations/Detecting_CSS_animation_support translation_of: Web/CSS/CSS_Animations/Detecting_CSS_animation_support +original_slug: Web/CSS/CSS_Animations/Detectar_soporte_de_animación_CSS --- <p>{{CSSRef}}</p> diff --git a/files/es/web/css/css_animations/using_css_animations/index.html b/files/es/web/css/css_animations/using_css_animations/index.html index b9b08bbc0b..27540189cd 100644 --- a/files/es/web/css/css_animations/using_css_animations/index.html +++ b/files/es/web/css/css_animations/using_css_animations/index.html @@ -1,6 +1,6 @@ --- title: Usando animaciones CSS -slug: Web/CSS/CSS_Animations/Usando_animaciones_CSS +slug: Web/CSS/CSS_Animations/Using_CSS_animations tags: - Advanced - CSS @@ -9,6 +9,7 @@ tags: - Experimental - Guide translation_of: Web/CSS/CSS_Animations/Using_CSS_animations +original_slug: Web/CSS/CSS_Animations/Usando_animaciones_CSS --- <p><span class="diff_add">{{SeeCompatTable}}{{CSSRef}}</span></p> diff --git a/files/es/web/css/css_background_and_borders/border-image_generator/index.html b/files/es/web/css/css_background_and_borders/border-image_generator/index.html index 3f189b87ea..7757dc9b29 100644 --- a/files/es/web/css/css_background_and_borders/border-image_generator/index.html +++ b/files/es/web/css/css_background_and_borders/border-image_generator/index.html @@ -1,10 +1,11 @@ --- title: Generador Border-image -slug: Web/CSS/CSS_Background_and_Borders/Border-image_generador +slug: Web/CSS/CSS_Background_and_Borders/Border-image_generator tags: - CSS - Herramientas translation_of: Web/CSS/CSS_Background_and_Borders/Border-image_generator +original_slug: Web/CSS/CSS_Background_and_Borders/Border-image_generador --- <p>Esta herramienta permite generar valores para CSS3 {{cssxref("border-image")}}</p> <div style="display: none;"> diff --git a/files/es/web/css/css_backgrounds_and_borders/index.html b/files/es/web/css/css_backgrounds_and_borders/index.html index 59c2117194..3c843d9d45 100644 --- a/files/es/web/css/css_backgrounds_and_borders/index.html +++ b/files/es/web/css/css_backgrounds_and_borders/index.html @@ -1,6 +1,6 @@ --- title: CSS Background and Borders -slug: Web/CSS/CSS_Background_and_Borders +slug: Web/CSS/CSS_Backgrounds_and_Borders tags: - CSS - CSS Backgrounds and Borders @@ -10,6 +10,7 @@ tags: - TopicStub translation_of: Web/CSS/CSS_Backgrounds_and_Borders translation_of_original: Web/CSS/CSS_Background_and_Borders +original_slug: Web/CSS/CSS_Background_and_Borders --- <p>{{CSSRef}}</p> diff --git a/files/es/web/css/css_backgrounds_and_borders/using_multiple_backgrounds/index.html b/files/es/web/css/css_backgrounds_and_borders/using_multiple_backgrounds/index.html index a80b81bf1a..cf372aa607 100644 --- a/files/es/web/css/css_backgrounds_and_borders/using_multiple_backgrounds/index.html +++ b/files/es/web/css/css_backgrounds_and_borders/using_multiple_backgrounds/index.html @@ -1,6 +1,6 @@ --- title: Usando múltiples fondos con CSS -slug: Web/CSS/CSS_Background_and_Borders/Using_CSS_multiple_backgrounds +slug: Web/CSS/CSS_Backgrounds_and_Borders/Using_multiple_backgrounds tags: - CSS - Ejemplo @@ -9,6 +9,7 @@ tags: - Intermedio translation_of: Web/CSS/CSS_Backgrounds_and_Borders/Using_multiple_backgrounds translation_of_original: Web/CSS/CSS_Background_and_Borders/Using_CSS_multiple_backgrounds +original_slug: Web/CSS/CSS_Background_and_Borders/Using_CSS_multiple_backgrounds --- <p>{{CSSRef}}</p> diff --git a/files/es/web/css/css_basic_user_interface/using_url_values_for_the_cursor_property/index.html b/files/es/web/css/css_basic_user_interface/using_url_values_for_the_cursor_property/index.html index b59b5f677d..ba59e38ced 100644 --- a/files/es/web/css/css_basic_user_interface/using_url_values_for_the_cursor_property/index.html +++ b/files/es/web/css/css_basic_user_interface/using_url_values_for_the_cursor_property/index.html @@ -1,10 +1,11 @@ --- title: Uso de URL como valor de la propiedad cursor -slug: Web/CSS/cursor/Uso_de_URL_como_valor_de_la_propiedad_cursor +slug: Web/CSS/CSS_Basic_User_Interface/Using_URL_values_for_the_cursor_property tags: - CSS - Todas_las_Categorías translation_of: Web/CSS/CSS_Basic_User_Interface/Using_URL_values_for_the_cursor_property +original_slug: Web/CSS/cursor/Uso_de_URL_como_valor_de_la_propiedad_cursor --- <p><a href="/es/Gecko" title="es/Gecko">Gecko</a> 1.8 (<a href="/es/Firefox_1.5_para_Desarrolladores" title="es/Firefox_1.5_para_Desarrolladores">Firefox 1.5</a>, SeaMonkey 1.0) soporta el uso de URLs como valores para la <a class="external" href="http://www.sidar.org/recur/desdi/traduc/es/css/ui.html#propdef-cursor">propiedad cursor</a> (CSS2). Esto nos permite definir la imagen que queremos como puntero del ratón, además podemos usar cualquiera de los formatos gráficos soportados por Gecko.</p> <h3 id="Sintaxis" name="Sintaxis">Sintaxis</h3> diff --git a/files/es/web/css/css_box_model/index.html b/files/es/web/css/css_box_model/index.html index 320800f82e..c051e7e720 100644 --- a/files/es/web/css/css_box_model/index.html +++ b/files/es/web/css/css_box_model/index.html @@ -1,12 +1,13 @@ --- title: Modelo de Caja de CSS -slug: Web/CSS/CSS_Modelo_Caja +slug: Web/CSS/CSS_Box_Model tags: - CSS - Modelo de Caja CSS - Referencia CSS - Visión general translation_of: Web/CSS/CSS_Box_Model +original_slug: Web/CSS/CSS_Modelo_Caja --- <div>{{CSSRef}}</div> diff --git a/files/es/web/css/css_box_model/introduction_to_the_css_box_model/index.html b/files/es/web/css/css_box_model/introduction_to_the_css_box_model/index.html index 45571faf77..985d15eef6 100644 --- a/files/es/web/css/css_box_model/introduction_to_the_css_box_model/index.html +++ b/files/es/web/css/css_box_model/introduction_to_the_css_box_model/index.html @@ -1,12 +1,13 @@ --- title: Introducción al Modelo de Caja de CSS -slug: Web/CSS/CSS_Modelo_Caja/Introducción_al_modelo_de_caja_de_CSS +slug: Web/CSS/CSS_Box_Model/Introduction_to_the_CSS_box_model tags: - CSS - Guía - Modelo de Caja - Referencia translation_of: Web/CSS/CSS_Box_Model/Introduction_to_the_CSS_box_model +original_slug: Web/CSS/CSS_Modelo_Caja/Introducción_al_modelo_de_caja_de_CSS --- <div>{{CSSRef}}</div> diff --git a/files/es/web/css/css_box_model/mastering_margin_collapsing/index.html b/files/es/web/css/css_box_model/mastering_margin_collapsing/index.html index dafdf71855..6c4f7a753e 100644 --- a/files/es/web/css/css_box_model/mastering_margin_collapsing/index.html +++ b/files/es/web/css/css_box_model/mastering_margin_collapsing/index.html @@ -1,12 +1,13 @@ --- title: Entendiendo el colapso de margen -slug: Web/CSS/CSS_Modelo_Caja/Mastering_margin_collapsing +slug: Web/CSS/CSS_Box_Model/Mastering_margin_collapsing tags: - CSS - CSS Box Model - Guía - Referencia translation_of: Web/CSS/CSS_Box_Model/Mastering_margin_collapsing +original_slug: Web/CSS/CSS_Modelo_Caja/Mastering_margin_collapsing --- <div>{{CSSRef}}</div> diff --git a/files/es/web/css/css_color/index.html b/files/es/web/css/css_color/index.html index ef36d7954b..5373c54dfd 100644 --- a/files/es/web/css/css_color/index.html +++ b/files/es/web/css/css_color/index.html @@ -1,6 +1,6 @@ --- title: CSS Colors -slug: Web/CSS/CSS_Colors +slug: Web/CSS/CSS_Color tags: - CSS - CSS Colors @@ -10,6 +10,7 @@ tags: - TopicStub translation_of: Web/CSS/CSS_Color translation_of_original: Web/CSS/CSS_Colors +original_slug: Web/CSS/CSS_Colors --- <div>{{CSSRef}}</div> diff --git a/files/es/web/css/css_colors/color_picker_tool/index.html b/files/es/web/css/css_colors/color_picker_tool/index.html index 7e7819542d..d3758668dd 100644 --- a/files/es/web/css/css_colors/color_picker_tool/index.html +++ b/files/es/web/css/css_colors/color_picker_tool/index.html @@ -1,10 +1,11 @@ --- title: Herramienta para seleccionar color -slug: Web/CSS/CSS_Colors/Herramienta_para_seleccionar_color +slug: Web/CSS/CSS_Colors/Color_picker_tool tags: - CSS - Herramientas translation_of: Web/CSS/CSS_Colors/Color_picker_tool +original_slug: Web/CSS/CSS_Colors/Herramienta_para_seleccionar_color --- <div style="display: none;"> <h2 id="ColorPicker_Tool" name="ColorPicker_Tool">ColorPicker tool</h2> diff --git a/files/es/web/css/css_columns/index.html b/files/es/web/css/css_columns/index.html index 949f2eca71..712958a401 100644 --- a/files/es/web/css/css_columns/index.html +++ b/files/es/web/css/css_columns/index.html @@ -1,11 +1,12 @@ --- title: Columnas CSS -slug: Web/CSS/Columnas_CSS +slug: Web/CSS/CSS_Columns tags: - CSS - Referencia CSS - Visión general translation_of: Web/CSS/CSS_Columns +original_slug: Web/CSS/Columnas_CSS --- <div>{{CSSRef}}</div> diff --git a/files/es/web/css/css_columns/using_multi-column_layouts/index.html b/files/es/web/css/css_columns/using_multi-column_layouts/index.html index 8eed415ee2..e034c7129a 100644 --- a/files/es/web/css/css_columns/using_multi-column_layouts/index.html +++ b/files/es/web/css/css_columns/using_multi-column_layouts/index.html @@ -1,10 +1,11 @@ --- title: Columnas con CSS-3 -slug: Columnas_con_CSS-3 +slug: Web/CSS/CSS_Columns/Using_multi-column_layouts tags: - CSS - Todas_las_Categorías translation_of: Web/CSS/CSS_Columns/Using_multi-column_layouts +original_slug: Columnas_con_CSS-3 --- <p> </p> diff --git a/files/es/web/css/css_conditional_rules/index.html b/files/es/web/css/css_conditional_rules/index.html index 59c2a9b328..a635d59d29 100644 --- a/files/es/web/css/css_conditional_rules/index.html +++ b/files/es/web/css/css_conditional_rules/index.html @@ -1,10 +1,11 @@ --- title: CSS Reglas Condicionales -slug: Web/CSS/CSS_Reglas_Condicionales +slug: Web/CSS/CSS_Conditional_Rules tags: - CSS - Referencia translation_of: Web/CSS/CSS_Conditional_Rules +original_slug: Web/CSS/CSS_Reglas_Condicionales --- <div>{{CSSRef}}</div> diff --git a/files/es/web/css/css_flexible_box_layout/basic_concepts_of_flexbox/index.html b/files/es/web/css/css_flexible_box_layout/basic_concepts_of_flexbox/index.html index 38e89c7813..49b6907445 100644 --- a/files/es/web/css/css_flexible_box_layout/basic_concepts_of_flexbox/index.html +++ b/files/es/web/css/css_flexible_box_layout/basic_concepts_of_flexbox/index.html @@ -1,7 +1,8 @@ --- title: Conceptos Básicos de flexbox -slug: Web/CSS/CSS_Flexible_Box_Layout/Conceptos_Basicos_de_Flexbox +slug: Web/CSS/CSS_Flexible_Box_Layout/Basic_Concepts_of_Flexbox translation_of: Web/CSS/CSS_Flexible_Box_Layout/Basic_Concepts_of_Flexbox +original_slug: Web/CSS/CSS_Flexible_Box_Layout/Conceptos_Basicos_de_Flexbox --- <div>{{CSSRef}}</div> diff --git a/files/es/web/css/css_flexible_box_layout/typical_use_cases_of_flexbox/index.html b/files/es/web/css/css_flexible_box_layout/typical_use_cases_of_flexbox/index.html index 9048cbb739..ea9c05e7ff 100644 --- a/files/es/web/css/css_flexible_box_layout/typical_use_cases_of_flexbox/index.html +++ b/files/es/web/css/css_flexible_box_layout/typical_use_cases_of_flexbox/index.html @@ -1,7 +1,8 @@ --- title: Casos de uso típicos de Flexbox -slug: Web/CSS/CSS_Flexible_Box_Layout/Casos_de_uso_tipicos_de_Flexbox. +slug: Web/CSS/CSS_Flexible_Box_Layout/Typical_Use_Cases_of_Flexbox translation_of: Web/CSS/CSS_Flexible_Box_Layout/Typical_Use_Cases_of_Flexbox +original_slug: Web/CSS/CSS_Flexible_Box_Layout/Casos_de_uso_tipicos_de_Flexbox. --- <p>{{CSSRef}}</p> diff --git a/files/es/web/css/css_grid_layout/basic_concepts_of_grid_layout/index.html b/files/es/web/css/css_grid_layout/basic_concepts_of_grid_layout/index.html index afb49e2a92..26cff270b6 100644 --- a/files/es/web/css/css_grid_layout/basic_concepts_of_grid_layout/index.html +++ b/files/es/web/css/css_grid_layout/basic_concepts_of_grid_layout/index.html @@ -1,12 +1,13 @@ --- title: Basic concepts of grid layout -slug: Web/CSS/CSS_Grid_Layout/Conceptos_Básicos_del_Posicionamiento_con_Rejillas +slug: Web/CSS/CSS_Grid_Layout/Basic_Concepts_of_Grid_Layout tags: - CSS - Guía - Posicionamiento - Rejillas CSS translation_of: Web/CSS/CSS_Grid_Layout/Basic_Concepts_of_Grid_Layout +original_slug: Web/CSS/CSS_Grid_Layout/Conceptos_Básicos_del_Posicionamiento_con_Rejillas --- <p><a href="/es/docs/Web/CSS/CSS_Grid_Layout">CSS Grid Layout</a> presenta un sistema de cuadrícula bidimensional para CSS. Las cuadrículas se pueden utilizar para posicionar áreas principales de la página o pequeños elementos de la interfaz de usuario. Este artículo lo introduce a Grid Layout de CSS y la nueva terminología que forma parte de la especificación CSS Grid Layout Nivel 1. Las características mostradas en este resumen se explicarán con mayor detalle en el resto de esta guía.</p> diff --git a/files/es/web/css/css_grid_layout/relationship_of_grid_layout/index.html b/files/es/web/css/css_grid_layout/relationship_of_grid_layout/index.html index 298da1dc5f..f747b94b5d 100644 --- a/files/es/web/css/css_grid_layout/relationship_of_grid_layout/index.html +++ b/files/es/web/css/css_grid_layout/relationship_of_grid_layout/index.html @@ -1,6 +1,6 @@ --- title: Relación de Grid Layout con otros métodos de diseño y posicionamiento - CSS -slug: Web/CSS/CSS_Grid_Layout/Relacion_de_Grid_Layout +slug: Web/CSS/CSS_Grid_Layout/Relationship_of_Grid_Layout tags: - CSS - CSS Cuadrícula @@ -9,6 +9,7 @@ tags: - CSS Rejilla - Guía translation_of: Web/CSS/CSS_Grid_Layout/Relationship_of_Grid_Layout +original_slug: Web/CSS/CSS_Grid_Layout/Relacion_de_Grid_Layout --- <p>CSS Grid Layout ha sido diseñado para trabajar junto con otros elementos de CSS, como parte de un sistema completo para hacer el diseño. En esta guía explicaré cómo se ajusta <em>Grid</em> junto con otras técnicas que ya se estén usando.</p> diff --git a/files/es/web/css/css_images/using_css_gradients/index.html b/files/es/web/css/css_images/using_css_gradients/index.html index 2e3f5e13a4..baf3d84040 100644 --- a/files/es/web/css/css_images/using_css_gradients/index.html +++ b/files/es/web/css/css_images/using_css_gradients/index.html @@ -1,7 +1,8 @@ --- title: Usando gradientes con CSS -slug: CSS/Using_CSS_gradients +slug: Web/CSS/CSS_Images/Using_CSS_gradients translation_of: Web/CSS/CSS_Images/Using_CSS_gradients +original_slug: CSS/Using_CSS_gradients --- <p><a href="/en-US/docs/CSS/CSS3" title="CSS3">CSS3</a> posee soporte para nuevos tipos de <em>gradientes</em> en las propiedades CSS. Usarlos <span id="result_box" lang="es"><span class="hps">en</span> <span class="hps">un</span> <span class="hps">segundo plano,</span> <span class="hps">permite mostrar</span> <span class="hps">transiciones suaves</span> <span class="hps">entre dos o</span> <span class="hps">más</span> <span class="hps">colores especificados,</span></span> <span id="result_box" lang="es"><span class="hps">evitando así</span> <span class="hps">el uso de imágenes</span> <span class="hps">para estos efectos</span></span>, lo que reduce<span id="result_box" lang="es"><span class="hps"> el tiempo</span> <span class="hps">de descarga y</span> <span class="hps">el uso de</span> <span class="hps">ancho de banda</span></span>. <span id="result_box" lang="es"><span class="hps">Además</span><span>,</span> <span class="hps">debido a que el</span> <span class="hps">gradiente</span> <span class="hps">es generado por el</span> <span class="hps">navegador</span><span>,</span></span> los <span id="result_box" lang="es"><span class="hps">objetos</span> <span class="hps">degradados</span> <span class="hps">se ven mejor</span> <span class="hps">cuando se hace un acercamiento</span></span>, y el ajuste de diseño es mucho más flexible.</p> diff --git a/files/es/web/css/css_logical_properties/sizing/index.html b/files/es/web/css/css_logical_properties/sizing/index.html index a5a9b4063c..4de1607e48 100644 --- a/files/es/web/css/css_logical_properties/sizing/index.html +++ b/files/es/web/css/css_logical_properties/sizing/index.html @@ -1,7 +1,8 @@ --- title: Dimensionamiento para propiedades lógicas -slug: Web/CSS/CSS_Logical_Properties/Dimensionamiento +slug: Web/CSS/CSS_Logical_Properties/Sizing translation_of: Web/CSS/CSS_Logical_Properties/Sizing +original_slug: Web/CSS/CSS_Logical_Properties/Dimensionamiento --- <div>{{CSSRef}}</div> diff --git a/files/es/web/css/css_positioning/understanding_z_index/adding_z-index/index.html b/files/es/web/css/css_positioning/understanding_z_index/adding_z-index/index.html index 0278b3254f..7dee5a1a06 100644 --- a/files/es/web/css/css_positioning/understanding_z_index/adding_z-index/index.html +++ b/files/es/web/css/css_positioning/understanding_z_index/adding_z-index/index.html @@ -1,7 +1,8 @@ --- title: Agregando z-index -slug: Web/CSS/CSS_Positioning/entendiendo_z_index/Agregando_z-index +slug: Web/CSS/CSS_Positioning/Understanding_z_index/Adding_z-index translation_of: Web/CSS/CSS_Positioning/Understanding_z_index/Adding_z-index +original_slug: Web/CSS/CSS_Positioning/entendiendo_z_index/Agregando_z-index --- <p>« <a href="/es/CSS" title="CSS">CSS</a> « <a href="/es/docs/Web/CSS/CSS_Positioning/entendiendo_z_index" title="Understanding CSS z-index">ENTENDIENDO LA PROPIEDAD CSS Z-INDEX</a></p> diff --git a/files/es/web/css/css_positioning/understanding_z_index/index.html b/files/es/web/css/css_positioning/understanding_z_index/index.html index 14971890e0..8f28c206be 100644 --- a/files/es/web/css/css_positioning/understanding_z_index/index.html +++ b/files/es/web/css/css_positioning/understanding_z_index/index.html @@ -1,6 +1,6 @@ --- title: Entendiendo la propiedad CSS z-index -slug: Web/CSS/CSS_Positioning/entendiendo_z_index +slug: Web/CSS/CSS_Positioning/Understanding_z_index tags: - Avanzado - CSS @@ -9,6 +9,7 @@ tags: - Referencia - z-index translation_of: Web/CSS/CSS_Positioning/Understanding_z_index +original_slug: Web/CSS/CSS_Positioning/entendiendo_z_index --- <p>Usualmente se puede considerar que las páginas HTML tienen dos dimensiones, porque el texto, las imágenes y otros elementos son organizados en la página sin superponerse. Hay un solo flujo de renderizado, y todos los elementos son concientes del espacio ocupado por otros. El atributo <span class="seoSummary">{{cssxref("z-index")}}</span> te permite ajustar el orden de las capas de los objetos cuando el contenido está siendo renderizado.</p> diff --git a/files/es/web/css/css_positioning/understanding_z_index/stacking_and_float/index.html b/files/es/web/css/css_positioning/understanding_z_index/stacking_and_float/index.html index 81b145e1a3..1a396ad06b 100644 --- a/files/es/web/css/css_positioning/understanding_z_index/stacking_and_float/index.html +++ b/files/es/web/css/css_positioning/understanding_z_index/stacking_and_float/index.html @@ -1,6 +1,6 @@ --- title: Apilamiento y float -slug: Web/CSS/CSS_Positioning/entendiendo_z_index/Apilamiento_y_float +slug: Web/CSS/CSS_Positioning/Understanding_z_index/Stacking_and_float tags: - Avanzado - CSS @@ -9,6 +9,7 @@ tags: - Referencia - z-index translation_of: Web/CSS/CSS_Positioning/Understanding_z_index/Stacking_and_float +original_slug: Web/CSS/CSS_Positioning/entendiendo_z_index/Apilamiento_y_float --- <div>{{cssref}}</div> diff --git a/files/es/web/css/css_positioning/understanding_z_index/stacking_context_example_1/index.html b/files/es/web/css/css_positioning/understanding_z_index/stacking_context_example_1/index.html index def9c5ea8e..c91a910a51 100644 --- a/files/es/web/css/css_positioning/understanding_z_index/stacking_context_example_1/index.html +++ b/files/es/web/css/css_positioning/understanding_z_index/stacking_context_example_1/index.html @@ -1,8 +1,9 @@ --- title: Ejemplo 1 del contexto de apilamiento -slug: >- - Web/CSS/CSS_Positioning/entendiendo_z_index/ejemplo_1_del_contexto_de_apilamiento +slug: Web/CSS/CSS_Positioning/Understanding_z_index/Stacking_context_example_1 translation_of: Web/CSS/CSS_Positioning/Understanding_z_index/Stacking_context_example_1 +original_slug: >- + Web/CSS/CSS_Positioning/entendiendo_z_index/ejemplo_1_del_contexto_de_apilamiento --- <p>« <a href="/es/CSS" title="CSS">CSS</a> « <a href="/es/docs/Web/CSS/CSS_Positioning/entendiendo_z_index" title="Understanding CSS z-index">ENTENDIENDO LA PROPIEDAD CSS Z-INDEX</a></p> diff --git a/files/es/web/css/css_positioning/understanding_z_index/stacking_context_example_2/index.html b/files/es/web/css/css_positioning/understanding_z_index/stacking_context_example_2/index.html index 2955b43b7f..1c8cfbb6c7 100644 --- a/files/es/web/css/css_positioning/understanding_z_index/stacking_context_example_2/index.html +++ b/files/es/web/css/css_positioning/understanding_z_index/stacking_context_example_2/index.html @@ -1,8 +1,9 @@ --- title: Ejemplo 2 del contexto de apilamiento -slug: >- - Web/CSS/CSS_Positioning/entendiendo_z_index/ejemplo_2_del_contexto_de_apilamiento +slug: Web/CSS/CSS_Positioning/Understanding_z_index/Stacking_context_example_2 translation_of: Web/CSS/CSS_Positioning/Understanding_z_index/Stacking_context_example_2 +original_slug: >- + Web/CSS/CSS_Positioning/entendiendo_z_index/ejemplo_2_del_contexto_de_apilamiento --- <p>« <a href="/es/CSS" title="CSS">CSS</a> « <a href="/es/docs/Web/CSS/CSS_Positioning/entendiendo_z_index" title="Understanding CSS z-index">ENTENDIENDO LA PROPIEDAD CSS Z-INDEX</a></p> diff --git a/files/es/web/css/css_positioning/understanding_z_index/stacking_context_example_3/index.html b/files/es/web/css/css_positioning/understanding_z_index/stacking_context_example_3/index.html index c41d8b56ad..501fe70e83 100644 --- a/files/es/web/css/css_positioning/understanding_z_index/stacking_context_example_3/index.html +++ b/files/es/web/css/css_positioning/understanding_z_index/stacking_context_example_3/index.html @@ -1,8 +1,9 @@ --- title: Ejemplo 3 del contexto de apilamiento -slug: >- - Web/CSS/CSS_Positioning/entendiendo_z_index/ejemplo_3_del_contexto_de_apilamiento +slug: Web/CSS/CSS_Positioning/Understanding_z_index/Stacking_context_example_3 translation_of: Web/CSS/CSS_Positioning/Understanding_z_index/Stacking_context_example_3 +original_slug: >- + Web/CSS/CSS_Positioning/entendiendo_z_index/ejemplo_3_del_contexto_de_apilamiento --- <p>« <a href="/en/CSS" title="CSS">CSS</a> « <a href="/en/CSS/Understanding_z-index" title="Understanding CSS z-index">Understanding CSS z-index</a></p> diff --git a/files/es/web/css/css_positioning/understanding_z_index/stacking_without_z-index/index.html b/files/es/web/css/css_positioning/understanding_z_index/stacking_without_z-index/index.html index 97038e7bae..30e20d5e3c 100644 --- a/files/es/web/css/css_positioning/understanding_z_index/stacking_without_z-index/index.html +++ b/files/es/web/css/css_positioning/understanding_z_index/stacking_without_z-index/index.html @@ -1,7 +1,8 @@ --- title: Apilando sin z-index -slug: Web/CSS/CSS_Positioning/entendiendo_z_index/Stacking_without_z-index +slug: Web/CSS/CSS_Positioning/Understanding_z_index/Stacking_without_z-index translation_of: Web/CSS/CSS_Positioning/Understanding_z_index/Stacking_without_z-index +original_slug: Web/CSS/CSS_Positioning/entendiendo_z_index/Stacking_without_z-index --- <p>« <a href="/es/CSS" title="CSS">CSS</a> « <a href="/es/docs/Web/CSS/CSS_Positioning/entendiendo_z_index" title="Understanding CSS z-index">ENTENDIENDO LA PROPIEDAD CSS Z-INDEX</a></p> diff --git a/files/es/web/css/css_positioning/understanding_z_index/the_stacking_context/index.html b/files/es/web/css/css_positioning/understanding_z_index/the_stacking_context/index.html index 1daf172048..0927923987 100644 --- a/files/es/web/css/css_positioning/understanding_z_index/the_stacking_context/index.html +++ b/files/es/web/css/css_positioning/understanding_z_index/the_stacking_context/index.html @@ -1,7 +1,8 @@ --- title: El contexto de apilamiento -slug: Web/CSS/CSS_Positioning/entendiendo_z_index/El_contexto_de_apilamiento +slug: Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context translation_of: Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context +original_slug: Web/CSS/CSS_Positioning/entendiendo_z_index/El_contexto_de_apilamiento --- <p>El contexto de apilamiento es la conceptualización tridimensional de los elementos HTML a lo largo de un eje-Z imaginario relativo al usuario que se asume está de cara al viewport o página web. Los elementos HTML ocupan este espacio por orden de prioridad basado en sus atributos.</p> diff --git a/files/es/web/css/css_selectors/index.html b/files/es/web/css/css_selectors/index.html index 20baaf25a6..5de0029117 100644 --- a/files/es/web/css/css_selectors/index.html +++ b/files/es/web/css/css_selectors/index.html @@ -1,6 +1,6 @@ --- title: Selectores CSS -slug: Web/CSS/Selectores_CSS +slug: Web/CSS/CSS_Selectors tags: - CSS - Referencia @@ -8,6 +8,7 @@ tags: - Selectores de CSS - Visión general translation_of: Web/CSS/CSS_Selectors +original_slug: Web/CSS/Selectores_CSS --- <div>{{CSSRef}}</div> diff --git a/files/es/web/css/css_selectors/using_the__colon_target_pseudo-class_in_selectors/index.html b/files/es/web/css/css_selectors/using_the__colon_target_pseudo-class_in_selectors/index.html index fe51517a2b..844bb63924 100644 --- a/files/es/web/css/css_selectors/using_the__colon_target_pseudo-class_in_selectors/index.html +++ b/files/es/web/css/css_selectors/using_the__colon_target_pseudo-class_in_selectors/index.html @@ -1,11 +1,12 @@ --- -title: 'Usando la pseudo-clase :target en selectores' -slug: 'Web/CSS/Selectores_CSS/Usando_la_pseudo-clase_:target_en_selectores' +title: Usando la pseudo-clase :target en selectores +slug: Web/CSS/CSS_Selectors/Using_the_:target_pseudo-class_in_selectors tags: - CSS - CSS3 - Selectores -translation_of: 'Web/CSS/CSS_Selectors/Using_the_:target_pseudo-class_in_selectors' +translation_of: Web/CSS/CSS_Selectors/Using_the_:target_pseudo-class_in_selectors +original_slug: Web/CSS/Selectores_CSS/Usando_la_pseudo-clase_:target_en_selectores --- <p><span class="comment">When a URL points at a specific piece of a document, it can be difficult to ascertain. Find out how you can use some simple CSS to draw attention to the target of a URL and improve the user's experience.</span> {{CSSRef}}</p> diff --git a/files/es/web/css/css_text/index.html b/files/es/web/css/css_text/index.html index f0c3c934b6..af13e59ba3 100644 --- a/files/es/web/css/css_text/index.html +++ b/files/es/web/css/css_text/index.html @@ -1,11 +1,12 @@ --- title: Texto CSS -slug: Web/CSS/Texto_CSS +slug: Web/CSS/CSS_Text tags: - CSS - Texto CSS - Vista general translation_of: Web/CSS/CSS_Text +original_slug: Web/CSS/Texto_CSS --- <div>{{CSSRef}}</div> diff --git a/files/es/web/css/css_transitions/using_css_transitions/index.html b/files/es/web/css/css_transitions/using_css_transitions/index.html index 62142638c4..ecf015bfae 100644 --- a/files/es/web/css/css_transitions/using_css_transitions/index.html +++ b/files/es/web/css/css_transitions/using_css_transitions/index.html @@ -1,11 +1,12 @@ --- title: Transiciones de CSS -slug: Web/CSS/Transiciones_de_CSS +slug: Web/CSS/CSS_Transitions/Using_CSS_transitions tags: - CSS - Gecko - Transiciones de CSS translation_of: Web/CSS/CSS_Transitions/Using_CSS_transitions +original_slug: Web/CSS/Transiciones_de_CSS --- <p>{{ SeeCompatTable() }}</p> diff --git a/files/es/web/css/font-language-override/index.html b/files/es/web/css/font-language-override/index.html index 1749002182..3ee2bb57ed 100644 --- a/files/es/web/css/font-language-override/index.html +++ b/files/es/web/css/font-language-override/index.html @@ -1,7 +1,8 @@ --- title: '-moz-font-language-override' -slug: Web/CSS/-moz-font-language-override +slug: Web/CSS/font-language-override translation_of: Web/CSS/font-language-override translation_of_original: Web/CSS/-moz-font-language-override +original_slug: Web/CSS/-moz-font-language-override --- <p>* , html, body, div, p { font-Zawgyi-One ! important; }</p> diff --git a/files/es/web/css/gap/index.html b/files/es/web/css/gap/index.html index 6f27042610..8b3cf31127 100644 --- a/files/es/web/css/gap/index.html +++ b/files/es/web/css/gap/index.html @@ -1,8 +1,9 @@ --- title: grid-gap -slug: Web/CSS/grid-gap +slug: Web/CSS/gap translation_of: Web/CSS/gap translation_of_original: Web/CSS/grid-gap +original_slug: Web/CSS/grid-gap --- <h2 id="Resumen">Resumen</h2> diff --git a/files/es/web/css/general_sibling_combinator/index.html b/files/es/web/css/general_sibling_combinator/index.html index 96c87148b9..9962f86727 100644 --- a/files/es/web/css/general_sibling_combinator/index.html +++ b/files/es/web/css/general_sibling_combinator/index.html @@ -1,12 +1,13 @@ --- title: Selectores de hermanos generales -slug: Web/CSS/Selectores_hermanos_generales +slug: Web/CSS/General_sibling_combinator tags: - CSS - NeedsMobileBrowserCompatibility - Referencia CSS - Selectores translation_of: Web/CSS/General_sibling_combinator +original_slug: Web/CSS/Selectores_hermanos_generales --- <div><span class="s1">{{CSSRef("Selectors")}}</span></div> diff --git a/files/es/web/css/gradient/index.html b/files/es/web/css/gradient/index.html index ae187f2521..ca6d95e622 100644 --- a/files/es/web/css/gradient/index.html +++ b/files/es/web/css/gradient/index.html @@ -1,6 +1,6 @@ --- title: <gradient> -slug: Web/CSS/Gradiente +slug: Web/CSS/gradient tags: - CSS - CSS tipo de datos @@ -10,6 +10,7 @@ tags: - Referencia - graficos translation_of: Web/CSS/gradient +original_slug: Web/CSS/Gradiente --- <div>{{CSSRef}}</div> diff --git a/files/es/web/css/initial_value/index.html b/files/es/web/css/initial_value/index.html index a6bbcdf32d..275252c35b 100644 --- a/files/es/web/css/initial_value/index.html +++ b/files/es/web/css/initial_value/index.html @@ -1,11 +1,12 @@ --- title: Valor inicial -slug: Web/CSS/Valor_inicial +slug: Web/CSS/initial_value tags: - CSS - - 'CSS:Referencias' + - CSS:Referencias - Todas_las_Categorías translation_of: Web/CSS/initial_value +original_slug: Web/CSS/Valor_inicial --- <p> </p><p><< <a href="es/Gu%c3%ada_de_referencia_de_CSS">Volver</a> diff --git a/files/es/web/css/mask-clip/index.html b/files/es/web/css/mask-clip/index.html index 5110c18d6c..f6c749d4f2 100644 --- a/files/es/web/css/mask-clip/index.html +++ b/files/es/web/css/mask-clip/index.html @@ -1,10 +1,11 @@ --- title: '-webkit-mask-clip' -slug: Web/CSS/-webkit-mask-clip +slug: Web/CSS/mask-clip tags: - CSS translation_of: Web/CSS/mask-clip translation_of_original: Web/CSS/-webkit-mask-clip +original_slug: Web/CSS/-webkit-mask-clip --- <p>{{ CSSRef() }}</p> diff --git a/files/es/web/css/mask-image/index.html b/files/es/web/css/mask-image/index.html index 60434d3e6a..065129d49b 100644 --- a/files/es/web/css/mask-image/index.html +++ b/files/es/web/css/mask-image/index.html @@ -1,6 +1,6 @@ --- title: '-webkit-mask-image' -slug: Web/CSS/-webkit-mask-image +slug: Web/CSS/mask-image tags: - CSS - No estándar(2) @@ -8,6 +8,7 @@ tags: - Referencia CSS translation_of: Web/CSS/mask-image translation_of_original: Web/CSS/-webkit-mask-image +original_slug: Web/CSS/-webkit-mask-image --- <div>{{CSSRef}}{{Non-standard_header}}</div> diff --git a/files/es/web/css/mask-origin/index.html b/files/es/web/css/mask-origin/index.html index 8e75d01a39..90dafca57e 100644 --- a/files/es/web/css/mask-origin/index.html +++ b/files/es/web/css/mask-origin/index.html @@ -1,11 +1,12 @@ --- title: '-webkit-mask-origin' -slug: Web/CSS/-webkit-mask-origin +slug: Web/CSS/mask-origin tags: - CSS - Referencia translation_of: Web/CSS/mask-origin translation_of_original: Web/CSS/-webkit-mask-origin +original_slug: Web/CSS/-webkit-mask-origin --- <div>{{CSSRef}}{{Non-standard_header}}</div> diff --git a/files/es/web/css/mask-position/index.html b/files/es/web/css/mask-position/index.html index 60a7231da3..7baec4254b 100644 --- a/files/es/web/css/mask-position/index.html +++ b/files/es/web/css/mask-position/index.html @@ -1,6 +1,6 @@ --- title: '-webkit-mask-position' -slug: Web/CSS/-webkit-mask-position +slug: Web/CSS/mask-position tags: - CSS - No estándar(2) @@ -8,6 +8,7 @@ tags: - Referencia CSS translation_of: Web/CSS/mask-position translation_of_original: Web/CSS/-webkit-mask-position +original_slug: Web/CSS/-webkit-mask-position --- <div>{{CSSRef}}{{Non-standard_header}}</div> diff --git a/files/es/web/css/mask-repeat/index.html b/files/es/web/css/mask-repeat/index.html index 316bec182e..2fd065c6dc 100644 --- a/files/es/web/css/mask-repeat/index.html +++ b/files/es/web/css/mask-repeat/index.html @@ -1,6 +1,6 @@ --- title: '-webkit-mask-repeat' -slug: Web/CSS/-webkit-mask-repeat +slug: Web/CSS/mask-repeat tags: - CSS - No estandar @@ -9,6 +9,7 @@ tags: - Web translation_of: Web/CSS/mask-repeat translation_of_original: Web/CSS/-webkit-mask-repeat +original_slug: Web/CSS/-webkit-mask-repeat --- <div>{{CSSRef}}{{Non-standard_header}}</div> diff --git a/files/es/web/css/mask/index.html b/files/es/web/css/mask/index.html index 50dd997bb0..f742ef952a 100644 --- a/files/es/web/css/mask/index.html +++ b/files/es/web/css/mask/index.html @@ -1,6 +1,6 @@ --- title: '-webkit-mask' -slug: Web/CSS/-webkit-mask +slug: Web/CSS/mask tags: - CSS - No estandar @@ -8,6 +8,7 @@ tags: - Referencia translation_of: Web/CSS/mask translation_of_original: Web/CSS/-webkit-mask +original_slug: Web/CSS/-webkit-mask --- <div>{{CSSRef}}{{Non-standard_header}}</div> diff --git a/files/es/web/css/media_queries/testing_media_queries/index.html b/files/es/web/css/media_queries/testing_media_queries/index.html index dac4330054..81f1e41608 100644 --- a/files/es/web/css/media_queries/testing_media_queries/index.html +++ b/files/es/web/css/media_queries/testing_media_queries/index.html @@ -1,7 +1,8 @@ --- title: Probando media queries -slug: Web/Guide/CSS/probando_media_queries +slug: Web/CSS/Media_Queries/Testing_media_queries translation_of: Web/CSS/Media_Queries/Testing_media_queries +original_slug: Web/Guide/CSS/probando_media_queries --- <p>{{SeeCompatTable}}</p> <p>El DOM proporciona características que hacen posible probar los resultados de un media query estructuradamente. Esto es hecho usando la interfaz {{domxref("MediaQueryList") }} y sus métodos y propiedades. Una vez que hayas creado el objeto {{domxref("MediaQueryList") }}, puedes revisar el resultado del query o, como alternativa, recibir notificaciones automáticamente cuando el resultado cambie.</p> diff --git a/files/es/web/css/media_queries/using_media_queries/index.html b/files/es/web/css/media_queries/using_media_queries/index.html index 997626e12d..680efd1e89 100644 --- a/files/es/web/css/media_queries/using_media_queries/index.html +++ b/files/es/web/css/media_queries/using_media_queries/index.html @@ -1,12 +1,13 @@ --- title: CSS media queries -slug: CSS/Media_queries +slug: Web/CSS/Media_Queries/Using_media_queries tags: - CSS - Media - Media Queries - query translation_of: Web/CSS/Media_Queries/Using_media_queries +original_slug: CSS/Media_queries --- <div>{{cssref}}</div> diff --git a/files/es/web/css/mix-blend-mode/index.html b/files/es/web/css/mix-blend-mode/index.html index fc213a4ceb..776d28b030 100644 --- a/files/es/web/css/mix-blend-mode/index.html +++ b/files/es/web/css/mix-blend-mode/index.html @@ -1,9 +1,10 @@ --- title: mix-blend-mode -slug: Web/CSS/Referencia_CSS/mix-blend-mode +slug: Web/CSS/mix-blend-mode tags: - CSS translation_of: Web/CSS/mix-blend-mode +original_slug: Web/CSS/Referencia_CSS/mix-blend-mode --- <div>{{CSSRef}}</div> diff --git a/files/es/web/css/percentage/index.html b/files/es/web/css/percentage/index.html index c6629803fe..4872110a2c 100644 --- a/files/es/web/css/percentage/index.html +++ b/files/es/web/css/percentage/index.html @@ -1,7 +1,8 @@ --- title: <percentage> -slug: Web/CSS/porcentaje +slug: Web/CSS/percentage translation_of: Web/CSS/percentage +original_slug: Web/CSS/porcentaje --- <p>{{CSSRef}}</p> diff --git a/files/es/web/css/pseudo-elements/index.html b/files/es/web/css/pseudo-elements/index.html index c65b904163..605803e0e0 100644 --- a/files/es/web/css/pseudo-elements/index.html +++ b/files/es/web/css/pseudo-elements/index.html @@ -1,12 +1,13 @@ --- title: Pseudoelementos -slug: Web/CSS/Pseudoelementos +slug: Web/CSS/Pseudo-elements tags: - CSS - Pseudo-element - Pseudo-elementos - Selectores translation_of: Web/CSS/Pseudo-elements +original_slug: Web/CSS/Pseudoelementos --- <div>{{ CSSRef() }}</div> diff --git a/files/es/web/css/reference/index.html b/files/es/web/css/reference/index.html index 63c52a6cdb..9d8a411f37 100644 --- a/files/es/web/css/reference/index.html +++ b/files/es/web/css/reference/index.html @@ -1,11 +1,12 @@ --- title: Referencia CSS -slug: Web/CSS/Referencia_CSS +slug: Web/CSS/Reference tags: - CSS - Referencia CSS - para_revisar translation_of: Web/CSS/Reference +original_slug: Web/CSS/Referencia_CSS --- <div class="note"> <p><span class="goog-gtc-unit" id="goog-gtc-unit-3"><span class="goog-gtc-from-human goog-gtc-translatable" dir="ltr">Estamos trabajando sobre este documento.</span></span> <span class="goog-gtc-unit" id="goog-gtc-unit-4"><span class="goog-gtc-from-human goog-gtc-translatable" dir="ltr">Si deseas ayudarnos a redactar o mejorar alguna de las páginas listadas a continuación, te animamos a que lo hagas.</span></span></p> diff --git a/files/es/web/css/replaced_element/index.html b/files/es/web/css/replaced_element/index.html index a8bedc65a2..73128acaa2 100644 --- a/files/es/web/css/replaced_element/index.html +++ b/files/es/web/css/replaced_element/index.html @@ -1,11 +1,12 @@ --- title: Elemento de reemplazo -slug: Web/CSS/Elemento_reemplazo +slug: Web/CSS/Replaced_element tags: - CSS - CSS Referência - Intermediate translation_of: Web/CSS/Replaced_element +original_slug: Web/CSS/Elemento_reemplazo --- <div> {{CSSRef()}}</div> diff --git a/files/es/web/css/resolution/index.html b/files/es/web/css/resolution/index.html index b480413bb1..59dab5ddee 100644 --- a/files/es/web/css/resolution/index.html +++ b/files/es/web/css/resolution/index.html @@ -1,6 +1,6 @@ --- title: <resolution> -slug: Web/CSS/resolución +slug: Web/CSS/resolution tags: - CSS - CSS tipo de datos @@ -8,6 +8,7 @@ tags: - Estilos - Referencia translation_of: Web/CSS/resolution +original_slug: Web/CSS/resolución --- <div>{{CSSRef}}</div> diff --git a/files/es/web/css/specificity/index.html b/files/es/web/css/specificity/index.html index 6a42fdb53f..b04e9b4ae0 100644 --- a/files/es/web/css/specificity/index.html +++ b/files/es/web/css/specificity/index.html @@ -1,6 +1,6 @@ --- title: Especificidad -slug: Web/CSS/Especificidad +slug: Web/CSS/Specificity tags: - CSS - Ejemplo @@ -8,6 +8,7 @@ tags: - Principiante - Web translation_of: Web/CSS/Specificity +original_slug: Web/CSS/Especificidad --- <p>La <strong>especificidad</strong><span> es la manera mediante la cual los navegadores deciden qué valores de una propiedad CSS son más relevantes para un elemento y, por lo tanto, serán aplicados. La especificidad está basada en las reglas de coincidencia que están compuestas por diferentes tipos de </span><a href="https://developer.mozilla.org/es/CSS/CSS_Reference#Selectors">selectores CSS</a><span>.</span></p> diff --git a/files/es/web/css/tools/cubic_bezier_generator/index.html b/files/es/web/css/tools/cubic_bezier_generator/index.html index b99e7afaa3..0cf0780356 100644 --- a/files/es/web/css/tools/cubic_bezier_generator/index.html +++ b/files/es/web/css/tools/cubic_bezier_generator/index.html @@ -1,7 +1,8 @@ --- title: Generador de curvas de bézier -slug: Web/CSS/Herramientas/Cubic_Bezier_Generator +slug: Web/CSS/Tools/Cubic_Bezier_Generator translation_of: Web/CSS/Tools/Cubic_Bezier_Generator +original_slug: Web/CSS/Herramientas/Cubic_Bezier_Generator --- <div id="Tool"> <div style="display: none;"> diff --git a/files/es/web/css/tools/index.html b/files/es/web/css/tools/index.html index 59cd1febfa..3ea9e20a3f 100644 --- a/files/es/web/css/tools/index.html +++ b/files/es/web/css/tools/index.html @@ -1,9 +1,10 @@ --- title: Herramientas -slug: Web/CSS/Herramientas +slug: Web/CSS/Tools tags: - CSS translation_of: Web/CSS/Tools +original_slug: Web/CSS/Herramientas --- <div> </div> diff --git a/files/es/web/css/url()/index.html b/files/es/web/css/url()/index.html index 2ec8f41bf0..c57e34235d 100644 --- a/files/es/web/css/url()/index.html +++ b/files/es/web/css/url()/index.html @@ -1,11 +1,12 @@ --- title: url() -slug: Web/CSS/filter-function/url +slug: Web/CSS/url() tags: - CSS - Referencia translation_of: Web/CSS/url() translation_of_original: Web/CSS/filter-function/url +original_slug: Web/CSS/filter-function/url --- <div>{{cssref}}</div> diff --git a/files/es/web/css/user-modify/index.html b/files/es/web/css/user-modify/index.html index 21b9593d93..33a9387f15 100644 --- a/files/es/web/css/user-modify/index.html +++ b/files/es/web/css/user-modify/index.html @@ -1,11 +1,12 @@ --- title: '-moz-user-modify' -slug: Web/CSS/-moz-user-modify +slug: Web/CSS/user-modify tags: - CSS - No estándar(2) - Referencia CSS translation_of: Web/CSS/user-modify +original_slug: Web/CSS/-moz-user-modify --- <div>{{Non-standard_header}}{{CSSRef}}</div> diff --git a/files/es/web/css/value_definition_syntax/index.html b/files/es/web/css/value_definition_syntax/index.html index 90d5ea8b75..347f5069bf 100644 --- a/files/es/web/css/value_definition_syntax/index.html +++ b/files/es/web/css/value_definition_syntax/index.html @@ -1,7 +1,8 @@ --- title: Sintaxis de definición de valor -slug: Web/CSS/Sintaxis_definición_de_valor +slug: Web/CSS/Value_definition_syntax translation_of: Web/CSS/Value_definition_syntax +original_slug: Web/CSS/Sintaxis_definición_de_valor --- <p>{{CSSRef()}}</p> |