Nation Notes module contributed by Z&H Healthcare.
[openemr.git] / library / custom_template / ckeditor / _samples / assets / output_xhtml.css
bloba17d54abcc10aefb737b40c71c9b9e94879680e9
1 /*
2 * Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
3 * For licensing, see LICENSE.html or http://ckeditor.com/license
5 * Styles used by the XHTML 1.1 sample page (xhtml.html).
6 */
8 /**
9 * Basic definitions for the editing area.
11 body
13 font-family: Arial, Verdana, sans-serif;
14 font-size: 80%;
15 color: #000000;
16 background-color: #ffffff;
17 padding: 5px;
18 margin: 0px;
21 /**
22 * Core styles.
25 .Bold
27 font-weight: bold;
30 .Italic
32 font-style: italic;
35 .Underline
37 text-decoration: underline;
40 .StrikeThrough
42 text-decoration: line-through;
45 .Subscript
47 vertical-align: sub;
48 font-size: smaller;
51 .Superscript
53 vertical-align: super;
54 font-size: smaller;
57 /**
58 * Font faces.
61 .FontComic
63 font-family: 'Comic Sans MS';
66 .FontCourier
68 font-family: 'Courier New';
71 .FontTimes
73 font-family: 'Times New Roman';
76 /**
77 * Font sizes.
80 .FontSmaller
82 font-size: smaller;
85 .FontLarger
87 font-size: larger;
90 .FontSmall
92 font-size: 8pt;
95 .FontBig
97 font-size: 14pt;
100 .FontDouble
102 font-size: 200%;
106 * Font colors.
108 .FontColor1
110 color: #ff9900;
113 .FontColor2
115 color: #0066cc;
118 .FontColor3
120 color: #ff0000;
123 .FontColor1BG
125 background-color: #ff9900;
128 .FontColor2BG
130 background-color: #0066cc;
133 .FontColor3BG
135 background-color: #ff0000;
139 * Indentation.
142 .Indent1
144 margin-left: 40px;
147 .Indent2
149 margin-left: 80px;
152 .Indent3
154 margin-left: 120px;
158 * Alignment.
161 .JustifyLeft
163 text-align: left;
166 .JustifyRight
168 text-align: right;
171 .JustifyCenter
173 text-align: center;
176 .JustifyFull
178 text-align: justify;
182 * Other.
185 code
187 font-family: courier, monospace;
188 background-color: #eeeeee;
189 padding-left: 1px;
190 padding-right: 1px;
191 border: #c0c0c0 1px solid;
196 padding: 0px 1px 0px 1px;
197 border-width: 1px 2px 2px 1px;
198 border-style: solid;
201 blockquote
203 color: #808080;