Line | |
---|
1 | body { |
---|
2 | padding: 2em 1em 2em 70px; |
---|
3 | margin: 0; |
---|
4 | font-family: sans-serif; |
---|
5 | color: black; |
---|
6 | background: white; |
---|
7 | background-image: url(../images/MVC_patterns_in_Dojo.png); |
---|
8 | background-position: top left; |
---|
9 | background-attachment: fixed; |
---|
10 | background-repeat: no-repeat; |
---|
11 | } |
---|
12 | :link { color: #00C; background: transparent } |
---|
13 | :visited { color: #609; background: transparent } |
---|
14 | a:active { color: #C00; background: transparent } |
---|
15 | a:link img, a:visited img { border-style: none } |
---|
16 | h1 { text-align : center } |
---|
17 | h2, h3, h4, h5, h6 { text-align: left } |
---|
18 | h1, h2, h3 { color: #005A9C; background: white } |
---|
19 | h1 { font: 170% sans-serif; ; font-weight: bold } |
---|
20 | h2 { font: 140% sans-serif } |
---|
21 | h3 { font: 120% sans-serif } |
---|
22 | h4 { font: bold 100% sans-serif } |
---|
23 | h5 { font: italic 100% sans-serif } |
---|
24 | h6 { font: small-caps 100% sans-serif } |
---|
25 | dt, dd { margin-top: 0; margin-bottom: 0 } |
---|
26 | dt { font-weight: bold } |
---|
Note: See
TracBrowser
for help on using the repository browser.