This style, with its pale, off-white background, is intended for general use, especially for pages with paragraphs of narrative. (This is a sample of <p class="lead">).
The body is left-aligned with a background color of "#eeeeee", or off-white, to reduce eyestrain. (Only reading white letters on a dark background causes worse eyestrain than reading dark letters on a bright, white monitor. In short, what works on paper is not the same as on a monitor.)
There are 4 defined styles of paragraphs. (This being an example of <p class="2">)
Tables are defined as having a border in the "ridge" style (see at bottom of page) 5 pixels wide. Cells have padding of 8 pixels above and below, 20 pixels right and left. (One of the few truly advantageous options I have found in CSS is to vary the padding of cells according to horizontal and vertical dimensions!) (This paragraph is an example of <p class="3">.)
This allows for a full, 5-level outline in traditional format.
Developed by Steve Morris
2004
Sample of <p class="final">
BODY {text-align:left;
background:#eeeeee}
H1 {text-transform:uppercase;
text-align:center;
color:#883355;
font-weight:bold}
H2 {text-transform:capitalize;
text-align:center;
color:navy}
H3 {text-transform:capitalize;
text-align:center;
color:navy}
H4 {text-align:left;
font:normal bold}
P.lead {font-weight:bold}
P.2 {text-indent:24}
P.3 {text-align=center;
width=80%;
position:relative;left:10%}
P.final {text-align:right;
font-size:xx-small}
table {padding:8px 20px;
border-style:ridge;
border-width:5px}
OL.1I {list-style:upper-roman outside}
OL.2A {list-style:upper-alpha outside}
OL.31 {list-style:decimal outside}
OL.4a {list-style:lower-alpha outside}
OL.5i {list-style:lower-roman outside}
OL {list-style:upper-roman inside}
ul {list-style:url(http://www.fiu.edu/~morriss/backgrounds/palmsarev.gif)}
| FIU Library Home Page | Florida International University Home Page | Business Librarian's Page | Style Sheets Demo Index |
This page created and maintained by Steve Morris,
Business Research Specialist, Reference & Instructional Services Dept.
Green Library Florida International University
Miami, Florida 33199 |
www.fiu.edu/~morriss/styles/discoursedemo.html
|
|