here it is ... the upload-api, script-server, js2 (javascript phase2) branch merge...
[lhc/web/wiklou.git] / js2 / mwEmbed / libClipEdit / Jcrop / demos / demo_files / demos.css
1 body
2 {
3 margin: 0;
4 padding: 0;
5 background: #eee;
6 }
7
8 .jcropper-holder { border: 1px black solid; }
9
10 #outer {
11 text-align: center;
12 }
13
14 .jcExample
15 {
16 text-align: left;
17 background: white;
18 width: 700px;
19 font-size: 80%;
20 margin: 3.5em auto 2em auto;
21 *margin: 3.5em 10% 2em 10%;
22 border: 1px black solid;
23 padding: 1em 2em 2em;
24 }
25
26 .jcExample .article
27 {
28 width: 565px;
29 }
30
31 form
32 {
33 margin: 1.5em 0;
34 }
35
36 form label
37 {
38 margin-right: 1em;
39 font-weight: bold;
40 color: #990000;
41 }
42
43 .jcExample p
44 {
45 font-family: Verdana, Helvetica, Arial, sans-serif;
46 font-size: 90%;
47 }