Demonstration of Biblprint5.css Style Sheet (H1)

General Purpose (H2):

This style, with a white background, is designed primarily for printing bibliographies.  (This is a sample of <p class="2">).

Features: (H2)

Body (H3)

The body has text aligned to the left margin and colored black .  The background is #ffffff, which is to say, no background color (white).

Headers

There are 3 defined headers:

  1. H1:            The main header is ALL-UPPERCASE letters, centered and underlined.  The letters are black and bolded.  <h1>     </h1>
  2. H2:            The second-level header, has All Words Capitalized, and is centered.  The letters are black but not bold.  <h2>     </h2>
  3. H3:            The third-level header also Captializes All Words and is aligned to the left margin.  Again, the letters are Underlined And Bolded Italicized.  Netscape will likely ignore the italics.  <h3>     </h3>

Paragraphs

There are 3 defined styles of paragraphs.  (This being an example of <p class="2">)

  1. p class="2":  No different from just <p> in Netscape; class 2 indents the first line 24 em. in I.E.
  2. p class="finala":     This paragraph style was designed for a credits paragraph at the end of the page.  It uses extra small font and is aligned to the left side.
  3. p class="final":   This paragraph style was designed for a credits paragraph at the end of the page.  It uses extra small font and is aligned to the right side.
  4. Both "final" and "finala" class paragraphs were designed to be used in a 2 cell table at the bottom of the page, with each aligning to opposite sides of their respective cells.

Tables (H3)

There are two types of tables defined:

Tables (plain) have text aligned to left borders of cells.

        Tables (fig) have text aligned to center of cells.

Developed by Steve Morris
2004
Sample of <p class="final">

Stylesheet

BODY {text-align:left;
        background:#ffffff;
       color:black}
H1 {text-transform:uppercase;
       text-align:center;
       text-decoration:underline;
       color:black;
       font-weight:bold}
H2 {text-transform:capitalize;
       text-align:center;
       color:black}
H3 {text-transform:capitalize;
       text-align:left;
       text-decoration:underline;
       font:italic bold}
P.2 {text-indent:24}
p.finala{text-align:left;
       font-size:x-small}
P.final {text-align:right;
       font-size:x-small}
table {text-align:left}
table.fig {text-align:center}

 

The End


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/biblprint5demo.html

Last Updated :