Relaxed the need for Types that represent database boundaries to extend from ActiveRe...
[castle.git] / Samples / Castle / PetStore.Web / Content / css / admin.css
blob6d12d9abe52be3cca5e5f495d7cd14f9511e1ad5
1 /* Main site style sheet */
3 body, td
5 background-color: White;
6 font-family: Verdana, Tahoma;
7 font-size: 90%;
8 color: #0A0A0A;
13 background-color: #DDDDDD;
14 font-size: small;
15 border-right: solid 1px gray;
18 div#error
20 font-weight: bold;
21 color: Red;
24 input.errHilite, select.errHilite, textarea.errHilite
26 border: 2px solid #DDC;
27 background-color: #FFE;
30 label.errHilite
32 color: #C00;
35 .scaffoldrow
37 background-color: #EFEFEF;
39 .scaffoldaltrow
41 background-color: White;
43 .scaffoldrow td
45 border-right: solid 1px gray;
47 .scaffoldaltrow td
49 border-right: solid 1px gray;
51 .pagination
53 border: solid 1px gray;
54 padding: 2px;
56 .pagination table tr td
58 font-size: 10;
60 input, select, textarea
62 font-family: Verdana, Tahoma;
63 border: 1px solid gray;
64 font-size: 85%;
66 input.errHilite, select.errHilite, textarea.errHilite
68 border: 1px solid #DDC;
69 background-color: #FFE;
71 label.errHilite
73 color: red;
75 ul#errors
77 display: none;
78 margin-top: 1em;
79 background-color: #FFE;
80 border: 1px solid #CC9;
81 padding: .3em;
82 color: #C00;
83 font-weight: bold;
85 ul#errors li
87 margin-top: .5em;
88 margin-bottom: .5em;
89 padding: 0;
91 ul#errors li.heading
93 list-style-type: none;
94 color: #000;
95 font-weight: normal;
96 font-style: italic;
97 margin: .5em 0;
98 padding: 0;
100 div#scaffoldmain
102 border-left: solid 1px black;
103 padding-left: 10px;
104 margin-left: 5px;
105 margin-top: 5px;