UNPKG

htd-lync

Version:

This library is meant to be used to interact with an HTD Lync 12

1,420 lines (1,221 loc) 23 kB
@font-face { font-family: 'fontawesome'; src: url(../font-awesome/fonts/fontawesome-webfont.ttf); } @font-face { font-family: 'ubunto'; src: url(../fonts/ubuntu-r.ttf); } body { background: #242424; margin: 0; font-family: 'ubunto'; } .clearfix { clear: both; } .container { width: 100%; max-width: 1400px; margin: 0 auto; } header { background: #006e95; padding-top: 40px; } .phone { position: relative; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; overflow: hidden; } .phone-gradient { position: absolute; width: 85%; height: 85%; left: 0; background: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 69, 89, 1)), color-stop(rgba(14, 69, 89, 0.75)), color-stop(rgba(14, 69, 89, 0.50)), color-stop(rgba(0, 110, 149, 0.75)), color-stop(rgba(0, 110, 149, 0.50)), color-stop(rgba(0, 110, 149, 0.25)), to(rgba(0, 110, 149, 0.05))); background: -webkit-linear-gradient(rgba(14, 69, 89, 1), rgba(14, 69, 89, 0.75), rgba(14, 69, 89, 0.50), rgba(0, 110, 149, 0.75), rgba(0, 110, 149, 0.50), rgba(0, 110, 149, 0.25), rgba(0, 110, 149, 0.05)); background: -o-linear-gradient(rgba(14, 69, 89, 1), rgba(14, 69, 89, 0.75), rgba(14, 69, 89, 0.50), rgba(0, 110, 149, 0.75), rgba(0, 110, 149, 0.50), rgba(0, 110, 149, 0.25), rgba(0, 110, 149, 0.05)); background: linear-gradient(rgba(14, 69, 89, 1), rgba(14, 69, 89, 0.75), rgba(14, 69, 89, 0.50), rgba(0, 110, 149, 0.75), rgba(0, 110, 149, 0.50), rgba(0, 110, 149, 0.25), rgba(0, 110, 149, 0.05)); z-index: 1; } .phone-icon { background-image: url(../images/phone.png); background-repeat: no-repeat; max-width: 710px; width: 100%; height: 700px; background-position: center; -webkit-background-size: contain; background-size: contain; margin-right: -10%; margin-top: -100px; z-index: 2; /* -webkit-filter: blur(5px); -moz-filter: blur(5px); -o-filter: blur(5px); -ms-filter: blur(5px); filter: blur(5px); */ } .app-name { width: 100%; padding-bottom: 100px; text-align: right; margin: 0 auto; line-height: 50px; margin-top: 100px; } .app-name h2 { color: #006a8e; font-size: 4rem; margin: 0; font-weight: 100; padding: 0px 30px; font-family: 'ubunto'; } .app-name p { color: #fff; font-size: 2rem; margin: 0; padding: 0px 30px; } .topbar { max-width: 90%; margin: auto; } .topbar, .topbar .music-item-wrapper { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } .topbar .music-item-wrapper { width: 80%; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; } .mobile-menu, .topbar .music-item { width: 90px; height: 90px; } .mobile-menu {} .mobile-menu img, .topbar .music-item img { width: 100%; } .mobile-menu img { margin-top: 5px; } .topbar a { color: white; text-decoration: none; } .topbar a:hover { color: #E65B2A; } .topbar a .fa { padding-right: 5px; font-size: 11px; } .heading { position: relative; } .heading a { color: white; text-decoration: none; position: absolute; left: 10px; top: 40%; } .heading.separate a { top: 10px; } .heading.separate a .fa { font-size: 1.75em; } .heading a .fa { padding-right: 5px; font-size: 1em; } .heading h2, .sub-heading h2 { text-align: center; color: #fff; padding: 15px 0px; margin: 0; font-weight: normal; } .heading h2 { font-size: 30px; } .sub-heading h2 { font-size: 36px; } .heading span.handle a .fa, .sub-heading a .fa { font-size: 16px; color: #fff; } .heading span { color: white; } .heading span.handle a { position: relative; top: unset; left: unset; } .heading span.handle a .fa {} .heading p { color: #E65B2A; margin: 0px; font-size: 26px; } .plus-sign { color: white; position: absolute; top: 5px; right: 40px; } .plus-sign img { width: 35px; } .plus-sign a { color: white; } .item-heading { padding: 10px 40px; float: left; } .switch { position: relative; display: inline-block; width: 55px; height: 25px; margin-top: 2px; margin-right: 20px; } .switch input { display: none; } .slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 2px; bottom: 0; background-color: transparent; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; border: 2px solid #5A5A5A; } .slider:before { position: absolute; content: ""; height: 23px; width: 23px; left: 0px; bottom: -1px; background-color: #5A5A5A; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; } input:checked+.slider { /*background-color: #2196F3;*/ border: 2px solid #006e95; } input:checked+.list-text p { color: #E65B2A !important; ; } input:focus+.slider { -webkit-box-shadow: 0 0 1px #2196F3; box-shadow: 0 0 1px #2196F3; } input:checked+.slider:before { -webkit-transform: translateX(26px); -ms-transform: translateX(26px); transform: translateX(26px); background-color: #006e95; } .button-wrapper { max-width: 45%; margin: 0 auto; } .buttons, .bottom-buttons { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; -webkit-flex-flow: row wrap; flex-flow: row wrap; -ms-flex-pack: distribute; -webkit-justify-content: space-around; justify-content: space-around; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; margin: 0 auto; } .bottom-button-item, .button-item { -webkit-border-radius: 4px; border-radius: 4px; border: 1px solid #fff; text-align: center; padding: 10px 20px; margin: 10px auto; min-width: 125px; } .bottom-button-item { border: none; } .button-item.active { color: #006e95; background: #006e95; border: 1px solid #006e95; } .bottom-button-item a, .button-item a { text-transform: uppercase; text-decoration: none; font-size: 16px; font-weight: bold; color: #fff; } .dropies { max-width: 200px; margin: 0 auto; padding: 10px 0; display: block; text-align: center; } #primary.dropies .dropdown .dropbtn { font-size: 26px; } .dropies .dropdown .dropbtn { font-size: 28px; } .dropies .dropdown-content { top: 140%; } #secondary.dropies .dropdown-content { top: 130%; } .list-cat .dropdown-content { right: 0; } /*-------DropDown----------*/ .dropdown { /* overflow: hidden;*/ position: relative; } .dropdown .dropbtn { font-size: 26px; border: none; outline: none; color: white; padding: 0px; background-color: inherit; color: #fff; } .dropdown-content { display: none; position: absolute; top: 125%; right: 10px; background: black; min-width: 160px; -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); z-index: 1; padding: 7px 10px; } .dropdown-content a { color: #fff; padding: 12px 16px; text-decoration: none; display: block; text-align: center; border: none; } .dropdown-content a:hover { background-color: black; color: #006e95; } .dropdown-content.active { display: block; } /* .dropdown:hover .dropdown-content, .dropdown:focus .dropdown-content { display: block; } */ /*-------Dropdown Ends------*/ /* Rounded sliders */ .slider.round { -webkit-border-radius: 34px; border-radius: 34px; } .slider.round:before { -webkit-border-radius: 50%; border-radius: 50%; } .player-list>ul { margin: 0px 30px; padding: 0px; } .player-list>ul>li { list-style: none; border-bottom: 1px solid #5A5A5A; padding-top: 10px; padding-bottom: 5px; } .list-text { float: left; } .list-text p { color: #5A5A5A; font-size: 20px; } .list-text p a { color: #5A5A5A; font-size: 20px; text-decoration: none; } .list-text p a:hover { color: #E65B2A; } .both-btn { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } .list-button { float: right; margin-top: 10px; } .list-button .pencil { width: 35px !important; margin-top: -15px; } .list-button1 { float: right; margin-top: 25px; } .list-button1 img { width: 35px !important; margin-top: -15px; } .btn-setng { background: none; color: white; border: none; padding: 0px 50px; font-family: 'ubunto'; font-size: 15px; } .btn-setng:hover { color: #E65B2A; } .w3-bar.w3-black { background: #1B1B1B; text-align: center; } .w3-black .active { color: #E65B2A; } .w3-black .active::after { content: ''; display: block; border-bottom: 1px solid #E65B2A; width: 60%; margin: 0 auto; margin-top: 15px; } .item-heading p .fa { font-size: 17px; margin-left: 10px; } .item-icons { float: right; padding: 20px 40px; } .item-icons .fa { color: white; font-size: 27px; padding: 0px 10px; } .item-icons .fa:hover { color: #E65B2A; } div#CD img { width: 100%; } div#radio img { width: 100%; } div#usb img { width: 100%; } div#bluetooth img { width: 100%; } .volume-bar { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; padding: 10px 40px; position: relative; } .vol-icon { padding-right: 10px; position: absolute; top: 5px; left: 10px; } .vol-icon .fa { font-size: 25px; color: white; } .vol-icon img { width: 30px; } .player-btns img { width: 40px; } /* ----------- range slider------------- */ #powerBtn { height: 80px; padding-top: 20px; } .player { position: absolute; top: 6px; left: 0; background: #006e95; width: 0; height: 6px; z-index: 9999; -webkit-border-radius: 10px; border-radius: 10px; -webkit-border-top-right-radius: 0; border-top-right-radius: 0; -webkit-border-bottom-right-radius: 0; border-bottom-right-radius: 0; } .player1 { position: absolute; top: 16px; } .player2 { position: absolute; top: 16px; } .player3 { position: absolute; top: 16px; } #slidecontainer { width: 100%; position: relative; margin: 0px 20px; } .slider1 { -webkit-appearance: none; width: 300px; height: 6px; outline: none; opacity: 1; -webkit-transition: .2s; -webkit-transition: opacity .2s; -o-transition: opacity .2s; transition: opacity .2s; border-color: black; margin-top: 6px; -webkit-border-radius: 10px; border-radius: 10px; } #bassSetting, #trebleSetting, #balanceSetting { width: 385px !important; } .slider1:hover { opacity: 1; } .slider1::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 25px; height: 22px; background: #FFFFFF; cursor: pointer; -webkit-border-radius: 10px; border-radius: 10px; z-index: 9999999999 !important; position: relative; } .slider::-moz-range-thumb { -webkit-appearance: none; -moz-appearance: none; appearance: none; width: 25px; height: 22px; background: #FFFFFF; cursor: pointer; border-radius: 10px; z-index: 9999999999 !important; position: relative; } .slider1:before { width: 0px; } .vol-value span { color: #006e95; font-weight: bold; position: absolute; right: 21px; bottom: 4px; } .list-box { margin: auto 5px 5px; } .list-box, .list-grid { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center } .list-box-action { display: none; width: 100%; color: #949494; } .list-box-action.active { display: block; } .list-grid { width: 50%; } .list-grid-left { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; } .list-grid-right { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; } .list-icon { width: 35px; height: 35px; margin-right: 7px; background: url(../images/power-off-norm.png) no-repeat center /cover; } .list-grid.active .list-icon, .list-icon.zonePower.active { background: url(../images/power-off.png) no-repeat center /cover; } .list-icon img { width: 100%; height: 100%; } .list-grid .dropbtn, .list-grid span a, .list-grid .dropBtnSource, .dropBtnSourceForPreset { color: #949494; font-size: 20px; text-decoration: none; } .list-grid.active .list-title span a, .list-grid.active .dropbtn { color: #006e95; } /* ----------- range slider End------------- */ .list-text1 { display: -webkit-inline-box; display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; } .tabs-text { width: 100px; background: #333333; padding: 5px 10px; position: relative; -webkit-border-radius: 5px; border-radius: 5px; margin-right: 10px; margin-bottom: 20px; } .tabs-text a { color: white; text-decoration: none; font-size: 14px; color: #5A5A5A; } span.close { position: absolute; right: 10px; color: #5A5A5A; } span.close:hover { color: #fff; } p.prime { color: white; margin: 0; } p.source { margin-top: 0px; font-size: 18px; } span.catagries { color: #006e95; } .add-btn { background: #1B1B1B; color: #006e95; border: none; padding: 5px 15px; } .add-btn .fa { padding-right: 5px; color: #006e95; } .popup { background: #333333; padding: 0px; position: absolute; top: 20%; left: 0; height: auto; width: 100%; max-width: 80%; margin: 0 auto; right: 0; display: none; } .popup2 { background: #333333; padding: 0px; position: absolute; top: 20%; left: 0; height: auto; width: 100%; max-width: 80%; margin: 0 auto; right: 0; display: none; } .popup2 h2 { color: white; padding: 20px 0px; border-bottom: 2px solid #363636; text-align: center; margin: 0px; } .popup h2 { color: white; padding: 20px 0px; border-bottom: 2px solid #363636; text-align: center; margin: 0px; } .popup-content ul { margin: 0px; padding: 0px 20px; list-style: none; } .popup-content ul li { padding: 20px 0px; } .popup-list { float: left; } .popup-list p { margin: 0px; color: #5A5A5A; font-size: 18px; } .popup-btn { float: right; } .pop-close { position: absolute; top: -35px; text-align: center; width: 100%; } .pop-close button { background: none; border: none; color: white; font-size: 23px; } .add-zone { width: 100%; padding: 20px 0px; background: #006e95; border: none; color: white; margin-bottom: 20px; -webkit-border-radius: 5px; border-radius: 5px; font-size: 16px; font-weight: bold; } .menu-btn { background: #006e95; padding: 5px 20px; position: absolute; right: 30px; z-index: 99999; color: white; -webkit-border-radius: 5px; border-radius: 5px; display: none; } .rename a { color: white; text-decoration: none; } .rename .fa { padding-right: 15px; font-size: 20px; } .rename .fa { font-size: 25px !important; color: white !important; } p.z-name { margin: 0; font-size: 15px; } p.z-catagry { margin-top: 5px; font-size: 24px; color: #006e95; } .list-button .fa { color: #006e95; font-size: 13px; } .list-button .fa-pencil { font-size: 30px; padding-right: 10px; color: #5A5A5A; } .list-button .fa-pencil:hover { color: #E65B2A; } .base-level p { color: white; } .vol-number { padding: 15px 0px; } .volume { padding: 10px 0px; position: relative; } .vol-number ul li { color: white; } .vol-number ul { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; list-style: none; padding: 0px; margin: 0px; } button.update { color: #006e95; border: 1px solid #006e95; background: none; padding: 10px 20px; -webkit-border-radius: 4px; border-radius: 4px; } .song-name { width: 100%; text-align: center; margin: 20px auto 10px; } .song-name p { margin: 0; font-size: 26px; color: #006a8e; margin-bottom: 10px; } .song-name span { color: #BDBDBD; } .start-time { color: #BDBDBD; } .end-time { color: #BDBDBD; } .player-btns { padding: 20px 40px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: 30px; } .player-btns .fa { color: #BDBDBD; font-size: 25px; } .player-btns .fa-play { font-size: 40px; color: #E65B2A !important; } .btn-setng a { text-decoration: none; color: #E65B2A; } .power-button { height: 100px; width: 100px; margin: 3em auto auto; display: block; } .power-button img { width: 100%; } /*--------rounded check-------- */ .round-check { position: relative; } .round-check label { border: 1px solid #ccc; -webkit-border-radius: 50%; border-radius: 50%; cursor: pointer; height: 28px; left: 0; position: absolute; top: 0; width: 28px; } .round-check label:after { border: 2px solid #fff; border-top: none; border-right: none; content: ""; height: 6px; left: 7px; opacity: 0; position: absolute; top: 8px; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); width: 12px; } .round-check input[type="checkbox"] { visibility: hidden; } .round-check input[type="checkbox"]:checked+label { background-color: #006e95; border-color: #006e95; } .round-check input[type="checkbox"]:checked+label:after { opacity: 1; } /*--------rounded check Ends-------- */ @media only screen and (max-width:1200px) { .button-wrapper { max-width: 55%; } } @media only screen and (max-width:1024px) {} @media only screen and (max-width:992px) { .phone-icon { margin-right: -35%; } .mobile-menu, .topbar .music-item { width: 70px; height: 70px; } .button-wrapper { max-width: 70%; } } @media only screen and (max-width:768px) { header { padding-top: 20px; } .phone-icon { width: 135%; } .app-name h2 { font-size: 3rem; } .app-name p { font-size: 22px; } .btn-setng { padding: 0px 13px; } .item-heading { padding: 10px 25px; } .item-icons { padding: 20px 25px; } .tabs-text { padding: 5px 3px; width: 70px; } p.prime { font-size: 16px; margin-top: 15px; } p.source { font-size: 16px; } .list-text1 { padding-top: 10px; width: 100%; } .player-list ul { margin: 0px 10px; } .player-list { min-height: 800px; } .playlists { position: fixed; width: 100%; background: #242424; bottom: 0px; padding-top: 20px } .topbar { padding: 10px 10px; } .plus-sign { color: white; position: absolute; top: -1px; right: 20px; } .player-btns img { width: 35px; } .volume-bar { padding: 7px 20px; } .player-btns { padding: 10px 20px; margin-bottom: 0; } .button-wrapper { max-width: 85%; } .power-button { margin: 4em auto 3em; } } .fa.fa-chevron-down { float: right; color: white; font-size: 24px; position: absolute; top: 18px; right: 110px; } #changeGroup { color: white; font-size: 24px; text-align: center; } #addGroup { float: right; color: white; font-size: 32px; position: absolute; top: 10px; right: 25px; } #backBtn, #backBtnZoneSettings { float: right; color: white; font-size: 32px; position: absolute; top: 10px; left: 25px; } @media only screen and (max-width:600px) { .mobile-menu, .topbar .music-item { width: 50px; height: 50px; } .heading h2 { font-size: 24px; } .sub-heading h2 { font-size: 28px; } .phone-icon { height: 550px; margin-top: -75px; margin-right: -45%; } .button-wrapper { max-width: 60%; } .power-button { margin: 2.5em auto 2.5em; } } @media only screen and (max-width:600px) and (orientation: landscape) { .playlists { position: relative; } .power-button { width: 80px; height: 90px; margin: 1em auto auto; } .bottom-button-item, .button-item { margin: 5px auto; padding: 9px 7px; min-width: 70px; width: 85px; } } @media only screen and (max-width:480px) { .phone-gradient {} .phone-icon { height: 430px; margin-top: -60px; margin-right: -40%; } .app-name { margin-top: 20px; padding-bottom: 30px; } .app-name p { font-size: 20px; } #slidecontainer { margin-right: 10px; margin-left: 30px; } .player-list { /*overflow-y: scroll; height: 450px;*/ } .button-wrapper { max-width: unset; } .bottom-button-item, .button-item, select#changeZone, select#changeSource { margin: 5px auto !important; padding: 9px 7px !important; min-width: 70px !important; width: 85px !important; } .power-button { margin: 2em auto auto; } } @media only screen and (max-width:480px) and (orientation: landscape) { .button-wrapper { max-width: 60%; } } select#changeZone { background: #006e95; color: #fff; font-size: 26px; text-align: center; border: 0px solid #fff; min-width: 150px !important; } select#changeSource { color: #fff; font-size: 26px; border-radius: 4px; border: 0px solid #fff; text-align: center; padding: 10px 30px; min-width: 150px !important; background: #242424; } select.dropBtnSource { background: #242424; border: transparent; } select.dropBtn { background: #242424; border: transparent; }