2013-02-05 14:16:51 -05:00
|
|
|
// --------------------------------------------------
|
|
|
|
// Badges
|
|
|
|
// --------------------------------------------------
|
|
|
|
|
|
|
|
// Base
|
|
|
|
// --------------------------------------------------
|
|
|
|
|
|
|
|
%badge {
|
|
|
|
display: inline-block;
|
2014-03-15 12:01:17 -04:00
|
|
|
font-weight: normal;
|
2013-02-05 14:16:51 -05:00
|
|
|
white-space: nowrap;
|
2013-08-02 06:46:36 -04:00
|
|
|
@include border-radius-all(10px);
|
2013-02-05 14:16:51 -05:00
|
|
|
}
|
|
|
|
|
2015-03-04 22:15:21 -05:00
|
|
|
// Category badges
|
2013-02-05 14:16:51 -05:00
|
|
|
// --------------------------------------------------
|
|
|
|
|
2015-03-04 22:15:21 -05:00
|
|
|
.badge-wrapper {
|
2014-12-15 22:12:56 -05:00
|
|
|
font-size: 0.857em;
|
2013-07-22 03:11:34 -04:00
|
|
|
font-weight: bold;
|
2013-07-26 10:11:00 -04:00
|
|
|
white-space: nowrap;
|
2014-03-17 23:00:39 -04:00
|
|
|
display: inline-block;
|
2015-01-28 22:53:02 -05:00
|
|
|
position: relative;
|
2015-01-29 01:34:05 -05:00
|
|
|
|
2015-03-09 12:25:27 -04:00
|
|
|
&.bar { //bar category style
|
2015-03-04 22:15:21 -05:00
|
|
|
line-height: 1.25;
|
|
|
|
span.badge-category {
|
2015-03-09 12:25:27 -04:00
|
|
|
color: $primary !important;
|
|
|
|
padding: 3px;
|
|
|
|
vertical-align: text-top;
|
|
|
|
margin-top: -3px; //vertical alignment fix
|
|
|
|
display: inline-block;
|
|
|
|
|
|
|
|
.extra-info-wrapper & {
|
|
|
|
color: $header-primary !important;
|
|
|
|
}
|
2015-03-04 22:15:21 -05:00
|
|
|
}
|
2015-01-29 01:38:18 -05:00
|
|
|
|
2015-03-04 22:15:21 -05:00
|
|
|
.badge-category-parent-bg, .badge-category-bg {
|
|
|
|
display: inline-block;
|
|
|
|
padding: 1px;
|
2015-01-29 01:38:18 -05:00
|
|
|
|
2015-03-04 22:15:21 -05:00
|
|
|
&:before {
|
|
|
|
content: "\a0";
|
|
|
|
}
|
2015-03-09 12:25:27 -04:00
|
|
|
|
2015-03-04 22:15:21 -05:00
|
|
|
}
|
2015-01-29 20:33:27 -05:00
|
|
|
|
|
|
|
}
|
|
|
|
|
2015-03-09 12:25:27 -04:00
|
|
|
|
|
|
|
&.bullet { //bullet category style
|
|
|
|
line-height: 1.25;
|
|
|
|
|
|
|
|
span.badge-category {
|
|
|
|
color: $primary !important;
|
|
|
|
vertical-align: text-top;
|
2015-03-09 23:47:30 -04:00
|
|
|
line-height: 1;
|
2015-03-09 12:25:27 -04:00
|
|
|
margin-left: 4px;
|
|
|
|
display: inline-block;
|
|
|
|
|
|
|
|
#search-dropdown & {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.extra-info-wrapper & {
|
|
|
|
color: $header-primary !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.badge-category-parent-bg, .badge-category-bg {
|
|
|
|
display: inline-block;
|
|
|
|
width: 10px;
|
|
|
|
height: 10px;
|
|
|
|
&:before {
|
|
|
|
content: "\a0";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
span {
|
|
|
|
&.badge-category-parent-bg { //subcategory style
|
|
|
|
width: 5px;
|
|
|
|
& + .badge-category-bg {
|
|
|
|
width: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
&.box { //box category style (apply custom widths to the wrapper, not the children)
|
2015-03-04 22:15:21 -05:00
|
|
|
line-height: 1.5;
|
|
|
|
margin-top: 5px;
|
2013-02-05 14:16:51 -05:00
|
|
|
|
2015-01-28 22:53:02 -05:00
|
|
|
span {
|
2015-03-04 22:15:21 -05:00
|
|
|
display: block;
|
|
|
|
|
|
|
|
&.badge-category-bg, &.badge-category-parent-bg {
|
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
2015-03-09 12:25:27 -04:00
|
|
|
&.badge-category-parent-bg { //subcategory style
|
2015-03-04 22:15:21 -05:00
|
|
|
width: calc(100% - 5px);
|
|
|
|
& + .badge-category-bg {
|
|
|
|
left: 5px;
|
|
|
|
width: calc(100% - 5px);
|
|
|
|
& + .badge-category {
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&.badge-category {
|
|
|
|
position: relative;
|
|
|
|
padding: 0 5px;
|
|
|
|
margin-top: 2px;
|
|
|
|
}
|
2015-02-06 00:20:55 -05:00
|
|
|
}
|
|
|
|
}
|
2015-03-09 12:25:27 -04:00
|
|
|
|
2015-03-04 22:15:21 -05:00
|
|
|
span.badge-category {
|
|
|
|
max-width: 150px;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
2015-01-31 01:04:53 -05:00
|
|
|
|
2015-03-09 12:25:27 -04:00
|
|
|
.d-dropdown & {
|
|
|
|
max-width: 100px;
|
|
|
|
}
|
2015-03-04 22:15:21 -05:00
|
|
|
}
|
2015-01-28 22:53:02 -05:00
|
|
|
|
2015-01-30 01:57:46 -05:00
|
|
|
}
|
|
|
|
|
2015-03-04 22:15:21 -05:00
|
|
|
// Category badge dropdown
|
|
|
|
// --------------------------------------------------
|
2015-01-28 22:53:02 -05:00
|
|
|
|
|
|
|
|
2015-03-04 22:15:21 -05:00
|
|
|
.list-controls {
|
|
|
|
.category-breadcrumb {
|
|
|
|
a.badge-category {
|
|
|
|
display: inline-block;
|
|
|
|
padding: 5px 8px;
|
|
|
|
line-height: 20px;
|
|
|
|
&.category-dropdown-button {
|
|
|
|
margin-left: -4px;
|
|
|
|
padding: 5px;
|
|
|
|
width: 13px;
|
|
|
|
|
|
|
|
.fa-caret-right {
|
|
|
|
margin-left: 2px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2015-03-09 12:25:27 -04:00
|
|
|
|
2015-03-04 22:15:21 -05:00
|
|
|
li.bar>.badge-category:not(.home):first-child {
|
|
|
|
border-left: 5px solid;
|
|
|
|
}
|
2015-03-09 12:25:27 -04:00
|
|
|
|
2015-03-04 22:15:21 -05:00
|
|
|
li.bar>.badge-category {
|
|
|
|
background: dark-light-diff($primary, $secondary, 95%, -65%) !important;
|
2015-03-09 12:25:27 -04:00
|
|
|
color: $primary !important;
|
|
|
|
}
|
|
|
|
|
2015-03-09 23:47:30 -04:00
|
|
|
li.bullet>.badge-category {
|
|
|
|
background: dark-light-diff($primary, $secondary, 95%, -65%) !important;
|
|
|
|
color: $primary !important;
|
|
|
|
|
|
|
|
.badge-category-bg {
|
|
|
|
width: 10px;
|
|
|
|
height: 10px;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2015-01-29 01:34:05 -05:00
|
|
|
}
|
|
|
|
|
2015-03-04 22:15:21 -05:00
|
|
|
.category-dropdown-menu {
|
|
|
|
.badge-category {
|
|
|
|
&.home {
|
|
|
|
margin-left: 4px;
|
|
|
|
padding-left: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.cat {
|
|
|
|
line-height: 0;
|
|
|
|
}
|
|
|
|
.badge-wrapper {
|
|
|
|
&.bar {
|
|
|
|
margin: 5px 0;
|
|
|
|
.badge-category {
|
|
|
|
max-width: 100px;
|
|
|
|
}
|
|
|
|
}
|
2015-03-09 12:25:27 -04:00
|
|
|
&.bullet {
|
|
|
|
margin: 5px;
|
|
|
|
.badge-category {
|
|
|
|
max-width: 100px;
|
|
|
|
}
|
|
|
|
}
|
2015-03-04 22:15:21 -05:00
|
|
|
&.box {
|
|
|
|
margin-top: 0;
|
|
|
|
width: 100%;
|
|
|
|
line-height: 1;
|
|
|
|
span.badge-category {
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
}
|
2015-02-25 01:42:10 -05:00
|
|
|
|
2015-03-04 22:15:21 -05:00
|
|
|
}
|
2015-01-28 22:53:02 -05:00
|
|
|
|
2015-01-29 01:48:55 -05:00
|
|
|
}
|
2015-01-28 22:53:02 -05:00
|
|
|
|
2015-01-29 01:48:55 -05:00
|
|
|
}
|
2015-01-28 22:53:02 -05:00
|
|
|
|
2013-10-25 15:23:29 -04:00
|
|
|
|
2015-03-04 22:15:21 -05:00
|
|
|
|
|
|
|
|
2013-02-05 14:16:51 -05:00
|
|
|
// Notification badge
|
|
|
|
// --------------------------------------------------
|
|
|
|
|
|
|
|
.badge-notification {
|
|
|
|
@extend %badge;
|
2015-02-08 18:09:12 -05:00
|
|
|
padding: 4px 5px 2px 5px;
|
2014-09-04 00:02:29 -04:00
|
|
|
vertical-align: middle;
|
2014-07-25 23:06:14 -04:00
|
|
|
color: $secondary;
|
2013-02-05 14:16:51 -05:00
|
|
|
font-size: 11px;
|
2014-03-12 23:17:18 -04:00
|
|
|
line-height: 1;
|
2013-08-02 15:41:02 -04:00
|
|
|
text-align: center;
|
2014-07-25 23:06:14 -04:00
|
|
|
background-color: scale-color($primary, $lightness: 70%);
|
2013-02-05 14:16:51 -05:00
|
|
|
&[href] {
|
2014-07-25 23:06:14 -04:00
|
|
|
color: $secondary;
|
2013-02-05 14:16:51 -05:00
|
|
|
}
|
|
|
|
|
2014-09-03 03:11:19 -04:00
|
|
|
// New posts
|
2013-02-05 14:16:51 -05:00
|
|
|
|
2014-09-03 03:11:19 -04:00
|
|
|
&.new-posts, &.unread-posts {
|
2014-07-25 23:06:14 -04:00
|
|
|
background-color: scale-color($tertiary, $lightness: 50%);
|
|
|
|
color: $secondary;
|
2014-03-08 00:55:02 -05:00
|
|
|
font-weight: normal;
|
2013-02-05 14:16:51 -05:00
|
|
|
}
|
|
|
|
|
2014-09-03 12:22:18 -04:00
|
|
|
&.new-topic {
|
|
|
|
background-color: transparent;
|
2014-09-03 16:33:56 -04:00
|
|
|
color: scale-color($tertiary, $lightness: 20%);
|
2014-09-03 12:22:18 -04:00
|
|
|
font-weight: normal;
|
2014-12-15 22:12:56 -05:00
|
|
|
font-size: 0.929em;
|
2014-09-03 12:22:18 -04:00
|
|
|
}
|
2014-03-11 17:26:25 -04:00
|
|
|
|
2014-09-03 16:33:56 -04:00
|
|
|
&.new-topic::before {
|
2014-09-03 21:07:15 -04:00
|
|
|
content: "●";
|
|
|
|
margin-right: 2px;
|
2014-09-03 16:33:56 -04:00
|
|
|
}
|
|
|
|
|
2013-02-05 14:16:51 -05:00
|
|
|
// Click count
|
|
|
|
|
|
|
|
&.clicks {
|
|
|
|
font-weight: normal;
|
2013-11-13 23:10:47 -05:00
|
|
|
background-color: #ddd;
|
2014-03-08 00:55:02 -05:00
|
|
|
top: -1px;
|
2013-11-17 22:32:58 -05:00
|
|
|
color: #888;
|
|
|
|
position: relative;
|
|
|
|
margin-left: 2px;
|
2014-07-25 12:22:55 -04:00
|
|
|
border: none;
|
2013-02-05 14:16:51 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// Posts badge
|
|
|
|
// --------------------------------------------------
|
|
|
|
|
|
|
|
.badge-posts {
|
2014-03-15 12:01:17 -04:00
|
|
|
font-weight: normal;
|
2014-12-15 22:12:56 -05:00
|
|
|
font-size: 1em;
|
2013-02-05 14:16:51 -05:00
|
|
|
line-height: 1;
|
|
|
|
&[href] {
|
2014-05-06 01:50:51 -04:00
|
|
|
color: scale-color($primary, $lightness: 40%);
|
2013-02-05 14:16:51 -05:00
|
|
|
}
|
2013-05-17 16:09:52 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
// Group badge
|
|
|
|
// --------------------------------------------------
|
|
|
|
|
|
|
|
.badge-group {
|
|
|
|
@extend %badge;
|
2015-02-08 18:09:12 -05:00
|
|
|
padding: 4px 5px 2px 5px;
|
2014-05-06 01:50:51 -04:00
|
|
|
color: $primary;
|
|
|
|
text-shadow: 0 1px 0 rgba($primary, 0.1);
|
2014-08-06 09:31:13 -04:00
|
|
|
background-color: dark-light-diff($primary, $secondary, 90%, -65%);
|
|
|
|
border-color: dark-light-diff($primary, $secondary, 90%, -65%);
|
2014-12-15 22:12:56 -05:00
|
|
|
font-size: 0.857em;
|
2014-10-10 18:02:46 -04:00
|
|
|
box-shadow: inset 0 1px 0 rgba(0,0,0, 0.22);
|
2013-05-17 16:09:52 -04:00
|
|
|
}
|