|
|
Line 1: |
Line 1: |
| /* CSS placed here will be applied to all skins */ | | /* CSS placed here will be applied to all skins */ |
|
| |
|
| #bodyContent, .firstHeading, h1 { color: black; }
| | h1 h2 h3 h4 { |
| | | font-family: sans-serif; |
| #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5, #bodyContent h6 {
| | color: maroon; |
| padding: 0px 0px 4px 0px;
| | } |
| margin: 20px 0px 0px 0px;
| |
| font-family: Arial, Helvetica, Sans-Serif;
| |
| font-weight: bold;
| |
| color: black; }
| |
| | |
| h1 .editsection, h2 .editsection , h3 .editsection , h4 .editsection , h5 .editsection , h6 .editsection {
| |
| padding: 0px;
| |
| margin: 0px;
| |
| font-family: Arial, Helvetica, Sans-Serif;
| |
| font-size: 14px;
| |
| font-weight: bold;
| |
| color: black; }
| |
| | |
| #bodyContent h1, firstHeading { font-size: 24px; font-family: sans-serif; }
| |
| #bodyContent h2 { font-size: 22px; }
| |
| #bodyContent h3 { font-size: 20px; }
| |
| #bodyContent h4 { font-size: 18px; color: #404040; font-style:italic;}
| |
| #bodyContent h5 { font-size: 16px; color: #606060; }
| |
| #bodyContent h6 { font-size: 14px; font-style:italic;}
| |
| | |
|
| |
|
| body { | | body { |