]> git.mxchange.org Git - friendica.git/blob - view/theme/frost/login-style.css
Merge pull request #443 from fermionic/new-users-privacy-settings
[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 /*.openid input {*/
82 #id_openid_url, .openid input {
83         background: url(login-bg.gif) no-repeat;
84         background-position: 0 50%;
85         width: 182px;
86         padding-left: 18px;
87 }
88
89 #wrapper_username input, #wrapper_password input, #wrapper_openid_url input {
90         margin-left: 225px;
91 }
92
93 #register-openid-wrapper input, #register-name-wrapper input, #register-email-wrapper input, #register-nickname-wrapper input {
94         margin-left: 275px;
95 }
96
97 #login-name-wrapper input {
98         margin-left: 200px;
99 }
100
101 .login-extra-links, .agreement {
102         font-size: 12px;
103 }
104
105 #login-submit-button, #register-submit-button, #lostpass-submit-button {
106         font-size: 16px;
107 }
108
109 #register-link {
110         margin-right: 200px;
111 }
112
113 .error-message {
114         width: 475px;
115         color: #FF0000;
116         font-size: 1.1em;
117         text-align: left;
118         border: 1px solid #FF8888;
119         background-color: #FFEEEE;
120         padding: 10px;
121         margin-left: auto;
122         margin-right: auto;
123 }
124
125 .register-explain-wrapper {
126         width: 400px;
127         font-size: 12px;
128         text-align: left;
129         margin-left: 200px;
130 }
131
132 #lostpass-desc {
133         width: 380px;
134         margin-left: 220px;
135         text-align: left;
136         font-size: 12px;
137 }