Inserted missing semi-colons. Worked without them, but they should be there.
[openemr.git] / interface / forms / CAMOS / CAMOS.css
blobf5fec734e5a0ad17f28a0f0616ffd5cdaa5d3fc5
1 body {
2 font: 1em, Verdana, Geneva, Arial, Helvetica, sans-serif;
3 background-color: #FFFFFF;
5 h1 {
6 text-decoration: underline;
8 .box {
9 background-color: #ccffcc;
10 border: 1px solid #00ff00;
11 width: 75%;
14 .code {
15 margin-left: 20px;
16 margin-right: 20px;
18 /*function names. used f for less typing around single words affected*/
19 .f {
20 font-weight: bold;
23 #myheader {
24 background-color: #c9c3ed;
25 text-align: center;
26 font-size: 2em;
28 a:link, a:visited {
29 background-color: #ffffff;
30 text-decoration: none;
31 color: #6A5ACD;
33 a:hover {
34 background-color: #c9c3ed;
36 #mymenu {
37 font-size: 1em;
38 text-align: center;
40 img {
41 display: block;
42 margin-left: auto;
43 margin-right: auto;
44 margin-top: 10px;
45 margin-bottom: 10px;