]> 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-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 div.jGrowl-notification {
35   border-radius: 7px;
36 }
37
38 .login-button {
39         margin-top: 110px;
40 }
41
42 img.login-button-image {
43         max-width: 350px;
44 }
45
46 div.section-wrapper {
47         position: relative;
48         width: 800px;
49         margin-left: auto;
50         margin-right: auto;
51         text-align: center;
52 }
53
54 .login-form {
55         padding-top: 200px;
56         margin-bottom: 50px;
57 }
58
59 .register-form {
60         margin-top: 15px;
61 }
62
63 .lostpass-form {
64         margin-top: 170px;
65 }
66
67 .field {
68         margin-bottom: 2px;
69         padding-bottom: 0px;
70 }
71
72 .field label {
73         width: auto;
74         position: absolute;
75         margin-left: 0px;
76         font-weight: 700;
77 }
78
79 .field input {
80 /*      margin-left: 225px;*/
81         width: 200px;
82 }
83
84 .field.checkbox label {
85         position: auto;
86         /*margin-left: 100px;*/
87 }
88 .field.checkbox input {
89         width: auto;
90         margin-left: 140px;
91 }
92
93 #div_id_remember {
94         margin-top: 10px;
95         margin-bottom: 10px;
96 }
97
98 /*.openid input {*/
99 #id_openid_url, .openid input {
100         background: url(login-bg.gif) no-repeat;
101         background-position: 0 50%;
102         width: 182px;
103         padding-left: 18px;
104 }
105
106 #wrapper_username input, #wrapper_password input, #wrapper_openid_url input {
107         margin-left: 225px;
108 }
109
110 #register-openid-wrapper input, #register-name-wrapper input, #register-email-wrapper input, #register-nickname-wrapper input {
111         margin-left: 275px;
112 }
113
114 #login-name-wrapper input {
115         margin-left: 200px;
116 }
117
118 .login-extra-links, .agreement {
119         font-size: 12px;
120 }
121
122 #login-submit-button, #register-submit-button, #lostpass-submit-button {
123         font-size: 16px;
124 }
125
126 #register-link {
127         margin-right: 200px;
128 }
129
130 .error-message {
131         width: 475px;
132         color: #FF0000;
133         font-size: 1.1em;
134         text-align: left;
135         border: 1px solid #FF8888;
136         background-color: #FFEEEE;
137         padding: 10px;
138         margin-left: auto;
139         margin-right: auto;
140 }
141
142 .register-explain-wrapper {
143         width: 400px;
144         font-size: 12px;
145         text-align: left;
146         margin-left: 200px;
147 }
148
149 #lostpass-desc {
150         width: 380px;
151         margin-left: 220px;
152         text-align: left;
153         font-size: 12px;
154 }
155
156 footer {
157         text-align: center;
158         padding-top: 3em;
159         padding-bottom: 1em;
160 }