wide/static/css/start.css

86 lines
1.8 KiB
CSS
Raw Normal View History

2015-01-01 05:06:33 +03:00
/*
* Copyright (c) 2014-2019, b3log.org & hacpai.com
2015-01-01 05:06:33 +03:00
*
2014-11-12 18:13:14 +03:00
* 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
2015-01-01 05:06:33 +03:00
*
2018-03-12 07:28:33 +03:00
* https://www.apache.org/licenses/LICENSE-2.0
2015-01-01 05:06:33 +03:00
*
2014-11-12 18:13:14 +03:00
* 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.
2015-01-01 05:06:33 +03:00
*/
2014-11-12 18:13:14 +03:00
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;
2015-01-28 11:21:35 +03:00
overflow: auto;
2014-10-21 13:51:15 +04:00
}
2014-10-21 13:24:01 +04:00
#startPage a {
color: #4183c4;
text-decoration: none;
}
#startPage a:hover {
text-decoration: underline;
}
#startPage .title {
2015-12-07 11:43:23 +03:00
background-color: #BBB;
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;
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
}
#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 {
width: 60%;
float: right;
border-left: 1px solid #f1f1f1;
margin-left: 10%;
padding-left: 10%;
2015-04-02 07:22:19 +03:00
white-space: nowrap;
overflow: hidden;
2014-10-21 13:24:01 +04:00
}
#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;
2015-01-28 11:21:35 +03:00
word-wrap: normal;
white-space: nowrap;
2014-10-19 14:41:01 +04:00
}