wide/static/css/about.css

72 lines
1.4 KiB
CSS
Raw Normal View History

2015-01-01 05:06:33 +03:00
/*
2015-01-18 08:59:10 +03:00
* Copyright (c) 2014-2015, b3log.org
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
*
2014-11-12 18:13:14 +03:00
* http://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-23 19:14:34 +04:00
#dialogAboutDialog .dialog-main {
background-color: #FFF;
}
2014-10-22 14:06:31 +04:00
#dialogAbout {
2015-03-01 14:03:46 +03:00
margin: 35px 20px;
2014-10-24 06:29:08 +04:00
line-height: 28px;
2014-10-23 14:13:07 +04:00
}
2015-03-01 14:03:46 +03:00
#dialogAbout .item {
margin: 0 10px;
}
2014-10-23 14:13:07 +04:00
#dialogAbout a {
color: #4183c4;
text-decoration: none;
}
#dialogAbout a:hover {
text-decoration: underline;
}
2014-10-23 19:14:34 +04:00
#dialogAbout label {
2014-10-23 14:13:07 +04:00
color: #666;
}
#dialogAbout img {
width: 100px;
float: left;
margin-right: 60px;
}
#dialogAbout .space {
2014-10-23 19:14:34 +04:00
margin-bottom: 6px;
2014-12-01 11:54:22 +03:00
border-bottom: 1px solid #919191;
2014-10-23 19:14:34 +04:00
padding-bottom: 6px;
}
2014-10-23 14:13:07 +04:00
#dialogAbout .thx ul {
margin-left: 50px;
}
#dialogAbout .thx a {
2015-09-26 11:45:56 +03:00
width: 80px;
2014-10-23 14:13:07 +04:00
display: inline-block;
}
#dialogAbout .license {
color: #999;
font-size: 12px;
line-height: normal;
2014-10-23 19:14:34 +04:00
height: 85px;
2015-03-01 14:03:46 +03:00
overflow-x: hidden;
word-wrap: break-word;
2014-10-22 14:06:31 +04:00
}