PHP7 bug fixes 2
[openemr.git] / patients / css / base.css
blob5d61ea09de0707d4c3a8cd7a6128c6a584207b85
1 body {
2 font-family: sans-serif;
5 .body_top {
6 background: url(../images/background.png);
7 background-repeat: no-repeat;
8 background-color: #6692d1;
11 input {
12 -webkit-border-radius: 3px;
13 -moz-border-radius: 3px;
14 border-radius: 3px;
17 ul {
18 list-style-type:none;
21 span.expand_section {
22 cursor:pointer;
23 color:white;
26 td.menuheadtoolbar {
27 text-align:left;
30 .copyright {
31 color: black;
32 font-size: small;
34 position: absolute;
35 bottom: -24px;
36 left: 139px;
39 .shadow {
40 -moz-box-shadow: 0px 0px 57px 0.8px white;
41 box-shadow: 0px 0px 57px 0.8px white;
44 .algnRight {
45 text-align: right;
48 .heading {
49 position: absolute;
50 top: -60px;
51 margin-left: -21px;
52 color: gray;
53 font-style: italic;
56 #wrapper {
57 width: 400px;
58 background-color: white;
59 padding: 20px;
60 /* padding-top: 0px;*/
61 position: absolute;
62 -webkit-box-shadow: 0px 0px 17px 0.8px gray;
63 -moz-box-shadow: 0px 0px 17px 0.8px gray;
64 box-shadow: 0px 0px 17px 0.8px gray;
66 -webkit-border-radius: 13px;
67 -moz-border-radius: 13px;
71 .centerwrapper {
72 top: 50%;
73 margin-top: -120px;
74 left: 50%;
75 margin-left: -200px;
78 .lefttop {
79 margin-left: 75px;
80 margin-top: 75px;
83 #gradient {