]> git.mxchange.org Git - friendica.git/blob - view/theme/frost/login-style.css
Merge remote-tracking branch 'upstream/master'
[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-image: none;*/
5         background-color: #ffffff;
6         color: #505050;/* ZP Change*/
7         margin: 0px;
8 }
9
10 a, a:visited, a:link { color: #3465a4; text-decoration: none; }
11 a:hover {text-decoration: underline; }
12
13 img { border :0px; }
14
15 nav {
16         display: none;
17 }
18
19 /* popup notifications */
20 div.jGrowl div.notice {
21   background: #511919 url("../../../images/icons/48/notice.png") no-repeat 5px center;
22   color: #ffffff;
23   padding-left: 58px;
24 }
25 div.jGrowl div.info {
26   background: #364e59 url("../../../images/icons/48/info.png") no-repeat 5px center;
27   color: #ffffff;
28   padding-left: 58px;
29 }
30 #jGrowl.top-right {
31         top: 15px;
32         right: 15px;
33 }
34
35 .login-button {
36         margin-top: 110px;
37 }
38
39 img.login-button-image {
40         max-width: 350px;
41 }
42
43 div.section-wrapper {
44         position: relative;
45         width: 800px;
46         margin-left: auto;
47         margin-right: auto;
48         text-align: center;
49 }
50
51 .login-form {
52         padding-top: 200px;
53         margin-bottom: 50px;
54 }
55
56 .register-form {
57         margin-top: 15px;
58 }
59
60 .lostpass-form {
61         margin-top: 170px;
62 }
63
64 .field {
65         margin-bottom: 2px;
66         padding-bottom: 0px;
67 }
68
69 .field label {
70         width: auto;
71         position: absolute;
72         margin-left: 0px;
73         font-weight: 700;
74 }
75
76 .field input {
77 /*      margin-left: 225px;*/
78         width: 200px;
79 }
80
81 .field.checkbox label {
82         position: auto;
83         /*margin-left: 100px;*/
84 }
85 .field.checkbox input {
86         width: auto;
87         margin-left: 140px;
88 }
89
90 /*.openid input {*/
91 #id_openid_url, .openid input {
92         background: url(login-bg.gif) no-repeat;
93         background-position: 0 50%;
94         width: 182px;
95         padding-left: 18px;
96 }
97
98 #wrapper_username input, #wrapper_password input, #wrapper_openid_url input {
99         margin-left: 225px;
100 }
101
102 #register-openid-wrapper input, #register-name-wrapper input, #register-email-wrapper input, #register-nickname-wrapper input {
103         margin-left: 275px;
104 }
105
106 #login-name-wrapper input {
107         margin-left: 200px;
108 }
109
110 .login-extra-links, .agreement {
111         font-size: 12px;
112 }
113
114 #login-submit-button, #register-submit-button, #lostpass-submit-button {
115         font-size: 16px;
116 }
117
118 #register-link {
119         margin-right: 200px;
120 }
121
122 .error-message {
123         width: 475px;
124         color: #FF0000;
125         font-size: 1.1em;
126         text-align: left;
127         border: 1px solid #FF8888;
128         background-color: #FFEEEE;
129         padding: 10px;
130         margin-left: auto;
131         margin-right: auto;
132 }
133
134 .register-explain-wrapper {
135         width: 400px;
136         font-size: 12px;
137         text-align: left;
138         margin-left: 200px;
139 }
140
141 #lostpass-desc {
142         width: 380px;
143         margin-left: 220px;
144         text-align: left;
145         font-size: 12px;
146 }
147
148 footer {
149         text-align: center;
150         padding-top: 3em;
151         padding-bottom: 1em;
152 }