Está en la página 1de 1

liquidicity

CSS Help Sheet.


Sintaxis Esto Necesita un Diagrama
height width height; width; margin-top; margin-right; margin-bottom; margin-left; padding-top; padding-right; padding-bottom; padding-left;

Shorthand
background border border-bottom border-left border-right border-top font list-style margin padding

Sintaxis
selector {property: value;}

Hoja de Estilo Externa


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

Estilo Interno
<style type=text/css> selector {property: value} </style> border margin padding

Estilo Inline
<tag style=property: value>

Bordes
border-width Ancho del Borde border-style dashed; dotted; double; groove; inset; outset; ridge; solid; none; border-color Color del Borde

Comentarios
/* Comments */

General
class ID div span color cursor display String precedido por un punto [.] String precedido por un hash [#] Estructura o bloque de texto Formato Inline Color de primer plano Apariencia del Cursor block; inline; list-item; none Manejar contenido desbordado de su caja visible, hidden, scroll, auto visibility visible, hidden

Pseudo Selectores
:hover :active :focus :link :visited

Posicin
clear Si ningn elemento ota alrededor both, left, right, none Flota en el lado especi cado left, right, none La posicin izquierda de un elemento auto, valores de longitud [pt, in, cm, px] La posicin superior de un elemento auto, valores de longitud [pt, in, cm, px] static, relative, absolute Encima o debajo del solape de elementos auto, integer [numeros altos arriba]

left top position

Medios
all braille embossed handheld print projection screen speech tty tv

Fuentes
font-style italic, normal fontnormal, small-caps variant fontweight font-size bold, normal, lighter, bolder, integer [100-900] Tamao de la fuente

z-index

Fondos
background-color Color de Fondo background-image Imagen de Fondo background-repeat repeat, no-repeat, repeat-x, repeat-y backgroundattachment backgroundposition Imagen de fondo se mueve con elementos (x y), top, center, bottom, left, right

Unidades
Longitud % em pt px Keywords bolder lighter larger

font-family Fuente[s] Especi ca[s] a usar

Textos
letter-spacing line-height text-align textdecoration text-indent texttransform vertical-align word-spacing Espacio horizontal entre letras Espacio vertical entre letras (base) Alineacin Horizontal blink, line-through, none, overline, underline Indentacion de Primera Linea capitalise, lowercase, uppercase Alineacin Vertical Espacio horizontal entre palabras

Listas
list-styletype list-styleposition list-styleimage Tipo de bullet or numeracin en la lista disc; circle; square; decimal; lower-roman; upper-roman; lower-alpha; upper-alpha; none Posicin del bullet o numero en la lista inside; outside Imagen para usar como bullet en la lista

2007 Go Squared Ltd.


Traducido por lordmax.org

También podría gustarte