wide/static/css/about.css

72 lines
1.4 KiB
CSS

/*
* Copyright (c) 2014-2019, b3log.org & hacpai.com
*
* 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.
*/
#dialogAboutDialog .dialog-main {
background-color: #FFF;
}
#dialogAbout {
margin: 35px 20px;
line-height: 28px;
}
#dialogAbout .item {
margin: 0 10px;
}
#dialogAbout a {
color: #4183c4;
text-decoration: none;
}
#dialogAbout a:hover {
text-decoration: underline;
}
#dialogAbout label {
color: #666;
}
#dialogAbout img {
width: 100px;
float: left;
margin-right: 60px;
}
#dialogAbout .space {
margin-bottom: 6px;
border-bottom: 1px solid #919191;
padding-bottom: 6px;
}
#dialogAbout .thx ul {
margin-left: 50px;
}
#dialogAbout .thx a {
width: 80px;
display: inline-block;
}
#dialogAbout .license {
color: #999;
font-size: 12px;
line-height: normal;
height: 85px;
overflow-x: hidden;
word-wrap: break-word;
}