Skip to content

Instantly share code, notes, and snippets.

@artlung
Created May 15, 2014 16:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save artlung/bf01bb18a1c2f4f1b42a to your computer and use it in GitHub Desktop.
Save artlung/bf01bb18a1c2f4f1b42a to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.7)
// Compass (v1.0.0.alpha.18)
// ----
/* BEGIN original source: /lib/less/slacker/daypart.less */
@mixin dayPartMixin($index, $color)
{
.tod-#{$index} {
color: $color;
}
div.my-vibe.tod-#{$index} .msg {
background-color: rgba(red($color), green($color), blue($color), 0.75);
$thisBackground: rgba(red($color), green($color), blue($color), 0.75);
$thisBackgroundIE: argb($thisBackground);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='${thisBackgroundIE}', endColorstr='${thisBackgroundIE}');
}
div.my-vibe.tod-#{$index} #stations {
position: relative;
overflow: visible !important;
max-width: 350px;
float: left;
display: inline;
display: none;
left: 20px;
}
div.my-vibe.tod-#{$index} #stations .item .play-icon {
background-color: rgba(red($color), green($color), blue($color), 0.7);
$thisBackground: rgba(red($color), green($color), blue($color), 0.7);
$thisBackgroundIE: argb($thisBackground);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='${thisBackgroundIE}', endColorstr='${thisBackgroundIE}');
}
div.my-vibe.tod-#{$index} #stations .item.selected {
background: $color;
}
div.my-vibe.tod-#{$index} #stations .item.selected:hover {
background: darken($color, 5);
}
div.my-vibe.tod-#{$index} #stations .item:hover {
background: rgba(red($color), green($color), blue($color), 0.2);
}
div.my-vibe.tod-#{$index} .actions a:hover {
color: $color;
background-image: url(/images/myvibe/arrow.png);
background-position: 90% 50%;
background-repeat: no-repeat;
background-color: rgba(red($color), green($color), blue($color), 0.1);
$thisBackground: rgba(red($color), green($color), blue($color), 0.1);
$thisBackgroundIE: argb($thisBackground);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='${thisBackgroundIE}', endColorstr='${thisBackgroundIE}');
}
div.my-vibe.tod-#{$index} .actions a.highlight {
color: #fff;
background-image: url(/images/myvibe/arrow.png);
background-position: 90% 50%;
background-repeat: no-repeat;
background-color: rgb(red($color), green($color), blue($color));
background-color: rgba(red($color), green($color), blue($color), 0.9);
$thisBackground: rgba(red($color), green($color), blue($color), 0.9);
$thisBackgroundIE: argb($thisBackground);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='${thisBackgroundIE}', endColorstr='${thisBackgroundIE}');
}
div.my-vibe.tod-#{$index} .actions a.highlight:hover {
color: $color;
}
div.my-vibe.tod-#{$index} .actions a.highlight img {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
}
div.my-vibe.tod-#{$index} .actions a.highlight:hover {
background-image: url(/images/myvibe/arrow.png);
background-repeat: no-repeat;
background-position: 90% 50%;
background-color: rgb(red($color), green($color), blue($color));
background-color: rgba(red($color), green($color), blue($color), 0.2);
$thisBackground: rgba(red($color), green($color), blue($color), 0.2);
$thisBackgroundIE: argb($thisBackground);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='${thisBackgroundIE}', endColorstr='${thisBackgroundIE}');
}
div.my-vibe.tod-#{$index} .tod li.highlight {
background: $color;
}
div.my-vibe.tod-#{$index} .tod li.highlight:hover {
background: darken($color, 5);
}
div.my-vibe.tod-#{$index} .tod li:hover {
background-color: rgba(red($color), green($color), blue($color), 0.1);
$thisBackground: rgba(red($color), green($color), blue($color), 0.1);
$thisBackgroundIE: argb($thisBackground);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='${thisBackgroundIE}', endColorstr='${thisBackgroundIE}');
}
div.my-vibe.tod-#{$index} .masthead {
color: $color;
}
div.my-vibe.tod-#{$index} .masthead a {
background-color: rgba(red($color), green($color), blue($color), 0.1);
$thisBackground: rgba(red($color), green($color), blue($color), 0.1);
$thisBackgroundIE: argb($thisBackground);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='${thisBackgroundIE}', endColorstr='${thisBackgroundIE}');
}
div.my-vibe.tod-#{$index} .masthead a:hover {
background-color: rgba(red($color), green($color), blue($color), 0.1);
$thisBackground: rgba(red($color), green($color), blue($color), 0.1);
$thisBackgroundIE: argb($thisBackground);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='${thisBackgroundIE}', endColorstr='${thisBackgroundIE}');
}
div.my-vibe.tod-#{$index} a {
color: $color;
}
div.my-vibe.tod-#{$index} .weekday a {
color: $color;
color: rgba(red($color), green($color), blue($color), 0.7);
}
div.my-vibe.tod-#{$index} .weekday li.highlight {
background-color: $color;
$thisBackground: rgb(red($color), green($color), blue($color));
$thisBackgroundIE: argb($thisBackground);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='${thisBackgroundIE}', endColorstr='${thisBackgroundIE}');
}
div.my-vibe.tod-#{$index} .weekday li.highlight:hover {
background-color: darken($color, 5);
$thisBackground: rgb(red($color), green($color), blue($color));
$thisBackgroundIE: argb($thisBackground);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='${thisBackgroundIE}', endColorstr='${thisBackgroundIE}');
}
div.my-vibe.tod-#{$index} .weekday li:hover {
background-color: rgba(red($color), green($color), blue($color), 0.1);
$thisBackground: rgba(red($color), green($color), blue($color), 0.1);
$thisBackgroundIE: argb($thisBackground);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='${thisBackgroundIE}', endColorstr='${thisBackgroundIE}');
}
}
$color1: #9e5d5a;
$color2: #e3863b;
$color3: #0098d7;
$color4: #535b82;
$color5: mix($color3, $color4);
@include dayPartMixin(1, $color1);
@include dayPartMixin(2, $color2);
@include dayPartMixin(3, $color3);
@include dayPartMixin(4, $color4);
//.dayPartMixin(5, $color5);
/* END original source: /lib/less/slacker/daypart.less */
/* BEGIN original source: /lib/less/slacker/daypart.less */
.tod-1 {
color: #9e5d5a;
}
div.my-vibe.tod-1 .msg {
background-color: rgba(158, 93, 90, 0.75);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='${thisBackgroundIE}', endColorstr='${thisBackgroundIE}');
}
div.my-vibe.tod-1 #stations {
position: relative;
overflow: visible !important;
max-width: 350px;
float: left;
display: inline;
display: none;
left: 20px;
}
div.my-vibe.tod-1 #stations .item .play-icon {
background-color: rgba(158, 93, 90, 0.7);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='${thisBackgroundIE}', endColorstr='${thisBackgroundIE}');
}
div.my-vibe.tod-1 #stations .item.selected {
background: #9e5d5a;
}
div.my-vibe.tod-1 #stations .item.selected:hover {
background: #8e5351;
}
div.my-vibe.tod-1 #stations .item:hover {
background: rgba(158, 93, 90, 0.2);
}
div.my-vibe.tod-1 .actions a:hover {
color: #9e5d5a;
background-image: url(/images/myvibe/arrow.png);
background-position: 90% 50%;
background-repeat: no-repeat;
background-color: rgba(158, 93, 90, 0.1);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='${thisBackgroundIE}', endColorstr='${thisBackgroundIE}');
}
div.my-vibe.tod-1 .actions a.highlight {
color: #fff;
background-image: url(/images/myvibe/arrow.png);
background-position: 90% 50%;
background-repeat: no-repeat;
background-color: #9e5d5a;
background-color: rgba(158, 93, 90, 0.9);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='${thisBackgroundIE}', endColorstr='${thisBackgroundIE}');
}
div.my-vibe.tod-1 .actions a.highlight:hover {
color: #9e5d5a;
}
div.my-vibe.tod-1 .actions a.highlight img {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
}
div.my-vibe.tod-1 .actions a.highlight:hover {
background-image: url(/images/myvibe/arrow.png);
background-repeat: no-repeat;
background-position: 90% 50%;
background-color: #9e5d5a;
background-color: rgba(158, 93, 90, 0.2);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='${thisBackgroundIE}', endColorstr='${thisBackgroundIE}');
}
div.my-vibe.tod-1 .tod li.highlight {
background: #9e5d5a;
}
div.my-vibe.tod-1 .tod li.highlight:hover {
background: #8e5351;
}
div.my-vibe.tod-1 .tod li:hover {
background-color: rgba(158, 93, 90, 0.1);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='${thisBackgroundIE}', endColorstr='${thisBackgroundIE}');
}
div.my-vibe.tod-1 .masthead {
color: #9e5d5a;
}
div.my-vibe.tod-1 .masthead a {
background-color: rgba(158, 93, 90, 0.1);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='${thisBackgroundIE}', endColorstr='${thisBackgroundIE}');
}
div.my-vibe.tod-1 .masthead a:hover {
background-color: rgba(158, 93, 90, 0.1);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='${thisBackgroundIE}', endColorstr='${thisBackgroundIE}');
}
div.my-vibe.tod-1 a {
color: #9e5d5a;
}
div.my-vibe.tod-1 .weekday a {
color: #9e5d5a;
color: rgba(158, 93, 90, 0.7);
}
div.my-vibe.tod-1 .weekday li.highlight {
background-color: #9e5d5a;
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='${thisBackgroundIE}', endColorstr='${thisBackgroundIE}');
}
div.my-vibe.tod-1 .weekday li.highlight:hover {
background-color: #8e5351;
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='${thisBackgroundIE}', endColorstr='${thisBackgroundIE}');
}
div.my-vibe.tod-1 .weekday li:hover {
background-color: rgba(158, 93, 90, 0.1);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='${thisBackgroundIE}', endColorstr='${thisBackgroundIE}');
}
.tod-2 {
color: #e3863b;
}
div.my-vibe.tod-2 .msg {
background-color: rgba(227, 134, 59, 0.75);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='${thisBackgroundIE}', endColorstr='${thisBackgroundIE}');
}
div.my-vibe.tod-2 #stations {
position: relative;
overflow: visible !important;
max-width: 350px;
float: left;
display: inline;
display: none;
left: 20px;
}
div.my-vibe.tod-2 #stations .item .play-icon {
background-color: rgba(227, 134, 59, 0.7);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='${thisBackgroundIE}', endColorstr='${thisBackgroundIE}');
}
div.my-vibe.tod-2 #stations .item.selected {
background: #e3863b;
}
div.my-vibe.tod-2 #stations .item.selected:hover {
background: #e07825;
}
div.my-vibe.tod-2 #stations .item:hover {
background: rgba(227, 134, 59, 0.2);
}
div.my-vibe.tod-2 .actions a:hover {
color: #e3863b;
background-image: url(/images/myvibe/arrow.png);
background-position: 90% 50%;
background-repeat: no-repeat;
background-color: rgba(227, 134, 59, 0.1);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='${thisBackgroundIE}', endColorstr='${thisBackgroundIE}');
}
div.my-vibe.tod-2 .actions a.highlight {
color: #fff;
background-image: url(/images/myvibe/arrow.png);
background-position: 90% 50%;
background-repeat: no-repeat;
background-color: #e3863b;
background-color: rgba(227, 134, 59, 0.9);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='${thisBackgroundIE}', endColorstr='${thisBackgroundIE}');
}
div.my-vibe.tod-2 .actions a.highlight:hover {
color: #e3863b;
}
div.my-vibe.tod-2 .actions a.highlight img {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
}
div.my-vibe.tod-2 .actions a.highlight:hover {
background-image: url(/images/myvibe/arrow.png);
background-repeat: no-repeat;
background-position: 90% 50%;
background-color: #e3863b;
background-color: rgba(227, 134, 59, 0.2);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='${thisBackgroundIE}', endColorstr='${thisBackgroundIE}');
}
div.my-vibe.tod-2 .tod li.highlight {
background: #e3863b;
}
div.my-vibe.tod-2 .tod li.highlight:hover {
background: #e07825;
}
div.my-vibe.tod-2 .tod li:hover {
background-color: rgba(227, 134, 59, 0.1);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='${thisBackgroundIE}', endColorstr='${thisBackgroundIE}');
}
div.my-vibe.tod-2 .masthead {
color: #e3863b;
}
div.my-vibe.tod-2 .masthead a {
background-color: rgba(227, 134, 59, 0.1);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='${thisBackgroundIE}', endColorstr='${thisBackgroundIE}');
}
div.my-vibe.tod-2 .masthead a:hover {
background-color: rgba(227, 134, 59, 0.1);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='${thisBackgroundIE}', endColorstr='${thisBackgroundIE}');
}
div.my-vibe.tod-2 a {
color: #e3863b;
}
div.my-vibe.tod-2 .weekday a {
color: #e3863b;
color: rgba(227, 134, 59, 0.7);
}
div.my-vibe.tod-2 .weekday li.highlight {
background-color: #e3863b;
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='${thisBackgroundIE}', endColorstr='${thisBackgroundIE}');
}
div.my-vibe.tod-2 .weekday li.highlight:hover {
background-color: #e07825;
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='${thisBackgroundIE}', endColorstr='${thisBackgroundIE}');
}
div.my-vibe.tod-2 .weekday li:hover {
background-color: rgba(227, 134, 59, 0.1);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='${thisBackgroundIE}', endColorstr='${thisBackgroundIE}');
}
.tod-3 {
color: #0098d7;
}
div.my-vibe.tod-3 .msg {
background-color: rgba(0, 152, 215, 0.75);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='${thisBackgroundIE}', endColorstr='${thisBackgroundIE}');
}
div.my-vibe.tod-3 #stations {
position: relative;
overflow: visible !important;
max-width: 350px;
float: left;
display: inline;
display: none;
left: 20px;
}
div.my-vibe.tod-3 #stations .item .play-icon {
background-color: rgba(0, 152, 215, 0.7);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='${thisBackgroundIE}', endColorstr='${thisBackgroundIE}');
}
div.my-vibe.tod-3 #stations .item.selected {
background: #0098d7;
}
div.my-vibe.tod-3 #stations .item.selected:hover {
background: #0086be;
}
div.my-vibe.tod-3 #stations .item:hover {
background: rgba(0, 152, 215, 0.2);
}
div.my-vibe.tod-3 .actions a:hover {
color: #0098d7;
background-image: url(/images/myvibe/arrow.png);
background-position: 90% 50%;
background-repeat: no-repeat;
background-color: rgba(0, 152, 215, 0.1);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='${thisBackgroundIE}', endColorstr='${thisBackgroundIE}');
}
div.my-vibe.tod-3 .actions a.highlight {
color: #fff;
background-image: url(/images/myvibe/arrow.png);
background-position: 90% 50%;
background-repeat: no-repeat;
background-color: #0098d7;
background-color: rgba(0, 152, 215, 0.9);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='${thisBackgroundIE}', endColorstr='${thisBackgroundIE}');
}
div.my-vibe.tod-3 .actions a.highlight:hover {
color: #0098d7;
}
div.my-vibe.tod-3 .actions a.highlight img {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
}
div.my-vibe.tod-3 .actions a.highlight:hover {
background-image: url(/images/myvibe/arrow.png);
background-repeat: no-repeat;
background-position: 90% 50%;
background-color: #0098d7;
background-color: rgba(0, 152, 215, 0.2);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='${thisBackgroundIE}', endColorstr='${thisBackgroundIE}');
}
div.my-vibe.tod-3 .tod li.highlight {
background: #0098d7;
}
div.my-vibe.tod-3 .tod li.highlight:hover {
background: #0086be;
}
div.my-vibe.tod-3 .tod li:hover {
background-color: rgba(0, 152, 215, 0.1);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='${thisBackgroundIE}', endColorstr='${thisBackgroundIE}');
}
div.my-vibe.tod-3 .masthead {
color: #0098d7;
}
div.my-vibe.tod-3 .masthead a {
background-color: rgba(0, 152, 215, 0.1);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='${thisBackgroundIE}', endColorstr='${thisBackgroundIE}');
}
div.my-vibe.tod-3 .masthead a:hover {
background-color: rgba(0, 152, 215, 0.1);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='${thisBackgroundIE}', endColorstr='${thisBackgroundIE}');
}
div.my-vibe.tod-3 a {
color: #0098d7;
}
div.my-vibe.tod-3 .weekday a {
color: #0098d7;
color: rgba(0, 152, 215, 0.7);
}
div.my-vibe.tod-3 .weekday li.highlight {
background-color: #0098d7;
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='${thisBackgroundIE}', endColorstr='${thisBackgroundIE}');
}
div.my-vibe.tod-3 .weekday li.highlight:hover {
background-color: #0086be;
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='${thisBackgroundIE}', endColorstr='${thisBackgroundIE}');
}
div.my-vibe.tod-3 .weekday li:hover {
background-color: rgba(0, 152, 215, 0.1);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='${thisBackgroundIE}', endColorstr='${thisBackgroundIE}');
}
.tod-4 {
color: #535b82;
}
div.my-vibe.tod-4 .msg {
background-color: rgba(83, 91, 130, 0.75);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='${thisBackgroundIE}', endColorstr='${thisBackgroundIE}');
}
div.my-vibe.tod-4 #stations {
position: relative;
overflow: visible !important;
max-width: 350px;
float: left;
display: inline;
display: none;
left: 20px;
}
div.my-vibe.tod-4 #stations .item .play-icon {
background-color: rgba(83, 91, 130, 0.7);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='${thisBackgroundIE}', endColorstr='${thisBackgroundIE}');
}
div.my-vibe.tod-4 #stations .item.selected {
background: #535b82;
}
div.my-vibe.tod-4 #stations .item.selected:hover {
background: #495072;
}
div.my-vibe.tod-4 #stations .item:hover {
background: rgba(83, 91, 130, 0.2);
}
div.my-vibe.tod-4 .actions a:hover {
color: #535b82;
background-image: url(/images/myvibe/arrow.png);
background-position: 90% 50%;
background-repeat: no-repeat;
background-color: rgba(83, 91, 130, 0.1);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='${thisBackgroundIE}', endColorstr='${thisBackgroundIE}');
}
div.my-vibe.tod-4 .actions a.highlight {
color: #fff;
background-image: url(/images/myvibe/arrow.png);
background-position: 90% 50%;
background-repeat: no-repeat;
background-color: #535b82;
background-color: rgba(83, 91, 130, 0.9);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='${thisBackgroundIE}', endColorstr='${thisBackgroundIE}');
}
div.my-vibe.tod-4 .actions a.highlight:hover {
color: #535b82;
}
div.my-vibe.tod-4 .actions a.highlight img {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
}
div.my-vibe.tod-4 .actions a.highlight:hover {
background-image: url(/images/myvibe/arrow.png);
background-repeat: no-repeat;
background-position: 90% 50%;
background-color: #535b82;
background-color: rgba(83, 91, 130, 0.2);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='${thisBackgroundIE}', endColorstr='${thisBackgroundIE}');
}
div.my-vibe.tod-4 .tod li.highlight {
background: #535b82;
}
div.my-vibe.tod-4 .tod li.highlight:hover {
background: #495072;
}
div.my-vibe.tod-4 .tod li:hover {
background-color: rgba(83, 91, 130, 0.1);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='${thisBackgroundIE}', endColorstr='${thisBackgroundIE}');
}
div.my-vibe.tod-4 .masthead {
color: #535b82;
}
div.my-vibe.tod-4 .masthead a {
background-color: rgba(83, 91, 130, 0.1);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='${thisBackgroundIE}', endColorstr='${thisBackgroundIE}');
}
div.my-vibe.tod-4 .masthead a:hover {
background-color: rgba(83, 91, 130, 0.1);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='${thisBackgroundIE}', endColorstr='${thisBackgroundIE}');
}
div.my-vibe.tod-4 a {
color: #535b82;
}
div.my-vibe.tod-4 .weekday a {
color: #535b82;
color: rgba(83, 91, 130, 0.7);
}
div.my-vibe.tod-4 .weekday li.highlight {
background-color: #535b82;
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='${thisBackgroundIE}', endColorstr='${thisBackgroundIE}');
}
div.my-vibe.tod-4 .weekday li.highlight:hover {
background-color: #495072;
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='${thisBackgroundIE}', endColorstr='${thisBackgroundIE}');
}
div.my-vibe.tod-4 .weekday li:hover {
background-color: rgba(83, 91, 130, 0.1);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='${thisBackgroundIE}', endColorstr='${thisBackgroundIE}');
}
/* END original source: /lib/less/slacker/daypart.less */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment