jam-cloud/web/app/assets/stylesheets/client/wizard/gearWizard.css.scss

1130 lines
22 KiB
SCSS

/* Custom Styles for the FTUE Dialogs */
@import "client/common.css.scss";
@charset "UTF-8";
.dialog.gear-wizard {
min-height: 500px;
max-height: 500px;
width:800px;
.ftue-inner {
line-height: 1.3em;
width:800px;
padding:25px;
font-size:15px;
color:#aaa;
@include border_box_sizing;
.ftue-stepnumber {
display: block;
float: left;
padding: 12px;
padding-top: 6px;
width: 12px;
height: 18px;
border: solid 1px #ed3618;
background-color: #333;
-webkit-border-radius: 18px;
-moz-border-radius: 18px;
border-radius: 18px;
color: #ed3618 !important;
font-size: 22px;
margin-right: 10px;
font-family: helvetica;
text-decoration: none;
line-height: 27px;
&.active {
background-color:#ed3618;
color:#333;
}
}
.ftue-step-title {
float: left;
color: #ccc;
font-size: 28px;
width: 350px;
margin-top: 3px;
line-height:30px;
display:none;
}
.help-text {
position:relative;
clear:both;
margin-top:20px;
}
h2 {
color: #FFFFFF;
font-size: 15px;
font-weight: normal;
margin-bottom: 6px;
white-space:nowrap;
}
.ftue-box {
background-color: #222222;
font-size: 13px;
padding: 8px;
&.list {
}
&.list.ports {
height:100px;
overflow:auto;
}
&.instructions {
height: 268px !important;
line-height:16px;
@include border_box_sizing;
.video-type {
font-size:10px;
display:none;
}
}
ul li {
margin-left:20px;
list-style-type: disc;
}
.watch-video {
margin:8px 0 3px 0;
}
}
.wizard-step[layout-wizard-step="0"] {
.video-button-holder {
margin-top:100px;
}
}
.wizard-step[layout-wizard-step="1"] {
.wizard-step-content .wizard-step-column {
width:25%;
}
.watch-video.audio-input {
margin-top:29px;
&.audio-output-showing {
margin-top:10px;
}
}
.watch-video.audio-output {
margin-top:10px;
}
.select-audio-input-device {
margin-bottom:20px;
}
.select-audio-output-device {
margin-bottom:20px;
}
.asio-settings-input-btn, .asio-settings-output-btn, .resync-btn {
width:80%;
display:inline-block;
text-align:center;
}
.asio-settings-input-btn, .asio-settings-output-btn {
margin-top:10px;
}
.asio-settings-input-btn {
display:none;
}
.asio-settings-output-btn {
display:none;
}
.resync-btn {
margin-top:10px;
visibility:hidden;
}
.frame-and-buffers {
display:none;
margin-top:5px;
}
.framesize {
float:left;
margin-right:10px;
width:30%;
}
.select-buffer-in {
width:45%;
}
.select-buffer-out {
width:45%;
}
.buffers {
float:left;
width:60%;
h2 {
margin-left:5px;
}
.dropdown-container {
width:48px;
}
.easydropdown-wrapper:nth-of-type(1) {
left:5px;
}
.easydropdown-wrapper:nth-of-type(2) {
left:35px;
}
.easydropdown, .easydropdown-wrapper {
width:30px;
}
}
.audio-port {
white-space: nowrap;
}
.audio-channels {
margin-top:15px;
}
.ftue-box.results {
height: 268px !important;
padding:0;
@include border_box_sizing;
.io, .latency {
display:none;
}
.loopback-button-holder {
width:100%;
text-align:center;
}
a.loopback-test {
margin-top:10px;
}
.unknown-text {
display:none;
padding:8px;
}
.scoring-section {
font-size:15px;
@include border_box_sizing;
height:64px;
&.good {
background-color:#72a43b;
}
&.acceptable {
background-color:#cc9900;
}
&.bad {
background-color:#660000;
}
&.unknown, &.skip {
background-color:#999;
}
&.skip {
.io-skip-msg {
display:inline;
}
}
}
.io-countdown {
display:none;
padding-left:19px;
position:relative;
.secs {
position:absolute;
width:19px;
left:0;
}
}
.io-skip-msg {
display:none;
}
.io-rate {
display:none;
}
.io-var {
display:none;
}
ul.results-text {
padding:10px 8px;
li {
display:none
}
&[latency-score="unknown"] {
display:none;
}
&[latency-score="good"] li.latency-good {
display:list-item;
}
&[latency-score="acceptable"] li.latency-acceptable {
display:list-item;
}
&[latency-score="bad"] li.latency-bad {
display:list-item;
}
&[io-var-score="good"] li.io-var-good {
display:list-item;
}
&[io-var-score="acceptable"] li.io-var-acceptable {
display:list-item;
}
&[io-var-score="bad"] li.io-var-bad {
display:list-item;
}
&[io-rate-score="good"] li.io-rate-good {
display:list-item;
}
&[io-rate-score="acceptable"] li.io-rate-acceptable {
display:list-item;
}
&[io-rate-score="bad"] li.io-rate-bad {
display:list-item;
}
&[scored="complete"] {
li.success {
display:list-item;
}
&[io-rate-score="bad"], &[io-var-score="bad"], &[latency-score="bad"]{
li.success {
display:none;
}
li.failure {
display:list-item;
}
}
&[latency-score="unknown"] {
li.success {
display:none;
}
}
}
}
}
.audio-output {
display:none;
}
}
.wizard-step[layout-wizard-step="2"] {
.wizard-step-content .wizard-step-column {
width:25%;
&:nth-of-type(2) {
width:21%;
}
&:nth-of-type(3) {
width:45%;
}
&:nth-of-type(4) {
width:9%;
}
}
.watch-video {
margin-top:45px;
}
.icon-instrument-select {
padding:3px 0; // to combine 24 of .current-instrument + 3x on either side
margin:0 0 15px 25px; // 15 margin-bottom to match tracks on the left
width:30px;
}
.unassigned-channels {
min-height:240px;
overflow-y:auto;
//padding-right:18px; // to keep draggables off of scrollbar. maybe necessary
&.drag-in-progress {
overflow-y:visible;
overflow-x:visible;
}
&.possible-target {
border: solid 1px white;
&.drag-hovering {
border: solid 1px #ED3618;
}
}
}
.num {
position:absolute;
height:29px;
line-height:29px;
}
.track {
margin-bottom: 15px;
.track-target {
&.possible-target {
border-color:white;
}
&.drag-hovering {
border-color:#ED3618;
}
}
}
.ftue-input {
font-size:12px;
cursor: move;
padding: 4px;
border: solid 1px #999;
margin-bottom: 15px;
white-space: nowrap;
overflow:hidden;
text-align:left;
direction:rtl;
&.ui-draggable-dragging{
margin-bottom:0;
}
&:hover {
color:white;
font-weight: bold;
}
/**
&:hover {
color:white;
overflow:visible;
background-color:#333;
width: auto !important;
direction:ltr;
position:absolute;
line-height:19.5px;
}*/
}
.track-target {
cursor: move;
padding: 4px;
border: solid 1px #999;
margin-left: 15px;
height:20px;
overflow:hidden;
&.drag-in-progress {
overflow:visible;
}
.ftue-input {
padding:0;
border:0;
margin-bottom:0;
&.ui-draggable-dragging {
padding:4px;
border: solid 1px #999;
overflow:visible;
}
}
.placeholder {
display:none;
font-size:12px;
}
&[track-count="0"] {
.placeholder {
display:inline;
}
}
&[track-count="2"] {
.ftue-input {
width:49%;
display:inline-block;
&:nth-of-type(1) {
float:left;
/**&:after {
float:right;
content: ',';
padding-right:3px;
}*/
}
&:nth-of-type(2) {
float:right;
}
}
}
}
}
.wizard-step[layout-wizard-step="3"] {
.wizard-step-content .wizard-step-column {
width:25%;
&:nth-of-type(2) {
width:50%;
}
}
.watch-video {
margin-top:97px;
}
.voicechat-option {
position:relative;
div{
}
h3 {
padding-left:30px;
margin-top:14px;
font-weight:bold;
display:inline-block;
}
p {
padding-left:30px;
margin-top:5px;
display:inline-block;
}
input {
position:absolute;
margin:auto;
width:30px;
}
.iradio_minimal {
margin-top:15px;
display:inline-block;
}
}
.ftue-box {
&.chat-inputs {
height: 230px !important;
overflow:auto;
p {
white-space: nowrap;
display:inline-block;
height:32px;
vertical-align: middle;
}
.chat-input {
white-space:nowrap;
.iradio_minimal {
display:inline-block;
}
}
}
.watch-video {
margin-top:25px;
}
}
}
.wizard-step[layout-wizard-step="4"] {
.wizard-step-content .wizard-step-column {
width:25%;
&:nth-of-type(2) {
width:75%;
}
}
.watch-video {
margin-top:12px;
}
.help-content {
margin-top:22px;
margin-left:20px;
}
.test-direct-monitoring {
margin-top:40px;
display:inline-block;
text-decoration: none;
width:90px;
&.paused {
.playing {
display:none;
}
}
&.playing {
.paused {
display:none;
}
}
.direct-monitoring-btn {
padding-left:5px;
font-size:16px;
}
* {
vertical-align:middle;
}
}
}
.wizard-step[layout-wizard-step="5"] {
.wizard-step-content .wizard-step-column {
&:nth-of-type(1) {
width:25%;
}
&:nth-of-type(2) {
width:50%;
}
&:nth-of-type(3) {
width:25%;
}
}
.summary {
margin-left:20px;
margin-top:22px;
}
.watch-video {
margin-top:90px;
}
a.start-network-test {
margin-top:20px;
}
.network-test-score {
height:24px;
padding:10px;
color:white;
font-size:20px;
background-color:#222;
text-align:center;
margin-bottom:20px;
&.good {
background-color: #72a43b;
}
&.acceptable {
background-color: #D6A800;
}
&.bad {
background-color: #7B0C00;
}
}
.scoring-bar {
width:100%;
height:20px;
left:0;
position:relative;
//display:inline-block;
display:none;
.current-score {
background-color:gray;
border-right:1px solid white;
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
border-left:1px solid #ccc;
height:20px;
display:inline-block;
position:relative;
left:0;
min-width:55px;
text-align:left;
padding-left:5px;
@include border_box_sizing;
font-size:12px;
color:white;
.subscore {
font-size:10px;
color:white;
bottom:-15px;
right:-16px;
position:absolute;
}
}
.good-marker {
position:absolute;
text-align:center;
left:95%;
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid #72a43b;
margin-left:-5px;
top:-7px;
}
.good-line {
position:absolute;
height:100%;
left:95%;
width:1px;
background-color: #72a43b;
margin-left:-0.5px;
top:0;
}
}
.network-test-text {
}
.network-test-results {
height: 248px ! important;
@include border_box_sizing;
&.testing {
text-align:left;
.network-test-score {
display:none;
}
.scoring-bar {
display:inline-block;
margin-bottom:10px;
}
.network-test-text {
//background-image: url('/assets/shared/spinner.gif');
//background-repeat:no-repeat;
//background-position:center;
//width:128px;
//height:128px;
}
}
&.good {
.network-test-score {
background-color: #72a43b;
}
}
&.acceptable {
.network-test-score {
background-color: #D6A800;
}
}
&.bad {
.network-test-score {
background-color: #7B0C00;
}
}
}
}
.wizard-step[layout-wizard-step="6"] {
.wizard-step-content .wizard-step-column {
&:nth-of-type(1) {
width:50%;
height:350px;
}
&:nth-of-type(2) {
width:50%;
}
ul {
margin-bottom:20px;
}
}
}
p {
margin-top: 12px;
}
.device_type ul {
list-style:disc;
}
.device_type li {
margin: 15px 12px 15px 36px;
}
select {
max-width: 220px;
}
.settings-profile {
margin-top: 12px;
}
p.intro {
margin-top:0px;
}
.easydropdown-wrapper {
width:100%;
max-width:220px;
}
.ftue-new {
clear:both;
position:relative;
width:100%;
height: 54px;
margin-top: 12px;
select {
font-size: 15px;
padding: 3px;
}
.latency {
position: absolute;
top: 120px;
font-size: 12px;
.report {
color:#fff;
position: absolute;
top: 20px;
left: 0px;
width: 105px;
height: 50px;
background-color: #72a43b;
padding: 10px;
text-align: center;
.ms-label {
padding-top: 10px;
font-size: 34px;
font-family: Arial, sans-serif;
}
p {
margin-top: 4px;
}
}
.report.neutral, .report.start, .report.unknown {
background-color: #666;
}
.report.good {
background-color: #72a43b;
}
.report.acceptable {
background-color: #D6A800;
}
.report.bad {
background-color: #7B0C00;
}
.instructions {
color:#fff;
position: absolute;
top: 20px;
left: 125px;
width: 595px;
height: 50px;
padding: 10px;
background-color: #666;
}
.instructions p.start, .instructions p.neutral {
padding-top: 4px;
}
.instructions p.unknown {
margin-top:0px;
padding-top: 4px;
}
.instructions p.good {
padding-top: 4px;
}
.instructions p.acceptable {
margin-top: -6px;
}
.instructions p.bad {
margin-top: -6px;
line-height: 16px;
}
.instructions p a {
font-weight: bold;
}
}
.column {
position:absolute;
width: 220px;
height: 50px;
margin-right:8px;
}
.settings-2-device {
left:0px;
}
.settings-2-center {
left:50%;
margin-left: -110px;
.buttons {
margin-top: 14px;
a {
margin-right: 0px;
}
}
}
.settings-2-voice {
top: 0px;
right:0px;
}
.controls {
margin-top: 16px;
background-color: #222;
height: 48px;
width: 220px;
}
.ftue-vu-left {
position:relative;
top: 0px;
}
.ftue-vu-right {
position:relative;
top: 22px;
}
.ftue-fader {
position:relative;
top: 14px;
left: 8px;
}
.gain-label {
color: $ColorScreenPrimary;
position:absolute;
top: 76px;
right: 6px;
}
.subcolumn {
position:absolute;
top: 60px;
font-size: 12px !important;
width: 68px;
height: 48px;
}
.subcolumn select {
width: 68px;
}
.subcolumn.first {
left:0px;
}
.subcolumn.second {
left:50%;
margin-left:-34px;
}
.subcolumn.third {
right:0px;
}
}
.asio-settings {
clear:both;
position:relative;
width:100%;
height: 54px;
margin-top: 8px;
.column {
position:absolute;
width: 220px;
height: 50px;
margin-right:8px;
}
.settings-driver {
left:0px;
}
.settings-asio {
left:50%;
margin-left: -110px;
}
.settings-asio.mac {
left:0px;
margin-left: 0px;
}
.settings-asio-button {
right:0px;
height: 45px;
.bottom {
position:absolute;
bottom:0px;
}
}
.settings-asio-button.mac {
right:auto;
left:50%;
margin-left: -110px;
}
.subcolumn {
position:absolute;
width: 68px;
height: 48px;
}
.subcolumn select {
width: 68px;
}
.subcolumn.first {
left:0px;
}
.subcolumn.second {
left:50%;
margin-left:-34px;
}
.subcolumn.third {
right:0px;
}
}
.settings-controls {
clear:both;
position:relative;
width: 100%;
height: 100px;
div.section {
position:absolute;
width: 220px;
height: 100px;
select {
display:block;
width: 100%;
}
}
.audio-input {
left:0px;
margin-top:30px;
&.audio-output-showing {
margin-top:0;
}
}
.voice-chat-input {
left:50%;
margin-left: -110px;
}
.audio-output {
right:0px;
}
.ftue-controls {
margin-top: 16px;
position:relative;
height: 48px;
width: 220px;
background-color: #222;
}
.ftue-vu-left {
position:relative;
top: 0px;
}
.ftue-vu-right {
position:relative;
top: 22px;
}
.ftue-fader {
position:relative;
top: 14px;
left: 8px;
}
.gain-label {
color: $ColorScreenPrimary;
position:absolute;
top: 14px;
right: 6px;
}
}
.buttonbar {
position:absolute;
bottom: 24px;
right: 0px;
a {
color: darken(#fff, 5);
text-decoration: none;
}
.spinner-small {
display:none;
margin-top: 3px;
position: relative;
top: 12px;
}
}
input[type=text], input[type=password] {
padding:3px;
font-size:13px;
width:145px;
}
select.audiodropdown {
width:223px;
color:#666;
}
a {
color:#ccc;
}
a:hover {
color:#fff;
}
.ftue-instrumentlist {
width:340px;
height:178px;
background-color:#c5c5c5;
border:none;
-webkit-box-shadow: inset 2px 2px 3px 0px #888;
box-shadow: inset 2px 2px 3px 0px #888;
color:#666;
overflow:auto;
font-size:14px;
}
.ftue-instrumentlist select, .ftue-instrumentlist .easydropdown {
width:100%;
color:#666;
}
}
}