source: Dev/trunk/src/client/dojox/mvc/tests/css/index-format.css

Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 862 bytes
Line 
1body {
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 }
14a:active { color: #C00; background: transparent }
15a:link img, a:visited img { border-style: none }
16h1 { text-align : center }
17h2, h3, h4, h5, h6 { text-align: left }
18h1, h2, h3 { color: #005A9C; background: white }
19h1 { font: 170% sans-serif; ; font-weight: bold }
20h2 { font: 140% sans-serif }
21h3 { font: 120% sans-serif }
22h4 { font: bold 100% sans-serif }
23h5 { font: italic 100% sans-serif }
24h6 { font: small-caps 100% sans-serif }
25dt, dd { margin-top: 0; margin-bottom: 0 }
26dt { font-weight: bold }
Note: See TracBrowser for help on using the repository browser.