1
Referência rápida de CSS tableless.com.br Sintaxe Sintaxe CSS Externo CSS Interno CSS em linha seletor {propriedade: valor;} <link rel=”stylesheet” type=”text/css” href=”arquivo.css” /> <style type=”text/css”> seletor {propriedade: valor;} </style> <tag style=”propriedade: valor;”> Modelos de Caixa Para caixas Comentário Border height; width; margin-top; margin-right; margin-bottom; margin-left; padding-top; padding-right; padding-bottom; padding-left; background border border-bottom border-left border-right border-top font list-style margin padding /* Comentário */ Media Types all braille embossed handheld print projection screen speech tty tv Unidades Numerais % em pt px Keywords bolder lighter larger normal Pseudo Selectors :hover :active :focus :link :visited Uso Geral class Termo precedido por um ponto . ID Termo precedido por um # div Elemento para dividir o layout span Formatação em linha color Cor do texto cursor Muda o cursos do mouse Quando o conteúdo transborda do elemento. visible, hidden, scroll, auto visibility visible, hidden display block; inline; list-item; none Para fontes font-style italic, normal font-size Tamanho da font Especifica a família da font font-family font- variant normal, small-caps font- weight bold, normal, lighter, bolder, integer [100-900] Para caixas de texto letter-spacing Espaçamento entre as letras line-height Altura da entrelinha text-align Alinhamento horizontal do texto text- decoration blink, line-through, none, overline, underline text-indent Identação do texto text- transform capitalise, lowercase, uppercase vertical-align Alinhamento vertical word-spacing Espaço entre as palavras Propriedades herdadas azimuth border-collapse border-spancing caption-side color cursor direction empty-cells font letter-spacing Versão original em ingles por: line-height list-style page quotes speak text-align text-indent text-transform word-spacing white-space width height padding margin border border-width Largura da borda Largura da borda border-color Cor da borda border-style dashed; dotted; double; groove; inset; outset; ridge; solid; none; O elemento ignora o float de outros elementos O elemento flutua para a esquerda ou direita Position clear both, left, right, none left, right, none left Desloca o elemento pela esquerda auto, length values [pt, in, cm, px] top Desloca o elemento pelo topo auto, length values [pt, in, cm, px] z-index Muda os elementos de camada auto, integer [higher numbers on top] position static, relative, absolute Background background-color Muda a cor do background background-image Define uma imagem de background background-repeat repeat, no-repeat, repeat-x, repeat-y background- position (x y), top, center, bottom, left, right background- attachment Define se o background rola c/ a página List list-style- type Muda o tipo de bullet dos ítens de lista (li) disc; circle; square; decimal; lower-roman; upper-roman; lower-alpha; upper-alpha; none list-style- position Muda a posição do bullet inside; outside list-style-style Define uma imagem como bullet Seletores * Define propriedade para TODOS os elementos <tag> Define para todas as tags especificadas tag * TUDO dentro da tag receberá as características tag tag Elemento dentro de elemento ( EX: div span) tag, tag Agrupa vários elementos para a mesma caracteristica EX: div, p, h1, h2, h3 tag > tag Seleciona elemento que é filho direto de outro. EX: div > span tag + tag Seleciona todo elemento que é precedido por outro EX: div + p .nome Todos elementos com a classe determinada #nome Todos elementos com a identificação determinada tag#nome tag.nome Especifica elemento com classe ou identificação determinada tag[atributo] tag[atributo=”valor”] tag[atributo~=”valor”] Seleciona tag com determinado atributo Seleciona tag com atributo com um valor especifico Especifica o valor de uma tag que tenha um atributo com diversos valores separados com espaços. liquidicity liquidicity

tableless.com.br Referência rápida de CSS filetableless.com.br Referência rápida de CSS Sintaxe Sintaxe CSS Externo CSS Interno CSS em linha seletor {propriedade: valor;}

Embed Size (px)

Citation preview

Page 1: tableless.com.br Referência rápida de CSS filetableless.com.br Referência rápida de CSS Sintaxe Sintaxe CSS Externo CSS Interno CSS em linha seletor {propriedade: valor;}

Referência rápida de CSStableless.com.br

SintaxeSintaxe

CSS Externo

CSS Interno

CSS em linha

seletor {propriedade: valor;}

<link rel=”stylesheet” type=”text/css”href=”arquivo.css” />

<style type=”text/css”>seletor {propriedade: valor;}

</style>

<tag style=”propriedade: valor;”>

Modelos de Caixa Para caixas

ComentárioBorder

height; width;margin-top;margin-right;margin-bottom;margin-left;padding-top;padding-right;padding-bottom;padding-left;

backgroundborderborder-bottomborder-leftborder-rightborder-topfontlist-stylemarginpadding

/* Comentário */

Media Types

allbrailleembossedhandheldprintprojectionscreenspeechttytv

Unidades

Numerais%emptpx

Keywordsbolderlighterlargernormal

PseudoSelectors

:hover:active:focus:link:visited

Uso Geralclass Termo precedido por um ponto .

ID Termo precedido por um #

div Elemento para dividir o layout

span Formatação em linha

color Cor do texto

cursor Muda o cursos do mouse

Quando o conteúdo transborda do elemento.visible, hidden, scroll, auto

visibility visible, hidden

display block; inline; list-item; none

Para fontesfont-style italic, normal

font-size Tamanho da font

Especifica a família da fontfont-family

font-variant

normal, small-caps

font-weight

bold, normal, lighter, bolder, integer [100-900]

Para caixas de textoletter-spacing Espaçamento entre as letras

line-height Altura da entrelinha

text-align Alinhamento horizontal do texto

text-decoration

blink, line-through, none, overline, underline

text-indent Identação do textotext-transform

capitalise, lowercase, uppercase

vertical-align Alinhamento verticalword-spacing Espaço entre as palavras

Propriedades herdadasazimuth

border-collapse

border-spancing

caption-sidecolorcursordirection

empty-cells

font

letter-spacing

Versão original em ingles por:

line-heightlist-style

pagequotesspeak

text-aligntext-indent

text-transformword-spacing

white-space

width

height

paddingmarginborder

border-width Largura da bordaLargura da borda

border-color Cor da borda

border-style dashed; dotted; double; groove; inset;outset; ridge; solid; none;

O elemento ignora o float de outros elementos

O elemento flutua para a esquerda ou direita

Position

clearboth, left, right, none

left, right, none

left Desloca o elemento pela esquerdaauto, length values [pt, in, cm, px]

top Desloca o elemento pelo topoauto, length values [pt, in, cm, px]

z-index Muda os elementos de camadaauto, integer [higher numbers on top]

position static, relative, absolute

Background

background-color Muda a cor do backgroundbackground-image Define uma imagem de background

background-repeat repeat, no-repeat, repeat-x, repeat-y

background-position

(x y), top, center, bottom, left, right

background-attachment

Define se o background rola c/ a página

List

list-style-type

Muda o tipo de bullet dos ítens de lista (li)disc; circle; square; decimal; lower-roman;upper-roman; lower-alpha; upper-alpha; none

list-style- positionMuda a posição do bulletinside; outside

list-style-style Define uma imagem como bullet

Seletores

* Define propriedade para TODOS os elementos

<tag> Define para todas as tags especificadas

tag * TUDO dentro da tag receberá as características

tag tag Elemento dentro de elemento (EX: div span)

tag, tag Agrupa vários elementos para a mesma caracteristicaEX: div, p, h1, h2, h3

tag > tag Seleciona elemento que é filho direto de outro.EX: div > span

tag + tag Seleciona todo elemento que é precedido por outroEX: div + p

.nome Todos elementos com a classe determinada

#nome Todos elementos com a identificação determinada

tag#nome tag.nome

Especifica elemento com classe ou identificaçãodeterminada

tag[atributo]

tag[atributo=”valor”]

tag[atributo~=”valor”]

Seleciona tag com determinado atributo

Seleciona tag com atributo com um valor especifico

Especifica o valor de uma tag que tenha um atributo com diversos valores separados com espaços.

liquidicityliquidicity