2014-01-05 03:47:23 +00:00
|
|
|
table.findsession-table, table.local-recordings {
|
|
|
|
|
margin-top:6px;
|
|
|
|
|
width:98%;
|
|
|
|
|
font-size:11px;
|
|
|
|
|
color:#fff;
|
|
|
|
|
background-color:#262626;
|
|
|
|
|
border:solid 1px #4d4d4d;
|
|
|
|
|
|
|
|
|
|
th {
|
2013-01-21 05:52:28 +00:00
|
|
|
font-weight:300;
|
|
|
|
|
background-color:#4d4d4d;
|
|
|
|
|
padding:6px;
|
|
|
|
|
border-right:solid 1px #333;
|
2014-01-05 03:47:23 +00:00
|
|
|
}
|
2013-01-21 05:52:28 +00:00
|
|
|
|
2014-01-05 03:47:23 +00:00
|
|
|
td {
|
2013-01-21 05:52:28 +00:00
|
|
|
padding:9px 5px 5px 5px;
|
|
|
|
|
border-right:solid 1px #333;
|
|
|
|
|
border-top:solid 1px #333;
|
|
|
|
|
vertical-align:top;
|
|
|
|
|
white-space:normal;
|
2014-01-05 03:47:23 +00:00
|
|
|
}
|
2013-01-21 05:52:28 +00:00
|
|
|
|
2014-06-25 04:30:56 +00:00
|
|
|
td.latency {
|
2014-06-27 05:53:33 +00:00
|
|
|
padding-top: 15px !important;
|
2014-06-25 04:30:56 +00:00
|
|
|
text-align:center !important;
|
|
|
|
|
}
|
|
|
|
|
|
2014-06-27 05:59:51 +00:00
|
|
|
td.latency div.center {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
margin: auto;
|
|
|
|
|
}
|
|
|
|
|
|
2014-01-05 03:47:23 +00:00
|
|
|
.noborder {
|
2013-01-21 05:52:28 +00:00
|
|
|
border-right:none;
|
2014-01-05 03:47:23 +00:00
|
|
|
}
|
2013-01-21 05:52:28 +00:00
|
|
|
|
2014-01-05 03:47:23 +00:00
|
|
|
.musicians {
|
2013-01-21 05:52:28 +00:00
|
|
|
margin-top:-3px;
|
2014-01-05 03:47:23 +00:00
|
|
|
}
|
2013-01-21 05:52:28 +00:00
|
|
|
|
2014-01-05 03:47:23 +00:00
|
|
|
.musicians td {
|
2013-01-21 05:52:28 +00:00
|
|
|
border-right:none;
|
|
|
|
|
border-top:none;
|
|
|
|
|
padding:3px;
|
2014-06-23 04:58:37 +00:00
|
|
|
vertical-align:middle !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.musician-groups td {
|
|
|
|
|
border-right:none;
|
|
|
|
|
border-top:none;
|
|
|
|
|
padding:3px;
|
|
|
|
|
margin-top:5px !important;
|
|
|
|
|
vertical-align:top;
|
2014-01-05 03:47:23 +00:00
|
|
|
}
|
2013-01-21 05:52:28 +00:00
|
|
|
|
2014-01-05 03:47:23 +00:00
|
|
|
a {
|
2013-01-21 05:52:28 +00:00
|
|
|
color:#fff;
|
|
|
|
|
text-decoration:none;
|
2014-01-05 03:47:23 +00:00
|
|
|
}
|
2013-01-21 05:52:28 +00:00
|
|
|
|
2014-01-05 03:47:23 +00:00
|
|
|
a:hover {
|
2013-01-21 05:52:28 +00:00
|
|
|
color:#227985;
|
2014-01-05 03:47:23 +00:00
|
|
|
}
|
2013-01-21 05:52:28 +00:00
|
|
|
}
|
|
|
|
|
|
2013-09-01 21:17:58 +00:00
|
|
|
.latency-grey {
|
2014-06-23 04:58:37 +00:00
|
|
|
width: 50px;
|
2013-09-01 21:17:58 +00:00
|
|
|
height: 10px;
|
|
|
|
|
font-family:Arial, Helvetica, sans-serif;
|
|
|
|
|
font-weight:200;
|
2014-06-23 04:58:37 +00:00
|
|
|
font-size:11px;
|
2013-09-01 21:17:58 +00:00
|
|
|
background-color:#868686;
|
2014-06-27 05:53:33 +00:00
|
|
|
text-align:center;
|
2013-09-01 21:17:58 +00:00
|
|
|
}
|
|
|
|
|
|
2013-01-21 05:52:28 +00:00
|
|
|
.latency-green {
|
|
|
|
|
width: 50px;
|
|
|
|
|
height: 10px;
|
|
|
|
|
font-family:Arial, Helvetica, sans-serif;
|
|
|
|
|
font-weight:200;
|
2014-06-23 04:58:37 +00:00
|
|
|
font-size:11px;
|
2014-06-25 04:30:56 +00:00
|
|
|
background-color:#71a43b;
|
2014-06-27 05:53:33 +00:00
|
|
|
text-align:center;
|
2013-01-21 05:52:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.latency-yellow {
|
|
|
|
|
width: 50px;
|
|
|
|
|
height: 10px;
|
|
|
|
|
font-family:Arial, Helvetica, sans-serif;
|
|
|
|
|
font-weight:200;
|
2014-06-23 04:58:37 +00:00
|
|
|
font-size:11px;
|
2013-01-21 05:52:28 +00:00
|
|
|
background-color:#cc9900;
|
2014-06-27 05:53:33 +00:00
|
|
|
text-align:center;
|
2013-01-21 05:52:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.latency-red {
|
2014-06-23 04:58:37 +00:00
|
|
|
width: 40px;
|
2013-01-21 05:52:28 +00:00
|
|
|
height: 10px;
|
|
|
|
|
font-family:Arial, Helvetica, sans-serif;
|
|
|
|
|
font-weight:200;
|
2014-06-23 04:58:37 +00:00
|
|
|
font-size:11px;
|
2013-01-21 05:52:28 +00:00
|
|
|
background-color:#980006;
|
2014-06-27 05:53:33 +00:00
|
|
|
text-align:center;
|
2013-01-21 05:52:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.avatar-tiny {
|
|
|
|
|
float:left;
|
|
|
|
|
padding:1px;
|
|
|
|
|
width:24px;
|
|
|
|
|
height:24px;
|
|
|
|
|
background-color:#ed3618;
|
|
|
|
|
-webkit-border-radius:12px;
|
|
|
|
|
-moz-border-radius:12px;
|
|
|
|
|
border-radius:12px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.avatar-tiny img {
|
|
|
|
|
width: 24px;
|
|
|
|
|
height: 24px;
|
|
|
|
|
-webkit-border-radius:12px;
|
|
|
|
|
-moz-border-radius:12px;
|
|
|
|
|
border-radius:12px;
|
|
|
|
|
}
|