wide/static/css/about.css

73 lines
1.4 KiB
CSS

/*
* 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.
*/
#dialogAboutDialog .dialog-main {
background-color: #FFF;
}
#dialogAbout {
margin: 35px 100px 0 100px;
line-height: 28px;
}
#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 #f1f1f1;
padding-bottom: 6px;
}
#dialogAbout .thx {
border-left: 1px solid #f1f1f1;
padding-left: 24px;
}
#dialogAbout .thx,
#dialogAbout .thx ul {
margin-left: 50px;
}
#dialogAbout .thx a {
width: 100px;
display: inline-block;
}
#dialogAbout .license {
color: #999;
font-size: 12px;
line-height: normal;
height: 85px;
overflow: auto;
}