]> git.mxchange.org Git - mailer.git/blob - theme/schleuder/css/register.css
Heacy rewrite/cleanup:
[mailer.git] / theme / schleuder / css / register.css
1 .register_submit {
2         border-style            : outset;
3 }
4
5 .register_reset {
6         border-style            : groove;
7         border                  : solid 1px #FFFFFF;
8         color                   : #FFFFFF;
9 }
10 .register_submit {
11         color                   : #FFFFFF;
12         border-color            : #FFFFFF;
13 }
14
15 .register_select {
16         border                  : solid 1px;
17         border-color            : #FFFFFF;
18         background-color        : #69b2ff;
19 }
20
21 .register_failed {
22         color                   : #FFFFFF;
23 }
24
25 .register_snote {
26         font-size                       : 12px;
27 }
28
29 .register_normal {
30         border-style            : solid;
31         border                  : solid 1px;
32         border-color            : #FFFFFF;
33         padding-right           : 5px;
34 }
35
36 .register_main {
37         background-color        : #0571cc;
38         width                   : 540px;
39 }
40
41 .register_done2 {
42         height                  : 40px;
43         color                   : #FFFFFF;
44         background-color        : #0571cc;
45         width                   : 500px;
46 }
47
48 .register_title {
49         background-color        : #69b2ff;
50         text-align              : center;
51         align                   : center;
52         font-size                       : 18px;
53         padding-left            : 5px;
54         padding-right           : 5px;
55 }
56
57 .register_separator {
58         height                  : 7px;
59         font-size                       : 1px;
60 }
61
62 .register_left {
63         width: 240px;
64         text-align: right;
65         align: right;
66         padding: 3px;
67         color: #FFFFFF;
68         font-size: 14px;
69 }
70
71 .register_right {
72         text-align: left;
73 }
74
75 .register_header {
76         text-align              : center;
77         align                   : center;
78         background-color        : #69b2ff;
79         color                   : #FFFFFF;
80         font-weight             : bold;
81         border-top              : 1px solid #FFFFFF;
82         border-bottom           : 1px solid #FFFFFF;
83         height                  : 25px;
84 }
85
86 A:hover.register_term {
87         background-color        : #69b2ff;
88         border-top              : 1px solid #FFFFFF;
89         border-bottom           : 1px solid #FFFFFF;
90 }