413 lines
9.7 KiB
CSS
413 lines
9.7 KiB
CSS
/* variables */
|
|
/**/
|
|
/**/
|
|
/* buttons */
|
|
.btn-default {
|
|
background: #ececec;
|
|
border-color: #ececec;
|
|
font-weight: 400;
|
|
color: #000; }
|
|
.btn-default:hover, .btn-default:active {
|
|
background: #ececec;
|
|
border-color: #ececec; }
|
|
|
|
.btn-ghost {
|
|
background: #fff;
|
|
border: 2px solid #000;
|
|
padding: 5px 10px;
|
|
font-weight: 400;
|
|
font-size: 15px;
|
|
line-height: 21px;
|
|
color: #000; }
|
|
.btn-ghost.btn-lg {
|
|
font-size: 18px;
|
|
line-height: 36px; }
|
|
.btn-ghost:hover, .btn-ghost:active {
|
|
background: #0080b4;
|
|
border-color: #0080b4;
|
|
color: #fff; }
|
|
|
|
.btn-primary {
|
|
background: #0080b4;
|
|
border-color: #0080b4;
|
|
font-weight: 400;
|
|
color: #fff; }
|
|
.btn-primary:hover, .btn-primary:active {
|
|
background: #0080b4;
|
|
border-color: #0080b4;
|
|
color: #fff; }
|
|
|
|
.btn-success {
|
|
background: #4caf50;
|
|
border-color: #4caf50;
|
|
font-weight: 400;
|
|
color: #fff; }
|
|
.btn-success:hover, .btn-success:active {
|
|
background: #4caf50;
|
|
border-color: #4caf50;
|
|
color: #fff; }
|
|
|
|
.btn-black {
|
|
background: #212121;
|
|
border-color: #212121;
|
|
font-weight: 400;
|
|
font-size: 15px;
|
|
color: #fff; }
|
|
.btn-black:hover, .btn-black:active {
|
|
background: #212121;
|
|
border-color: #212121;
|
|
color: #fff; }
|
|
|
|
/* form elements */
|
|
.form-control {
|
|
color: #000;
|
|
background: #f6f6f6;
|
|
border-color: #d9d9d9;
|
|
font-size: 15px;
|
|
line-height: 28px;
|
|
height: 42px;
|
|
/* placeholder input styles */ }
|
|
.form-control input[type="text"]::-webkit-input-placeholder {
|
|
/* WebKit browsers */
|
|
color: #bdbdbd; }
|
|
.form-control input[type="text"]:-moz-placeholder {
|
|
/* Mozilla Firefox 4 to 18 */
|
|
color: #bdbdbd; }
|
|
.form-control input[type="text"]::-moz-placeholder {
|
|
/* Mozilla Firefox 19+ */
|
|
color: #bdbdbd;
|
|
opacity: 1; }
|
|
.form-control input[type="text"]:-ms-input-placeholder {
|
|
/* Internet Explorer 10+ */
|
|
color: #bdbdbd; }
|
|
|
|
/* sprite */
|
|
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 100dpi) {
|
|
.playlists-dropdown .item_playlist .playlist-thumb .date-time,
|
|
.playlists-dropdown .playlist-header .close-playlists,
|
|
.headerIcon.active.playlist-icon a,
|
|
.headerIcon.active.channels-icon a,
|
|
.headerIcon.active.video-icon a,
|
|
.headerIcon.playlist-icon a,
|
|
.headerIcon.channels-icon a,
|
|
.headerIcon.video-icon a,
|
|
.navbar-default .right-menu.navbar-nav > li > a.user-area .btn-setting,
|
|
.navbar-default .right-menu.navbar-nav > li > a.btn-upload,
|
|
.ch-playlists .playlist-thumb .date-time,
|
|
.rating .like-dislike a.btn-dislike i,
|
|
.rating .like-dislike a.btn-like i {
|
|
background-image: url("../images/sprite@2x.png") !important;
|
|
/* Translate the @2x sprite's dimensions back to 1x */
|
|
background-size: 60px 4400px !important; } }
|
|
.jcf-hidden {
|
|
display: block !important;
|
|
position: absolute !important;
|
|
left: -9999px !important;
|
|
/* change to right: -9999px on RTL sites */ }
|
|
|
|
/* custom checkbox styles */
|
|
.chk-area {
|
|
margin: 0 10px 0 0;
|
|
float: left;
|
|
width: 22px;
|
|
height: 22px;
|
|
background: url("../images/custom-elements-sprite.png") no-repeat -253px -14px; }
|
|
|
|
.account-container .form-group.radio, .account-container .form-group.checkbox {
|
|
line-height: 20px; }
|
|
.account-container .form-group.radio label, .account-container .form-group.checkbox label {
|
|
padding: 0; }
|
|
.account-container .form-group .radio-inline {
|
|
padding: 0; }
|
|
.account-container .form-group .chk-area {
|
|
width: 20px;
|
|
height: 20px;
|
|
border-radius: 4px;
|
|
border: 1px solid #d9d9d9;
|
|
border: 1px solid #d9d9d9;
|
|
background: #fff;
|
|
font: 14px/16px "icomoon";
|
|
text-align: center; }
|
|
.account-container .form-group .chk-checked {
|
|
border-color: #0080b4;
|
|
background: #0080b4;
|
|
color: #fff; }
|
|
.account-container .form-group .chk-checked:after {
|
|
content: "\e910"; }
|
|
|
|
.chk-checked {
|
|
background-position: -253px -45px; }
|
|
|
|
.chk-disabled {
|
|
background-position: -253px -75px; }
|
|
|
|
.no-yes .chk-area {
|
|
margin: 0 0px 0 0;
|
|
float: left;
|
|
width: 67px;
|
|
height: 30px;
|
|
background: url("../images/custom-elements-sprite.png") no-repeat -11px -11px; }
|
|
|
|
.no-yes .chk-checked {
|
|
background-position: -11px -44px; }
|
|
|
|
.no-yes .chk-disabled {
|
|
background-position: -11px -77px; }
|
|
|
|
.check-out .chk-area {
|
|
margin: 0 0px 0 0;
|
|
float: left;
|
|
width: 67px;
|
|
height: 30px;
|
|
background: url("../images/custom-elements-sprite.png") no-repeat -88px -11px; }
|
|
|
|
.check-out .chk-checked {
|
|
background-position: -88px -44px; }
|
|
|
|
.check-out .chk-disabled {
|
|
background-position: -88px -77px; }
|
|
|
|
.on-off .chk-area {
|
|
margin: 0 10px 0 0;
|
|
float: left;
|
|
width: 67px;
|
|
height: 30px;
|
|
background: url("../images/custom-elements-sprite.png") no-repeat -165px -11px; }
|
|
|
|
.on-off .chk-checked {
|
|
background-position: -165px -44px; }
|
|
|
|
.on-off .chk-disabled {
|
|
background-position: -165px -77px; }
|
|
|
|
.jcf-label-disabled {
|
|
color: #ccc; }
|
|
|
|
/* custom radio styles */
|
|
.rad-area {
|
|
margin: 0 10px 0 0;
|
|
float: left;
|
|
width: 22px;
|
|
height: 22px;
|
|
border-radius: 11px;
|
|
font: 22px/22px "icomoon";
|
|
background: #f6f6f6;
|
|
color: #bebebe; }
|
|
.rad-area:after {
|
|
content: "\e909"; }
|
|
|
|
.rad-checked {
|
|
background: #f6f6f6;
|
|
color: #0080b4; }
|
|
.rad-checked:after {
|
|
content: "\e90a"; }
|
|
|
|
/* custom select styles */
|
|
.select-area {
|
|
color: #000;
|
|
background: #fff;
|
|
border: 1px solid #d9d9d9;
|
|
background-image: none;
|
|
border-radius: 4px;
|
|
position: relative;
|
|
overflow: hidden;
|
|
cursor: default;
|
|
display: block;
|
|
font-size: 18px;
|
|
line-height: 50px;
|
|
font-weight: 300;
|
|
height: 50px;
|
|
padding: 0px 12px;
|
|
transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
|
|
width: 100% !important; }
|
|
|
|
.select-focus {
|
|
border-color: #2c3e50;
|
|
color: #2c3e50; }
|
|
|
|
.select-area .center {
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
display: block;
|
|
width: 100%; }
|
|
|
|
.select-disabled {
|
|
background: #eee; }
|
|
|
|
.select-area .select-opener {
|
|
background: #fff;
|
|
color: #000;
|
|
position: absolute;
|
|
width: 22px;
|
|
height: 22px;
|
|
font: 22px/22px "icomoon";
|
|
right: 15px;
|
|
top: 50%;
|
|
margin: -11px 0 0;
|
|
text-decoration: none;
|
|
cursor: pointer; }
|
|
.select-area .select-opener:after {
|
|
content: "\e901"; }
|
|
|
|
.select-options {
|
|
position: absolute;
|
|
overflow: hidden;
|
|
background: #fff;
|
|
z-index: 10; }
|
|
|
|
.select-options .opt-disabled a {
|
|
background: #fff !important;
|
|
color: #aaa !important; }
|
|
|
|
.select-options .drop-holder {
|
|
border: 1px solid #ededed;
|
|
overflow: hidden; }
|
|
|
|
.select-options .drop-holder .drop-list {
|
|
overflow-x: hidden;
|
|
overflow-y: auto;
|
|
max-height: 240px; }
|
|
|
|
.select-options ul {
|
|
list-style: none;
|
|
overflow: hidden;
|
|
padding: 0;
|
|
margin: 0; }
|
|
|
|
.select-options ul li {
|
|
width: 100%;
|
|
float: left; }
|
|
|
|
.select-options ul a {
|
|
text-decoration: none;
|
|
padding: 5px 10px;
|
|
display: block;
|
|
cursor: default;
|
|
color: #555; }
|
|
|
|
.select-options .item-selected a {
|
|
text-decoration: none;
|
|
background: #eff7ff;
|
|
color: #3498db; }
|
|
|
|
/* select options optgroup example styles */
|
|
.select-options .optgroup {
|
|
clear: both; }
|
|
|
|
.select-options .optgroup strong {
|
|
display: block;
|
|
padding: 5px; }
|
|
|
|
.select-options .optgroup ul a {
|
|
padding-left: 30px; }
|
|
|
|
/* textarea example styles (optional) */
|
|
.text-block .control-wrapper {
|
|
border: 1px solid #777;
|
|
float: left; }
|
|
|
|
.text-block textarea {
|
|
font-size: 12px;
|
|
width: 500px;
|
|
height: 150px;
|
|
float: left;
|
|
border: 0;
|
|
margin: 0;
|
|
padding: 0; }
|
|
|
|
/* custom file input */
|
|
.file-area .jcf-input-wrapper {
|
|
position: relative;
|
|
overflow: hidden;
|
|
margin: 0 !important;
|
|
display: block;
|
|
float: left !important;
|
|
width: 90px !important;
|
|
height: 30px !important; }
|
|
|
|
.file-area .jcf-upload-button {
|
|
border: 0;
|
|
padding: 0px 0px;
|
|
background: #24a235;
|
|
color: #fff;
|
|
text-align: center;
|
|
float: left;
|
|
width: 90px;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
border-radius: 4px; }
|
|
|
|
.select-circle .file-area .jcf-input-wrapper {
|
|
width: 42px !important;
|
|
height: 42px !important; }
|
|
|
|
.select-circle .jcf-upload-button {
|
|
background: url("../images/custom-elements-sprite.png") no-repeat -241px -103px;
|
|
width: 42px;
|
|
height: 42px;
|
|
font-size: 0; }
|
|
|
|
.file-area .jcf-fake-input {
|
|
display: none !important; }
|
|
|
|
.file-disabled .jcf-upload-button {
|
|
border-color: #eee;
|
|
background-color: #eee;
|
|
color: #777; }
|
|
|
|
.file-disabled .jcf-fake-input {
|
|
border-color: #eee;
|
|
color: #aaa; }
|
|
|
|
/* custom scrollbars styles */
|
|
.scrollable-area-wrapper {
|
|
position: relative;
|
|
overflow: hidden;
|
|
width: 100% !important;
|
|
height: auto !important; }
|
|
|
|
.scrollable-area-wrapper .hscrollbar,
|
|
.scrollable-area-wrapper .vscrollbar {
|
|
position: absolute;
|
|
top: 0px;
|
|
right: 0;
|
|
width: 4px; }
|
|
|
|
.scrollable-area-wrapper .hscroll-left,
|
|
.scrollable-area-wrapper .vscroll-up,
|
|
.scrollable-area-wrapper .hscroll-right,
|
|
.scrollable-area-wrapper .vscroll-down {
|
|
background: #777;
|
|
width: 20px;
|
|
height: 20px;
|
|
float: left;
|
|
display: none; }
|
|
|
|
.scrollable-area-wrapper .hscroll-line,
|
|
.scrollable-area-wrapper .vscroll-line {
|
|
background: #fff;
|
|
width: 4px;
|
|
float: left; }
|
|
|
|
.scrollable-area-wrapper .hscroll-slider,
|
|
.scrollable-area-wrapper .vscroll-slider {
|
|
background: #0080b4;
|
|
width: 4px;
|
|
height: 20px;
|
|
border-radius: 2px; }
|
|
|
|
.scrollable-area-wrapper .hscrollbar {
|
|
position: static;
|
|
height: 20px;
|
|
top: auto; }
|
|
|
|
.scrollable-area-wrapper .hscroll-line {
|
|
height: 20px;
|
|
width: auto; }
|
|
|
|
/* Retian Sprite */
|
|
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 100dpi) {
|
|
/*logo sprite*/ }
|
|
|
|
/*# sourceMappingURL=custom-elements.css.map */
|