Style Sheets Reference
=============================================
Tags:
-
A { text-decoration: none; font-weight: bold}
a { color: #0000ff; text-decoration: none; font-weight: bold}
A:visited {color:"#0000ff";}
A:link {color:"#0000ff";}
A:hover {color:"#E70A0A";}
-
body {background: #0000ff; color: #ff0000; margin-left: 0.8in; margin-right: 10px; margin-top: 15pt; margin-bottom: 8px ; font-family: comic sans ms; font-size: 15px}
-
H3 { font-family: verdana; font-size: 15pt; color: #deff00; background: #003400; font-style: normal; text-align: right; letter-spacing: -0.1em}
-
P {font-size: 11pt; text-indent: 0.3in; font-family: garamond; font-weight: bold; line-height: 19pt; font-style: normal; letter-spacing: -0.1em}
----------------------------------############
Attributes:
- background: blue, green, red, and other standard colors or #ff00ff, (Red/Green/Blue). This sets the background color of your tag.
- color blue, green, red, and other standard colors or #ff00ff, (Red/Green/Blue). This sets your tag's text color or it's fore color.
- font-family times, garamond, etc... This sets the main font.
- font-size 11pt, 12px, .8in, 5cm, 50%
- font-style italic, normal
- font-weight extra-light, demi-light, light, medium, extra-bold, demi-bold, bold This sets text to be bolder or lighter then it normally is. Not all settings work on your favorite browser.
- letter-spacing 0.3in, 15pt, 17px, 4em, 9cm This sets the distance between the first charater and the next in a paragraph, or character spacing. This seems to work in Internet Explorer 5 and Netscape 6.
- line-height 0.3in, 15pt, 17px, 4cm, 90% This sets the distance between the above and below line in a paragraph, or line spacing. You usually hear double spacing or single spacing.
- margin-left, margin-right, margin-top, margin-bottom 0.8in, 23pt, 3cm 9px. This usually sets body margins in your browser. So if you set margin-left: 10px, then your text or graphic will start 10 pixels away from the left pane of your browser.
- text-align left, right, center, justify
- text-decoration none, underline, italic, line-through This sets characteristics of links. So if you use "none" for an A tag you will get links that are not underlined.
- text-indent 0.3in, 8cm, 9pt, 5px. This indents text in a paragraph.