Notice
The Page Has Not Loaded Properly.
While Holding The Cmd Key Down,
Tap The R Key 5 To 7 Times.
This is not a complete list. This is a sampling of CSS properties and values known to work with Webtv 2.8.2.
Here is the W3C CSS 2 list of properties and values:
Values are:
no-repeat (the background doesn't tile)
repeat-x (the background tiles horizontally)
repeat-y (the background tiles vertically)
repeat (the background tiles normally)
| A malcontent from the very beginning. Melkor is a classic example of one who held great power and possessed no character. Although years in the making, his violent end was inevitable. |
| A malcontent from the very beginning. Melkor is a classic example of one who held great power and possessed no character. Although years in the making, his violent end was inevitable. |
| A malcontent from the very beginning. Melkor is a classic example of one who held great power and possessed no character. Although years in the making, his violent end was inevitable. |
Values are:
sans-serif (helvetica)
monospace (also courier)
If a font-family name consists of more than one word, such as comic sans, put quotes around the font name in your CSS code.
Embed, link and import example:
A few other various values:
serif is possibly times
sans-serif is possibly arial or helvetica
cursive is possibly comic sans
fantasy is possibly ransom
monospace is possibly courier
Point Font Size:
font size 1 = 1pt
font size 2 = 17pt
font size 3 = 19pt
font size 4 = 19pt
font size 5 = 23pt
font size 6 = 27pt
font size 7 = 33pt
Values are:
italic
oblique
normal
Values are:
bold
normal
When using lists for any element that has CSS rules applied to it, the list will conform to the list rules and the list item will conform to it's own rules. For example, a link:
It appears that any margin-left in the body will be removed when lists are used. Enclosing the lists between <div> and </div> or putting them in a table are possible solutions.|
After 6 World Championships and over 70 Grand Prix wins, it's obvious that Michael Schumacher is not only the best of his time, he is the best of all time. |
Values are:
left
right
center
Values are:
name
hex
Values are:
underline - (makes the text underlined)
line-through - (puts a line through the text)
none - (no text decoration)
|
After 6 World Championships and over 70 Grand Prix wins, it's obvious that Michael Schumacher is not only the best of his time, he is the best of all time. |
{ text-shadow: #b0c4de 7px 7px 1px }
This Is Text Shadow{ text-shadow: -5px -5px }
This Is Text Shadow{ text-shadow: #b0c4de 5px 30px 1px }
This Is Too Much Text ShadowHey, get off my spot on the World Wide Web !
Values are:
uppercase - (makes every character upper case/capitalized)
lowercase - (makes every character lower case)
capitalize - (makes the first character of every word capitalized)
none - (over rides/removes any inherited text-transform value and the text will display normally)