/* Cascading Style Sheets for World Wide Wounds */ /* $Header: /home/httpd/html/World-Wide-Wounds-test/Stylesheets/RCS/world-wide-wounds.css,v 1.3 2001/05/17 21:08:53 pete Exp pete $ $Log: world-wide-wounds.css,v $ Revision 1.3 2001/05/17 21:08:53 pete merged in changes by Matt. Had to amend as rolling in P and TD with the BODY styles was causing the home page to not display anything in the table at all. Due to the margin-left and margin-right stuff. Revision 1.2 2001/03/05 10:00:09 pete *** empty log message *** Revision 1.2 1999/06/18 14:24:04 pete *** empty log message *** Revision 1.1 1998/11/20 10:51:05 pete Initial revision */ BODY { color: #000; /* font-size: 10pt !important; */ font-size: 80% !important; background-color: #FFF; margin-left: 7%; margin-right: 7%; line-height: normal; font-family: verdana, helvetica, sans-serif !important; } P { font-family: verdana, helvetica, sans-serif !important; line-height: normal; } TD { /* font-size: 10pt !important; */ font-size: 80% !important; line-height: normal; font-family: verdana, helvetica, sans-serif !important; } CAPTION { font-size: 80% !important; font-family: verdana, helvetica, sans-serif !important; text-align: left } INPUT { background-color: #FFF; } H1 { text-align: center; /* margin-left: -6%;*/ color: #004196; font-family: helvetica, sans-serif; } H2 { margin-left: -2%; color: #004196; font-family: helvetica, sans-serif; } H3 { margin-left: 0%; color: #004196; font-family: verdana, helvetica, sans-serif; } H4 { color: #004196; font-family: verdana, helvetica, sans-serif; } BLOCKQUOTE { margin-left: 4em; margin-right: 4em; margin-top: 6pt; margin-bottom: 6pt; font-style: italic; } } CODE { font-family: Courier; } OL { margin-top: 10pt; } /* Don't change this - it took me ages to get this OK ! PJP */ /* it SHOULD be padding-bott */ DT { font-family: verdana, helvetica, sans-serif; /* padding-bottom: 1em; */ } DD { display: marker; padding-left: 1em; margin-left: 1em; font-family: verdana, helvetica, sans-serif; } ADDRESS { text-align: left; } .address { text-align: left; font-family: verdana, helvetica, sans-serif; } PRE { text-align: left; font-family: Courier; } div.navbar { font-family: verdana, helvetica, sans-serif; font-size: 80%; color: #004196; padding: 0px 12px 12px 12px; } SUP { font-size: 60%; font-family: verdana, helvetica, sans-serif; } SUB { font-size: 60%; font-family: verdana, helvetica, sans-serif; } .smallfont { font-family: verdana, helvetica, sans-serif; font-size: 80%; } .whatsnew { font-size: 80%; font-family: verdana, helvetica, sans-serif; border: solid; border-width: thin; border-color: #004196; padding: 12px 12px 12px 12px; } div.sidebar { background-color: #d3fcff; border: solid; border-width: thin; border-color:#004196 ; margin-top: 10pt; margin-bottom: 10pt; padding: 12px 12px 12px 12px; font-size: 80%; } div.glossary { border: solid; border-width: thin; width: 100%; border-color:#004196 ; background-color: #d3fcff; margin-top: 10pt; margin-bottom: 10pt; padding: 12px 12px 12px 12px; font-size: 80%; } h2.keypoints { text-align: center; } div.keypoints { border: solid; border-width: thin; border-color:#004196 ; margin-left: +3%; margin-right: +3%; color: #004196; margin-top: 10pt; margin-bottom: 10pt; padding: 12px 12px 12px 12px; } * { font-family: inherit !important; font-size: inherit !important; } /* set list styles */ UL { list-style: disc; } UL > UL { list-style: circle; } UL > UL >UL { list-style: square; }