new Sass tool for developing css for LTR and RTL languages easily
[openemr.git] / interface / themes / core / text.scss
blobefdc3aa67827d4e14352f0ee381d8d86ea18d57b
1 .text {
2     color: #000000;
3     text-decoration: none;
4     font-size: 0.9em;
6 .required {
7     text-decoration: none;
8     font-size: 0.9em;
9     color: #880000;
10     font-weight: bold;
12 .bold {
13     text-decoration: none;
14     font-size: 0.9em;
15     color: #000000;
16     font-weight: bold;
18 .small {
19     text-decoration: none;
20     color: #000000;
21     font-size: 0.8em;
23 .sellistclass {
24     float: $left;
26 .disabled_button {
27     color: grey;
29 a.disabled_button:hover {
30     color: grey;
32 /* Password alert styles */
34 .pwdalert {
35     display: block;
36     width: 390pt;
37     margin-left: 100px;
38     padding: 10px 10px 10px 15px;
39     color: black;
41 .alertmsg1 {
42     border: 3px solid #fe7b7a;
43     background-color: #ffd6d6;
45 .alertmsg2 {
46     border: 3px solid #f56fff;
47     background-color: #fabfff;
49 .alertmsg3 {
50     border: 3px solid #9acc2e;
51     background-color: #eef7dd;
53 /* Password alert styles */
55 /* Style for red font */
57 .redtext {
58     text-decoration: none;
59     color: #FF0000;
61 /* Style for red font */
63 .de_identification_status_message {
64     width: 50%;
65     border: 1px solid #0000FF;
67 .de_identification_input_controls_box {
68     width: 100%;
69     border: 1px solid #0000FF;
71 .de_id_upgrade_login {
72     width: 40%;
73     border: 1px solid Black;
74     background-color: #ffffff;
76 body.admin-layout input[type="button"] {
77     display: inline-block;
78     float: none;
80 /* error message = new validation */
82 .error-message {
83     color: red;
84     display: block;
85     white-space: nowrap;
86     font-weight: normal;
88 .error-border {
89     border: 1px solid red !important;
91 .tinylogocontainer {
92     display: inline-block;
93     border: none;
95 .tinylogopng {
96     display: inline-block;
97     width: 44px;
98     height: 22px;
100 .oe-text-to-right{
101     text-align: $right;
103 .oe-text-to-left{
104     text-align: $left;