2014-11-12 18:13:14 +03:00
|
|
|
/*
|
|
|
|
* 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.
|
|
|
|
*/
|
|
|
|
|
2014-10-21 12:46:09 +04:00
|
|
|
#startPage {
|
2014-10-24 06:29:08 +04:00
|
|
|
padding: 50px 70px;
|
2014-10-21 12:46:09 +04:00
|
|
|
line-height: 28px;
|
2014-10-21 13:51:15 +04:00
|
|
|
white-space: normal;
|
|
|
|
word-wrap: break-word;
|
|
|
|
}
|
|
|
|
|
2014-10-21 13:24:01 +04:00
|
|
|
#startPage a {
|
|
|
|
color: #4183c4;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#startPage a:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
#startPage .title {
|
2014-12-01 11:54:22 +03:00
|
|
|
background-color: #9F9F9F;
|
2014-10-21 13:24:01 +04:00
|
|
|
border-bottom-width: 0 !important;
|
|
|
|
border-radius: 3px 3px 0 0;
|
2014-10-24 06:29:08 +04:00
|
|
|
font-size: 15px;
|
2014-10-21 13:24:01 +04:00
|
|
|
margin-bottom: 10px;
|
|
|
|
padding: 5px 10px;
|
2014-12-01 11:54:22 +03:00
|
|
|
color: #FFF;
|
|
|
|
text-shadow: 0 1px rgba(0, 0, 0, 0.4);
|
2014-10-21 12:46:09 +04:00
|
|
|
}
|
|
|
|
|
2014-10-19 14:41:01 +04:00
|
|
|
#startPage .details {
|
2014-10-21 13:24:01 +04:00
|
|
|
width: 30%;
|
2014-10-19 14:41:01 +04:00
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
2014-10-21 13:24:01 +04:00
|
|
|
#startPage .details label {
|
|
|
|
color: #666;
|
2014-10-21 12:46:09 +04:00
|
|
|
}
|
|
|
|
|
2014-10-21 13:24:01 +04:00
|
|
|
#startPage .details li.border {
|
|
|
|
padding-bottom: 5px;
|
|
|
|
margin-bottom: 5px;
|
2014-12-01 11:54:22 +03:00
|
|
|
border-bottom: 1px solid #919191;
|
2014-10-21 12:46:09 +04:00
|
|
|
}
|
|
|
|
|
2014-10-22 11:23:29 +04:00
|
|
|
#startPage .details li.border.workspace {
|
|
|
|
line-height: 18px;
|
|
|
|
padding-bottom: 10px !important;
|
|
|
|
word-wrap: break-word;
|
|
|
|
white-space: normal;
|
|
|
|
word-break: break-all;
|
|
|
|
}
|
|
|
|
|
2014-10-21 13:24:01 +04:00
|
|
|
#startPage .news {
|
|
|
|
height: 300px;
|
|
|
|
width: 60%;
|
|
|
|
float: right;
|
|
|
|
border-left: 1px solid #f1f1f1;
|
|
|
|
margin-left: 10%;
|
|
|
|
padding-left: 10%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#startPage .news li {
|
2014-12-01 11:54:22 +03:00
|
|
|
border-bottom: 1px solid #919191;
|
2014-10-21 12:46:09 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
#startPage .date {
|
|
|
|
color: #bbb;
|
|
|
|
font-size: 13px;
|
2014-10-19 14:41:01 +04:00
|
|
|
}
|