2013-04-25 16:28:01 -07:00
|
|
|
|
.posterItem {
|
2014-03-07 21:20:31 -07:00
|
|
|
|
margin: 4px 5px;
|
2013-04-25 16:28:01 -07:00
|
|
|
|
text-shadow: none;
|
|
|
|
|
font-weight: normal!important;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
position: relative;
|
2013-04-28 10:39:16 -07:00
|
|
|
|
color: #fff!important;
|
2013-04-25 16:28:01 -07:00
|
|
|
|
text-decoration: none;
|
|
|
|
|
text-align: left;
|
2013-12-22 10:16:24 -07:00
|
|
|
|
-webkit-transition: all 500ms ease;
|
|
|
|
|
-moz-transition: all 500ms ease;
|
|
|
|
|
-o-transition: all 500ms ease;
|
|
|
|
|
-ms-transition: all 500ms ease;
|
|
|
|
|
transition: all 500ms ease;
|
2013-04-25 16:28:01 -07:00
|
|
|
|
}
|
|
|
|
|
|
2014-01-14 22:01:58 -07:00
|
|
|
|
/*.posterItemOverlayTarget {
|
2014-01-14 13:56:53 -07:00
|
|
|
|
position: absolute;
|
|
|
|
|
right: 0;
|
|
|
|
|
top: 50%;
|
2014-01-14 22:01:58 -07:00
|
|
|
|
z-index: 999;
|
|
|
|
|
}*/
|
|
|
|
|
|
|
|
|
|
.posterItemOverlayTarget {
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
bottom: 0;
|
2014-01-15 08:18:31 -07:00
|
|
|
|
background-color: rgba(0, 0, 0, .85);
|
2014-01-14 22:01:58 -07:00
|
|
|
|
z-index: 999;
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.posterItemOverlayInner {
|
2014-01-22 15:38:55 -07:00
|
|
|
|
padding: 11px 12px 10px;
|
2014-01-14 13:56:53 -07:00
|
|
|
|
}
|
2013-12-23 08:26:36 -07:00
|
|
|
|
|
2013-04-25 16:28:01 -07:00
|
|
|
|
.posterItemImage {
|
2013-04-26 05:44:50 -07:00
|
|
|
|
background-size: contain;
|
2013-04-25 16:28:01 -07:00
|
|
|
|
background-repeat: no-repeat;
|
2013-05-03 13:50:13 -07:00
|
|
|
|
background-position: center bottom;
|
2013-04-28 10:39:16 -07:00
|
|
|
|
background-color: #000;
|
2013-12-28 22:32:03 -07:00
|
|
|
|
position: relative;
|
2013-04-28 10:39:16 -07:00
|
|
|
|
}
|
|
|
|
|
|
2014-01-14 08:50:39 -07:00
|
|
|
|
.posterItem:hover .posterItemImage {
|
2014-02-12 22:11:54 -07:00
|
|
|
|
-moz-box-shadow: 0 0 12px 7px #38c;
|
|
|
|
|
-webkit-box-shadow: 0 0 12px 7px #38c;
|
|
|
|
|
box-shadow: 0 0 12px 7px #38c;
|
2014-01-14 08:50:39 -07:00
|
|
|
|
}
|
2014-01-01 11:26:31 -07:00
|
|
|
|
|
|
|
|
|
.coveredPosterItemImage {
|
|
|
|
|
background-size: cover;
|
|
|
|
|
background-position: center center;
|
|
|
|
|
}
|
|
|
|
|
|
2013-04-28 10:39:16 -07:00
|
|
|
|
.transparentPosterItem .posterItemImage {
|
|
|
|
|
background-color: transparent;
|
2013-04-25 16:28:01 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.defaultPosterItemImage {
|
|
|
|
|
background-color: #999;
|
|
|
|
|
}
|
|
|
|
|
|
2013-12-28 22:32:03 -07:00
|
|
|
|
.borderlessPosterItem .posterItemImage {
|
|
|
|
|
border-color: transparent;
|
2013-05-04 06:29:44 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-11-07 10:27:05 -07:00
|
|
|
|
.posterItemStoreText {
|
2013-11-07 11:04:51 -07:00
|
|
|
|
font-weight: normal;
|
2013-11-07 10:27:05 -07:00
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-wrap: none;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
text-shadow: none;
|
2013-11-07 11:04:51 -07:00
|
|
|
|
padding-left: 2px;
|
2013-11-07 10:27:05 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-04-25 16:28:01 -07:00
|
|
|
|
.posterItemText {
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-wrap: none;
|
|
|
|
|
white-space: nowrap;
|
2013-12-28 14:37:01 -07:00
|
|
|
|
padding: 5px 4px 4px;
|
2013-04-25 16:28:01 -07:00
|
|
|
|
text-shadow: none;
|
2013-12-29 10:07:29 -07:00
|
|
|
|
font-size: 13px;
|
|
|
|
|
font-weight: 400;
|
2013-04-25 16:28:01 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-12-22 10:16:24 -07:00
|
|
|
|
.posterItemTextOverlay {
|
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%); /* FF3.6+ */
|
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.7))); /* Chrome,Safari4+ */
|
|
|
|
|
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* Chrome10+,Safari5.1+ */
|
|
|
|
|
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* Opera 11.10+ */
|
|
|
|
|
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* IE10+ */
|
|
|
|
|
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* W3C */
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
2013-04-25 17:52:55 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-12-29 19:41:22 -07:00
|
|
|
|
.posterItemTextOverlay .posterItemText {
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
padding-left: 5px;
|
2014-03-11 19:11:01 -07:00
|
|
|
|
padding: 0 5px 3px;
|
2013-12-29 19:41:22 -07:00
|
|
|
|
}
|
2013-12-22 10:16:24 -07:00
|
|
|
|
|
2013-12-29 19:41:22 -07:00
|
|
|
|
.posterItemTextOverlay .posterItemText:first-child {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
}
|
2013-12-22 10:16:24 -07:00
|
|
|
|
|
2013-12-29 19:41:22 -07:00
|
|
|
|
.posterItemTextOverlay .posterItemText:last-child {
|
|
|
|
|
padding-bottom: 8px;
|
|
|
|
|
}
|
2013-12-22 10:16:24 -07:00
|
|
|
|
|
|
|
|
|
.posterItemTextCentered {
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
2013-12-03 21:18:50 -07:00
|
|
|
|
.posterItemText + .posterItemProgress {
|
|
|
|
|
padding-top: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2013-04-25 17:52:55 -07:00
|
|
|
|
.posterItemDefaultText {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 30%;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
2013-04-25 16:28:01 -07:00
|
|
|
|
|
|
|
|
|
.squarePosterItem {
|
2014-03-07 21:20:31 -07:00
|
|
|
|
width: 148px;
|
2013-04-25 16:28:01 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.squarePosterItem .posterItemImage {
|
2014-03-07 21:20:31 -07:00
|
|
|
|
height: 148px;
|
2013-04-25 16:28:01 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-11-07 11:04:51 -07:00
|
|
|
|
.storeReviewCount {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2013-11-07 10:27:05 -07:00
|
|
|
|
|
2013-04-25 16:28:01 -07:00
|
|
|
|
.backdropPosterItem {
|
2014-03-07 21:20:31 -07:00
|
|
|
|
width: 148px;
|
2013-04-25 16:28:01 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.backdropPosterItem .posterItemImage {
|
2014-03-07 21:20:31 -07:00
|
|
|
|
height: 83.25px;
|
2013-04-25 16:28:01 -07:00
|
|
|
|
}
|
2013-04-25 17:52:55 -07:00
|
|
|
|
|
2013-12-23 08:26:36 -07:00
|
|
|
|
.smallBackdropPosterItem {
|
2014-01-24 11:09:50 -07:00
|
|
|
|
width: 157px;
|
2013-12-23 08:26:36 -07:00
|
|
|
|
}
|
2013-05-03 13:50:13 -07:00
|
|
|
|
|
2013-12-23 08:26:36 -07:00
|
|
|
|
.smallBackdropPosterItem .posterItemImage {
|
2014-01-24 11:09:50 -07:00
|
|
|
|
height: 88.3125px;
|
2013-12-23 08:26:36 -07:00
|
|
|
|
}
|
2013-12-22 14:11:32 -07:00
|
|
|
|
|
2013-12-28 22:32:03 -07:00
|
|
|
|
.portraitPosterItem {
|
2014-03-07 21:20:31 -07:00
|
|
|
|
width: 96px;
|
2013-12-28 22:32:03 -07:00
|
|
|
|
}
|
2013-05-03 19:33:44 -07:00
|
|
|
|
|
2013-12-28 22:32:03 -07:00
|
|
|
|
.portraitPosterItem .posterItemImage {
|
2014-03-07 21:20:31 -07:00
|
|
|
|
height: 144px;
|
2013-12-28 22:32:03 -07:00
|
|
|
|
}
|
2013-12-25 07:39:46 -07:00
|
|
|
|
|
2013-05-04 11:21:29 -07:00
|
|
|
|
.posterItemProgress .itemProgressBar {
|
2013-12-25 07:39:46 -07:00
|
|
|
|
height: 10px;
|
2013-12-22 10:16:24 -07:00
|
|
|
|
width: 100%;
|
2014-03-11 19:11:01 -07:00
|
|
|
|
opacity: .7;
|
2013-05-03 19:33:44 -07:00
|
|
|
|
}
|
|
|
|
|
|
2014-01-01 11:26:31 -07:00
|
|
|
|
.miniPosterItemProgress {
|
|
|
|
|
/* Make sure it's on top of the fade gradient '*/
|
2014-01-20 09:09:53 -07:00
|
|
|
|
z-index: 1000;
|
2014-01-01 11:26:31 -07:00
|
|
|
|
}
|
|
|
|
|
|
2014-01-14 08:50:39 -07:00
|
|
|
|
.miniPosterItemProgress .itemProgressBar {
|
2014-01-20 09:09:53 -07:00
|
|
|
|
height: 8px;
|
2014-01-14 08:50:39 -07:00
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
2014-01-01 11:26:31 -07:00
|
|
|
|
|
2014-03-11 19:11:01 -07:00
|
|
|
|
.sessionPosterItem .posterItemText:not(.posterItemName) {
|
|
|
|
|
color: #000;
|
|
|
|
|
text-align: left;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.sessionPosterItem .posterItemName {
|
|
|
|
|
color: #fff!important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.sessionPosterItem .posterItemDefaultText {
|
|
|
|
|
color: #000!important;
|
|
|
|
|
font-weight: normal !important;
|
|
|
|
|
top: 42%;
|
|
|
|
|
}
|
|
|
|
|
|
2014-01-04 22:15:38 -07:00
|
|
|
|
@media all and (max-width: 600px) {
|
|
|
|
|
|
|
|
|
|
.packageReviewText {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2013-12-22 10:16:24 -07:00
|
|
|
|
@media all and (min-width: 540px) {
|
2013-05-03 19:33:44 -07:00
|
|
|
|
|
2013-12-22 10:16:24 -07:00
|
|
|
|
.backdropPosterItem {
|
2014-03-07 21:20:31 -07:00
|
|
|
|
width: 266px;
|
2013-12-22 10:16:24 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.backdropPosterItem .posterItemImage {
|
2014-03-07 21:20:31 -07:00
|
|
|
|
height: 149.625px;
|
2013-12-22 10:16:24 -07:00
|
|
|
|
}
|
2013-12-23 08:26:36 -07:00
|
|
|
|
|
|
|
|
|
.smallBackdropPosterItem {
|
2014-03-07 21:20:31 -07:00
|
|
|
|
width: 180px;
|
2013-12-23 08:26:36 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.smallBackdropPosterItem .posterItemImage {
|
2014-03-07 21:20:31 -07:00
|
|
|
|
height: 101.25px;
|
2013-12-23 08:26:36 -07:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2013-12-30 20:43:30 -07:00
|
|
|
|
@media all and (min-width: 600px) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.squarePosterItem {
|
2014-03-07 21:20:31 -07:00
|
|
|
|
width: 170px;
|
2013-12-30 20:43:30 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.squarePosterItem .posterItemImage {
|
2014-03-07 21:20:31 -07:00
|
|
|
|
height: 170px;
|
2013-12-30 20:43:30 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.portraitPosterItem {
|
2014-03-07 21:20:31 -07:00
|
|
|
|
width: 128px;
|
2013-12-30 20:43:30 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.portraitPosterItem .posterItemImage {
|
2014-03-07 21:20:31 -07:00
|
|
|
|
height: 192px;
|
2013-12-30 20:43:30 -07:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2013-04-25 18:52:29 -07:00
|
|
|
|
@media all and (min-width: 650px) {
|
2013-04-25 17:52:55 -07:00
|
|
|
|
|
|
|
|
|
.backdropPosterItem {
|
2014-03-07 21:20:31 -07:00
|
|
|
|
width: 282px;
|
2013-04-25 17:52:55 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.backdropPosterItem .posterItemImage {
|
2014-03-07 21:20:31 -07:00
|
|
|
|
height: 158.625px;
|
2013-04-25 17:52:55 -07:00
|
|
|
|
}
|
2013-11-07 11:04:51 -07:00
|
|
|
|
|
2013-12-23 08:26:36 -07:00
|
|
|
|
.smallBackdropPosterItem {
|
2014-03-07 21:20:31 -07:00
|
|
|
|
width: 202px;
|
2013-12-23 08:26:36 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.smallBackdropPosterItem .posterItemImage {
|
2014-03-07 21:20:31 -07:00
|
|
|
|
height: 113.625px;
|
2013-12-23 08:26:36 -07:00
|
|
|
|
}
|
2013-04-25 18:52:29 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (min-width: 750px) {
|
2013-04-25 17:52:55 -07:00
|
|
|
|
|
|
|
|
|
.portraitPosterItem {
|
2014-03-07 21:20:31 -07:00
|
|
|
|
width: 118px;
|
2013-04-25 17:52:55 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.portraitPosterItem .posterItemImage {
|
2014-03-07 21:20:31 -07:00
|
|
|
|
height: 177px;
|
2013-04-25 17:52:55 -07:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2014-01-16 15:49:31 -07:00
|
|
|
|
@media all and (min-width: 1000px) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.smallBackdropPosterItem {
|
2014-03-07 21:20:31 -07:00
|
|
|
|
width: 208px;
|
2014-01-16 15:49:31 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.smallBackdropPosterItem .posterItemImage {
|
2014-03-07 21:20:31 -07:00
|
|
|
|
height: 117px;
|
2014-01-16 15:49:31 -07:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2013-04-25 17:52:55 -07:00
|
|
|
|
@media all and (min-width: 1200px) {
|
|
|
|
|
|
|
|
|
|
.portraitPosterItem {
|
2014-03-07 21:20:31 -07:00
|
|
|
|
width: 144px;
|
2013-04-25 17:52:55 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.portraitPosterItem .posterItemImage {
|
2014-03-07 21:20:31 -07:00
|
|
|
|
height: 216px;
|
2013-04-25 17:52:55 -07:00
|
|
|
|
}
|
2013-05-04 06:29:44 -07:00
|
|
|
|
|
2013-11-07 11:04:51 -07:00
|
|
|
|
.storeReviewCount {
|
|
|
|
|
display: inline;
|
|
|
|
|
}
|
2013-04-25 17:52:55 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (min-width: 1440px) {
|
|
|
|
|
|
|
|
|
|
.squarePosterItem {
|
2014-03-07 21:20:31 -07:00
|
|
|
|
width: 180px;
|
2013-04-25 17:52:55 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.squarePosterItem .posterItemImage {
|
2014-03-07 21:20:31 -07:00
|
|
|
|
height: 180px;
|
2013-04-25 17:52:55 -07:00
|
|
|
|
}
|
2013-05-03 19:33:44 -07:00
|
|
|
|
|
2013-12-22 10:16:24 -07:00
|
|
|
|
.backdropPosterItem {
|
2014-03-07 21:20:31 -07:00
|
|
|
|
width: 298px;
|
2013-05-03 19:33:44 -07:00
|
|
|
|
}
|
|
|
|
|
|
2013-12-22 10:16:24 -07:00
|
|
|
|
.backdropPosterItem .posterItemImage {
|
2014-03-07 21:20:31 -07:00
|
|
|
|
height: 167.625px;
|
2013-12-22 10:16:24 -07:00
|
|
|
|
}
|
2013-04-25 17:52:55 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media all and (min-width: 1920px) {
|
|
|
|
|
|
2014-02-21 11:48:00 -07:00
|
|
|
|
.squarePosterItem {
|
2014-03-07 21:20:31 -07:00
|
|
|
|
width: 190px;
|
2013-04-25 17:52:55 -07:00
|
|
|
|
}
|
|
|
|
|
|
2014-02-21 11:48:00 -07:00
|
|
|
|
.squarePosterItem .posterItemImage {
|
2014-03-07 21:20:31 -07:00
|
|
|
|
height: 190px;
|
2013-05-03 19:33:44 -07:00
|
|
|
|
}
|
2013-04-25 17:52:55 -07:00
|
|
|
|
}
|
2014-03-10 11:56:37 -07:00
|
|
|
|
/********************/
|
|
|
|
|
.ribbon-wrapper {
|
|
|
|
|
width: 50px;
|
|
|
|
|
height: 50px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0px;
|
|
|
|
|
left: 0px;
|
|
|
|
|
z-index: 999;
|
|
|
|
|
}
|
|
|
|
|
.ribbon {
|
|
|
|
|
font: bold 11px Sans-Serif;
|
|
|
|
|
color: #333;
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: #eee;
|
|
|
|
|
text-shadow: rgba(51, 51, 51, 0.5) 0px 1px 0px;
|
|
|
|
|
-webkit-transform: rotate(-45deg);
|
|
|
|
|
-moz-transform: rotate(-45deg);
|
|
|
|
|
-ms-transform: rotate(-45deg);
|
|
|
|
|
-o-transform: rotate(-45deg);
|
|
|
|
|
position: relative;
|
|
|
|
|
padding: 2px 0;
|
|
|
|
|
right: 15px;
|
|
|
|
|
top: 5px;
|
|
|
|
|
width: 60px;
|
|
|
|
|
-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
|
|
|
|
|
-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
|
|
|
|
|
box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
|
|
|
|
|
}
|
|
|
|
|
.ribbon-3d {
|
|
|
|
|
background-color: #3344ff;
|
|
|
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#ff0033));
|
|
|
|
|
background-image: -webkit-linear-gradient(top, #3344ff, #ff0033);
|
|
|
|
|
background-image: -moz-linear-gradient(top, #3344ff, #ff0033);
|
|
|
|
|
background-image: -ms-linear-gradient(top, #3344ff, #ff0033);
|
|
|
|
|
background-image: -o-linear-gradient(top, #3344ff, #ff0033);
|
|
|
|
|
}
|
|
|
|
|
.ribbon-blue {
|
|
|
|
|
background-color: #1199ff;
|
|
|
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#1199ff), to(#3333ff));
|
|
|
|
|
background-image: -webkit-linear-gradient(top, #1199ff, #3333ff);
|
|
|
|
|
background-image: -moz-linear-gradient(top, #1199ff, #3333ff);
|
|
|
|
|
background-image: -ms-linear-gradient(top, #1199ff, #3333ff);
|
|
|
|
|
background-image: -o-linear-gradient(top, #1199ff, #3333ff);
|
|
|
|
|
}
|
|
|
|
|
.ribbon-red {
|
|
|
|
|
background-color: #ff3333;
|
|
|
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#ff3333), to(#992233));
|
|
|
|
|
background-image: -webkit-linear-gradient(top, #ff3333, #992233);
|
|
|
|
|
background-image: -moz-linear-gradient(top, #ff3333, #992233);
|
|
|
|
|
background-image: -ms-linear-gradient(top, #ff3333, #992233);
|
|
|
|
|
background-image: -o-linear-gradient(top, #ff3333, #992233);
|
2014-03-13 06:36:39 -07:00
|
|
|
|
}
|