528 lines
8.5 KiB
CSS
Executable File
528 lines
8.5 KiB
CSS
Executable File
.hidden {
|
|
display: none;
|
|
}
|
|
|
|
.center {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
position: relative;
|
|
}
|
|
|
|
#urlForm label,
|
|
#urlForm .label {
|
|
display: inline-block;
|
|
}
|
|
|
|
|
|
#commentform,
|
|
#contactForm,
|
|
#urlForm{
|
|
margin-bottom: 18px;
|
|
color: #484848;
|
|
}
|
|
|
|
#urlForm h4{
|
|
margin-top: 20px;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
#urlForm input,
|
|
#urlForm textarea{
|
|
padding: 10px 15px;
|
|
background: #eaeaea;
|
|
color: #484848;
|
|
border: 1px solid #ccc;
|
|
font-size: 13px;
|
|
font-family: Helvetica, Arial;
|
|
line-height: 1.5em;
|
|
|
|
overflow: auto;
|
|
}
|
|
|
|
#urlForm input:focus,
|
|
#urlForm textarea:focus{
|
|
background: #fff;
|
|
-webkit-box-shadow: 0px 0px 3px rgba(234,76,136,.4);
|
|
-moz-box-shadow: 0px 0px 3px rgba(234,76,136,.4);
|
|
-o-box-shadow: 0px 0px 3px rgba(234,76,136,.4);
|
|
box-shadow: 0px 0px 3px rgba(234,76,136,.4);
|
|
}
|
|
|
|
#urlForm input[type="text"]{
|
|
overflow: auto;
|
|
margin-bottom: 20px;
|
|
|
|
overflow: hidden;
|
|
}
|
|
|
|
#urlForm textarea,{
|
|
width: 90%;
|
|
height: 230px;
|
|
}
|
|
|
|
#urlForm input[type="button"],
|
|
#urlForm input[type="submit"]{
|
|
margin: 21px 0px;
|
|
|
|
width: auto;
|
|
color: #444;
|
|
font-size: 11px;
|
|
background: #eaeaea;
|
|
padding: 3px 10px;
|
|
border: 1px solid #ccc;
|
|
|
|
-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.3);
|
|
-moz-box-shadow: 0px 0px 2px rgba(0,0,0,.3);
|
|
-o-box-shadow: 0px 0px 2px rgba(0,0,0,.3);
|
|
box-shadow: 0px 0px 2px rgba(0,0,0,.3);
|
|
|
|
-webkit-transition: all 0.3s ease;
|
|
-moz-transition: all 0.3s ease;
|
|
-o-transition: all 0.3s ease;
|
|
transition: all 0.3s ease;
|
|
|
|
cursor: pointer;
|
|
}
|
|
|
|
#urlForm input[type="button"]:hover,
|
|
#urlForm input[type="submit"]:hover{
|
|
background: #00ff00;
|
|
color: #fff;
|
|
}
|
|
|
|
#urlForm label{
|
|
padding-left: 7px;
|
|
color: #484848;
|
|
}
|
|
|
|
#yc-list, #yc-inserturl {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
/* tab pane styling */
|
|
.panes div {
|
|
/*display:none;*/
|
|
/*padding:15px 10px;*/
|
|
/*border:1px solid #999;
|
|
border-top:0;*/
|
|
height:100%;
|
|
font-size:14px;
|
|
/* background-color:#fff; */
|
|
}
|
|
|
|
/* root element for tabs */
|
|
ul.tabs {
|
|
list-style:none;
|
|
margin:0 !important;
|
|
padding:0;
|
|
border-bottom:1px solid #666;
|
|
height:30px;
|
|
}
|
|
|
|
/* single tab */
|
|
ul.tabs li {
|
|
float:left;
|
|
text-indent:0;
|
|
padding:0;
|
|
margin:0 !important;
|
|
list-style-image:none !important;
|
|
}
|
|
|
|
/* link inside the tab. uses a background image */
|
|
ul.tabs a {
|
|
background: url(../img/tabs/blue.png) no-repeat -420px 0;
|
|
font-size:11px;
|
|
display:block;
|
|
height: 30px;
|
|
line-height:30px;
|
|
width: 134px;
|
|
text-align:center;
|
|
text-decoration:none;
|
|
color:#333;
|
|
padding:0px;
|
|
margin:0px;
|
|
position:relative;
|
|
top:1px;
|
|
}
|
|
|
|
ul.tabs a:active {
|
|
outline:none;
|
|
}
|
|
|
|
/* when mouse enters the tab move the background image */
|
|
ul.tabs a:hover {
|
|
background-position: -420px -31px;
|
|
color:#fff;
|
|
}
|
|
|
|
/* active tab uses a class name "current". its highlight is also done by moving the background image. */
|
|
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
|
|
background-position: -420px -62px;
|
|
cursor:default !important;
|
|
color:#000 !important;
|
|
}
|
|
|
|
/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */
|
|
|
|
|
|
/* width 1 */
|
|
ul.tabs a.s { background-position: -553px 0; width:81px; }
|
|
ul.tabs a.s:hover { background-position: -553px -31px; }
|
|
ul.tabs a.s.current { background-position: -553px -62px; }
|
|
|
|
/* width 2 */
|
|
ul.tabs a.l { background-position: -248px -0px; width:174px; }
|
|
ul.tabs a.l:hover { background-position: -248px -31px; }
|
|
ul.tabs a.l.current { background-position: -248px -62px; }
|
|
|
|
|
|
/* width 3 */
|
|
ul.tabs a.xl { background-position: 0 -0px; width:248px; }
|
|
ul.tabs a.xl:hover { background-position: 0 -31px; }
|
|
ul.tabs a.xl.current { background-position: 0 -62px; }
|
|
|
|
|
|
/* initially all panes are hidden */
|
|
.panes .pane {
|
|
display:none;
|
|
}
|
|
|
|
table#contenty {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
color: #000;
|
|
}
|
|
|
|
table#contenty tr th {
|
|
background: #888;
|
|
padding: 2px;
|
|
margin: 2px;
|
|
}
|
|
|
|
table#contenty tr td {
|
|
margin: 2px;
|
|
padding: 2px;
|
|
}
|
|
|
|
.rowa {
|
|
background: #CCC;
|
|
}
|
|
|
|
.rowb {
|
|
background: #AAA;
|
|
}
|
|
|
|
.background {
|
|
background: #444;
|
|
}
|
|
|
|
.small {
|
|
font-size: 7pt;
|
|
font-weight: normal;
|
|
font-family: verdana, helvetica;
|
|
text-decoration: none;
|
|
text-align: center;
|
|
}
|
|
|
|
/* --- Progress bar ---*/
|
|
|
|
div.progress {
|
|
text-align: center;
|
|
width: 25em;
|
|
position: relative;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
border-spacing: 0px;
|
|
left: 0px;
|
|
padding: 0px;
|
|
/*display: block;*/
|
|
height: 20px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
div.progress div.on {
|
|
background: url(../img/list/proglass.png);
|
|
height: 100%;
|
|
position: absolute;
|
|
left: 0px;
|
|
display: table-cell;
|
|
}
|
|
|
|
div.progress div.off {
|
|
background: url(../img/list/noglass.png);
|
|
height: 100%;
|
|
position: absolute;
|
|
right: 0px;
|
|
display: table-cell;
|
|
}
|
|
|
|
div.progress div.value {
|
|
font-family: verdana, arial, helvetica, sans-serif;
|
|
font-size: 8pt;
|
|
position: relative;
|
|
padding: 2px;
|
|
z-index: 2;
|
|
display: ;
|
|
}
|
|
|
|
/* --- Details table ---*/
|
|
|
|
td.size {
|
|
text-align: right;
|
|
}
|
|
|
|
td.name {
|
|
text-align: left;
|
|
}
|
|
|
|
td.speed {
|
|
text-align: center;
|
|
}
|
|
|
|
td.actions {
|
|
text-align: center;
|
|
}
|
|
|
|
td.actions div {
|
|
display: table-cell;
|
|
font-size: 5px;
|
|
padding: 0px;
|
|
}
|
|
|
|
td.actions div img {
|
|
border: 0px;
|
|
width: 16px;
|
|
height: 16px;
|
|
background: #a0a0a0;
|
|
}
|
|
|
|
td.actions div a img {
|
|
background: #00d000;
|
|
}
|
|
|
|
/* --- Log table ---*/
|
|
|
|
table.stats {
|
|
background: #444;
|
|
width: 100%;
|
|
}
|
|
|
|
table.stats th {
|
|
background: #888;
|
|
text-align: right;
|
|
}
|
|
|
|
table.stats td {
|
|
background: #AAA;
|
|
text-align: left;
|
|
}
|
|
|
|
table.stats div.log {
|
|
background: #444;
|
|
color: white;
|
|
text-align: left;
|
|
width: 100%;
|
|
height: 20em;
|
|
min-width: 30em;
|
|
overflow: auto;
|
|
/* overflow-x: auto;
|
|
overflow-y: auto;
|
|
*/ white-space: nowrap;
|
|
font-family: monospace;
|
|
}
|
|
|
|
.modal {
|
|
background-color:#fff;
|
|
display:none;
|
|
width:620px;
|
|
padding:15px;
|
|
text-align:left;
|
|
border:2px solid #333;
|
|
z-index: 999;
|
|
|
|
-moz-border-radius:6px;
|
|
-webkit-border-radius:6px;
|
|
-moz-box-shadow: 0 0 50px #ccc;
|
|
-webkit-box-shadow: 0 0 50px #ccc;
|
|
}
|
|
|
|
.modal h2 {
|
|
margin:0px;
|
|
padding:10px 0 10px 45px;
|
|
border-bottom:1px solid #333;
|
|
font-size:20px;
|
|
}
|
|
|
|
#yc-status {
|
|
width: 100%;
|
|
}
|
|
|
|
#yc-analysis {
|
|
width: 100%;
|
|
}
|
|
|
|
#yc-urlform {
|
|
width: 100%;
|
|
}
|
|
|
|
.yc-row {
|
|
width: 100%;
|
|
height: 25px;
|
|
}
|
|
|
|
.yc-left{
|
|
float: left;
|
|
}
|
|
|
|
.yc-right{
|
|
float: right;
|
|
text-overflow: ellipsis;
|
|
-o-text-overflow: ellipsis;
|
|
-webkit-text-overflow: ellipsis;
|
|
height: 20px;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.yc-button-container {
|
|
margin-top:30px;
|
|
width: 120px;
|
|
}
|
|
|
|
.yc-button {
|
|
height: 25px;
|
|
|
|
margin: 21px 0px;
|
|
|
|
color: #444;
|
|
font-size: 11px;
|
|
background: #eaeaea;
|
|
padding: 3px 10px;
|
|
border: 1px solid #ccc;
|
|
|
|
-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.3);
|
|
-moz-box-shadow: 0px 0px 2px rgba(0,0,0,.3);
|
|
-o-box-shadow: 0px 0px 2px rgba(0,0,0,.3);
|
|
box-shadow: 0px 0px 2px rgba(0,0,0,.3);
|
|
|
|
-webkit-transition: all 0.3s ease;
|
|
-moz-transition: all 0.3s ease;
|
|
-o-transition: all 0.3s ease;
|
|
transition: all 0.3s ease;
|
|
|
|
cursor: pointer;
|
|
}
|
|
|
|
.urlError {
|
|
background: none repeat scroll 0 0 #FA5858!important;
|
|
}
|
|
|
|
body.js-enabled #noscript {
|
|
display: none;
|
|
}
|
|
|
|
#noscript {
|
|
display:block;
|
|
|
|
/*set the div in the top-left corner of the screen*/
|
|
position:absolute;
|
|
top:0;
|
|
left:0;
|
|
|
|
/*set the width and height to 100% of the screen*/
|
|
width:100%;
|
|
height:100%;
|
|
|
|
/* Setzt den Hintergrund auf 80 % Alpha */
|
|
background-color: #000;
|
|
filter:alpha(opacity=80);
|
|
opacity: 0.8;
|
|
-moz-opacity:0.8;
|
|
z-index: 9999;
|
|
}
|
|
|
|
/* Setzt die Schriftfarbe auf 100 % */
|
|
#noscript .jstext {
|
|
color: #00ff00;
|
|
filter:alpha(opacity=100);
|
|
opacity: 1;
|
|
-moz-opacity:1;
|
|
position: relative;
|
|
font-size: 32px;
|
|
font-weight: bold;
|
|
width: 1000px;
|
|
margin-top:220px;
|
|
}
|
|
|
|
#yc-songlist-loader {
|
|
width: 100%;
|
|
}
|
|
|
|
.yc-songlist-loader-icon {
|
|
width: 50px;
|
|
height: 132px;
|
|
margin-top: 90px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.flex-direction-nav {
|
|
/*position: absolute;
|
|
right: -19px;
|
|
margin-top: -35px;*/
|
|
position: relative;
|
|
}
|
|
|
|
.flex-direction-nav li .prev, .flex-direction-nav li .next {
|
|
outline: none;
|
|
}
|
|
|
|
.yc-plusminus {
|
|
position: relative;
|
|
float: right;
|
|
top: -45px;
|
|
}
|
|
|
|
.yc-newvideo {
|
|
display: none;
|
|
}
|
|
.yc-plus-button {
|
|
position: absolute;
|
|
bottom: -42px;
|
|
right: 0px;
|
|
display: block;
|
|
width: 42px;
|
|
height: 42px;
|
|
outline: none;
|
|
text-indent: -9000px;
|
|
background: url('../img/top-open.png') no-repeat 0px 0px;
|
|
}
|
|
|
|
.yc-minus-button {
|
|
position: absolute;
|
|
bottom: -42px;
|
|
right: 0px;
|
|
display: block;
|
|
width: 42px;
|
|
height: 42px;
|
|
background: url('../img/top-open.png') no-repeat -44px 0px ;
|
|
outline: none;
|
|
text-indent: -9000px;
|
|
}
|
|
|
|
.yc-black {
|
|
background-color: #000;
|
|
}
|
|
|
|
.yc-figure-menu {
|
|
float: left;
|
|
height: 20px;
|
|
}
|
|
|
|
.yc-headline {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 173px;
|
|
color: #00FF00;
|
|
font-weight: 300;
|
|
font-size: 32px;
|
|
} |