646 lines
11 KiB
SCSS
646 lines
11 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;
|
|
|
|
&.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;
|
|
}
|
|
|
|
.ftue-buttons {
|
|
position: absolute;
|
|
bottom: 0;
|
|
width:100%;
|
|
@include border_box_sizing;
|
|
padding-right:45px;
|
|
padding-bottom:15px;
|
|
|
|
}
|
|
|
|
.ftue-buttons-holder {
|
|
float:right;
|
|
}
|
|
|
|
.wizard-step {
|
|
display:none;
|
|
position:relative;
|
|
}
|
|
|
|
.wizard-step-content {
|
|
margin-top:20px;
|
|
padding-bottom:12px;
|
|
|
|
.wizard-step-column{
|
|
position:relative;
|
|
float:left;
|
|
vertical-align:top;
|
|
@include border_box_sizing;
|
|
padding-right:12px;
|
|
height:300px;
|
|
}
|
|
|
|
.wizard-step-column:last-child {
|
|
padding-right:0;
|
|
}
|
|
|
|
p:nth-of-type(1) {
|
|
margin-top:0;
|
|
}
|
|
}
|
|
|
|
h2 {
|
|
color: #FFFFFF;
|
|
font-size: 15px;
|
|
font-weight: normal;
|
|
margin-bottom: 6px;
|
|
}
|
|
.ftue-box {
|
|
background-color: #222222;
|
|
font-size: 13px;
|
|
padding: 8px;
|
|
|
|
&.list {
|
|
|
|
}
|
|
|
|
&.list.ports {
|
|
height:100px;
|
|
}
|
|
|
|
&.instructions {
|
|
height: 230px !important
|
|
}
|
|
|
|
ul li {
|
|
margin-left:20px;
|
|
list-style-type: disc;
|
|
}
|
|
|
|
.watch-video {
|
|
margin:8px 0 15px 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%;
|
|
}
|
|
|
|
.select-audio-input-device {
|
|
margin-bottom:20px;
|
|
}
|
|
|
|
.select-audio-output-device {
|
|
margin-bottom:20px;
|
|
}
|
|
|
|
.asio-settings-btn, .resync-btn {
|
|
width:80%;
|
|
display:inline-block;
|
|
text-align:center;
|
|
}
|
|
|
|
.asio-settings-btn {
|
|
margin-top:10px;
|
|
}
|
|
|
|
.resync-btn {
|
|
margin-top:10px;
|
|
}
|
|
|
|
.framesize {
|
|
float:left;
|
|
margin-right:10px;
|
|
width:30%;
|
|
}
|
|
|
|
.buffers {
|
|
float:left;
|
|
width:60%;
|
|
}
|
|
|
|
.select-buffer-in {
|
|
width:45%;
|
|
}
|
|
|
|
.select-buffer-out {
|
|
width:45%;
|
|
}
|
|
|
|
|
|
.buffers {
|
|
.easydropdown-wrapper:nth-of-type(1) {
|
|
left:5px;
|
|
}
|
|
.easydropdown-wrapper:nth-of-type(2) {
|
|
left:35px;
|
|
}
|
|
.easydropdown, .easydropdown-wrapper {
|
|
width:15px;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.ftue-box.results {
|
|
height: 230px !important;
|
|
padding:0;
|
|
|
|
.scoring-section {
|
|
font-size:15px;
|
|
@include border_box_sizing;
|
|
height:64px;
|
|
}
|
|
}
|
|
|
|
.audio-output {
|
|
display:none;
|
|
}
|
|
}
|
|
|
|
.wizard-step[layout-wizard-step="2"] {
|
|
.wizard-step-content .wizard-step-column {
|
|
width:25%;
|
|
}
|
|
}
|
|
|
|
.wizard-step[layout-wizard-step="3"] {
|
|
|
|
.wizard-step-content .wizard-step-column {
|
|
width:25%;
|
|
|
|
&:nth-of-type(2) {
|
|
width:50%;
|
|
}
|
|
}
|
|
|
|
|
|
.voicechat-option {
|
|
|
|
position:relative;
|
|
|
|
div{
|
|
|
|
}
|
|
|
|
p {
|
|
padding-left:30px;
|
|
}
|
|
|
|
input {
|
|
position:absolute;
|
|
margin:auto;
|
|
width:30px;
|
|
}
|
|
}
|
|
|
|
.ftue-box {
|
|
&.chat-inputs {
|
|
height: 230px !important;
|
|
}
|
|
|
|
.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;
|
|
|
|
span {
|
|
padding-left:5px;
|
|
font-size:16px;
|
|
}
|
|
|
|
* {
|
|
vertical-align:middle;
|
|
}
|
|
}
|
|
}
|
|
|
|
.wizard-step[layout-wizard-step="5"] {
|
|
|
|
}
|
|
|
|
.wizard-step[layout-wizard-step="6"] {
|
|
|
|
}
|
|
|
|
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;
|
|
}
|
|
.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;
|
|
}
|
|
|
|
}
|
|
} |