discourse/app/assets/stylesheets/common/base/about.scss

72 lines
1.0 KiB
SCSS
Raw Normal View History

2014-08-12 04:59:00 +08:00
section.about {
h3 {
margin-bottom: 10px;
2014-10-21 16:09:54 +08:00
margin-top: 10px;
2014-08-12 04:59:00 +08:00
}
.user-small {
padding: 8px;
width: 205px;
height: 60px;
2014-08-12 04:59:00 +08:00
float: left;
.user-image {
float: left;
2014-08-12 04:59:00 +08:00
padding-right: 4px;
}
.user-detail {
float: left;
width: 70%;
span {
float: left;
width: 90%;
padding-left: 5px;
}
.username a {
font-weight: bold;
font-size: 16px;
color: scale-color($primary, $lightness: 30%);
}
.name {
font-size: 13px;
color: scale-color($primary, $lightness: 30%);
}
.title {
font-size: 13px;
color: scale-color($primary, $lightness: 50%);
}
}
2014-08-12 04:59:00 +08:00
}
2014-10-19 11:07:55 +08:00
2014-08-12 06:15:35 +08:00
p {
margin: 10px 0;
}
2014-08-12 04:59:00 +08:00
table {
margin-top: 20px;
2014-10-07 15:18:54 +08:00
width: 90%;
2014-08-12 04:59:00 +08:00
2014-08-12 05:03:12 +08:00
th {
text-align: left;
}
2014-08-12 04:59:00 +08:00
td, th {
padding: 10px 5px 5px 5px;
border-bottom: 1px solid lighten($primary, 70%);
2014-10-21 16:09:54 +08:00
line-height: 1.0em;
2014-08-12 04:59:00 +08:00
}
td.title {
2014-10-07 15:18:54 +08:00
width: 33%;
2014-08-12 04:59:00 +08:00
}
}
}