Web Publishing Master Web Cascading Style Sheet Version 2.0
Below is the master Web.css style sheet for version 2.0.
/* Web Cascading Style Sheet - Version 2.0 -------------------------------- Redefine properties of HTML tags -------------------------------- */ hr { color: Maroon;} img { border: none;} table { margin-left: auto; margin-right: auto; table-layout: auto; text-align: left; font-size: 12px;} td { padding-left: 3px; padding-right: 3px; white-space: nowrap;} /* ---------------------------------- Define style for the HTML body tag ----------------------------------- */ .Body { margin-left: 0.0in; margin-right: 0.0in; font-family: Verdana, Helvetica, sans-serif; font-size: 13px; background: url(../gen/Background_Grid.png) repeat-y; position: relative;} /* ---------------------------------- Define styles for the 6 major divs ---------------------------------- */ div.Text { margin-left: 0.6in; margin-right: 0.3in; margin-bottom: 1em; position: relative;} div.Tables { margin-bottom: 1em;} div.Images { text-align: center; margin-bottom: 1em;} div.Forms { text-align: center; margin-bottom: 1em;} div.Navigation { text-align: center; font-size: 20px; color: Maroon;} div.Footer { margin-left: 0.6in; margin-right: 0.3in; margin-bottom: 1em;} /* ---------------------------------- Define styles used with CSS floats ---------------------------------- */ div.Centered { text-align: center;} div.FloatContainer { width: 700px; margin-left: auto; margin-right: auto;} div.FloatLeft { float: left; width: 300px; padding-left: 25px; padding-right: 25px;} div.FloatRight { float: right; width: 300px; padding-left: 25px; padding-right: 25px;} div.FloatClear { clear: both;} /* -------------------------------- CSS styles common to Word styles -------------------------------- ---------------------------------------- (1) Links: Hyperlink; Followed Hyperlink ---------------------------------------- */ a:link { color: #FF8000; font-weight: 700;} a:visited { color: Maroon; font-weight: 700;} /* --------------------------------------------- (2) Headings: Heading 1; Heading 2; Heading 3 --------------------------------------------- */ h1 { margin-top: 2em; margin-bottom: 1em; text-indent: -0.3in; font-family: Verdana, Helvetica, sans-serif; font-size: 18px; font-style: normal; font-weight: 500; color: Black;} h2 { margin-top: 2em; margin-bottom: 1em; text-indent: -0.2in; font-family: Verdana, Helvetica, sans-serif; font-size: 16px; font-style: italic; font-weight: 600; color: #404040;} h3 { margin-top: 2em; margin-bottom: 1em; text-indent: -0.1in; font-family: Verdana, Helvetica, sans-serif; font-size: 14px; font-style: normal; font-weight: 700; color: Gray;} /* --------------- (3) Other Fonts --------------- */ .Monospace { font-family: 'Courier New', monospace; font-size: 16px;} .Serif { font-family: Georgia, serif; font-size: 16px;} /* -------------------------------------------- (4) All else; ie, CSS Paragraph-level styles -------------------------------------------- */ p.BTI { margin-top: 0em; margin-bottom: 1em; margin-left: 0.3in;} p.BTI2 { margin-top: 0em; margin-bottom: 1em; margin-left: 0.6in;} p.BTI3 { margin-top: 0em; margin-bottom: 1em; margin-left: 0.9in;} p.BTI4 { margin-top: 0em; margin-bottom: 1em; margin-left: 1.2in;} p.BTI5 { margin-top: 0em; margin-bottom: 1em; margin-left: 1.5in;} p.HBTI03 { margin-top: 0em; margin-bottom: 1em; margin-left: 0.6in; text-indent: -0.3in;} p.HBTI06 { margin-top: 0em; margin-bottom: 1em; margin-left: 0.9in; text-indent: -0.6in;} p.HBTI09 { margin-top: 0em; margin-bottom: 1em; margin-left: 1.2in; text-indent: -0.9in;} p.HBTI12 { margin-top: 0em; margin-bottom: 1em; margin-left: 1.5in; text-indent:-1.2in;} p.ListBullet { margin-top: 0em; margin-bottom: 1em; margin-left: 0.6in; text-indent: -0.3in;} p.ListBullet2 { margin-top: 0em; margin-bottom: 1em; margin-left: 0.9in; text-indent: -0.3in;} p.ListBullet3 { margin-top: 0em; margin-bottom: 1em; margin-left: 1.2in; text-indent: -0.3in;} p.ListBullet4 { margin-top: 0em; margin-bottom: 1em; margin-left: 1.5in; text-indent: -0.3in;} p.ListNumber { margin-top: 0em; margin-bottom: 1em; margin-left: 0.6in; text-indent: -0.3in;} p.ListNumber2 { margin-top: 0em; margin-bottom: 1em; margin-left: 0.9in; text-indent: -0.3in;} p.Normal { margin-top: 0em; margin-bottom: 1em;} p.Title { text-align: center; margin-top: 2em; margin-bottom: 2em; font-size: 20px;} /* -------------------- CSS-exclusive styles -------------------- ------------ (1) Headings ------------ */ p.hA { margin-top: 1em; margin-bottom: 1em; font-size: 17px; color: Maroon;} p.hB { margin-top: 1em; margin-bottom: 1em; font-size: 15px; font-style: italic; color: Maroon;} p.InlineTitle { margin-bottom: 1em; text-align: center; font-size: 20px;} p.TableTitle { text-align: center; font-family: Georgia, serif; font-size: 20px;} /* --------------- (2) Other fonts --------------- */ .Monospace12 { font-family: 'Courier New', monospace; font-size: 12px;} /* ------------------------------- (3) Alternative bolding methods ------------------------------- */ .BoldBlue { color: #6666FF; font-weight: bold;} .BoldYellow {background-color: #FFFF99;} /* ------------------------------------- (4) Replacement for font-related tags ------------------------------------- */ .B { font-weight: bold;} .I { font-style: italic;} .U { text-decoration: underline;} .Sup { vertical-align: .33em;} /* --------------------------------------- (5) Body Text Indents: No bottom margin --------------------------------------- */ p.BTI_0em { margin-top: 0em; margin-bottom: 0em; margin-left: 0.3in;} p.BTI2_0em { margin-top: 0em; margin-bottom: 0em; margin-left: 0.6in;} p.BTI3_0em { margin-top: 0em; margin-bottom: 0em; margin-left: 0.9in;} p.BTI4_0em { margin-top: 0em; margin-bottom: 0em; margin-left: 1.2in;} p.BTI5_0em { margin-top: 0em; margin-bottom: 0em; margin-left: 1.5in;} /* ------------------------------------------------- (6) Bulleted and Numbered Lists; No bottom margin ------------------------------------------------- */ p.ListBullet_0em { margin-top: 0em; margin-bottom: 0em; margin-left: 0.6in; text-indent: -0.3in;} p.ListBullet2_0em { margin-top: 0em; margin-bottom: 0em; margin-left: 0.9in; text-indent: -0.3in;} p.ListBullet3_0em { margin-top: 0em; margin-bottom: 0em; margin-left: 1.2in; text-indent: -0.3in;} p.ListBullet4_0em { margin-top: 0em; margin-bottom: 0em; margin-left: 1.5in; text-indent: -0.3in;} p.ListNumber_0em { margin-top: 0em; margin-bottom: 0em; margin-left: 0.6in; text-indent: -0.3in;} p.ListNumber2_0em { margin-top: 0em; margin-bottom: 0em; margin-left: 0.9in; text-indent: -0.3in;} /* ----------------------------------------- (7) Double-Digit Numbered List Alignments ----------------------------------------- */ p.ListNumber_dd { margin-top: 0em; margin-bottom: 1em; margin-left: 0.6in; text-indent: -0.4in;} p.ListNumber_0em_dd { margin-top: 0em; margin-bottom: 0em; margin-left: 0.6in; text-indent: -0.4in;} /* --------------------------------------------------------------------------- (8) Styles that simulate Word tabs, resulting in vertically-aligned columns --------------------------------------------------------------------------- */ .Pre03 { margin-left: 0.3in;} p.PreVariation { margin-top: 0em; margin-bottom:.25em; margin-left: 0.3in; font-family: 'Courier New', monospace;} p.AP03 { left: 0.3in; position: absolute;} p.AP06 { left: 0.6in; position: absolute;} p.AP09 { left: 0.9in; position: absolute;} p.AP12 { left: 1.2in; position: absolute;} p.AP15 { left: 1.5in; position: absolute;} p.AP18 { left: 1.8in; position: absolute;} p.AP21 { left: 2.1in; position: absolute;} p.AP24 { left: 2.4in; position: absolute;} p.AP27 { left: 2.7in; position: absolute;} p.AP30 { left: 3.0in; position: absolute;} p.AP33 { left: 3.3in; position: absolute;} p.AP36 { left: 3.6in; position: absolute;} p.AP39 { left: 3.9in; position: absolute;} p.AP42 { left: 4.2in; position: absolute;} p.AP45 { left: 4.5in; position: absolute;}
© Copyright 2006 by George Mikos. Plagiarizing is OK, but attributing is even better.
1.0 Publication Date: None 2.0 Publication Date: 01 Dec 05
Revised Date: 16 Mar 06