
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
First child element. First line of element. First letter of element. Element with mouse over. Active element. Element with focus. Unvisited links.
Typology: Study notes
1 / 1
This page cannot be seen from the preview
Don't miss anything!

Text
Shorthand properties are marked x Note Properties that inherit are marked +
Pseudo-Selectors and Pseudo-Classes
:first-child :first-line :first-letter :hover :active :focus :link :visited :lang(var) :before :after
First child element First line of element First letter of element Element with mouse over Active element Element with focus Unvisited links Visited links Element with language "var" Before element After element
Dimensions
width min-width max-width height
Color / Background
color + background x background-color background-attachment
Fonts
font + x font-family + font-style + font-variant +
Text^ text-indent + text-align + text-decoration text-shadow letter-spacing +
page-break-inside + page + orphans + widows +
min-height max-height vertical-align
background-repeat background-image background-position
font-weight + font-stretch + font-size + font-size-adjust +
word-spacing + text-transform + white-space + line-height +
Miscellaneous
content quotes + counter-reset counter-increment list-style + x
Paging
size marks page-break-before page-break-after
Interface
cursor + outline x outline-width
Aural
volume + speak + pause x pause-before pause-after cue x cue-before cue-after play-during azimuth +
list-style-type + list-style-image + list-style-position + marker-offset
outline-style outline-color
elevation speech-rate voice-family pitch pitch-range stress richness speak-punctuation speak-numeral
Tables
caption-side + table-layout border-collapse +
border-spacing + empty-cells + speak-header +
Box Model
Available free from www.AddedBytes.com
Sizes and Colours
0 Relative Sizes em
ex % Absolute Sizes px cm mm in pt pc Colours #789abc #acf rgb(0,25,50)
0 requires no unit
1em equal to font size of parent (same as 100%) Height of lower case "x" Percentage
Pixels Centimeters Millimeters Inches 1pt = 1/72in 1pc = 12pt
RGB Hex Notation Equates to "#aaccff" Value of each of red, green, and blue. 0 to 255, may be swapped for percentages.
Width
Margin
Padding
Visible Area
Height Border
Boxes
margin x margin-top margin-right margin-bottom margin-left padding x padding-top padding-right padding-bottom padding-left border x border-top x border-bottom x border-right x border-left x
border-color x border-top-color border-right-color border-bottom-color border-left-color border-style x border-top-style border-right-style border-bottom-style border-left-style border-width x border-top-width border-right-width border-bottom-width Positioning border-left-width
display position top right bottom left float
clear z-index direction + unicode-bidi overflow clip visibility
Selectors
div div * div span div, span div > span div + span .class div.class #itemid div#itemid a[attr] a[attr='x'] a[class~='x']
a[lang|='en']
All elements
All elements within within and with parent preceded by Elements of class "class" of class "class" Element with id "itemid" with id "itemid" with attribute "attr" when "attr" is "x" when class is a list containing 'x' when lang begins "en"