mirror of
https://github.com/rembo10/headphones.git
synced 2026-03-20 11:49:27 +00:00
589 lines
22 KiB
CSS
Executable File
589 lines
22 KiB
CSS
Executable File
/* HTML5 ✰ Boilerplate */
|
|
|
|
html, body, div, span, object, iframe,
|
|
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
|
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
|
|
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
|
|
fieldset, form, label, legend,
|
|
table, caption, tbody, tfoot, thead, tr, th, td,
|
|
article, aside, canvas, details, figcaption, figure,
|
|
footer, header, hgroup, menu, nav, section, summary,
|
|
time, mark, audio, video {
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0;
|
|
font-size: 100%;
|
|
font: inherit;
|
|
vertical-align: baseline;
|
|
}
|
|
|
|
article, aside, details, figcaption, figure,
|
|
footer, header, hgroup, menu, nav, section {
|
|
display: block;
|
|
}
|
|
|
|
blockquote, q { quotes: none; }
|
|
blockquote:before, blockquote:after,
|
|
q:before, q:after { content: ''; content: none; }
|
|
ins { background-color: #ff9; color: #000; text-decoration: none; }
|
|
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
|
|
del { text-decoration: line-through; }
|
|
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
|
|
table { border-collapse: collapse; border-spacing: 0; }
|
|
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
|
|
input, select { vertical-align: middle; }
|
|
|
|
body { font:13px/1.231 sans-serif; *font-size:small; }
|
|
select, input, textarea, button { font:99% sans-serif; }
|
|
pre, code, kbd, samp { font-family: monospace, sans-serif; }
|
|
|
|
html { overflow-y: scroll; }
|
|
a:hover, a:active { outline: none; }
|
|
ul, ol { margin-left: 2em; }
|
|
ol { list-style-type: decimal; }
|
|
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
|
|
small { font-size: 85%; }
|
|
strong, th { font-weight: bold; }
|
|
td { vertical-align: top; }
|
|
|
|
sub, sup { font-size: 75%; line-height: 0; position: relative; }
|
|
sup { top: -0.5em; }
|
|
sub { bottom: -0.25em; }
|
|
|
|
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
|
|
textarea { overflow: auto; }
|
|
.ie6 legend, .ie7 legend { margin-left: -7px; }
|
|
input[type="radio"] { vertical-align: text-bottom; }
|
|
input[type="checkbox"] { vertical-align: bottom; }
|
|
.ie7 input[type="checkbox"] { vertical-align: baseline; }
|
|
.ie6 input { vertical-align: text-bottom; }
|
|
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
|
|
button, input, select, textarea { margin: 0; }
|
|
input:valid, textarea:valid { }
|
|
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
|
|
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }
|
|
|
|
::-moz-selection{ background: grey; color:#fff; text-shadow: none; }
|
|
::selection { background: grey; color:#fff; text-shadow: none; }
|
|
|
|
button { width: auto; overflow: visible; }
|
|
.ie7 img { -ms-interpolation-mode: bicubic; }
|
|
|
|
body, select, input, textarea { color: #444; }
|
|
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
|
|
|
|
/*
|
|
// ========================================== \\
|
|
|| ||
|
|
|| Custom Styles ||
|
|
|| ||
|
|
\\ ========================================== //
|
|
*/
|
|
|
|
/*
|
|
* Colors
|
|
* */
|
|
header
|
|
{
|
|
background-image: linear-gradient(bottom, rgb(194,0,0) 0%, rgb(230,0,19) 100%);
|
|
background-image: -o-linear-gradient(bottom, rgb(194,0,0) 0%, rgb(230,0,19) 100%);
|
|
background-image: -moz-linear-gradient(bottom, rgb(194,0,0) 0%, rgb(230,0,19) 100%);
|
|
background-image: -webkit-linear-gradient(bottom, rgb(194,0,0) 0%, rgb(230,0,19) 100%);
|
|
background-image: -ms-linear-gradient(bottom, rgb(194,0,0) 0%, rgb(230,0,19) 100%);
|
|
border-bottom: 1px solid #000;
|
|
}
|
|
#subhead_container{
|
|
background-image: linear-gradient(bottom, rgb(82,0,0) 0%, rgb(117,0,10) 100%);
|
|
background-image: -o-linear-gradient(bottom, rgb(82,0,0) 0%, rgb(117,0,10) 100%);
|
|
background-image: -moz-linear-gradient(bottom, rgb(82,0,0) 0%, rgb(117,0,10) 100%);
|
|
background-image: -webkit-linear-gradient(bottom, rgb(82,0,0) 0%, rgb(117,0,10) 100%);
|
|
background-image: -ms-linear-gradient(bottom, rgb(82,0,0) 0%, rgb(117,0,10) 100%);
|
|
border-bottom: 1px solid #000;
|
|
}
|
|
.dataTables_filter { /*Filter search*/
|
|
background-image: linear-gradient(bottom, rgb(82,0,0) 0%, rgb(117,0,10) 100%);
|
|
background-image: -o-linear-gradient(bottom, rgb(82,0,0) 0%, rgb(117,0,10) 100%);
|
|
background-image: -moz-linear-gradient(bottom, rgb(82,0,0) 0%, rgb(117,0,10) 100%);
|
|
background-image: -webkit-linear-gradient(bottom, rgb(82,0,0) 0%, rgb(117,0,10) 100%);
|
|
background-image: -ms-linear-gradient(bottom, rgb(82,0,0) 0%, rgb(117,0,10) 100%);
|
|
border-bottom: 1px solid #000;
|
|
}
|
|
|
|
.selected:hover { /*Selected left side menu link*/
|
|
background-image: linear-gradient(bottom, rgb(23,23,23) 0%, rgb(48,48,48) 100%);
|
|
background-image: -o-linear-gradient(bottom, rgb(23,23,23) 0%, rgb(48,48,48) 100%);
|
|
background-image: -moz-linear-gradient(bottom, rgb(23,23,23) 0%, rgb(48,48,48) 100%);
|
|
background-image: -webkit-linear-gradient(bottom, rgb(23,23,23) 0%, rgb(48,48,48) 100%);
|
|
background-image: -ms-linear-gradient(bottom, rgb(23,23,23) 0%, rgb(48,48,48) 100%);
|
|
}
|
|
/*Tablehead color*/
|
|
table.display thead tr th
|
|
{
|
|
background-image: linear-gradient(bottom, rgb(69,69,69) 0%, rgb(102,102,102) 100%);
|
|
background-image: -o-linear-gradient(bottom, rgb(69,69,69) 0%, rgb(102,102,102) 100%);
|
|
background-image: -moz-linear-gradient(bottom, rgb(69,69,69) 0%, rgb(102,102,102) 100%);
|
|
background-image: -webkit-linear-gradient(bottom, rgb(69,69,69) 0%, rgb(102,102,102) 100%);
|
|
background-image: -ms-linear-gradient(bottom, rgb(69,69,69) 0%, rgb(102,102,102) 100%);
|
|
}
|
|
|
|
/*
|
|
* Univarsal
|
|
* */
|
|
|
|
.clear{
|
|
clear:both;
|
|
}
|
|
|
|
*:focus{
|
|
outline: none;
|
|
}
|
|
|
|
/*
|
|
* Links Styles
|
|
* */
|
|
a:link {
|
|
color: #fff;
|
|
text-shadow: 1px 1px 2px #000;
|
|
text-decoration: none;
|
|
}
|
|
a:visited {
|
|
color: #fff;
|
|
text-shadow: 1px 1px 2px #000;
|
|
text-decoration: none;
|
|
}
|
|
a:hover { /*this effect is not shown in NN4.xx*/
|
|
color: #fff;
|
|
text-shadow: 1px 1px 2px #000;
|
|
text-decoration: underline;
|
|
}
|
|
a:active {/*colour in NN4.xx is red*/
|
|
color: #fff;
|
|
text-shadow: 1px 1px 2px #000;
|
|
text-decoration: underline;
|
|
}
|
|
a.blue {
|
|
color: blue;
|
|
}
|
|
|
|
#container { width: 960px; margin: auto; }
|
|
|
|
body { background-color: #313131; color: #c2c2c2;}
|
|
|
|
|
|
|
|
table.display thead tr th
|
|
{
|
|
border: 1px solid #000;
|
|
color: #000;
|
|
text-shadow: 1px 1px rgb(100,100,100);
|
|
line-height: 100%;
|
|
}
|
|
|
|
h1 { font-size: 14px; padding: 10px 0px 10px 10px; color: #FFF; text-decoration: none; background-color: #212121;}
|
|
h2 { font-size: 13px; color: #FFF; text-decoration: none;}
|
|
h3 { font-size: 12px; color: #FFF; text-decoration: none;}
|
|
h4 { font-size: 12px; color: #FFF; text-decoration: none;}
|
|
|
|
p.indented { margin-top: 20px; margin-bottom: 20px; font-size: 12px; }
|
|
p.center { text-align: center; font-size: 18px; }
|
|
.smalltext2 { font-size: 12px; margin-left: 45px; }
|
|
|
|
header
|
|
{
|
|
width: 100%;
|
|
height: 65px;
|
|
border-bottom: 1px solid #000;
|
|
position: fixed;
|
|
top: 0px;
|
|
left: 0px;
|
|
z-index: 998;
|
|
}
|
|
|
|
div#updatebar { box-shadow: 5px 5px 3px #000; text-align: center; width: 300px; min-height: 60px; position: fixed; bottom: 20px; right: 10px; z-index: 9999; padding: 20px; margin: auto; background-color: rgba(0,0,0,0.8); }
|
|
div#logo { padding-left: 10px; }
|
|
|
|
ul#nav { position: fixed; top: 60px; left: 0px; list-style-type: none; height: 100%; width: 200px; padding: 0; margin: 0; background-color: #343434; border-right: 1px solid #000; padding-top: 30px; z-index: 300;}
|
|
ul#nav li { display: block; width: 100%; padding: 0; margin: 0;}
|
|
ul#nav li:hover {
|
|
display: block;
|
|
width: 100%;
|
|
background: #292929;
|
|
}
|
|
|
|
ul#nav li.selected
|
|
{
|
|
background-image: linear-gradient(bottom, rgb(69,69,69) 0%, rgb(102,102,102) 100%);
|
|
background-image: -o-linear-gradient(bottom, rgb(69,69,69) 0%, rgb(102,102,102) 100%);
|
|
background-image: -moz-linear-gradient(bottom, rgb(69,69,69) 0%, rgb(102,102,102) 100%);
|
|
background-image: -webkit-linear-gradient(bottom, rgb(69,69,69) 0%, rgb(102,102,102) 100%);
|
|
background-image: -ms-linear-gradient(bottom, rgb(69,69,69) 0%, rgb(102,102,102) 100%);
|
|
border-bottom: 1px solid #000;
|
|
border-top: 1px solid #000;
|
|
font-weight: bold;
|
|
}
|
|
|
|
ul#nav li a
|
|
{
|
|
line-height: 25px;
|
|
padding-left: 30px;
|
|
font-size: 12px;
|
|
color: #FFF;
|
|
text-decoration: none;
|
|
width: 170px;
|
|
display: block;
|
|
}
|
|
ul#nav li a:hover { color: #fff; }
|
|
|
|
/*Subhead menu*/
|
|
div#subhead_container
|
|
{
|
|
height: 40px;
|
|
width:100%;
|
|
position: fixed;
|
|
top: 65px;
|
|
left: 200px;
|
|
z-index: 200;
|
|
overflow: hidden;
|
|
}
|
|
|
|
ul#subhead_menu
|
|
{
|
|
list-style-type: none;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
}
|
|
|
|
ul#subhead_menu li
|
|
{
|
|
height: 40px;
|
|
padding: 0px 9px 0px 9px;
|
|
line-height: 40px;
|
|
display: inline-block;
|
|
border-left: 1px solid #000;
|
|
border-right: 1px solid #000;
|
|
margin: 0;
|
|
}
|
|
|
|
ul#subhead_menu li:hover
|
|
{
|
|
background-image: linear-gradient(bottom, rgb(70,0,10) 0%, rgb(60,0,20) 100%);
|
|
background-image: -o-linear-gradient(bottom, rgb(70,0,10) 0%, rgb(60,0,20) 100%);
|
|
background-image: -moz-linear-gradient(bottom, rgb(70,0,10) 0%, rgb(60,0,20) 100%);
|
|
background-image: -webkit-linear-gradient(bottom, rgb(70,0,10) 0%, rgb(60,0,20) 100%);
|
|
background-image: -ms-linear-gradient(bottom, rgb(70,0,10) 0%, rgb(60,0,20) 100%);
|
|
border-right: 1px solid rgb(30,30,30);
|
|
border-left: 1px solid rgb(10,10,10);
|
|
}
|
|
|
|
ul#subhead_menu li a
|
|
{
|
|
display: inline-block;
|
|
line-height: 40px;
|
|
color: white;
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
text-decoration: none;
|
|
}
|
|
|
|
ul#subhead_menu li a:hover
|
|
{
|
|
font-weight: bold;
|
|
}
|
|
|
|
/* Searchbar Styles */
|
|
div#searchbar
|
|
{
|
|
margin: 20px 30px auto auto;
|
|
position: fixed;
|
|
top: 0px;
|
|
right: 0px;
|
|
z-index: 1000;
|
|
border-radius: 20px;
|
|
color: #fff;
|
|
background-color: rgb(120,0,10);
|
|
border-top: 1px solid rgb(90,0,20);
|
|
border-left: 1px solid rgb(90,0,20);
|
|
box-shadow: 1px 1px 2px rgb(240,0,20);
|
|
}
|
|
div#searchbar input[type=text] {
|
|
background-color: rgb(120,0,10);
|
|
border-radius: 20px 0px 0px 20px;
|
|
color: #fff;
|
|
padding: 2px 10px 2px 10px;
|
|
border: 0;
|
|
border-right: 1px solid #909090
|
|
}
|
|
div#searchbar input[type=submit]
|
|
{
|
|
background-color: rgb(120,0,10);
|
|
border-radius: 0px 20px 20px 0px;
|
|
padding: 2px 10px 2px 10px;
|
|
border: 0;
|
|
border-left: 1px solid #909090;
|
|
color: #fff;
|
|
}
|
|
div#searchbar input[type=submit]:hover {
|
|
background-color: #ac0000;
|
|
text-shadow: 1px 1px 3px #000; }
|
|
div#searchbar select
|
|
{
|
|
color: #fff;
|
|
background-color: rgb(120,0,10);
|
|
border: 0px;
|
|
border-color: rgb(70,0,10);
|
|
}
|
|
|
|
div#main { position: absolute; top: 90px; left: 200px; width: 100%; min-width: 200px; min-height: 300px; margin: 20px; }
|
|
|
|
/*Filter position*/
|
|
.dataTables_filter
|
|
{
|
|
width: 200px;
|
|
padding-left: 10px;
|
|
position: fixed;
|
|
top: 65px;
|
|
z-index: 2;
|
|
left: 200px;
|
|
height: 40px;
|
|
width: 100%;
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
color: rgb(20,0,5);
|
|
text-shadow: 1px 1px rgb(123,0,10);
|
|
line-height: 40px;
|
|
}
|
|
|
|
/*Filter text input styles*/
|
|
#artist_table_filter type[type="text"],
|
|
#log_table_filter type[type="text"],
|
|
.dataTables_filter [type="text"] {
|
|
color: #FFF;
|
|
border-radius: 20px;
|
|
-webkit-border-radius: 20px;
|
|
-moz-border-radius: 20px;
|
|
padding-left: 10px;
|
|
background-color: rgb(30,0,10);
|
|
border: 1px solid #000;
|
|
box-shadow: 1px 1px 2px rgb(123,0,10);
|
|
}
|
|
|
|
.dataTables_info
|
|
{
|
|
font-weight: normal;
|
|
}
|
|
|
|
.table_wrapper { border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; width: 100%; background-color: #313131; position: relative; min-height: 50px; clear: both; _height: 302px; zoom: 1; }
|
|
/*All inputs in the main content */
|
|
.table_wrapper input[type="text"],
|
|
.table_wrapper input[type="password"],
|
|
.table_wrapper input[type="select"]
|
|
.table_wrapper input[type="radio"]
|
|
{
|
|
color: rgb(120,120,120);
|
|
padding: 3px 10px 3px 10px;
|
|
border-radius: 20px;
|
|
background-color: rgb(30,30,30);
|
|
border:0;
|
|
border-top: 1px solid rgb(20,20,20);
|
|
border-left: 1px solid rgb(20,20,20);
|
|
box-shadow: 1px 1px 1px rgb(70,70,70);
|
|
}
|
|
.manage_wrapper { width: 88%; margin: 20px auto 0 auto; padding: 25px; min-height: 150px; clear: both; _height: 302px; zoom: 1; }
|
|
.table_wrapper_left { float: left; width: 40%; min-height: 100px; margin-top: 25px; }
|
|
.table_wrapper_right{ float: right; width: 40%; min-height: 100px; margin-top: 25px; }
|
|
|
|
.configtable { font-size: 14px; line-height:18px; }
|
|
.configtable td { width: 350px; padding: 10px; }
|
|
.configtable td#middle { vertical-align: middle; }
|
|
|
|
#artist_table_wrapper { }
|
|
|
|
/* Artist Table Style*/
|
|
table#artist_table { width: 100%; padding: 20px; }
|
|
|
|
table#artist_table th#select { text-align: left; }
|
|
table#artist_table th#name { text-align: left; min-width: 32%; }
|
|
table#artist_table th#status { text-align: left; min-width: 8%; }
|
|
table#artist_table th#album { text-align: left; min-width: 49%; }
|
|
table#artist_table th#have { text-align: center; width: 60px; }
|
|
|
|
table#artist_table td#name { vertical-align: middle; text-align: left; }
|
|
table#artist_table td#status { vertical-align: middle; text-align: left; }
|
|
table#artist_table td#album { vertical-align: middle; text-align: left; }
|
|
table#artist_table td#have { vertical-align: middle; }
|
|
|
|
#artist_table div { color: #000; text-shadow: 1px 1px rgb(100,100,100); font-size: 12px; font-weight: bold; }
|
|
|
|
div#paddingheader {
|
|
padding-top: 48px;
|
|
font-size: 24px;
|
|
font-weight: bold;
|
|
text-align: left;
|
|
}
|
|
div#nopaddingheader { font-size: 24px; font-weight: bold; text-align: left; }
|
|
table#album_table { width: 100%; }
|
|
/* Album Tableheader*/
|
|
table#album_table th#select { vertical-align: middle; text-align: left; min-width: 10px; }
|
|
table#album_table th#albumart { text-align: left; min-width: 50px; }
|
|
table#album_table th#albumname { text-align: left; min-width: 150px; }
|
|
table#album_table th#reldate { width: 175px; text-align: left; min-width: 70px; }
|
|
table#album_table th#status { width: 175px; text-align: left; min-width: 80px; }
|
|
table#album_table th#type { width: 175px; text-align: left; min-width: 100px; }
|
|
table#album_table th#bitrate { text-align: left; min-width: 60px; }
|
|
/* Album tabledata */
|
|
table#album_table td#select { vertical-align: middle; text-align: left; }
|
|
table#album_table td#albumart { vertical-align: middle; text-align: left; }
|
|
|
|
/* Album art image sizes */
|
|
.album-art-small { float: left; background: url(../images/cover-small.png) no-repeat top left; padding-top:4px; padding-left: 14px; padding-right: 8px; padding-bottom: 4px;}
|
|
.album-art-small img { width: 100px; height: 100px; }
|
|
.album-art-big { float: left; height: 200px; width: 200px; background: url(../images/cover-cd.png) no-repeat top left; padding-top:5px; padding-left: 27px; padding-bottom: 5px; padding-right: 110px; }
|
|
.album-art-big img { width: 200px; height: 200px; }
|
|
|
|
#album-describtion { float: left; width: 400px; min-height: 200px; margin-left: 20px; }
|
|
table#album_table td#albumname { vertical-align: middle; text-align: left; }
|
|
table#album_table td#reldate { vertical-align: middle; text-align: left; }
|
|
table#album_table td#status { vertical-align: middle; text-align: left; font-size: 13px; }
|
|
table#album_table td#type { vertical-align: middle; text-align: left; }
|
|
table#album_table td#have { vertical-align: middle; }
|
|
table#album_table td#bitrate { vertical-align: middle; text-align: left; font-size: 13px; }
|
|
|
|
div#albumheader { margin: 20px 0px 40px 0px; min-height: 200px; }
|
|
|
|
/* Track table*/
|
|
div#track_wrapper { font-size: 16px; width: 100%; clear:both; }
|
|
div#track_table { margin-top: 20px; }
|
|
table#track_table th#number { text-align: right; min-width: 8px; }
|
|
table#track_table th#name { text-align:left ; min-width: 160px; }
|
|
table#track_table th#duration { text-align: left; min-width: 70px; }
|
|
table#track_table th#location { text-align: left; min-width: 180px; }
|
|
table#track_table th#bitrate { text-align: left; min-width: 75px; }
|
|
|
|
table#track_table td#number { vertical-align: middle; text-align: left; font-size: 12px; overflow: hidden; }
|
|
table#track_table td#name { vertical-align: middle; text-align: left; font-size: 12px; overflow: hidden; }
|
|
table#track_table td#duration { vertical-align: middle; text-align: left; font-size: 12px; overflow: hidden; }
|
|
table#track_table td#location { vertical-align: middle; text-align: left; font-size: 12px; overflow: hidden; }
|
|
table#track_table td#bitrate { vertical-align: middle; text-align: left; font-size: 12px; overflow: hidden; }
|
|
div#history_table_wrapper { margin-top: 20px; }
|
|
table#history_table { width: 100%; font-size: 12px; }
|
|
|
|
/* History table*/
|
|
|
|
table#history_table td#dateadded { vertical-align: middle; text-align: left; min-width: 150px; font-size: 14px; }
|
|
table#history_table td#filename { vertical-align: middle; text-align: left; min-width: 100px; font-size: 15px; }
|
|
table#history_table td#size { vertical-align: middle; text-align: left; min-width: 75px; font-size: 14px; }
|
|
table#history_table td#status { vertical-align: middle; text-align: left; font-size: 14px; }
|
|
table#history_table td#action { vertical-align: middle; text-align: left; font-size: 14px; }
|
|
|
|
#log_table_wrapper { padding-top: 20px; }
|
|
table#log_table { width: 100%; }
|
|
|
|
table#log_table th#timestamp { text-align: left; min-width: 150px; }
|
|
table#log_table th#level { text-align: left; min-width: 60px; }
|
|
table#log_table th#message { text-align: left; min-width: 500px; }
|
|
|
|
table#upcoming_table th#albumart { text-align: left; min-width: 20%; }
|
|
table#upcoming_table th#albumname { text-align: left; min-width: 200px; }
|
|
table#upcoming_table th#artistname { text-align: left; min-width: 150px; }
|
|
table#upcoming_table th#reldate { text-align: left; min-width: 100px; }
|
|
table#upcoming_table th#type { text-align: left; min-width: 75px; }
|
|
|
|
table#upcoming_table td#select { vertical-align: middle; text-align: left; }
|
|
table#upcoming_table td#albumart { vertical-align: middle; text-align: left; min-width: 50px; }
|
|
table#upcoming_table td#albumname { vertical-align: middle; text-align: left; min-width: 200px; }
|
|
table#upcoming_table td#artistname { vertical-align: middle; text-align: left; min-width: 150px; }
|
|
table#upcoming_table td#reldate { vertical-align: middle; text-align: left; min-width: 100px; }
|
|
table#upcoming_table td#type { vertical-align: middle; text-align: left; min-width: 75px; }
|
|
table#upcoming_table td#status { vertical-align: middle; text-align: left; }
|
|
|
|
table#wanted_table { width: 100%; }
|
|
table#wanted_table th#albumart { text-align: left; min-width: 50px; }
|
|
table#wanted_table th#albumname { text-align: left; min-width: 200px; }
|
|
table#wanted_table th#artistname { text-align: left; min-width: 150px; }
|
|
table#wanted_table th#reldate { text-align: left; min-width: 100px; }
|
|
table#wanted_table th#type { text-align: left; min-width: 75px; }
|
|
|
|
table#wanted_table td#select { vertical-align: middle; text-align: left; }
|
|
table#wanted_table td#albumart { vertical-align: middle; text-align: left; min-width: 50px; }
|
|
table#wanted_table td#albumname { vertical-align: middle; text-align: left; min-width: 200px; }
|
|
table#wanted_table td#artistname { vertical-align: middle; text-align: left; min-width: 150px; }
|
|
table#wanted_table td#reldate { vertical-align: middle; text-align: left; min-width: 100px; }
|
|
table#wanted_table td#type { vertical-align: middle; text-align: left; min-width: 75px; }
|
|
table#wanted_table td#status { vertical-align: middle; text-align: left; }
|
|
|
|
table#searchresults_table th#albumname { text-align: left; min-width: 225px; }
|
|
table#searchresults_table th#artistname { text-align: left; min-width: 325px; }
|
|
table#searchresults_table th#score { text-align: left; min-width: 75px; }
|
|
|
|
table#searchresults_table td#albumname { vertical-align: middle; text-align: left; min-width: 200px; }
|
|
table#searchresults_table td#artistname { vertical-align: middle; text-align: left; min-width: 300px; }
|
|
table#searchresults_table td#score { vertical-align: middle; text-align: left; min-width: 75px; }
|
|
|
|
div.progress-container { border: 1px solid #313131; width: 100px; height: 15px; margin: 2px 5px 2px 0; padding: 1px; background: #414141; color: white; }
|
|
div.progress-container > div { height: 100%; margin: 1px; }
|
|
.havetracks { font-size: 12px; position: relative; width: 100px; text-align: center; }
|
|
|
|
footer { margin: 20px auto 20px auto; }
|
|
div#version { text-align: center; font-weight: bold; }
|
|
div#donate { text-align: center; margin: 20px auto 20px auto; }
|
|
|
|
div#shutdown{ text-align: center; vertical-align: middle; }
|
|
|
|
.cloudtag { padding-top: 30px; font-size:16px; }
|
|
#cloud a.tag1 { font-size: 0.7em; font-weight: 100; }
|
|
#cloud a.tag2 { font-size: 0.8em; font-weight: 200; }
|
|
#cloud a.tag3 { font-size: 0.9em; font-weight: 300; }
|
|
#cloud a.tag4 { font-size: 1.0em; font-weight: 400; }
|
|
#cloud a.tag5 { font-size: 1.2em; font-weight: 500; }
|
|
#cloud a.tag6 { font-size: 1.4em; font-weight: 600; }
|
|
#cloud a.tag7 { font-size: 1.6em; font-weight: 700; }
|
|
#cloud a.tag8 { font-size: 1.8em; font-weight: 800; }
|
|
#cloud a.tag9 { font-size: 2.2em; font-weight: 900; }
|
|
#cloud a.tag10 { font-size: 2.5em; font-weight: 900; }
|
|
|
|
#cloud { padding: 2px; line-height: 1.5em; text-align: center; }
|
|
#cloud a { padding: 0px; }
|
|
#cloud { margin: 0; }
|
|
#cloud li { display: inline; }
|
|
|
|
|
|
|
|
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
|
|
.hidden { display: none; visibility: hidden; }
|
|
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
|
|
.visuallyhidden.focusable:active,
|
|
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
|
|
.invisible { visibility: hidden; }
|
|
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
|
|
.clearfix:after { clear: both; }
|
|
.clearfix { zoom: 1; }
|
|
|
|
|
|
@media all and (orientation:portrait) {
|
|
|
|
}
|
|
|
|
@media all and (orientation:landscape) {
|
|
|
|
}
|
|
|
|
@media screen and (max-device-width: 480px) {
|
|
|
|
html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; }
|
|
}
|
|
|
|
|
|
@media print {
|
|
* { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
|
|
-ms-filter: none !important; }
|
|
a, a:visited { color: #444 !important; text-decoration: underline; }
|
|
a[href]:after { content: " (" attr(href) ")"; }
|
|
abbr[title]:after { content: " (" attr(title) ")"; }
|
|
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
|
|
pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
|
|
thead { display: table-header-group; }
|
|
tr, img { page-break-inside: avoid; }
|
|
@page { margin: 0.5cm; }
|
|
p, h2, h3 { orphans: 3; widows: 3; }
|
|
h2, h3{ page-break-after: avoid; }
|
|
} |