/* * Copyright (c) 2014-present, b3log.org * * 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 * * https://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. */ #startPage { padding: 50px 70px; line-height: 28px; white-space: normal; word-wrap: break-word; overflow: auto; } #startPage a { color: #4183c4; text-decoration: none; } #startPage a:hover { text-decoration: underline; } #startPage .title { background-color: #BBB; border-bottom-width: 0 !important; border-radius: 3px 3px 0 0; font-size: 15px; margin-bottom: 10px; padding: 5px 10px; color: #FFF; } #startPage .details { width: 30%; float: left; } #startPage .details label { color: #666; } #startPage .details li.border { padding-bottom: 5px; margin-bottom: 5px; border-bottom: 1px solid #919191; } #startPage .details li.border.workspace { line-height: 18px; padding-bottom: 10px !important; word-wrap: break-word; white-space: normal; word-break: break-all; } #startPage .news { width: 60%; float: right; border-left: 1px solid #f1f1f1; margin-left: 10%; padding-left: 10%; white-space: nowrap; overflow: hidden; } #startPage .news li { border-bottom: 1px solid #919191; } #startPage .date { color: #bbb; font-size: 13px; word-wrap: normal; white-space: nowrap; }