2014-04-17 02:49:28 +08:00
|
|
|
/* Default badge styles. */
|
2014-04-16 18:02:57 +08:00
|
|
|
.user-badge {
|
|
|
|
padding: 3px 8px;
|
2020-08-04 10:57:10 +08:00
|
|
|
color: var(--primary);
|
|
|
|
border: 1px solid var(--primary-low);
|
2018-01-13 06:27:38 +08:00
|
|
|
line-height: $line-height-large;
|
2018-12-15 11:16:18 +08:00
|
|
|
display: inline-flex;
|
|
|
|
align-items: center;
|
2020-08-04 10:57:10 +08:00
|
|
|
background-color: var(--secondary);
|
2021-06-22 23:58:03 +08:00
|
|
|
margin: 4px 0 0;
|
2014-04-16 18:02:57 +08:00
|
|
|
|
2014-06-11 10:14:47 +08:00
|
|
|
img {
|
|
|
|
height: 16px;
|
|
|
|
width: 16px;
|
|
|
|
}
|
|
|
|
|
2019-01-23 18:29:51 +08:00
|
|
|
.badge-display-name {
|
|
|
|
margin-left: 0.25em;
|
|
|
|
}
|
|
|
|
|
2014-04-16 18:02:57 +08:00
|
|
|
&.badge-type-gold .fa {
|
2020-08-04 10:57:10 +08:00
|
|
|
color: var(--gold) !important;
|
2014-04-16 18:02:57 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
&.badge-type-silver .fa {
|
2020-08-04 10:57:10 +08:00
|
|
|
color: var(--silver) !important;
|
2014-04-16 18:02:57 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
&.badge-type-bronze .fa {
|
2020-08-04 10:57:10 +08:00
|
|
|
color: var(--bronze) !important;
|
2014-04-16 18:02:57 +08:00
|
|
|
}
|
2017-12-27 13:57:21 +08:00
|
|
|
|
|
|
|
&.disabled {
|
2020-08-04 10:57:10 +08:00
|
|
|
color: var(--primary-medium);
|
|
|
|
background-color: var(--primary-very-low);
|
2017-12-27 13:57:21 +08:00
|
|
|
.fa {
|
|
|
|
opacity: 0.4;
|
|
|
|
}
|
|
|
|
}
|
2014-04-16 18:02:57 +08:00
|
|
|
}
|
2014-04-16 21:12:06 +08:00
|
|
|
|
2015-11-05 17:51:05 +08: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;
|
|
|
|
|
2018-06-08 17:49:31 +08:00
|
|
|
.info,
|
|
|
|
.grant-count {
|
2015-11-05 17:51:05 +08:00
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2018-06-08 17:49:31 +08:00
|
|
|
.row > div.info {
|
|
|
|
display: none;
|
|
|
|
}
|
2015-11-05 17:51:05 +08:00
|
|
|
|
|
|
|
.row {
|
|
|
|
display: block;
|
|
|
|
> div {
|
|
|
|
display: block;
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
}
|
2014-04-16 21:12:06 +08:00
|
|
|
}
|
|
|
|
}
|
2016-03-31 00:05:16 +08:00
|
|
|
|
2016-01-18 14:59:07 +08:00
|
|
|
.show-badge .badge-user-info {
|
|
|
|
.earned {
|
2018-01-13 06:27:38 +08:00
|
|
|
font-size: $font-up-2;
|
2016-03-25 01:05:09 +08:00
|
|
|
margin-bottom: 1em;
|
2016-01-18 14:59:07 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.show-badge .single-user {
|
|
|
|
margin-left: 2%;
|
|
|
|
padding-bottom: 20px;
|
|
|
|
.load-more {
|
|
|
|
padding-top: 30px;
|
|
|
|
display: block;
|
2018-01-13 06:27:38 +08:00
|
|
|
font-size: $font-up-2;
|
2016-01-18 14:59:07 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
2018-01-13 06:27:38 +08:00
|
|
|
font-size: $font-up-1;
|
2016-01-18 14:59:07 +08:00
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
.post-link {
|
2018-01-13 06:27:38 +08:00
|
|
|
font-size: $font-up-2;
|
2016-01-18 14:59:07 +08:00
|
|
|
width: 500px;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
width: 800px;
|
|
|
|
|
|
|
|
&:after {
|
|
|
|
content: "";
|
|
|
|
clear: both;
|
|
|
|
display: table;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-02-27 14:19:18 +08:00
|
|
|
.long-description.banner {
|
|
|
|
width: 88%;
|
2016-03-23 14:27:03 +08:00
|
|
|
margin-bottom: 15px;
|
|
|
|
margin-top: 15px;
|
2015-02-27 14:19:18 +08:00
|
|
|
}
|
2016-03-26 03:32:48 +08:00
|
|
|
|
|
|
|
.badge-card {
|
2020-08-04 10:57:10 +08:00
|
|
|
background-color: var(--primary-very-low);
|
|
|
|
border: 1px solid var(--primary-low);
|
2021-07-14 03:58:51 +08:00
|
|
|
position: relative;
|
2018-06-08 17:49:31 +08:00
|
|
|
|
2016-03-26 03:32:48 +08:00
|
|
|
.check-display {
|
|
|
|
position: absolute;
|
|
|
|
left: 5px;
|
|
|
|
top: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.grant-count {
|
|
|
|
position: absolute;
|
|
|
|
right: 5px;
|
|
|
|
top: 5px;
|
|
|
|
font-weight: bold;
|
2020-08-04 10:57:10 +08:00
|
|
|
color: var(--primary-medium);
|
2018-01-13 06:27:38 +08:00
|
|
|
font-size: $font-up-2;
|
2016-03-26 03:32:48 +08:00
|
|
|
}
|
|
|
|
|
2021-06-01 16:33:40 +08:00
|
|
|
.favorite-btn {
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
}
|
|
|
|
|
2016-03-26 03:32:48 +08:00
|
|
|
.badge-contents {
|
|
|
|
display: flex;
|
2021-07-14 03:58:51 +08:00
|
|
|
min-height: 8em;
|
|
|
|
padding: 0 1.5em;
|
2018-06-08 17:49:31 +08:00
|
|
|
|
2018-03-03 01:42:02 +08:00
|
|
|
.badge-link {
|
2020-08-04 10:57:10 +08:00
|
|
|
color: var(--primary);
|
2018-03-03 01:42:02 +08:00
|
|
|
}
|
2016-03-26 03:32:48 +08:00
|
|
|
|
|
|
|
.badge-icon {
|
|
|
|
display: flex;
|
2021-07-14 03:58:51 +08:00
|
|
|
flex-shrink: 0;
|
|
|
|
margin-right: 1.5em;
|
2016-03-26 03:32:48 +08:00
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
2021-07-14 03:58:51 +08:00
|
|
|
width: 64px;
|
|
|
|
|
|
|
|
svg {
|
|
|
|
font-size: 3.5em;
|
2019-07-06 00:37:18 +08:00
|
|
|
}
|
2021-07-14 03:58:51 +08:00
|
|
|
|
2016-03-29 02:39:55 +08:00
|
|
|
img {
|
2019-07-06 00:37:18 +08:00
|
|
|
width: 100%;
|
2021-07-14 03:58:51 +08:00
|
|
|
max-width: 64px;
|
|
|
|
max-height: 64px;
|
2016-03-29 02:39:55 +08:00
|
|
|
}
|
|
|
|
|
2016-03-26 03:32:48 +08:00
|
|
|
&.badge-type-gold .fa {
|
2016-04-05 15:05:38 +08:00
|
|
|
color: rgb(231, 195, 0) !important;
|
2016-03-26 03:32:48 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
&.badge-type-silver .fa {
|
2016-03-29 21:46:41 +08:00
|
|
|
color: #c0c0c0 !important;
|
2016-03-26 03:32:48 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
&.badge-type-bronze .fa {
|
2016-03-29 21:46:41 +08:00
|
|
|
color: #cd7f32 !important;
|
2016-03-26 03:32:48 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.badge-info {
|
|
|
|
display: flex;
|
2018-03-03 01:42:02 +08:00
|
|
|
flex: 1 1 auto;
|
2016-03-26 03:32:48 +08:00
|
|
|
align-items: center;
|
2021-07-14 03:58:51 +08:00
|
|
|
padding: 1em 0;
|
2020-08-04 10:57:10 +08:00
|
|
|
color: var(--primary);
|
2016-03-26 03:32:48 +08:00
|
|
|
|
|
|
|
h3 {
|
2018-03-03 01:42:02 +08:00
|
|
|
margin-bottom: 0.25em;
|
|
|
|
font-size: $font-up-1;
|
|
|
|
@media screen and (min-width: 900px) {
|
|
|
|
font-size: $font-up-2;
|
|
|
|
}
|
2016-03-26 03:32:48 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-03-03 01:42:02 +08:00
|
|
|
&.large {
|
2016-03-31 00:05:16 +08:00
|
|
|
width: 100%;
|
2018-03-03 05:15:31 +08:00
|
|
|
align-self: flex-start;
|
2021-07-14 03:58:51 +08:00
|
|
|
|
2018-03-03 01:42:02 +08:00
|
|
|
@media screen and (min-width: 767px) {
|
|
|
|
max-width: calc(#{$large-width} / 2);
|
2018-06-08 17:49:31 +08:00
|
|
|
margin-right: 1.5em;
|
2018-03-03 01:42:02 +08:00
|
|
|
}
|
2021-07-14 03:58:51 +08:00
|
|
|
|
2018-03-03 01:42:02 +08:00
|
|
|
.badge-contents {
|
2019-04-03 17:35:27 +08:00
|
|
|
padding: 0 5%;
|
|
|
|
h3 {
|
|
|
|
font-size: $font-up-3;
|
2018-06-08 17:49:31 +08:00
|
|
|
}
|
2018-03-03 01:42:02 +08:00
|
|
|
}
|
2016-03-31 00:05:16 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-03-03 01:42:02 +08:00
|
|
|
.badges-granted {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
@media screen and (max-width: $small-width) {
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
2016-03-26 03:32:48 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.badge-groups {
|
|
|
|
margin: 20px 0;
|
2020-08-04 10:57:10 +08:00
|
|
|
color: var(--primary-med-or-secondary-med);
|
2016-03-26 03:32:48 +08:00
|
|
|
h3 {
|
2018-06-08 17:49:31 +08:00
|
|
|
margin-bottom: 1em;
|
2016-03-26 03:32:48 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-03-03 05:15:31 +08:00
|
|
|
.badge-title {
|
|
|
|
.user-content {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.badge-group-list {
|
2021-07-14 03:58:51 +08:00
|
|
|
display: grid;
|
|
|
|
grid: auto-flow / repeat(3, 1fr);
|
|
|
|
grid-gap: 1em;
|
2021-07-27 12:15:09 +08:00
|
|
|
width: 100%;
|
2016-03-26 03:32:48 +08:00
|
|
|
margin-bottom: 1.5em;
|
2021-07-14 03:58:51 +08:00
|
|
|
|
2018-07-13 04:38:51 +08:00
|
|
|
@include breakpoint(medium) {
|
2021-07-14 03:58:51 +08:00
|
|
|
grid: auto-flow / repeat(2, 1fr);
|
|
|
|
}
|
|
|
|
|
|
|
|
@include breakpoint(mobile-extra-large) {
|
|
|
|
grid: auto-flow / 1fr;
|
2018-03-03 01:42:02 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.title {
|
|
|
|
font-size: $font-up-1;
|
|
|
|
}
|
2016-03-26 03:32:48 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.show-badge-details {
|
|
|
|
display: flex;
|
2018-03-03 02:21:04 +08:00
|
|
|
flex-wrap: wrap;
|
2016-03-26 03:32:48 +08:00
|
|
|
flex-direction: row;
|
|
|
|
margin-bottom: 2em;
|
|
|
|
margin-top: 1em;
|
|
|
|
|
|
|
|
.badge-grant-info {
|
2017-08-18 04:32:37 +08:00
|
|
|
&.hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
2016-03-26 03:32:48 +08:00
|
|
|
}
|
2018-03-03 05:15:31 +08:00
|
|
|
|
2016-03-26 03:32:48 +08:00
|
|
|
.grant-info-item {
|
|
|
|
margin-bottom: 1em;
|
2020-08-04 10:57:10 +08:00
|
|
|
color: var(--primary-med-or-secondary-med);
|
2018-03-03 03:43:54 +08:00
|
|
|
&:first-of-type {
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
2016-03-26 03:32:48 +08:00
|
|
|
}
|
2017-08-18 04:32:37 +08:00
|
|
|
|
2018-03-03 05:15:31 +08:00
|
|
|
.badge-set-title {
|
|
|
|
padding: 1.5em;
|
2020-08-04 10:57:10 +08:00
|
|
|
border: 1px solid var(--primary-low);
|
2018-06-08 17:49:31 +08:00
|
|
|
|
2018-03-03 05:15:31 +08:00
|
|
|
.user-content {
|
|
|
|
padding: 0;
|
|
|
|
.control-group {
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-08-18 04:32:37 +08:00
|
|
|
.badge-title .form-horizontal .controls {
|
2018-03-03 05:15:31 +08:00
|
|
|
margin-left: 0;
|
2017-08-18 04:32:37 +08:00
|
|
|
}
|
|
|
|
|
2018-03-03 05:15:31 +08:00
|
|
|
.form-horizontal {
|
|
|
|
margin-bottom: 0;
|
2017-08-18 04:32:37 +08:00
|
|
|
}
|
2016-03-26 03:32:48 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.check-display {
|
|
|
|
display: inline-block;
|
2019-02-01 04:27:46 +08:00
|
|
|
padding: 0 0.25em;
|
2016-03-26 03:32:48 +08:00
|
|
|
border-radius: 10px;
|
|
|
|
text-align: center;
|
|
|
|
.fa {
|
|
|
|
font-size: 0.9em;
|
2020-08-04 10:57:10 +08:00
|
|
|
color: var(--secondary);
|
2016-03-26 03:32:48 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.check-display.status-checked {
|
2020-08-04 10:57:10 +08:00
|
|
|
background-color: var(--success);
|
2016-03-26 03:32:48 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.check-display.status-unchecked {
|
2020-08-04 10:57:10 +08:00
|
|
|
background-color: var(--danger);
|
2016-03-26 03:32:48 +08:00
|
|
|
}
|
|
|
|
|
2016-03-29 13:21:39 +08:00
|
|
|
.hyperlink {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|