Mimimum syndical pour en faire un produit zope / cmf.
[ckeditor.git] / _samples / assets / parsesample.css
1 body
2 {
3 font-family: Arial, Verdana, sans-serif;
4 font-size: 12px;
5 color: #222;
6 background-color: #fff;
7 }
8
9 /* preserved spaces for rtl list item bullets. (#6249)*/
10 ol,ul,dl
11 {
12 padding-right:40px;
13 }
14
15 h1,h2,h3,h4
16 {
17 font-family: Georgia, Times, serif;
18 }
19
20 h1.lightBlue
21 {
22 color: #00A6C7;
23 font-size: 1.8em;
24 font-weight:normal;
25 }
26
27 h3.green
28 {
29 color: #739E39;
30 font-weight:normal;
31 }
32
33 span.markYellow { background-color: yellow; }
34 span.markGreen { background-color: lime; }
35
36 img.left
37 {
38 padding: 5px;
39 margin-right: 5px;
40 float:left;
41 border:2px solid #DDD;
42 }
43
44 img.right
45 {
46 padding: 5px;
47 margin-right: 5px;
48 float:right;
49 border:2px solid #DDD;
50 }
51
52 a.green
53 {
54 color:#739E39;
55 }
56
57 table.grey
58 {
59 background-color : #F5F5F5;
60 }
61
62 table.grey th
63 {
64 background-color : #DDD;
65 }
66
67 ul.square
68 {
69 list-style-type : square;
70 }