/* * Copyright (c) 2014, B3log * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ .wrapper { margin: 0 auto; width: 980px; } .header .logo { float: left; height: 32px; margin-top: 3px; } .header { margin: 8px 0; } .header li { float: left; } .header a { display: block; font-weight: bold; padding: 4px 8px; color: #333; line-height: 30px; text-decoration: none; } .header a:hover { color: #4183C4; } .content { border-top: 1px solid #A4A4A4; border-bottom: 1px solid #919191; background-color: #202021; } .content h2 { color: #FFF; font-size: 70px; margin: 0 0 60px; } .content h3 { color: #4183c4; font-size: 21px; } .content .form { width: 320px; margin-top: 28px; position: relative; } .content .form input { width: 100%; background-color: #fafafa; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075) inset; color: #333; min-height: 34px; outline: medium none; vertical-align: middle; font-size: 16px; border: 1px solid #FFF; padding: 10px; margin-top: 20px; } .content .form input:focus { box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075) inset, 0 0 12px rgba(255, 255, 255, 0.75); } .button { width: 100%; color: #fff; font-size: 16px; text-shadow: 0 -1px 0 rgba(0,0,0,0.25); background-color: #60b044; background-image: linear-gradient(#8add6d, #60b044); border: 1px solid #5ca941; padding: 10px; } .button:hover { background-color: #569e3d; background-image: linear-gradient(#79d858, #569e3d); border-color: #4a993e; } .header .button { color: #fff; padding: 0 8px; font-size: 13px; } .header .button:hover { color: #FFF; } #msg { background-color: #fcdede; border: 1px solid #d2b2b2; padding: 15px; font-size: 14px; color: #911; position: absolute; width: 100%; top: -48px; } .footer { line-height: 30px; color: #777; font-size: 12px; text-align: center; } .footer a { text-decoration: none; color: #4183c4; } .footer a:hover { text-decoration: underline; } /* start sign up */ .dir { color: #4183c4; font-size: 18px; word-wrap: break-word; margin-top: 20px; } #dir { color: #999; font-size: 13px; } .form.sign-up { margin-top: -108px; } #signUpBtn { margin-top: 20px; } /* end sign up */