discourse/app/assets/stylesheets/common/base/user-badges.scss

245 lines
4.0 KiB
SCSS
Raw Normal View History

2014-04-16 14:49:28 -04:00
/* Default badge styles. */
2014-04-16 06:02:57 -04:00
.user-badge {
padding: 3px 8px;
2014-08-06 09:31:13 -04:00
color: $primary;
border: 1px solid dark-light-diff($primary, $secondary, 90%, -65%);
2014-06-19 14:04:23 -04:00
line-height: 19px;
2014-04-16 06:02:57 -04:00
display: inline-block;
background-color: $secondary;
margin: 0 0 3px;
2014-04-16 06:02:57 -04:00
.fa {
padding-right: 3px;
font-size: 1.4em;
vertical-align: bottom;
2014-04-16 06:02:57 -04:00
}
img {
height: 16px;
width: 16px;
}
2014-04-16 06:02:57 -04:00
&.badge-type-gold .fa {
2016-03-17 18:29:39 -04:00
color: #ffd700 !important;
2014-04-16 06:02:57 -04:00
}
&.badge-type-silver .fa {
2016-03-17 18:29:39 -04:00
color: #c0c0c0 !important;
2014-04-16 06:02:57 -04:00
}
&.badge-type-bronze .fa {
2016-03-17 18:29:39 -04:00
color: #cd7f32 !important;
2014-04-16 06:02:57 -04:00
}
}
2014-04-16 14:49:28 -04:00
/* User badge listing. */
.user-badges-list {
text-align: center;
.user-badge {
max-width: 80px;
text-align: center;
vertical-align: top;
margin: 10px;
border: none;
.fa {
display: block;
font-size: 3.571em;
2014-04-16 14:49:28 -04:00
margin-bottom: 5px;
}
2014-05-21 03:22:42 -04:00
img {
display: block;
margin: auto auto 4px;
width: 55px;
height: 55px;
}
2014-05-21 03:22:42 -04:00
.count {
display: block;
font-size: 0.8em;
color: dark-light-choose(scale-color($primary, $lightness: 50%), scale-color($secondary, $lightness: 50%));
2014-05-21 03:22:42 -04:00
}
2014-04-16 14:49:28 -04:00
}
}
/* Badge listing in /badges. */
2015-11-05 04:51:05 -05:00
.badges-listing {
2014-04-16 10:56:11 -04:00
margin: 20px 0;
2015-11-05 05:19:54 -05:00
tr {
border-bottom: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
td {
padding: 10px 0;
}
}
border-bottom: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
width: 90%;
2015-11-05 04:51:05 -05:00
padding: 10px;
display: table;
2016-03-23 05:32:44 -04:00
color: dark-light-choose(scale-color($primary, $lightness: 40%), scale-color($secondary, $lightness: 60%));
2015-11-05 04:51:05 -05:00
.row {
display: table-row;
> div {
display: table-cell;
vertical-align: middle;
}
}
.user-badge {
font-size: $base-font-size;
}
2015-11-05 04:51:05 -05:00
.grant-count {
font-size: 120%;
}
2015-11-05 04:51:05 -05:00
.badge, .grant-count {
white-space: nowrap;
}
2015-11-05 04:51:05 -05:00
.info {
font-size: 0.9em;
text-align: right;
}
2015-11-05 04:51:05 -05:00
.description {
}
2015-11-05 04:51:05 -05:00
}
@media all and (max-width: 750px) {
.show-badge .user-badge-with-posts .badge-user a.post-link {
width: auto;
}
.show-badge div.badge-user {
padding: 0;
}
.badges-listing {
display: block;
.info, .grant-count {
text-align: left;
}
.row > div.info { display: none; }
.row {
display: block;
> div {
display: block;
margin-top: 10px;
}
}
}
}
2015-11-05 04:51:05 -05:00
/* /badges/:id/:slug page styling. */
.show-badge {
.badge-user {
2014-05-15 21:08:06 -04:00
text-align: center;
width: 100px;
padding: 5px 10px;
2014-05-15 21:08:06 -04:00
margin-bottom: 10px;
display: inline-block;
2015-11-05 04:51:05 -05:00
vertical-align: top;
.details {
margin: 0 10px;
padding-top: 3px;
2014-05-15 21:08:06 -04:00
color: $primary;
}
2014-05-15 21:08:06 -04:00
2015-11-05 04:51:05 -05:00
.username {
word-wrap: break-word;
}
.date {
display: block;
2014-05-15 21:08:06 -04:00
color: lighten($primary, 40%);
font-size: 0.714em;
}
}
}
.show-badge .user-badge-with-posts .badge-user {
width: 45%;
padding: 0 0 0 4%;
margin-bottom: 20px;
2015-03-04 22:15:21 -05:00
.badge-info {
width: 100px;
display: block;
float: left;
}
.post-link {
width: 250px;
display: block;
float: left;
margin-left: 18px;
text-align: left;
}
}
.show-badge .badge-user-info {
margin-left: 2%;
.earned {
margin-top: 15px;
font-size: 1.3em;
}
.username {
margin-top: 5px;
display: block;
color: dark-light-choose(scale-color($primary, $lightness: 30%), scale-color($secondary, $lightness: 70%));
}
}
.show-badge .single-user {
margin-left: 2%;
padding-bottom: 20px;
.load-more {
padding-top: 30px;
display: block;
font-size: 1.2em;
}
}
.show-badge .single-user .badge-user {
padding-left: 0;
text-align: left;
display: block;
margin: 20px 0;
.badge-info {
display: none;
}
.date {
display: inline-block;
font-size: 1.1em;
margin-left: 10px;
}
.post-link {
font-size: 1.3em;
width: 500px;
margin: 0;
padding: 0;
}
width: 800px;
&:after {
content: "";
clear: both;
display: table;
}
}
.long-description.banner {
width: 88%;
2016-03-23 02:27:03 -04:00
margin-bottom: 15px;
margin-top: 15px;
}