439 lines
9.7 KiB
CSS

/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http:
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
* {
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
-webkit-touch-callout: none;
-webkit-text-size-adjust: none;
-webkit-user-select: none;
background-color:#000000;
/*background-image:linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);
background-image:-webkit-linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);
background-image:-ms-linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);
background-image:-webkit-gradient(
linear,
left top,
left bottom,
color-stop(0, #A7A7A7),
color-stop(0.51, #E4E4E4)
);
background-attachment:fixed;*/
font-family:'Droid Sans', 'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, sans-serif;
font-size:12px;
height:100%;
margin:0px;
padding:0px;
width:100%;
}
.app {
background:url(../img/logo.png) no-repeat center top;
position:absolute;
left:50%;
top:50%;
height:50px;
width:225px;
text-align:center;
padding:180px 0px 0px 0px;
margin:-115px 0px 0px -112px;
}
@media screen and (min-aspect-ratio: 1/1) and (min-width:400px) {
.app {
background-position:left center;
padding:75px 0px 75px 170px;
margin:-90px 0px 0px -198px;
}
}
.xlabel{
text-shadow: 0px 2px 3px #555;
}
.xbtn {
font-size:20px;
background-color: rgba(0, 0, 0, 0.3);
-moz-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5);
-webkit-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5);
box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5);
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
text-shadow: 0px 2px 3px #555;
}
h1 {
font-size:24px;
font-weight:normal;
margin:0px;
overflow:visible;
padding:0px;
text-align:center;
}
.event {
border-radius:4px;
-webkit-border-radius:4px;
color:#FFFFFF;
font-size:12px;
margin:0px 30px;
padding:2px 0px;
}
.event.listening {
background-color:#333333;
display:block;
}
.event.received {
background-color:#4B946A;
display:none;
}
@keyframes fade {
from { opacity: 1.0; }
50% { opacity: 0.4; }
to { opacity: 1.0; }
}
@-webkit-keyframes fade {
from { opacity: 1.0; }
50% { opacity: 0.4; }
to { opacity: 1.0; }
}
.blink {
animation:fade 3000ms infinite;
-webkit-animation:fade 3000ms infinite;
}
.listattr{
display: inline-block;
padding: 2px 2px;
font-size: 11.5px;
font-weight: bold;
line-height: 12.5px;
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
white-space: nowrap;
vertical-align: baseline;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.searchBarV {
position:absolute;
z-index:100;
width:8px;bottom:7px;top:2px;right:1px
}
.searchBarV > div {
position:absolute;
z-index:100;
width:100%;
background:-webkit-gradient(linear, 0 0, 100% 0, from(#f00), to(#900));
border:0px solid #800;
-webkit-background-clip:padding-box;
-webkit-box-sizing:border-box;
-webkit-border-radius:4px;
-webkit-box-shadow:inset 1px 1px 0 rgba(255,255,255,0.5);
}
.youtubebox{
padding:5px;
overflow:hidden;
line-height:18px;
}
.youtubeleft{
float: left;
width: 40%;
}
.youtubeimg{
margin-left : 5px;
margin-bottom : 5px;
width : 95%;
}
.youtubelabel{
position:absolute;
left : 10px;
line-height: 18px;
opacity : 1;
color: #ccc;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color:#000000;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding : 3px;
}
.youtubeduration{
top : 5px;
}
.youtubelooked{
top : 25px;
}
.youtubeclicked{
top : 45px;
}
.youtubeblock{
float: left;
width: 50%;
border: 0px;
margin-left:5px;
margin-right:5px;
}
.youtubetitle{
font-size:18px;
line-height: 22px;
margin: 0px;
border: 0px;
text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient : vertical;
text-shadow: 0px 2px 3px #555;
}
.youtubedesc{
margin-top:9px;
color: #ccc;
margin: 8px 0px;
border: 0px;
text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient : vertical;
}
.youtubeactionblock{
float : left;
width : 10px;
}
.youtubeaction{
border: 0px;
padding: 5px 5px 5px 0px;
margin: 0px;
font-size:18px;
opacity: 0.5;
line-height:18;
}
.youtubeaction hover{
opacity: 0.9;
}
.youtubehr{
position: absolute;
left:10px;
margin-bottom:0px;
bottom: 0px;
opacity:0.15;
border:0px;
height:1px;
background-color:#ffffff;
}
.youtubeplayerbtn{
background-color: rgba(0, 0, 0, 0.2);
-moz-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5);
-webkit-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5);
box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5);
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.completeitem{
border: 0px solid #000000;
font-size:20px;
background-color: #2d404a;
text-shadow: 0px 2px 3px #555;
}
.completeitemtext{
margin-left : 12px;
}
.completefirst{
border-radius: 0px 6px 0px 0px;
-moz-border-radius: 0px 6px 0px 0px;
-webkit-border-radius: 0px 6px 0px 0px;
}
.completelast{
border-radius: 0px 0px 32px 7px;
-moz-border-radius: 0px 0px 32px 7px;
-webkit-border-radius: 0px 0px 32px 7px;
}
.iScrollVerticalScrollbar.iScrollBothScrollbars {
bottom: 18px;
}
.iScrollVerticalScrollbar {
position: absolute;
z-index: 9999;
width: 6px;
bottom: 2px;
top: 2px;
right: 2px;
overflow: hidden;
}
.iScrollVerticalScrollbar .iScrollIndicator {
width: 100%;
background: -moz-linear-gradient(top, #cc3f6e 0%, #93004e 70%);
background: -webkit-linear-gradient(top, #cc3f6e 0%,#93004e 70%);
background: -o-linear-gradient(top, #cc3f6e 0%,#93004e 70%);
background: -ms-linear-gradient(top, #cc3f6e 0%,#93004e 70%);
background: linear-gradient(to bottom, #cc3f6e 0%,#93004e 70%);
}
.iScrollIndicator {
position: absolute;
background: #cc3f6e;
border-width: 1px;
border-style: solid;
border-color: #EB97B4 #7C2845 #7C2845 #EB97B4;
border-radius: 8px;
}
.loader {
margin: 60px auto;
font-size: 10px;
position: relative;
text-indent: -9999em;
border-top: 1.1em solid rgba(255, 255, 255, 0.2);
border-right: 1.1em solid rgba(255, 255, 255, 0.2);
border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
border-left: 1.1em solid #ffffff;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation: load8 1.1s infinite linear;
animation: load8 1.1s infinite linear;
}
.loader,
.loader:after {
border-radius: 50%;
width: 10em;
height: 10em;
}
@-webkit-keyframes load8 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes load8 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.bookchecked {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #44c767), color-stop(1, #5cbf2a));
background:-moz-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
background:-webkit-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
background:-o-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
background:-ms-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
background:linear-gradient(to bottom, #44c767 5%, #5cbf2a 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#44c767', endColorstr='#5cbf2a',GradientType=0);
background-color:#44c767;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
border:1px solid #18ab29;
display:inline-block;
cursor:pointer;
color:#ffffff;
text-decoration:none;
text-shadow:0px 1px 0px #2f6627;
}
.bookchecked {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cbf2a), color-stop(1, #44c767));
background:-moz-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
background:-webkit-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
background:-o-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
background:-ms-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
background:linear-gradient(to bottom, #5cbf2a 5%, #44c767 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cbf2a', endColorstr='#44c767',GradientType=0);
background-color:#5cbf2a;
}
.bookchecked:active {
position:relative;
top:1px;
}
.bookunchecked {
background-color:transparent;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
border:0px solid white;
cursor:pointer;
color:#ffffff;
text-decoration:none;
text-shadow:0px 1px 0px #2f6627;
}
.bookunchecked:hover {
background-color:transparent;
}
.bookunchecked:active {
position:relative;
top:1px;
}