]> git.mxchange.org Git - friendica.git/blob - view/theme/frost-mobile/login-style.css
allow themes to change the size of embedded videos
[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 .login-button {
19         margin-top: 90px;
20         margin-left: auto;
21         margin-right: auto;
22         
23 }
24
25 img.login-button-image {
26         max-width: 300px;
27 }
28
29 .section-wrapper {
30         position: relative;
31         width: 300px;
32         margin-left: auto;
33         margin-right: auto;
34 }
35
36 .login-form {
37         margin-top: 40px;
38 }
39
40 .field {
41         position: relative;
42         margin-bottom: 15px;
43 }
44
45 .field label {
46         margin-left: 25px;
47         font-weight: 700;
48 }
49
50 .field input {
51         font-size: 18px;
52         width: 200px;
53         margin-left: 50px;
54 }
55
56 #login_openid {
57         margin-top: 50px;
58 }
59
60 #login_openid input {
61         background: url(login-bg.gif) no-repeat;
62         background-position: 0 50%;
63         width: 182px;
64         padding-left: 18px;
65 }
66
67 #login-footer {
68         margin-top: 10px;
69         text-align: center;
70 }
71
72 .login-extra-links, .agreement {
73         font-size: 14px;
74 }
75
76 #login-submit-button, #register-submit-button, #lostpass-submit-button {
77         font-size: 20px;
78         padding: 0.5em 1em;
79 }
80
81 #register-link {
82         margin-right: 100px;
83 }
84
85 .register-form {
86         margin-top: 15px;
87 }
88
89 .register-form h2, .lostpass-form h2 {
90         text-align: center;
91 }
92
93 .error-message {
94         width: 270px;
95         color: #FF0000;
96         font-size: 1.1em;
97         text-align: justify;
98         border: 1px solid #FF8888;
99         background-color: #FFEEEE;
100         padding: 10px;
101         margin-left: auto;
102         margin-right: auto;
103 }
104
105 .register-explain-wrapper {
106         width: 290px;
107         text-align: justify;
108         font-size: 14px;
109         margin-left: 5px;
110 }
111
112 #register-footer {
113         margin-top: 60px;
114         text-align: center;
115 }
116
117 .lostpass-form {
118         margin-top: 100px;
119 }
120
121 #lostpass-desc {
122         width: 290px;
123         margin-left: 5px;
124         margin-bottom: 30px;
125         text-align: justify;
126         font-size: 14px;
127 }
128
129 #login-submit-wrapper {
130         text-align: center;
131 }