]> git.mxchange.org Git - friendica.git/blob - view/theme/frost/login-style.css
Merge https://github.com/friendica/friendica into pull
[friendica.git] / view / theme / frost / login-style.css
1 body {
2         font-family: helvetica,arial,freesans,clean,sans-serif;
3         font-size: 14px;
4         background-color: #ffffff;
5         color: #505050;/* ZP Change*/
6         margin: 0px;
7 }
8
9 a, a:visited, a:link { color: #3465a4; text-decoration: none; }
10 a:hover {text-decoration: underline; }
11
12 img { border :0px; }
13
14 .login-button {
15         margin-top: 110px;
16 }
17
18 img.login-button-image {
19         max-width: 350px;
20 }
21
22 .section-wrapper {
23         position: relative;
24         width: 800px;
25         margin-left: auto;
26         margin-right: auto;
27         text-align: center;
28 }
29
30 .login-form {
31         margin-top: 200px;
32 }
33
34 .register-form {
35         margin-top: 15px;
36 }
37
38 .lostpass-form {
39         margin-top: 170px;
40 }
41
42 .field label {
43         position: absolute;
44         margin-left: 0px;
45         font-weight: 700;
46 }
47
48 .field input {
49 /*      margin-left: 225px;*/
50         width: 200px;
51 }
52
53 .openid input {
54         background: url(login-bg.gif) no-repeat;
55         background-position: 0 50%;
56         width: 182px;
57         padding-left: 18px;
58 }
59
60 #wrapper_username input, #wrapper_password input, #wrapper_openid_url input {
61         margin-left: 225px;
62 }
63
64 #register-openid-wrapper input, #register-name-wrapper input, #register-email-wrapper input, #register-nickname-wrapper input {
65         margin-left: 275px;
66 }
67
68 #login-name-wrapper input {
69         margin-left: 200px;
70 }
71
72 .login-extra-links, .agreement {
73         font-size: 12px;
74 }
75
76 #login-submit-button, #register-submit-button, #lostpass-submit-button {
77         font-size: 16px;
78 }
79
80 #register-link {
81         margin-right: 200px;
82 }
83
84 .error-message {
85         width: 475px;
86         color: #FF0000;
87         font-size: 1.1em;
88         text-align: left;
89         border: 1px solid #FF8888;
90         background-color: #FFEEEE;
91         padding: 10px;
92         margin-left: auto;
93         margin-right: auto;
94 }
95
96 .register-explain-wrapper {
97         width: 400px;
98         font-size: 12px;
99         text-align: left;
100         margin-left: 200px;
101 }
102
103 #lostpass-desc {
104         width: 380px;
105         margin-left: 220px;
106         text-align: left;
107         font-size: 12px;
108 }