@@ -87,6 +87,106 @@ input, select, textarea {
8787 font-weight : normal;
8888}
8989
90+ .forms {
91+ float : left;
92+ }
93+
94+ .forms li {
95+ margin-bottom : 5px ;
96+ list-style : none;
97+ }
98+
99+ .forms li > * {
100+ width : 200px ;
101+ }
102+
103+ # slick-login {
104+ width : 220px ;
105+ height : 155px ;
106+ position : absolute;
107+ left : 50% ;
108+ top : 50% ;
109+ margin-left : -110px ;
110+ margin-top : -75px ;
111+ padding-top : 20% ;
112+ }
113+
114+ # slick-login input [type = "email" ], # slick-login input [type = "password" ] {
115+ width : 100% ;
116+ height : 40px ;
117+ positon : relative;
118+ margin-top : 7px ;
119+ font-size : 14px ;
120+ color : # 444 ;
121+ outline : none;
122+ border : 1px solid rgba (0 , 0 , 0 , .49 );
123+ padding-left : 20px ;
124+ -webkit-background-clip : padding-box;
125+ -moz-background-clip : padding-box;
126+ background-clip : padding-box;
127+ border-radius : 6px ;
128+ background-color : # fff ;
129+ background-image : -webkit-linear-gradient (bottom, # FFFFFF 0% , # F2F2F2 100% );
130+ background-image : -moz-linear-gradient (bottom, # FFFFFF 0% , # F2F2F2 100% );
131+ background-image : -o-linear-gradient (bottom, # FFFFFF 0% , # F2F2F2 100% );
132+ background-image : -ms-linear-gradient (bottom, # FFFFFF 0% , # F2F2F2 100% );
133+ background-image : linear-gradient (bottom, # FFFFFF 0% , # F2F2F2 100% );
134+ -webkit-box-shadow : inset 0px 2px 0px # d9d9d9 ;
135+ box-shadow : inset 0px 2px 0px # d9d9d9 ;
136+ }
137+ # slick-login input [type = "email" ]: focus , # slick-login input [type = "password" ]: focus {
138+ -webkit-box-shadow : inset 0px 2px 0px # a7a7a7 ;
139+ box-shadow : inset 0px 2px 0px # a7a7a7 ;
140+ }
141+ # slick-login input : first-child {
142+ margin-top : 0px ;
143+ }
144+ # slick-login button {
145+ width : 100% ;
146+ height : 50px ;
147+ margin-top : 7px ;
148+ color : # fff ;
149+ font-size : 18px ;
150+ font-weight : bold;
151+ text-shadow : 0px -1px 0px # 5b6ddc ;
152+ outline : none;
153+ border : 1px solid rgba (0 , 0 , 0 , .49 );
154+ -webkit-background-clip : padding-box;
155+ -moz-background-clip : padding-box;
156+ background-clip : padding-box;
157+ border-radius : 6px ;
158+ background-color : # 5466da ;
159+ background-image : -webkit-linear-gradient (bottom, # 5466da 0% , # 768ee4 100% );
160+ background-image : -moz-linear-gradient (bottom, # 5466da 0% , # 768ee4 100% );
161+ background-image : -o-linear-gradient (bottom, # 5466da 0% , # 768ee4 100% );
162+ background-image : -ms-linear-gradient (bottom, # 5466da 0% , # 768ee4 100% );
163+ background-image : linear-gradient (bottom, # 5466da 0% , # 768ee4 100% );
164+ cursor : pointer;
165+ -webkit-box-shadow : inset 0px 1px 0px # 9ab1ec ;
166+ box-shadow : inset 0px 1px 0px # 9ab1ec ;
167+ }
168+ # slick-login button : hover {
169+ background-color : # 5f73e9 ;
170+ background-image : -webkit-linear-gradient (bottom, # 5f73e9 0% , # 859bef 100% );
171+ background-image : -moz-linear-gradient (bottom, # 5f73e9 0% , # 859bef 100% );
172+ background-image : -o-linear-gradient (bottom, # 5f73e9 0% , # 859bef 100% );
173+ background-image : -ms-linear-gradient (bottom, # 5f73e9 0% , # 859bef 100% );
174+ background-image : linear-gradient (bottom, # 5f73e9 0% , # 859bef 100% );
175+ -webkit-box-shadow : inset 0px 1px 0px # aab9f4 ;
176+ box-shadow : inset 0px 1px 0px # aab9f4 ;
177+ margin-top : 10px ;
178+ }
179+ # slick-login button : active {
180+ background-color : # 7588e1 ;
181+ background-image : -webkit-linear-gradient (bottom, # 7588e1 0% , # 7184df 100% );
182+ background-image : -moz-linear-gradient (bottom, # 7588e1 0% , # 7184df 100% );
183+ background-image : -o-linear-gradient (bottom, # 7588e1 0% , # 7184df 100% );
184+ background-image : -ms-linear-gradient (bottom, # 7588e1 0% , # 7184df 100% );
185+ background-image : linear-gradient (bottom, # 7588e1 0% , # 7184df 100% );
186+ -webkit-box-shadow : inset 0px 1px 0px # 93a9e9 ;
187+ box-shadow : inset 0px 1px 0px # 93a9e9 ;
188+ }
189+
90190/*----- other -----*/
91191figure { margin-bottom : 18px ;}
92192
167267 border-top : 5px solid # eaeaea ;
168268 background : # fff ;
169269 width : 100% ;
270+ min-height : 837px ;
170271}
171272
172273
0 commit comments