]> git.mxchange.org Git - mailer.git/blob - theme/default/css/ajax.css
mailer project continued:
[mailer.git] / theme / default / css / ajax.css
1 ul#footernav {
2         list-style-type: none;
3         margin: 0px;
4         padding: 5px;
5         background-color: #ddeedd;
6         border: 1px solid #009900;
7         height: 23px;
8         width: 680px;
9         text-align: right;
10 }
11
12 ul#footernav li {
13         float: right;
14         margin: 2px 2px 2px 4px;
15 }
16
17 ul#tabnav {
18         list-style-type: none;
19         margin: 0px;
20         padding-left: 30px;
21         padding-bottom: 24px;
22         z-index: 0;
23 }
24
25 ul#tabnav li {
26         float: left;
27         height: 21px;
28         background-color: #ddeedd;
29         margin: 2px 2px 0px 2px;
30         border-top: 1px solid #009900;
31         border-left: 1px solid #009900;
32         border-right: 1px solid #009900;
33         z-index: 1;
34 }
35
36 ul#tabnav a {
37         z-index: 1;
38 }
39
40 ul#tabnav li.tab_enabled a:link, ul#tabnav li.tab_enabled a:visited {
41         display: block;
42         color: #2e51a9;
43         border-bottom: 0px none;
44         padding: 4px;
45         height: 13px;
46 }
47
48 ul#tabnav li.tab_disabled a:link, ul#tabnav li.tab_disabled a:visited {
49         display: block;
50         color: #e0e0e0;
51         border-bottom: 0px none;
52         padding: 4px;
53         height: 13px;
54 }
55
56 ul#tabnav li.tab_enabled a:hover, ul#tabnav li.tab_active {
57         background-color: #ccddcc;
58         color: #000099;
59 }
60
61 ul#tabnav a:hover {
62         padding: 4px 4px 3px 4px;
63         border-bottom: 1px solid #000099;
64 }
65
66 ul#tabnav li.tab_active {
67         padding-bottom: 0px;
68         border-bottom: 0px none;
69 }
70
71 .tabnav_disabled, .tabnav_disabled:visited {
72         cursor: default;
73         height: 7px;
74         background-color: #aaaaaa;
75         color: #e0e0e0;
76 }
77
78 .ajax_error, .ajax_warning {
79         z-index: 200;
80         min-height: 10px;
81         overflow: visible;
82         padding: 5px;
83         display: none;
84         position: absolute;
85         top: 100px;
86         left: 26%;
87 }
88
89 .ajax_error {
90         background-color: #990000;
91 }
92
93 .ajax_warning {
94         background-color: #999900;
95 }
96
97 .ajax_error_title, .ajax_warning_title {
98         border: 1px solid #ffffff;
99         padding: 3px;
100         color: #ffffff;
101         float: left;
102         width: 461px;
103 }
104
105 .ajax_error_title {
106         background-color: #bb0000;
107 }
108
109 .ajax_warning_title {
110         background-color: #bbbb00;
111 }
112
113 .ajax_error_close, .ajax_warning_close {
114         border: 1px solid #ffffff;
115         float: right;
116         width: 10px;
117         z-index: 200;
118         min-height: 10x;
119         margin-left: 5px;
120         padding: 3px;
121         color: #ffffff;
122         text-align: center;
123 }
124
125 .ajax_error_close {
126         background-color: #bb0000;
127 }
128
129 .ajax_warning_close {
130         background-color: #bbbb00;
131 }
132
133 .ajax_error_message {
134 }
135
136 .ajax_error_content, .ajax_warning_content {
137         width: 470px;
138         border: 1px solid #ffffff;
139         margin-top: 5px;
140         color: #ffffff;
141         padding: 10px;
142 }
143
144 .field_changed {
145         border: 5px groove #bbbb00;
146 }
147
148 .field_changed:hover {
149         border: 5px groove #ffff00;
150 }
151
152 .field_failed {
153         border: 5px groove #bb0000;
154 }
155
156 .field_failed:hover {
157         border: 5px groove #ff0000;
158 }