Modifications for module installer in openemr.
[openemr.git] / interface / modules / zend_modules / public / css / emr.css
blob45d3c1fa94e8d3fbf4790e08f0356b78b8988687
1 table.imagetable {
2 font-family: bookman old style,verdana,arial,sans-serif;
3 font-size:13px;
4 /*color:#333333;*/
5 color:#000000;
6 border-spacing:1px;
7 /*border:1px solid silver;*/
8 width:100%;
11 a , a:hover,a:visited{
12 color: #4E84C4 !important;
14 table.imagetable th {
15 /*background:#b5cfd2 url('images/cell-blue.jpg');*/
16 /*background:#ddddff;*/
17 padding: 3px;
18 border-bottom: 2px solid #DDDDDD;
19 color:dimGray;
20 border-bottom:1px dotted black;
21 margin-bottom:1px;
22 text-align:left;
25 table.imagetable td {
26 background:#EFEFFF;
27 /*background-color:#FFFFFF;*/
28 padding: 3px;
29 color:dimGray;
30 border-bottom:1px solid #DDDDDD;
31 margin-bottom:1px;
34 table.imagetable td a,table.imagetable td a:visited{
35 color:maroon;
38 div.installer
40 color:#000000;
41 background-color:#f0f0f0;
42 background-repeat:repeat-x;
43 margin:0px;
44 padding:8px;
45 width:98%;
46 float:left;
47 min-height:300px;
48 border-top:1px solid #DDD;
51 div.installer_code
53 background-color:#ffffff;
54 width:100%;
55 float:left;
56 margin-right:10px;
57 font-size:110%;
58 font-family:"courier new";
61 div.installer_result
63 background-color:#ffffff;
64 padding:4px;
65 border:1px solid #d4d4d4;
66 width:606px;
69 body
71 font-size:14px;
72 color:#A9A59C !important;
73 background-color:#ffffff !important;
74 margin:0px;
75 background-repeat:repeat-x;
76 font-family: Arial, Helvetica, sans-serif !important;
81 h1 {font-size:120%;margin-top:0px;font-weight:bold}
82 h2 {font-size:120%;margin-top:10px;margin-bottom:10px;font-weight:normal}
83 h3 {font-size:110%;font-weight:normal}
84 h4 {font-size:100%;}
85 h5 {font-size:90%;}
86 h6 {font-size:80%;}
88 h1,h2,h3,h4,h5,h6
90 background-color:transparent;
91 color: #4E84C4
94 div {width:100%;}
96 table,th,td,input,textarea
98 font-size:100%;
103 border:0
105 .installerHead
107 font-size:110%;
108 font-weight:normal;
109 text-align:center;
111 .center{
112 text-align:center;
115 .groupReg{
116 background:#DDDDDD !important;
117 color:green;
118 padding-left:10px !important;
119 text-align:left !important;
121 .groupRegUn{
122 background:#DDDDDD !important;
123 color:maroon;
124 padding-left:10px !important;
125 text-align:left !important;
127 .hide{
128 display:none;
130 .limitContainer{
131 width:600px;
133 .err{
134 color:red;
136 /* changing the default theme*/
137 ul.tabNav li.current a {
138 background: #4E84C4 !important;
139 padding: 8px;
141 ul.tabNav a {
142 background: #A7A7A7;
143 border: 1px solid dimGray !important;
144 border-bottom:0px !important;
145 border-width: 1px 1px 0;
146 color: #ffffff !important;
147 display: block;
148 padding: 4px 4px 5px 4px;
149 text-decoration: none;
151 .activate{
152 background: #4E84C4;
153 border: none;
154 -webkit-border-radius: 2px;
155 -moz-border-radius: 2px;
156 border-radius: 2px;
157 width: 57px;
158 padding: 3px 0 2px;
159 vertical-align: middle;
160 cursor: pointer;
161 margin: 0;
162 color: white;
163 font-size: 12px;
164 font-weight: normal;
166 .deactivate {
167 background: #B32317;
168 border: none;
169 -webkit-border-radius: 2px;
170 -moz-border-radius: 2px;
171 border-radius: 2px;
172 width: 57px;
173 padding: 3px 0 2px;
174 vertical-align: middle;
175 cursor: pointer;
176 margin: 0;
177 color: white;
178 font-size: 12px;
179 font-weight: normal;