2014-04-17 02:49:28 +08:00
|
|
|
/* Default badge styles. */
|
2014-04-16 18:02:57 +08:00
|
|
|
.user-badge {
|
|
|
|
padding: 3px 8px;
|
2014-08-06 21:31:13 +08:00
|
|
|
color: $primary;
|
2017-06-12 10:20:14 +08:00
|
|
|
border: 1px solid $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;
|
2014-05-06 13:50:51 +08:00
|
|
|
background-color: $secondary;
|
2015-08-19 13:02:01 +08:00
|
|
|
margin: 0 0 3px;
|
2018-12-15 11:16:18 +08:00
|
|
|
.d-icon {
|
|
|
|
margin-right: 0.25em;
|
2014-04-16 18:02:57 +08:00
|
|
|
}
|
|
|
|
|
2014-06-11 10:14:47 +08:00
|
|
|
img {
|
|
|
|
height: 16px;
|
|
|
|
width: 16px;
|
|
|
|
}
|
|
|
|
|
2014-04-16 18:02:57 +08:00
|
|
|
&.badge-type-gold .fa {
|
2018-05-24 04:55:57 +08:00
|
|
|
color: $gold !important;
|
2014-04-16 18:02:57 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
&.badge-type-silver .fa {
|
2018-05-24 04:55:57 +08:00
|
|
|
color: $silver !important;
|
2014-04-16 18:02:57 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
&.badge-type-bronze .fa {
|
2018-05-24 04:55:57 +08:00
|
|
|
color: $bronze !important;
|
2014-04-16 18:02:57 +08:00
|
|
|
}
|
2017-12-27 13:57:21 +08:00
|
|
|
|
|
|
|
&.disabled {
|
|
|
|
color: $primary-medium;
|
|
|
|
background-color: $primary-very-low;
|
|
|
|
.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 {
|
|
|
|
position: relative;
|
|
|
|
display: inline-block;
|
2018-03-03 01:42:02 +08:00
|
|
|
background-color: $primary-very-low;
|
|
|
|
border: 1px solid $primary-low;
|
|
|
|
margin-bottom: 2vh;
|
2018-06-08 17:49:31 +08:00
|
|
|
transition: box-shadow 0.25s;
|
|
|
|
|
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;
|
2017-06-12 10:20:14 +08:00
|
|
|
color: $primary-medium;
|
2018-01-13 06:27:38 +08:00
|
|
|
font-size: $font-up-2;
|
2016-03-26 03:32:48 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.badge-contents {
|
|
|
|
display: flex;
|
|
|
|
min-height: 128px;
|
2017-08-18 04:32:37 +08:00
|
|
|
height: 100%;
|
2018-06-08 17:49:31 +08:00
|
|
|
|
2018-03-03 01:42:02 +08:00
|
|
|
.badge-link {
|
|
|
|
display: flex;
|
|
|
|
flex: 1 1 auto;
|
|
|
|
padding: 0 10%;
|
2018-07-13 04:38:51 +08:00
|
|
|
@include breakpoint(mobile) {
|
2018-03-03 01:42:02 +08:00
|
|
|
padding: 0 5%;
|
|
|
|
}
|
|
|
|
}
|
2016-03-26 03:32:48 +08:00
|
|
|
|
|
|
|
.badge-icon {
|
|
|
|
display: flex;
|
2018-06-08 17:49:31 +08:00
|
|
|
flex: 0 0 auto;
|
2018-03-03 01:42:02 +08:00
|
|
|
width: 1.23em;
|
|
|
|
margin-right: 5%;
|
2016-03-26 03:32:48 +08:00
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
2018-03-03 01:42:02 +08:00
|
|
|
font-size: 3.5em;
|
2016-03-26 03:32:48 +08:00
|
|
|
|
2016-03-29 02:39:55 +08:00
|
|
|
img {
|
|
|
|
max-width: 80px;
|
2016-03-31 04:06:17 +08:00
|
|
|
max-height: 80px;
|
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;
|
2018-03-03 01:42:02 +08:00
|
|
|
padding: 1em 1.5em 1em 0;
|
2016-03-26 03:32:48 +08:00
|
|
|
color: $primary;
|
2018-03-03 01:42:02 +08:00
|
|
|
@media screen and (max-width: 600px) {
|
|
|
|
padding-right: 0;
|
|
|
|
}
|
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
|
|
|
&.medium {
|
2018-12-11 22:45:49 +08:00
|
|
|
flex: 0 0 auto;
|
|
|
|
width: 32%;
|
2019-01-12 01:50:16 +08:00
|
|
|
margin-right: 1.63%;
|
2018-12-11 22:45:49 +08:00
|
|
|
@media screen and (min-width: 851px) {
|
|
|
|
&:nth-of-type(3n) {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
2018-03-03 01:42:02 +08:00
|
|
|
}
|
2018-07-13 04:38:51 +08:00
|
|
|
@include breakpoint(medium) {
|
2018-12-11 22:45:49 +08:00
|
|
|
width: 48.5%;
|
|
|
|
&:nth-of-type(2n) {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
2018-03-03 01:42:02 +08:00
|
|
|
}
|
2018-07-13 04:38:51 +08:00
|
|
|
@include breakpoint(mobile) {
|
2018-03-03 01:42:02 +08:00
|
|
|
flex: 0 0 100%;
|
|
|
|
}
|
|
|
|
&:hover {
|
|
|
|
box-shadow: shadow("card");
|
|
|
|
}
|
|
|
|
&:active {
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
&.large {
|
2016-03-31 00:05:16 +08:00
|
|
|
width: 100%;
|
2018-03-03 05:15:31 +08:00
|
|
|
align-self: flex-start;
|
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
|
|
|
}
|
|
|
|
.badge-contents {
|
|
|
|
.badge-link {
|
|
|
|
padding: 0 5%;
|
|
|
|
width: 90%;
|
|
|
|
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;
|
2017-10-11 04:07:46 +08:00
|
|
|
color: dark-light-choose($primary-medium, $secondary-medium);
|
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 {
|
2016-03-26 03:32:48 +08:00
|
|
|
margin-bottom: 1.5em;
|
2018-03-03 01:42:02 +08:00
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
2018-07-13 04:38:51 +08:00
|
|
|
@include breakpoint(medium) {
|
2018-06-08 17:49:31 +08:00
|
|
|
justify-content: space-between;
|
2018-03-03 01:42:02 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.title {
|
|
|
|
width: 100%;
|
|
|
|
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;
|
2017-10-11 04:07:46 +08:00
|
|
|
color: dark-light-choose($primary-medium, $secondary-medium);
|
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;
|
|
|
|
border: 1px solid $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;
|
|
|
|
width: 18px;
|
|
|
|
border-radius: 10px;
|
|
|
|
text-align: center;
|
|
|
|
.fa {
|
|
|
|
font-size: 0.9em;
|
|
|
|
color: $secondary;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.check-display.status-checked {
|
2016-03-26 05:03:00 +08:00
|
|
|
background-color: $success;
|
2016-03-26 03:32:48 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.check-display.status-unchecked {
|
|
|
|
background-color: $danger;
|
|
|
|
}
|
|
|
|
|
2016-03-29 13:21:39 +08:00
|
|
|
.hyperlink {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|