add playout section

This commit is contained in:
Milan
2018-01-14 18:47:32 +01:00
parent 69e5d0e4c6
commit 7b43d7a807
60 changed files with 8792 additions and 7753 deletions

View File

@@ -14,7 +14,6 @@ body #content{
max-width:980px;
color:#000;
background:#fff;
line-height:100%;
text-align:left;
}
@@ -31,10 +30,9 @@ body,
font-family:sans-serif;
}
#content input,
#content textarea{
border:1px solid #ccc;
padding:6px;
border:1px solid #ccc;
}
@media handheld{
@@ -98,6 +96,10 @@ body,
background:#888;
}
#calcms_admin_menu div {
transition: all 0.2s;
}
#calcms_admin_menu select,
#calcms_admin_menu option{
font-size:0.8rem;
@@ -321,6 +323,8 @@ tr.tablesorter-filter-row input{
}
/*colors*/
#content input[type="submit"],
#content input[type="file"],
#content button,
#content .ui-state-active,
#content a.ui-button:active,
@@ -328,13 +332,16 @@ tr.tablesorter-filter-row input{
background-color:#2196f3;
}
#content input[type="submit"]:hover,
#content input[type="file"]:hover,
#content button:hover,
#content .ui-button.ui-state-active:hover{
background-color:#39a1f4;
}
/*colors end */
#content input[type="submit"],
#content input[type="file"],
#content button{
border:none;
color:#fff;
@@ -347,6 +354,8 @@ tr.tablesorter-filter-row input{
font-size: 12px;
}
#content input[type="submit"],
#content input[type="file"],
#content button{
box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
position:relative;
@@ -356,11 +365,15 @@ tr.tablesorter-filter-row input{
border:0
}
#content input[type="submit"]:hover,
#content input[type="file"]:hover,
#content button:focus{
outline:0;
transition:all 0.5s cubic-bezier(.64,.09,.08,1)
}
#content input[type="submit"]:hover,
#content input[type="file"]:hover,
#content button:hover{
box-shadow:0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
}
@@ -377,7 +390,7 @@ tr.tablesorter-filter-row input{
text-decoration: none;
}
#content input:focus{
#content input[type="text"]:focus{
border-bottom:2px solid #03a9f4;
}

View File

@@ -1,5 +1,6 @@
img{
margin-right :1em;
margin-bottom :1em;
vertical-align:middle
}
@@ -11,3 +12,10 @@ h2 {
line-height:1.5em;
}
.thin{
font-weight:100;
}
th{
text-align:center;
}

View File

@@ -19,10 +19,8 @@ button:hover{
#content{
top:0;
}
}
#content #calendar_weekdays,
#content #calendar_weekdays table,
#content #calendar{
@@ -66,7 +64,6 @@ button:hover{
#calendar table td{
word-wrap:break-word;
hyphens:auto;
/*word-break:break-all;*/
}
#calendar div.text{
@@ -98,9 +95,6 @@ button:hover{
padding-left:0;
padding-top:0;
padding-bottom:0;
/*
// padding-right:16px;
*/
}
#calendar div.event div.icons{
@@ -108,21 +102,8 @@ button:hover{
top:-5px;
right:-7px;
width:16px;
image-rendering: optimizeSpeed; /* FUCK SMOOTHING, GIVE ME SPEED */
image-rendering: -moz-crisp-edges; /* Firefox */
image-rendering: -o-crisp-edges; /* Opera */
image-rendering: -webkit-optimize-contrast; /* Chrome (and eventually Safari) */
image-rendering: optimize-contrast; /* CSS3 Proposed */
-ms-interpolation-mode: nearest-neighbor; /* IE8+ */
}
/*
#calendar div.event,
#calendar div.schedule{
border-bottom:1px solid black;
}
*/
#calendar div.time.now {
padding:0;
margin:0;
@@ -185,7 +166,6 @@ button:hover{
border:0;
border-bottom:1px solid #666;
border-top:1px solid #666;
/*border:1px solid black;*/
}
#calendar div.time,
@@ -230,14 +210,8 @@ button:hover{
z-index:1;
margin-left:0px;
background:white;
/*
// margin-right:15px;
*/
}
#event_list tr{
/*border-bottom:1px solid #999;*/
}
#event_list tr th:hover{
cursor:pointer;
}
@@ -342,12 +316,6 @@ input.tablesorter-filter{
/* calendar colors */
/*
#content .grid{
border:1px dashed #ccc;
}
*/
#content div.event.no_series{
color:#000;
}
@@ -421,6 +389,11 @@ div#toolbar input.search{
padding-bottom:6px;
}
#content #toolbar div#selectDate:hover{
padding-top:0;
padding-bottom:0;
}
#content #toolbar div#current_date{
cursor:pointer;
font-size:1.5em;
@@ -444,11 +417,9 @@ div#toolbar input.search{
padding:6px;
}
#calendar td div.play {
transition: min-height 0.1s;
transition: min-width 0.1s;
transition-delay: 0.7s;
#calendar div {
transition: all 0.1s;
transition-delay: 0s;
}
#calendar td div.play:hover {
@@ -516,16 +487,19 @@ div.rms_detail div.text{
div.event .ok,
div.play .ok{
display:inline;
background:#4caf50;
}
div.event .warn,
div.play .warn{
display:inline;
background:#ffeb3b;
}
div.event .error,
div.play .error{
display:inline;
background:#f44336;
}