Witten
Bainbridge
Nichols
|
HOME HELP PREFERENCES
SEARCHFIGURESTABLES
|
| How to Build a Digital Library Second Edition |
Basic CSS style sheet example |
/* Cascading Style Sheet for UN Example */
NGODoc { display: block }
NGODoc { background: white; width: 7.5in }
Title { font-family: times; /* Set font type to Times */
font-size: 25pt; /* Set font size to 25 point */
font-style: bold } /* and so on ... */
Agency { display: block;
margin-top: 8pt; margin-bottom: 3pt;
font-size: 16pt;
font-family: helvetica }
Head, Body { display: block;
margin-top: 6pt;
margin-left: 0.2in;
margin-right: 5mm }
Abbrev { display: inline; font-style: italic }
Abbrev:before { content: "(" }
Abbrev:after { content: ")" }
| | Figure 4.10a: Basic CSS style sheet example; Basic CSS style sheet for the United Nations Agencies example |
|