Referencia CSS3
Referencia CSS3
Referencia CSS3
w3.unpo<code>todo
PUBLICIDAD:
Advertisement
&NBSP;
Referencia CSS3
Color
Fondo (background)
Borde (border)
Caja (box)
Texto
Fuentes
Escribir
Tablas
Listas y Contadores
Animaciones CSS3
Transformaciones
Transiciones
Interfaz de usuario
Columnas múltiples
Color
Propiedad
color
Sintaxis
color:color;
Descripción
3
opacity opacity: valor | inherit; Determina el nivel de opacidad de un elemento
Fondo (background)
http://w3.unpocodetodo.info/css3/chuletacss3.php 1/10
17/2/2017 Referencia CSS3
background-
backgroundcolor: color Determina el color de fondo de un elemento 1
color
background-
backgroundimage:"url(img.gif)" | none Determina la imagen de fondo de un elemento 1
image
background- backgroundsize: length|percentage | cover | 3
Especi²ca el tamaño de la imagen de fondo
size contain;
Borde (border)
Propiedad Sintaxis Descripción CSS
border-bottom-
borderbottomcolor: color Especi²ca el color del borde inferior 1
color
borderbottomstyle: none | hidden | dotted |
border-bottom-
dashed | solid | double | groove | ridge | inset | Especi²ca el tipo de linea del borde inferior. 1
style
outset | inherit
border-bottom- borderbottomwidth: thin | medium | thick |
Determina la anchura del borde inferior 1
width length | inherit
border-image borderimage:url(border.png) 30 30 round;
* en una solo declaración abreviada ⇪
Especi²ca todas las propiedades border-image- 3
border-image- 3
borderimagerepeat: stretch|repeat|round; Especi²ca cómo se repite la imagen de borde
repeat
http://w3.unpocodetodo.info/css3/chuletacss3.php 2/10
17/2/2017 Referencia CSS3
border-left-
borderleftcolor: valor Especi²ca el color del borde izquierdo 1
color
borderleftstyle: none | hidden | dotted |
border-left- Especi²ca el tipo de linea para el borde
dashed | solid | double | groove | ridge | inset | 1
style izquierdo
outset | inherit
border-left- borderleftwidth: : valor | thin | medium |
Determina la anchura del borde izquierdo 1
width thick | inherit
border-right-
borderrightcolor: color Especi²ca el color del borde derecho 1
color
border-right- borderrightstyle: none | hidden | dotted |
dashed | solid | double | groove | ridge | inset | Especi²ca el tipo de linea del borde derecho 1
style
outset | inherit
border-right- borderrightwidth: : valor | thin | medium |
Especi²ca la anchura del borde derecho 1
width thick | inherit
borderstyle: none | hidden | dotted | dashed |
border-style solid | double | groove | ridge | inset | outset | Especi²ca el tipo de linea del borde 1
inherit
border-top-
bordertopcolor: color Especi²ca el color del borde superior 1
color
⇪
bordertopstyle: none | hidden | dotted |
border-top-
dashed | solid | double | groove | ridge | inset | Determina the style of the top border 1
style
outset | inherit
border-top- bordertopwidth: valor | thin | medium | thick
Especi²ca la grosor de linea del borde superior 1
width | inherit
borderwidth: valor | thin | medium | thick |
border-width Especi²ca la anchura de los bordes 1
inherit
Caja (box)
http://w3.unpocodetodo.info/css3/chuletacss3.php 3/10
17/2/2017 Referencia CSS3
Caja (box)
Propiedad Sintaxis Descripción CSS
boxshadow: hshadow vshadow blur spread 3
box-shadow Asigna una o más sombras a la caja
color inset;
display: inline | block | inlineblock | inline
table | listitem | runin | table | tablecaption |
Especi²ca el tipo de caja utilizado para un
display tablecolumngroup | tableheadergroup | 1
elemento
tablefootergroup | tablerowgroup | table
cell | tablecolumn | tablerow | none | inherit
⇪
overflowx: visible | hidden | scroll | auto | no ( en horizontal o sea: derecha/izquierda) si este 3
over0ow-x
display | nocontent; se sale de la caja
http://w3.unpocodetodo.info/css3/chuletacss3.php 4/10
17/2/2017 Referencia CSS3
Texto
Propiedad Sintaxis Descripción CSS
textdecoration: none | underline | overline |
text-decoration Especi²ca el tipo de decoración del texto 1
linethrough | inherit
textshadow: desplazamientohorizontal 3
text-shadow Aplica una sombra al texto
desplazamientovertical desenfoque color;
⇪
word-break wordbreak: normal | breakall | keepall;
alfabetos no CJK (chino, japonés y coreano)
3
word-wrap wordwrap: normal|breakword; Permite el ajuste automático de línea
Fuentes
http://w3.unpocodetodo.info/css3/chuletacss3.php 5/10
17/2/2017 Referencia CSS3
Fuentes
Propiedad Sintaxis Descripción CSS
fontsize: tamaño | xxsmall | xsmall | small |
font-size medium | large | xlarge | xxlarge | smaller | Establece el tamaño de fuente 1
larger | inherit
fontweight: normal | bold | bolder | lighter |
font-weight 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | Establece el grosor de la fuente 1
900 | inherit
@fontface /*ejemplo*/
{
fontfamily: nuevoTipoDeLetra; Una regla que permite bajar y utilizar otros tipos 3
@font-face
src: url(letra1.woff); de letra además de los "seguros para la Web"
fontweight:bold;
}
Escribir
Propiedad Sintaxis Descripción CSS
Tablas
Propiedad Sintaxis Descripción CSS
table-layout tablelayout: auto | fixed | inherit ⇪
Establece el algoritmo de diseño de tabla 2
Listas y Contadores
Propiedad Sintaxis Descripción CSS
http://w3.unpocodetodo.info/css3/chuletacss3.php 6/10
17/2/2017 Referencia CSS3
liststyletype: armenian | circle | cjk
ideographic | decimal | decimalleadingzero |
disc | georgian | hebrew | hiragana | Especi²ca el tipo de viñeta para los elementos
list-style-type 1
hiraganairoha | inherit | katakana | de la lista
katakanairoha | loweralpha | lowergreek |
lowerlatin | lowerroman | none | square | up
Animaciones CSS3
Propiedad Sintaxis Descripción CSS
@keyframes nombre_animacion 3
@keyframes { keyframesselector {cssstyles;} Con @keyframes podemos crear animaciones
}
animation- animationdelay: tiempo en segundos o 3
De²ne cuando la animación se iniciará
delay milisegundos;
⇪
animation- Especi²ca si la animación está en ejecución o en 3
animationplaystate: paused | running;
play-state pausa
Transformaciones
Propiedad Sintaxis Descripción CSS
http://w3.unpocodetodo.info/css3/chuletacss3.php 7/10
17/2/2017 Referencia CSS3
perspective-
perspectiveorigin: xaxis yaxis; Der²ne la position de origen de un elemento 3D 3
origin
Transiciones
Propiedad Sintaxis Descripción CSS
transition- transitiontimingfunction: linear | ease | ease 3
in | easeout | easeinout | cubic Especi²ca la curva de velocidad de la transición
timing-function
bezier(n,n,n,n);
transitiondelay: tiempo en segundos o 3
transition-delay Especi²ca when the transition effect will start
milisegundos;
Interfaz de usuario
Propiedad Sintaxis Descripción CSS
content: cadena de texto | none | normal |
counter | attr(atributo) | openquote | close Utilizada con los pseudo-elementos :before y
content 2
quote | noopenquote | noclosequote | :after para generar e insertar contenido
url(url) | inherit |
cursor: alias | allscroll | auto | cell | context
cursor
menu | colresize | copy | crosshair | default |
eresize | ewresize | help | move | nresize |
neresize | neswresize | nsresize | nwresize |
⇪
Especi²ca the type of cursor to be displayed 2
nwseresize | nodrop | none | notallowed |
pointer | pr
http://w3.unpocodetodo.info/css3/chuletacss3.php 8/10
17/2/2017 Referencia CSS3
outlinestyle: none | hidden | dotted | dashed |
outline-style solid | double | groove | ridge | inset | outset | Determina el estilo de línea del contorno 2
inherit
outlinewidth: thin | medium | thick | valor |
outline-width Especi²ca la grosor de linea del contorno 2
inherit
Columnas múltiples
Propiedad Sintaxis Descripción CSS
column-rule-
columnrulecolor: color; Especi²ca el color de la línea entre colomnas 3
color
columnrulestyle: none | hidden | dotted |
column-rule- Especi²ca el estilo de línea utilizado entre
dashed | solid | double | groove | ridge | inset | 3
style columnas
outset
Artículos relacionados ⇪
- Referencia CSS3
- Selectores CSS
PUBLICIDAD:
http://w3.unpocodetodo.info/css3/chuletacss3.php 9/10
17/2/2017 Referencia CSS3
http://w3.unpocodetodo.info/css3/chuletacss3.php 10/10