diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-10 15:07:40 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-10 15:07:40 -0500 |
commit | e3e12548adeb7e1dcfc4d5b32884a225ee2b499d (patch) | |
tree | e79f55a57428a312358befac396d4abe25730206 /files/pt-pt/web/css | |
parent | 65cc6eabd71b1bceccf6fd3d3d4970c2955f3784 (diff) | |
download | translated-content-e3e12548adeb7e1dcfc4d5b32884a225ee2b499d.tar.gz translated-content-e3e12548adeb7e1dcfc4d5b32884a225ee2b499d.tar.bz2 translated-content-e3e12548adeb7e1dcfc4d5b32884a225ee2b499d.zip |
adding translation_of_original to front-matter
Diffstat (limited to 'files/pt-pt/web/css')
17 files changed, 17 insertions, 0 deletions
diff --git a/files/pt-pt/web/css/como_começar/caixas/index.html b/files/pt-pt/web/css/como_começar/caixas/index.html index b3906acb4f..dff3dfb0ac 100644 --- a/files/pt-pt/web/css/como_começar/caixas/index.html +++ b/files/pt-pt/web/css/como_começar/caixas/index.html @@ -4,6 +4,7 @@ slug: Web/CSS/Como_começar/Caixas tags: - 'CSS:Como_começar' translation_of: Learn/CSS/Building_blocks +translation_of_original: Web/Guide/CSS/Getting_started/Boxes --- <p>{{ PreviousNext("CSS:Como começar:Listas", "CSS:Como começar:Disposição") }}</p> diff --git a/files/pt-pt/web/css/como_começar/cascata_e_herança/index.html b/files/pt-pt/web/css/como_começar/cascata_e_herança/index.html index ee12da94f0..b73abb297f 100644 --- a/files/pt-pt/web/css/como_começar/cascata_e_herança/index.html +++ b/files/pt-pt/web/css/como_começar/cascata_e_herança/index.html @@ -4,6 +4,7 @@ slug: Web/CSS/Como_começar/Cascata_e_herança tags: - 'CSS:Como_começar' translation_of: Learn/CSS/Building_blocks/Cascade_and_inheritance +translation_of_original: Web/Guide/CSS/Getting_started/Cascading_and_inheritance --- <p>{{ PreviousNext("CSS:Como começar:Como o CSS trabalha", "CSS:Como começar:Seletores") }}</p> diff --git a/files/pt-pt/web/css/como_começar/como_o_css_trabalha/index.html b/files/pt-pt/web/css/como_começar/como_o_css_trabalha/index.html index d291b92e03..bd667439ff 100644 --- a/files/pt-pt/web/css/como_começar/como_o_css_trabalha/index.html +++ b/files/pt-pt/web/css/como_começar/como_o_css_trabalha/index.html @@ -4,6 +4,7 @@ slug: Web/CSS/Como_começar/Como_o_CSS_trabalha tags: - 'CSS:Como_começar' translation_of: Learn/CSS/First_steps/How_CSS_works +translation_of_original: Web/Guide/CSS/Getting_started/How_CSS_works --- <p>{{ PreviousNext("CSS:Como começar:Porque usar CSS", "CSS:Como começar:Cascata e herança") }}</p> diff --git a/files/pt-pt/web/css/como_começar/cor/index.html b/files/pt-pt/web/css/como_começar/cor/index.html index 6ebb2347b9..d5c15375d7 100644 --- a/files/pt-pt/web/css/como_começar/cor/index.html +++ b/files/pt-pt/web/css/como_começar/cor/index.html @@ -4,6 +4,7 @@ slug: Web/CSS/Como_começar/Cor tags: - 'CSS:Como_começar' translation_of: Learn/CSS/Introduction_to_CSS/Values_and_units#Colors +translation_of_original: Web/Guide/CSS/Getting_started/Color --- <p>{{ PreviousNext("CSS:Como começar:Estilos de texto", "CSS:Como começar:Conteúdo") }}</p> diff --git a/files/pt-pt/web/css/como_começar/css_legível/index.html b/files/pt-pt/web/css/como_começar/css_legível/index.html index 7edd9f859e..08ede46aa3 100644 --- a/files/pt-pt/web/css/como_começar/css_legível/index.html +++ b/files/pt-pt/web/css/como_começar/css_legível/index.html @@ -4,6 +4,7 @@ slug: Web/CSS/Como_começar/CSS_legível tags: - 'CSS:Como_começar' translation_of: Learn/CSS/Introduction_to_CSS/Syntax#Beyond_syntax_make_CSS_readable +translation_of_original: Web/Guide/CSS/Getting_started/Readable_CSS --- <p>{{ PreviousNext("CSS:Como começar:Seletores", "CSS:Como começar:Estilos de texto") }}</p> diff --git a/files/pt-pt/web/css/como_começar/disposição/index.html b/files/pt-pt/web/css/como_começar/disposição/index.html index e4efedf77a..0612aad9b5 100644 --- a/files/pt-pt/web/css/como_começar/disposição/index.html +++ b/files/pt-pt/web/css/como_começar/disposição/index.html @@ -4,6 +4,7 @@ slug: Web/CSS/Como_começar/Disposição tags: - 'CSS:Como_começar' translation_of: Learn/CSS/CSS_layout +translation_of_original: Web/Guide/CSS/Getting_started/Layout --- <p>{{ PreviousNext("CSS:Como começar:Caixas", "CSS:Como começar:Tabelas") }}</p> diff --git a/files/pt-pt/web/css/como_começar/estilos_de_texto/index.html b/files/pt-pt/web/css/como_começar/estilos_de_texto/index.html index 2e32166761..373688d00f 100644 --- a/files/pt-pt/web/css/como_começar/estilos_de_texto/index.html +++ b/files/pt-pt/web/css/como_começar/estilos_de_texto/index.html @@ -4,6 +4,7 @@ slug: Web/CSS/Como_começar/Estilos_de_texto tags: - 'CSS:Como_começar' translation_of: Learn/CSS/Styling_text/Fundamentals +translation_of_original: Web/Guide/CSS/Getting_started/Text_styles --- <p>{{ PreviousNext("CSS:Como começar:CSS legível", "CSS:Como começar:Cor") }}</p> diff --git a/files/pt-pt/web/css/como_começar/index.html b/files/pt-pt/web/css/como_começar/index.html index a0cf76e018..fa514756bd 100644 --- a/files/pt-pt/web/css/como_começar/index.html +++ b/files/pt-pt/web/css/como_começar/index.html @@ -6,6 +6,7 @@ tags: - 'CSS:Como_começar' - Todas_as_Categorias translation_of: Learn/CSS/First_steps +translation_of_original: Web/Guide/CSS/Getting_started --- <p> </p> diff --git a/files/pt-pt/web/css/como_começar/javascript/index.html b/files/pt-pt/web/css/como_começar/javascript/index.html index 5cb8faf696..f752fdbf6c 100644 --- a/files/pt-pt/web/css/como_começar/javascript/index.html +++ b/files/pt-pt/web/css/como_começar/javascript/index.html @@ -4,6 +4,7 @@ slug: Web/CSS/Como_começar/JavaScript tags: - 'CSS:Como_começar' translation_of: Learn/JavaScript/Client-side_web_APIs/Manipulating_documents +translation_of_original: Web/Guide/CSS/Getting_started/JavaScript --- <p>{{ PreviousNext("CSS:Como começar:Mídia", "CSS:Como começar:XBL bindings") }}</p> diff --git a/files/pt-pt/web/css/como_começar/listas/index.html b/files/pt-pt/web/css/como_começar/listas/index.html index 5d6ca00f01..cff2108b51 100644 --- a/files/pt-pt/web/css/como_começar/listas/index.html +++ b/files/pt-pt/web/css/como_começar/listas/index.html @@ -4,6 +4,7 @@ slug: Web/CSS/Como_começar/Listas tags: - 'CSS:Como_começar' translation_of: Learn/CSS/Styling_text/Styling_lists +translation_of_original: Web/Guide/CSS/Getting_started/Lists --- <p>{{ PreviousNext("CSS:Como começar:Conteúdo", "CSS:Como começar:Caixas") }}</p> diff --git a/files/pt-pt/web/css/como_começar/o_que_é_css/index.html b/files/pt-pt/web/css/como_começar/o_que_é_css/index.html index a87487b3a3..2ee2937e47 100644 --- a/files/pt-pt/web/css/como_começar/o_que_é_css/index.html +++ b/files/pt-pt/web/css/como_começar/o_que_é_css/index.html @@ -4,6 +4,7 @@ slug: Web/CSS/Como_começar/O_que_é_CSS tags: - 'CSS:Como_começar' translation_of: Learn/CSS/First_steps/How_CSS_works +translation_of_original: Web/Guide/CSS/Getting_started/What_is_CSS --- <p>{{Next("CSS:Como começar:Porque usar CSS")}}</p> diff --git a/files/pt-pt/web/css/como_começar/porque_usar_css/index.html b/files/pt-pt/web/css/como_começar/porque_usar_css/index.html index fad0fc8ea8..2adc531924 100644 --- a/files/pt-pt/web/css/como_começar/porque_usar_css/index.html +++ b/files/pt-pt/web/css/como_começar/porque_usar_css/index.html @@ -4,6 +4,7 @@ slug: Web/CSS/Como_começar/Porque_usar_CSS tags: - 'CSS:Como_começar' translation_of: Learn/CSS/First_steps/How_CSS_works +translation_of_original: Web/Guide/CSS/Getting_started/Why_use_CSS --- <p>{{ PreviousNext("CSS:Como começar:O que é CSS", "CSS:Como começar:Como o CSS trabalha") }}</p> diff --git a/files/pt-pt/web/css/como_começar/seletores/index.html b/files/pt-pt/web/css/como_começar/seletores/index.html index 250eb58d3f..f9d4505614 100644 --- a/files/pt-pt/web/css/como_começar/seletores/index.html +++ b/files/pt-pt/web/css/como_começar/seletores/index.html @@ -4,6 +4,7 @@ slug: Web/CSS/Como_começar/Seletores tags: - 'CSS:Como_começar' translation_of: Learn/CSS/Building_blocks/Selectors +translation_of_original: Web/Guide/CSS/Getting_started/Selectors --- <p>{{ PreviousNext("CSS:Como começar:Cascata e herança", "CSS:Como começar:CSS legível") }}</p> diff --git a/files/pt-pt/web/css/como_começar/tabelas/index.html b/files/pt-pt/web/css/como_começar/tabelas/index.html index c8daefb048..ff21a00c82 100644 --- a/files/pt-pt/web/css/como_começar/tabelas/index.html +++ b/files/pt-pt/web/css/como_começar/tabelas/index.html @@ -4,6 +4,7 @@ slug: Web/CSS/Como_começar/Tabelas tags: - 'CSS:Como_começar' translation_of: Learn/CSS/Building_blocks/Styling_tables +translation_of_original: Web/Guide/CSS/Getting_started/Tables --- <p>{{ PreviousNext("CSS:Como começar:Disposição", "CSS:Como começar:Mídia") }}</p> diff --git a/files/pt-pt/web/css/css_background_and_borders/index.html b/files/pt-pt/web/css/css_background_and_borders/index.html index 87b26bd607..59c2117194 100644 --- a/files/pt-pt/web/css/css_background_and_borders/index.html +++ b/files/pt-pt/web/css/css_background_and_borders/index.html @@ -9,6 +9,7 @@ tags: - Overview - TopicStub translation_of: Web/CSS/CSS_Backgrounds_and_Borders +translation_of_original: Web/CSS/CSS_Background_and_Borders --- <p>{{CSSRef}}</p> diff --git a/files/pt-pt/web/css/css_background_and_borders/múltiplos_planos_de_fundo/index.html b/files/pt-pt/web/css/css_background_and_borders/múltiplos_planos_de_fundo/index.html index dbd858e82c..a30a9383be 100644 --- a/files/pt-pt/web/css/css_background_and_borders/múltiplos_planos_de_fundo/index.html +++ b/files/pt-pt/web/css/css_background_and_borders/múltiplos_planos_de_fundo/index.html @@ -8,6 +8,7 @@ tags: - Guide - Intermediate translation_of: Web/CSS/CSS_Backgrounds_and_Borders/Using_multiple_backgrounds +translation_of_original: Web/CSS/CSS_Background_and_Borders/Using_CSS_multiple_backgrounds --- <p>{{CSSRef}}</p> diff --git a/files/pt-pt/web/css/grid-gap/index.html b/files/pt-pt/web/css/grid-gap/index.html index fef808f4cb..06c9881278 100644 --- a/files/pt-pt/web/css/grid-gap/index.html +++ b/files/pt-pt/web/css/grid-gap/index.html @@ -2,6 +2,7 @@ title: grid-gap slug: Web/CSS/grid-gap translation_of: Web/CSS/gap +translation_of_original: Web/CSS/grid-gap --- <p>A propriedade CSS <strong><code>grid-gap</code></strong> é uma propriedade de <a href="/pt-PT/docs/Web/CSS/Shorthand_properties">taquigrafia</a> para {{cssxref("grid-row-gap")}} e {{cssxref("grid-column-gap")}} especificando os canais entre as linhas de grelha e as colunas.</p> |