Multiple improvements from IPPF related to layouts. (#1081)
[openemr.git] / interface / themes / style.css
blobe823181f24f3dc609003b035bbf14734250a372c
2 .menu {
3 font-family: sans-serif;
4 font-style: italic;
5 font-size: 90%;
6 color: #ffffff;
7 text-decoration: none;
8 text-align: left;
12 .menu_selected {
13 font-family: sans-serif;
14 font-style: italic;
15 font-size: 90%;
16 color: #000000;
17 text-decoration: none;
18 text-align: left;
21 .logout {
22 font-family: sans-serif;
23 font-style: italic;
24 font-size: 80%;
25 color: #000000;
26 text-decoration: none;
27 text-align: right;
30 .text {
31 font-family: sans-serif;
32 text-decoration: none;
33 color: #000000;
34 font-size: 12pt;
38 .required {
39 font-family: sans-serif;
40 text-decoration: none;
41 font-size: 12pt;
42 color: #770000;
43 font-weight: bold;
45 .bold {
46 font-family: sans-serif;
47 text-decoration: none;
48 font-size: 12pt;
49 color: #000000;
50 font-weight: bold;
53 .alert-custom {
54 font-family: sans-serif;
55 font-size: 70%;
56 color: #FF0000;
57 text-decoration: none;
60 .small {
61 text-decoration: none;
62 color: #000000;
63 font-family: sans-serif;
64 font-size: 60%;
67 .link {
68 font-family: sans-serif;
69 text-decoration: none;
70 color: #000000;
71 font-size: 70%;
74 .more {
75 font-family: sans-serif;
76 text-decoration: none;
77 color: #aaaaaa;
78 font-size: 70%;
81 .back {
82 font-family: sans-serif;
83 text-decoration: none;
84 color: #aaaaaa;
85 font-size: 70%;
88 .link_selected {
89 font-family: sans-serif;
90 text-decoration: none;
91 color: #0000FF;
92 font-size: 10pt;
95 .link_submit {
96 font-family: sans-serif;
97 text-decoration: none;
98 color: #000066;
99 font-size: 70%;
102 .items {
103 font-family: sans-serif;
104 font-size: 6pt;
107 .title {
108 font-family: sans-serif;
109 font-size: 12pt;
110 font-weight: bold;
111 text-decoration: none;
112 color: #000000;
115 .title_bar {
116 font-family: sans-serif;
117 font-size: 12pt;
118 font-weight: bold;
119 text-decoration: none;
120 color: #FFFFFF;
124 text-decoration: none;
127 /* style taken out of the addressbook code and put here instead */
128 #addressbook_list td {
129 font-family: Arial, Helvetica, sans-serif;
130 padding-left: 4px;
131 padding-right: 4px;
133 #addressbook_list a, #addressbook_list a:visited, #addressbook_list a:hover {
134 color:#0000cc;
136 #addressbook_list tr.search {
137 font-size:9pt;
138 font-weight:bold;
140 #addressbook_list tr.head {
141 font-size:10pt;
142 background-color:#cccccc;
143 font-weight:bold;
145 #addressbook_list tr.detail {
146 font-size:10pt;
148 #addressbook_list .inputtext {
149 font-family:monospace;
150 font-size:9pt;
151 font-weight:normal;
152 border-style:solid;
153 border-width:1px;
154 border-color: #000000;
155 background-color:transparent;
157 #addressbook_list .button {
158 font-family:sans-serif;
159 font-size:8pt;
160 font-weight:bold;
162 /* styles taken out of templates/report/general_default.html */
163 #reports_list td {
164 font-size:8pt;
165 font-family:helvetica;
167 #reports_list a {
168 font-size:8pt;
169 font-family:helvetica;
172 /* styles taken out of templates/documents/general_list.html */
173 #documents_list td {
174 font-size:8pt;
175 font-family:helvetica;
177 #documents_list a {
178 font-size:8pt;
179 font-family:helvetica;
181 #documents_list .treeMenuDefault {
182 font-style: italic;
184 #documents_list .treeMenuBold {
185 font-style: italic;
186 font-weight: bold;
188 #documents_list {
189 width: 25%;
190 height: 90%;
191 overflow: auto;
192 border: 2px inset;
193 float: left;
195 #documents_actions {
196 padding-top: 10px;
197 width: 70%;
198 height: 90%;
199 float: right;
200 overflow: auto;
202 #documents_actions iframe {
203 display: inline;
204 border:none;
205 width:100%;
206 height:600px;
207 overflow: auto;
209 #documents_actions form {
210 margin: 0px; padding: 0px;
212 #documents_actions table {
213 width: 100%;
214 height: 100%;
217 /*=============================================================
218 * This section relates to the custom layouts that can be made
219 * using the OEMR tool in the Admin section. For example, the
220 * Patient Demographics are a custom layout.
221 *============================================================*/
222 #DEM .groupname {
223 font-weight: bold;
224 color: #080;
225 font-size: 0.8em;
226 padding-right: 5px;
227 vertical-align: bottom;
229 #DEM .label_custom {
230 font-weight: bold;
231 font-size: 0.8em;
232 vertical-align: bottom;
233 text-align: right;
235 #DEM .data {
236 font-size: 0.8em;
237 vertical-align: bottom;
238 text-align: left;
241 .tinylogocontainer
243 display: inline-block;
244 border: none;
247 .tinylogopng
249 display: inline-block;
250 width: 44px;
251 height: 22px;