added ckeditor package
[openemr.git] / public / assets / ckeditor-4-7-0 / samples / old / stylesheetparser / assets / sample.css
blob5d5178c7666fe2c9252b114a8cb4a3384aa1ada5
1 body
3 font-family: Arial, Verdana, sans-serif;
4 font-size: 12px;
5 color: #222;
6 background-color: #fff;
9 /* preserved spaces for rtl list item bullets. (#6249)*/
10 ol,ul,dl
12 padding-right:40px;
15 h1,h2,h3,h4
17 font-family: Georgia, Times, serif;
20 h1.lightBlue
22 color: #00A6C7;
23 font-size: 1.8em;
24 font-weight:normal;
27 h3.green
29 color: #739E39;
30 font-weight:normal;
33 span.markYellow { background-color: yellow; }
34 span.markGreen { background-color: lime; }
36 img.left
38 padding: 5px;
39 margin-right: 5px;
40 float:left;
41 border:2px solid #DDD;
44 img.right
46 padding: 5px;
47 margin-right: 5px;
48 float:right;
49 border:2px solid #DDD;
52 a.green
54 color:#739E39;
57 table.grey
59 background-color : #F5F5F5;
62 table.grey th
64 background-color : #DDD;
67 ul.square
69 list-style-type : square;