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