Merge branch 'master' of git://github.com/openemr/openemr
[openemr.git] / interface / themes / style_blue.css
blob0b1edbe90f84c5212cb0d63801109093a0d57900
1 /* This file is only used as a style sheet for */
2 /* lone scripts such as setup.php */
3 A:{visited: #000000;}
5 .menu {
6 font-family: sans-serif;
7 font-style: italic;
8 font-size: 90%;
9 color: #000000;
10 text-decoration: none;
11 text-align: left;
15 .menu_selected {
16 font-family: sans-serif;
17 font-style: italic;
18 font-size: 90%;
19 color: #000000;
20 text-decoration: none;
21 text-align: left;
24 .logout {
25 font-family: sans-serif;
26 font-style: italic;
27 font-size: 100%;
28 color: #000000;
29 text-decoration: none;
30 text-align: right;
33 .text {
34 font-family: sans-serif;
35 text-decoration: none;
36 color: #000000;
37 font-size: 10pt;
40 .required {
41 font-family: sans-serif;
42 text-decoration: none;
43 font-size: 12pt;
44 color: #770000;
45 font-weight: bold;
48 .bold {
49 font-family: sans-serif;
50 text-decoration: none;
51 font-size: 10pt;
52 color: #000000;
53 font-weight: bold;
56 .alert {
57 font-family: sans-serif;
58 font-size: 70%;
59 color: #FF0000;
60 text-decoration: none;
63 .small {
64 text-decoration: none;
65 color: #000000;
66 font-family: sans-serif;
67 font-size: 60%;
70 .link {
71 font-family: sans-serif;
72 text-decoration: none;
73 color: #000000;
74 font-size: 70%;
77 .more {
78 font-family: sans-serif;
79 text-decoration: none;
80 color: #aaaaaa;
81 font-size: 70%;
84 .back {
85 font-family: sans-serif;
86 text-decoration: none;
87 color: #aaaaaa;
88 font-size: 70%;
91 .link_selected {
92 font-family: sans-serif;
93 text-decoration: none;
94 color: #0000FF;
95 font-size: 10pt;
98 .link_submit {
99 font-family: sans-serif;
100 text-decoration: none;
101 color: #000066;
102 font-size: 70%;
105 .items {
106 font-family: sans-serif;
107 font-size: 6pt;
110 .title {
111 font-family: sans-serif;
112 font-size: 12pt;
113 font-weight: bold;
114 text-decoration: none;
115 color: #000000;
118 .title_bar {
119 font-family: sans-serif;
120 font-size: 12pt;
121 font-weight: bold;
122 text-decoration: none;
123 color: #000000;
127 text-decoration: none;
130 /* style taken out of the addressbook code and put here instead */
131 #addressbook_list td {
132 font-family: Arial, Helvetica, sans-serif;
133 padding-left: 4px;
134 padding-right: 4px;
136 #addressbook_list a, #addressbook_list a:visited, #addressbook_list a:hover {
137 color:#0000cc;
139 #addressbook_list tr.search {
140 font-size:9pt;
141 font-weight:bold;
143 #addressbook_list tr.head {
144 font-size:10pt;
145 background-color:#cccccc;
146 font-weight:bold;
148 #addressbook_list tr.detail {
149 font-size:10pt;
151 #addressbook_list .inputtext {
152 font-family:monospace;
153 font-size:9pt;
154 font-weight:normal;
155 border-style:solid;
156 border-width:1px;
157 border-color: #000000;
158 background-color:transparent;
160 #addressbook_list .button {
161 font-family:sans-serif;
162 font-size:8pt;
163 font-weight:bold;
166 /* styles taken out of templates/report/general_default.html */
167 #reports_list td {
168 font-size:8pt;
169 font-family:helvetica;
171 #reports_list a {
172 font-size:8pt;
173 font-family:helvetica;
176 /* styles taken out of templates/documents/general_list.html */
177 #documents_list td {
178 font-size:8pt;
179 font-family:helvetica;
181 #documents_list a {
182 font-size:8pt;
183 font-family:helvetica;
185 #documents_list .treeMenuDefault {
186 font-style: italic;
188 #documents_list .treeMenuBold {
189 font-style: italic;
190 font-weight: bold;
192 #documents_list {
193 width: 25%;
194 height: 90%;
195 overflow: auto;
196 border: 2px inset;
197 float: left;
199 #documents_actions {
200 padding-top: 10px;
201 width: 70%;
202 height: 90%;
203 float: right;
204 overflow: auto;
206 #documents_actions iframe {
207 display: inline;
208 border:none;
209 width:100%;
210 height:600px;
211 overflow: auto;
213 #documents_actions form {
214 margin: 0px; padding: 0px;
216 #documents_actions table {
217 width: 100%;
218 height: 100%;