diff options
Diffstat (limited to 'files/pt-pt/web/css/list-style/index.html')
| -rw-r--r-- | files/pt-pt/web/css/list-style/index.html | 79 |
1 files changed, 0 insertions, 79 deletions
diff --git a/files/pt-pt/web/css/list-style/index.html b/files/pt-pt/web/css/list-style/index.html deleted file mode 100644 index 3a6cf6d36d..0000000000 --- a/files/pt-pt/web/css/list-style/index.html +++ /dev/null @@ -1,79 +0,0 @@ ---- -title: list-style -slug: Web/CSS/list-style -tags: - - Referencia_CSS -translation_of: Web/CSS/list-style ---- -<p>{{ CSSRef() }}</p> - -<h2 id="Resumo" name="Resumo">Resumo</h2> - -<p>A propriedade <code>list-style</code> é uma propriedade usada para configurar list-style-type, list-style-image, e list-style-position.</p> - -<ul> - <li>Valor inicial: olhar propriedades individuais para detalhes</li> - <li>Aplica-se a: elementos com 'display' com valor 'list-item'</li> - <li>Herdado: sim</li> - <li>Porcentagens: N/A</li> - <li>Mídia: <a href="pt/CSS/Media/Visual">Visual</a></li> -</ul> - -<h2 id="Sintaxe" name="Sintaxe">Sintaxe</h2> - -<pre class="eval"> list-style: [disc | circle | square | decimal | lower-roman | upper-roman | lower-alpha | upper-alpha | none] || [inside | outside] || [<url> | none] -</pre> - -<h2 id="Valores" name="Valores">Valores</h2> - -<p>disc, circle, square, decimal, lower-roman, upper-roman, lower-alpha, upper-alpha, inside, outside, <url>, none</p> - -<h2 id="Exemplos">Exemplos</h2> - -<h3 id="HTML">HTML</h3> - -<pre class="brush: html">List 1 -<ul class="one"> - <li>List Item1</li> - <li>List Item2</li> - <li>List Item3</li> -</ul> -List 2 -<ul class="two"> - <li>List Item A</li> - <li>List Item B</li> - <li>List Item C</li> -</ul> -</pre> - -<h3 id="CSS">CSS</h3> - -<pre class="brush: css">.one { - list-style: circle; -} - -.two { - list-style: square inside; -}</pre> - -<h3 id="Result">Result</h3> - -<p>{{EmbedLiveSample('Exemplos')}}</p> - -<h2 id="Especifica.C3.A7.C3.B5es" name="Especifica.C3.A7.C3.B5es">Especificações</h2> - -<ul> - <li><a class="external" href="http://www.w3.org/TR/CSS1#list-style">CSS 1</a></li> -</ul> - -<p><span class="comment">* {{ mediawiki.external('http://www.w3.org/TR/CSS21/visudet.html#the-height-property CSS 2.1') }} == Compatibilidade com navegadores == <table class="standard-table"> <tr> <th>Navegador</th> <th>Versão mais antiga</th> </tr> <tr> <td>Internet Explorer</td> <td>4</td> </tr> <tr> <td>Netscape</td> <td>4</td> </tr> <tr> <td>Opera</td> <td>3.5</td> </tr> </table></span></p> - -<h2 id="Veja_tamb.C3.A9m" name="Veja_tamb.C3.A9m">Veja também</h2> - -<p><a href="pt/CSS/box_model">list-style-image</a>, {{ Cssxref("list-style-type") }}, {{ Cssxref("list-style-position") }}</p> - -<p><span class="comment">Categorias</span></p> - -<p><span class="comment">Interwiki Language Links</span></p> - -<p>{{ languages( { "en": "en/CSS/list-style", "fr": "fr/CSS/list-style" } ) }}</p> |
