]> git.mxchange.org Git - friendica.git/blob - view/theme/frost-mobile/login-style.css
implement features
[friendica.git] / view / theme / frost-mobile / login-style.css
1 html {
2         width: 100%;
3 }
4
5 body {
6         font-family: helvetica,arial,freesans,clean,sans-serif;
7         font-size: 16px;
8         background-color: #ffffff;
9         color: #505050;/* ZP Change*/
10         margin: 0px;
11 }
12
13 a, a:visited, a:link { color: #3465a4; text-decoration: none; }
14 a:hover {text-decoration: underline; }
15
16 img { border :0px; }
17
18 nav {
19         display: none;
20 }
21
22 /* popup notifications */
23 div.jGrowl div.notice {
24   background: #511919 url("../../../images/icons/48/notice.png") no-repeat 5px center;
25   color: #ffffff;
26   padding-left: 58px;
27   margin: 0px;
28 }
29 div.jGrowl div.info {
30   background: #364e59 url("../../../images/icons/48/info.png") no-repeat 5px center;
31   color: #ffffff;
32   padding-left: 58px;
33   margin: 0px;
34 }
35 #jGrowl.top-right {
36         top: 15px;
37         right: 10px;
38 }
39
40 .login-button {
41         margin-top: 90px;
42         margin-left: auto;
43         margin-right: auto;
44         
45 }
46
47 img.login-button-image {
48         max-width: 300px;
49 }
50
51 div.section-wrapper {
52         position: relative;
53         width: 300px;
54         margin-left: auto;
55         margin-right: auto;
56 }
57
58 .login-form {
59         margin-top: 40px;
60 }
61
62 .field {
63         position: relative;
64         margin-bottom: 15px;
65 }
66
67 .field label {
68         margin-left: 25px;
69         font-weight: 700;
70         float: none;
71         width: auto;
72 }
73
74 .field input {
75         font-size: 18px;
76         width: 200px;
77         margin-left: 50px;
78 }
79
80 .field.checkbox label {
81         margin-left: auto;
82         float: auto;
83         /*margin-left: 100px;*/
84 }
85 .field.checkbox input {
86         width: auto;
87         margin-left: 30px;
88 }
89
90 #div_id_remember {
91         margin-top: 10px;
92 }
93
94 #login_openid {
95         margin-top: 50px;
96 }
97
98 #login_openid input {
99         background: url(login-bg.gif) no-repeat;
100         background-position: 0 50%;
101         width: 182px;
102         padding-left: 18px;
103         margin-left: 50px;
104 }
105
106 #login-footer {
107         margin-top: 10px;
108         text-align: center;
109 }
110
111 .login-extra-links, .agreement {
112         font-size: 14px;
113 }
114
115 #login-submit-button, #register-submit-button, #lostpass-submit-button {
116         font-size: 20px;
117         padding: 0.5em 1em;
118 }
119
120 #register-link {
121         margin-right: 100px;
122 }
123
124 .register-form {
125         margin-top: 15px;
126 }
127
128 .register-form h2, .lostpass-form h2 {
129         text-align: center;
130 }
131
132 .error-message {
133         width: 270px;
134         color: #FF0000;
135         font-size: 1.1em;
136         text-align: justify;
137         border: 1px solid #FF8888;
138         background-color: #FFEEEE;
139         padding: 10px;
140         margin-left: auto;
141         margin-right: auto;
142 }
143
144 .register-explain-wrapper {
145         width: 290px;
146         text-align: justify;
147         font-size: 14px;
148         margin-left: 5px;
149 }
150
151 #register-footer {
152         margin-top: 60px;
153         text-align: center;
154 }
155
156 .lostpass-form {
157         margin-top: 100px;
158 }
159
160 #lostpass-desc {
161         width: 290px;
162         margin-left: 5px;
163         margin-bottom: 30px;
164         text-align: justify;
165         font-size: 14px;
166 }
167
168 #login-submit-wrapper {
169         text-align: center;
170 }
171
172 footer {
173         text-align: center;
174         padding-top: 3em;
175         padding-bottom: 1em;
176 }