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

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

Added Dojo 1.9.3 release.

File size: 2.4 KB
Line 
1body {
2        padding: 0em 1em 1em 50px;
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
13.rule {display: block; background-color: #6682b5;}
14*[class~="rule"] {display: block; background-color: #aaa;}
15.spacer {display: block; margin-bottom:10px; padding-bottom:5px;}
16*[class~="spacer"] {display: block; margin-bottom:10px; padding-bottom:5px; }
17
18/*table { width: 500px; display: inline-block; } */
19tbody { display: inline-block; width: 100%; }
20.row { width: 500px; display: inline-block; margin: 5px; }
21.cell { width: 20%;  display:inline-block; }
22.fullrow { width: 100%; display: inline-block; margin: 5px; }
23.fixedcell { width: 170px;  display:inline-block; }
24.buttoncell { display:inline-block; }
25.widerow { width: 900px; display: inline-block; margin: 5px; }
26.narrowcell { width: 5%;  display:inline-block; }
27.namecell { margin-right: 2px;  display:inline-block; }
28.radioLabel {text-align: left; display:inline-block;  width: 20%; }
29.boldnamecell { font-weight: bold; margin-right: 2px;  display:inline-block; }
30
31.hiderow {  width: 100%; display: none; margin: 5px;  }
32
33
34label { text-align: right; width: 98%; display: inline-block; font-weight: bold; }
35
36.generate-heading { font-size:1.2em; font-weight:bold; }
37.generate-label-cell { text-align: left; width: 20%;  display:inline-block; }
38.generate-dijit-cell { text-align: left; width: 20%;  display:inline-block; }
39
40#wrapper{
41        margin-top:0px;
42        margin-left:-5px;
43        width:100%;
44        min-width:770px;
45        font-family:"Arial";
46        font-size:0.8em;
47        background-image: url("../images/background.jpg");
48}
49#header{
50        height:100px;
51        width: 100%;
52        min-width:760px;
53        margin-left:-10px;
54        margin-top:20px;
55        z-index:1;
56}
57#headerInsert{
58        width:80%; margin:auto;
59        margin-top:0px;
60        height:100px;
61        z-index:2;
62        color: #005A9C;
63}
64#main{
65        min-height:600px;
66        width:80%;
67        min-width:880px;
68        text-align: left;
69        padding:10px;
70        margin-top:35px;
71        font-weight:normal;
72}
73#mainContent{
74        float:left;
75        width:85%;
76        min-width:520px;
77        margin-top:-500px;
78        margin-left:140px;
79}
80#leftNav{
81        padding-top:30px;
82        height:500px;
83        width:110px;
84        margin-right:10px;
85        float:left;
86}
87#navigation{
88        width:380px;
89        height:50px;
90        margin-left:60px;
91        font-weight:bold;
92}
93#navigation ul{list-style:none; }
94#navigation ul li{float:left; display:block; margin-top:-10px;width:90px;height:30px; padding:5px;}
95#navigation ul li:hover{ color:#aaa;}
Note: See TracBrowser for help on using the repository browser.