Nation Notes module contributed by Z&H Healthcare.
[openemr.git] / library / custom_template / ckeditor / _samples / sample.css
blobd847e8a29dd8ea8fb1d1272b620153023c67e7a3
1 /*
2 Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
3 For licensing, see LICENSE.html or http://ckeditor.com/license
4 */
6 html, body, h1, h2, h3, h4, h5, h6, div, span, blockquote, p, address, form, fieldset, img, ul, ol, dl, dt, dd, li, hr, table, td, th, strong, em, sup, sub, dfn, ins, del, q, cite, var, samp, code, kbd, tt, pre {
7 line-height: 1.5em;
10 body {
11 padding:0px 0px;
14 input, textarea, select, option, optgroup, button, td, th {
15 font-size: 100%;
18 pre,
19 code,
20 kbd,
21 samp,
22 tt{
23 font-family: monospace,monospace;
24 font-size: 1em;
27 h1.samples {
28 color:#0782C1;
29 font-size:200%;
30 font-weight:normal;
31 margin: 0;
32 padding: 0;
35 h2.samples {
36 color:#000000;
37 font-size:130%;
38 margin: 0;
39 padding: 0;
42 p, blockquote, address, form, pre, dl, h1.samples, h2.samples {
43 margin-bottom:15px;
46 ul.samples {
47 margin-bottom:15px;
50 .clear {
51 clear:both;
54 fieldset
56 margin: 0;
57 padding: 10px;
60 body, input, textarea {
61 color: #333333;
62 font-family: Arial, Helvetica, sans-serif;
65 body {
66 font-size: 75%;
69 a.samples {
70 color:#189DE1;
71 text-decoration:none;
74 a.samples:hover {
75 text-decoration:underline;
78 form
80 margin: 0;
81 padding: 0;
84 pre.samples
86 background-color: #F7F7F7;
87 border: 1px solid #D7D7D7;
88 overflow: auto;
89 padding: 0.25em;
92 #alerts
94 color: Red;
97 #footer hr
99 margin: 10px 0 15px 0;
100 height: 1px;
101 border: solid 1px gray;
102 border-bottom: none;
105 #footer p
107 margin: 0 10px 10px 10px;
108 float: left;
111 #footer #copy
113 float: right;
116 #outputSample
118 width: 100%;
119 table-layout: fixed;
122 #outputSample thead th
124 color: #dddddd;
125 background-color: #999999;
126 padding: 4px;
127 white-space: nowrap;
130 #outputSample tbody th
132 vertical-align: top;
133 text-align: left;
136 #outputSample pre
138 margin: 0;
139 padding: 0;
140 white-space: pre; /* CSS2 */
141 white-space: -moz-pre-wrap; /* Mozilla*/
142 white-space: -o-pre-wrap; /* Opera 7 */
143 white-space: pre-wrap; /* CSS 2.1 */
144 white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
145 word-wrap: break-word; /* IE */
148 .description {
149 border: 1px dotted #B7B7B7;
150 margin-bottom: 10px;
151 padding: 10px 10px 0;
154 label {
155 display: block;
156 margin-bottom:6px;
159 .cke_dialog label
161 display: inline;
162 margin-bottom: auto;