diff options
| author | Ryan Johnson <rjohnson@mozilla.com> | 2021-04-29 16:16:42 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-29 16:16:42 -0700 |
| commit | 95aca4b4d8fa62815d4bd412fff1a364f842814a (patch) | |
| tree | 5e57661720fe9058d5c7db637e764800b50f9060 /files/pt-pt/web/css/border-spacing | |
| parent | ee3b1c87e3c8e72ca130943eed260ad642246581 (diff) | |
| download | translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.tar.gz translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.tar.bz2 translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.zip | |
remove retired locales (#699)
Diffstat (limited to 'files/pt-pt/web/css/border-spacing')
| -rw-r--r-- | files/pt-pt/web/css/border-spacing/index.html | 100 |
1 files changed, 0 insertions, 100 deletions
diff --git a/files/pt-pt/web/css/border-spacing/index.html b/files/pt-pt/web/css/border-spacing/index.html deleted file mode 100644 index 36747dc64d..0000000000 --- a/files/pt-pt/web/css/border-spacing/index.html +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: border-spacing -slug: Web/CSS/border-spacing -tags: - - Referencia_CSS -translation_of: Web/CSS/border-spacing ---- -<p>{{ CSSRef() }}</p> - -<h3 id="Resumo" name="Resumo">Resumo</h3> - -<p>The border-spacing property specifies the distance between the borders of adjacent cells (only for the <a href="pt/CSS/border-collapse">separated borders model</a>). This is equivalent to the cellspacing attribute in presentational HTML.</p> - -<ul> - <li>Valor inicial: 0</li> - <li>Aplica-se a: tabelas e tabelas em linha</li> - <li>Herdado: sim</li> - <li>Mídia: <a href="pt/CSS/Media/Visual">Visual</a></li> - <li>Valor computado: dois comprimentos absolutos</li> -</ul> - -<h3 id="Sintaxe" name="Sintaxe">Sintaxe</h3> - -<p>border-spacing: <length> | <length> <length> | inherit</p> - -<h3 id="Valores" name="Valores">Valores</h3> - -<ul> - <li><strong><length></strong> : A length to be used for both horizontal and vertical border spacing.</li> - <li><strong><length> <length></strong> : The first length gives the horizontal spacing (space between cells in adjacent columns) and the second length gives the vertical spacing (space between cells in adjacent rows).</li> -</ul> - -<h3 id="Exemplos" name="Exemplos">Exemplos</h3> - -<p><a href="/samples/cssref/border-spacing.html">View Live Examples</a></p> - -<pre>table#space { - border-collapse: separate; - border-spacing: 10px 5px; -} -</pre> - -<h3 id="Notas" name="Notas">Notas</h3> - -<p>This property applies only when {{ Cssxref("border-collapse") }} is "separate".</p> - -<p>The border-spacing is also used along the outside edge of the table, where the distance between the table's border and the cells in the first/last column or row is the sum of the relevant (horizontal or vertical) border-spacing and the relevant (top, right, bottom, or left) padding on the table.</p> - -<h3 id="Especifica.C3.A7.C3.B5es" name="Especifica.C3.A7.C3.B5es">Especificações</h3> - -<ul> - <li><a class="external" href="http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing">CSS 2.1</a></li> -</ul> - -<h3 id="Compatibilidade_com_navegadores" name="Compatibilidade_com_navegadores">Compatibilidade com navegadores</h3> - -<table class="standard-table"> - <tbody> - <tr> - <th>Navegador</th> - <th>Versão mais antiga</th> - </tr> - <tr> - <td>Netscape</td> - <td>6</td> - </tr> - <tr> - <td>Internet Explorer</td> - <td>7</td> - </tr> - <tr> - <td>Firefox</td> - <td>1</td> - </tr> - <tr> - <td>Mozilla</td> - <td>1</td> - </tr> - <tr> - <td>Safari</td> - <td>1</td> - </tr> - <tr> - <td>Opera</td> - <td>6</td> - </tr> - </tbody> -</table> - -<p> </p> - -<h3 id="Veja_tamb.C3.A9m" name="Veja_tamb.C3.A9m">Veja também</h3> - -<p>{{ Cssxref("border-collapse") }}, {{ Cssxref("border-spacing") }}</p> - -<p><span class="comment">Categorias</span></p> - -<p><span class="comment">Interwiki Language Links</span></p> - -<p>{{ languages( { "en": "en/CSS/border-spacing", "fr": "fr/CSS/border-spacing" } ) }}</p> |
