Compare Page Revisions
« Older Revision - Back to Page History - Current Revision
.MyClass { color:red; }
#MyId { color: red; }
H1 H2 { color: red; }
A:LINK
HREF
A:VISITED
A:ACTIVE
P:FIRST-LINE
P:FIRST-LETTER
P:first-letter { font-size: 200%; float: left }
:disabled
input:disabled { color: white; }
@media
@import
@charset
@font-face
@page
h1, h2 { color: red; }
/* my comment */
font: {style | variant | weight} size {line-height} family
font-family: {serif | sans-serif | cursive | fantasy | monospace | name}
font-size: {xx-small | x-small | small | medium | large | x-large | xx-large | larger | smaller | percentage | units}
font-weight: {normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900}
font-style: {normal | italic | oblique}
color: {rgb(r, g, b) | #rrggbb}
text-decoration: underline
text-decoration: overline
text-decoration: line-through
text-decoration: blink
font-variant: {normal | small-caps}
vertical-align: super
vertical-align: sub
text-transform: {capitalize | uppercase | lowercase | none}
text-align: {left | right | center | justify}
text-indent: {length | percentage}
line-height: {normal | number | length | percentage}
white-space: {normal | pre | nowrap}
display: {block | inline | list-item | none}
background: {color | image | repeat | attachment | position }
background-color: {rgb(r, g, b) | #rrggbb
background-image: url(url)
background-position: {percentage | length | {top | center | bottom} {left | center | right}
background-repeat: {repeat | repeat-x | repeat-y | no-repeat}
background-attachment: {scroll | fixed}
margin: { top | right | bottom | left }
margin-top: {length | percentage | auto }
margin-right: {length | percentage | auto }
margin-bottom: {length | percentage | auto }
margin-left: {length | percentage | auto }
padding: { top | right | bottom | left }
padding-top: {length | percentage | auto }
padding-right: {length | percentage | auto }
padding-bottom: {length | percentage | auto }
padding-left: {length | percentage | auto }
{width | height}: {length | percentage | auto }
border-{top | right | bottom | left}: {width | style | color}
border-{top | right | bottom | left}-width: {thin | medium | thick | length}
border-color: {rgb(r, g, b) | #rrggbb }
none
dotted
dashed
solid
double
groove
ridge
inset
outset
list-style-type: {disc | circle | square | decimal | lower-roman | upper-roman | lower-alpha | upper-alpha | none}
list-style-image: url(url-relative-to-css-file)
ScrewTurn Wiki version 3.0.1.400. Some of the icons created by FamFamFam. Except where noted, all contents Copyright © 1999-2024, Patrick Jasinski.