220 lines
3.6 KiB
SCSS
220 lines
3.6 KiB
SCSS
@import 'common';
|
|
|
|
#jamtrackLanding {
|
|
ul {
|
|
li {
|
|
margin: 1px 4px 1px 4em;
|
|
font-size:9px;
|
|
}
|
|
}
|
|
|
|
.list-columns {
|
|
h2 {
|
|
font-size: 16pt;
|
|
font-weight:300;
|
|
font-style: bolder;
|
|
font-family: verdana;
|
|
text-transform: lowercase;
|
|
margin-bottom: 2em;
|
|
}
|
|
|
|
.free-jamtrack {
|
|
font-size: 11pt;
|
|
padding: 3px;
|
|
@include border-radius(7px);
|
|
background-color:$ColorScreenPrimary;
|
|
text-align: center;
|
|
vertical-align: center;
|
|
}
|
|
|
|
.what, .howto {
|
|
margin-bottom: 2em;
|
|
}
|
|
p {
|
|
font-size: 12pt !important;
|
|
font-weight: normal;
|
|
line-height: 16px;
|
|
color: #dddddd;
|
|
* {
|
|
font-size: 10pt !important;
|
|
font-weight: normal;
|
|
line-height: 16px;
|
|
}
|
|
}
|
|
.about {
|
|
@include border_box_sizing;
|
|
float: left;
|
|
width: 50%;
|
|
> * {
|
|
margin: 4px;
|
|
}
|
|
}
|
|
.browse {
|
|
@include border_box_sizing;
|
|
float: left;
|
|
width: 50%;
|
|
> * {
|
|
margin: 4px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
#jamtrackScreen {
|
|
.jamtrack-header {
|
|
background-color: #4c4c4c;
|
|
font-weight: bold;
|
|
text-transform: uppercase;
|
|
height: 2em;
|
|
padding: 4px;
|
|
}
|
|
|
|
a.jamtrack_help {
|
|
color: #fff;
|
|
text-decoration: none;
|
|
margin: 4px 0px 0px 60px;
|
|
|
|
&:hover {
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
|
|
.jamtrack-content {
|
|
text-align: center;
|
|
border: 1px solid #222222;
|
|
padding: 2px
|
|
}
|
|
|
|
.no-jamtracks-msg {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.jamtrack-record {
|
|
border-bottom: 1px solid black;
|
|
text-align: left;
|
|
}
|
|
|
|
.jamtrack-detail {
|
|
@include border_box_sizing;
|
|
float: left;
|
|
width: 30%;
|
|
padding: 10px 0px;
|
|
.detail-label {
|
|
width: 40%;
|
|
float: left;
|
|
margin-top: 5px;
|
|
font-weight: 400;
|
|
font-size: 11pt;
|
|
}
|
|
|
|
.detail-value {
|
|
width: 50%;
|
|
float: left;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.copyright-value {
|
|
width: 40%;
|
|
float: left;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.detail-arrow {
|
|
float: left;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.jamtrack-description {
|
|
display: none;
|
|
}
|
|
|
|
.jamtrack-detail-btn {
|
|
cursor: pointer;
|
|
margin-top: 7px;
|
|
margin-right: 5px;
|
|
padding-top: 5px;
|
|
vertical-align: bottom;
|
|
}
|
|
}
|
|
|
|
.jamtrack-tracks {
|
|
@include border_box_sizing;
|
|
float: left;
|
|
width: 50%;
|
|
padding: 10px 0px;
|
|
|
|
.tracks-caption {
|
|
margin-top: 5px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.track-instrument {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.instrument-image {
|
|
float: left;
|
|
margin-right: 2px;
|
|
}
|
|
|
|
.instrument-desc {
|
|
margin-top: 6px;
|
|
float: left;
|
|
margin-left: 10px;
|
|
}
|
|
}
|
|
|
|
.jamtrack-action {
|
|
@include border_box_sizing;
|
|
float: left;
|
|
width: 20%;
|
|
padding: 10px 0px;
|
|
text-align: center;
|
|
|
|
.play-button {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.jamtrack-price {
|
|
margin-top: 5px;
|
|
font-size: 20px;
|
|
}
|
|
|
|
.jamtrack-add-cart, .jamtrack-add-cart-disabled {
|
|
margin: 8px 0px;
|
|
}
|
|
|
|
.jamtrack-license {
|
|
margin-left: 20%;
|
|
margin-right: 20%;
|
|
font-size: 13px;
|
|
width: 60%;
|
|
}
|
|
}
|
|
}
|
|
|
|
#jamtrack-license-dialog {
|
|
.dialog-inner {
|
|
height: auto;
|
|
.content-body {
|
|
max-height: auto;
|
|
.content-body-scroller {
|
|
height: 350px;
|
|
.paragraph {
|
|
margin-bottom: 1em;
|
|
}
|
|
overflow: hidden;
|
|
}
|
|
border: 1px solid #222;
|
|
margin: 4px 4px 8px 4px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.jamtrack_buttons {
|
|
margin: 8px 4px 12px 4px;
|
|
}
|
|
|
|
.capitalize {
|
|
text-transform: capitalize
|
|
} |