zoneminder/web/skins/classic/css/base/views/event.css

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

280 lines
4.0 KiB
CSS
Raw Normal View History

2017-10-22 09:55:37 +08:00
#content .vjsMessage {
width: 100%;
position: absolute;
left: 0;
z-index: 10;
margin: 0;
font-size: 200%;
color: white;
background-color: black;
display: inline-block;
}
.alarmCue {
background-color: #222222;
height: 1.25em;
text-align: left;
margin: 0 auto 0 auto;
border-radius: 0 0 .3em .3em;
}
.alarmCue span {
background-color:red;
height: 100%;
display: inline-block;
border-radius: 0;
}
span.noneCue {
background: none;
}
#header {
display: flex;
justify-content: space-between;
flex-direction: column;
margin: 0 0 4px 0;
2014-01-22 22:24:06 +08:00
}
#header h2 {
line-height: 1.1;
margin:5px 0 0 0;
2014-01-22 22:24:06 +08:00
}
#dataBar {
display: flex;
flex-wrap:wrap;
justify-content: space-between;
2014-01-22 22:24:06 +08:00
}
#menuBar1 {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
2014-01-22 22:24:06 +08:00
width: 100%;
text-align: center;
margin: 4px 0 0 0;
2014-01-22 22:24:06 +08:00
}
#menuBar1 input, #menuBar1 select {
padding: 2px 5px;
2014-01-22 22:24:06 +08:00
}
2017-11-29 11:17:40 +08:00
#menuBar1 #replayControl {
2019-01-09 02:12:35 +08:00
margin: auto 5px auto auto;
2014-01-22 22:24:06 +08:00
}
#menuBar1 div {
margin: auto 5px;
2014-01-22 22:24:06 +08:00
}
#nameControl input[type="button"]{
height: 100%;
2016-04-17 03:13:18 +08:00
}
2014-01-22 22:24:06 +08:00
#eventVideo {
display: inline-block;
position: relative;
}
#videoFeed {
2017-10-22 09:55:37 +08:00
display: inline-block;
position: relative;
2014-01-22 22:24:06 +08:00
text-align: center;
}
#monitorStatus {
width: 100%;
margin-top: 3px;
margin-bottom: 2px;
text-align: center;
}
#monitorStatus #enableAlarms {
position: absolute;
left: 4px;
}
#monitorStatus #forceAlarm {
position: absolute;
right: 4px;
}
#monitorStatus #monitorState {
}
#dvrControls {
2014-01-22 22:24:06 +08:00
margin-top: 3px;
margin-bottom: 2px;
text-align: center;
}
#dvrControls input {
padding: 10px 10px;
width: 50px;
2014-01-22 22:24:06 +08:00
margin: 0 3px;
font-weight: 900;
2014-01-22 22:24:06 +08:00
}
#dvrControls input[disabled=disabled] {
2014-01-22 22:24:06 +08:00
color: #aaaaaa;
}
#dvrControls input.active {
border: 0;
background-color: #2ecc71;
color: #fff;
2014-01-22 22:24:06 +08:00
}
#dvrControls input.inactive {
border: 0;
background-color: #e67e22;
color: #fff;
2014-01-22 22:24:06 +08:00
}
#dvrControls input.unavail {
background-color: #ccc;
border: 0;
cursor: default;
2014-01-22 22:24:06 +08:00
}
#replayStatus {
margin: 3px 0 2px;
text-align: center;
clear: both;
}
#replayStatus > span {
padding: 0 4px;
}
#progressBar {
position: relative;
top: -1.25em;
height: 1.25em;
margin: 0 auto -1.25em auto;
2014-01-22 22:24:06 +08:00
}
#progressBar .progressBox {
2017-11-23 11:52:52 +08:00
transition: width .1s;
height: 100%;
background: rgba(170, 170, 170, .7);
border-radius: 0 0 .3em .3em;
2014-01-22 22:24:06 +08:00
}
#eventStills {
position: relative;
}
#eventThumbsPanel {
position: relative;
margin: 0;
2014-01-22 22:24:06 +08:00
z-index: 1;
}
#eventThumbs {
margin: 0 auto;
overflow: hidden;
height: 300px;
}
#eventThumbs img {
height: 25px; /* HACK - Although this is pixels it will be interpreted as a scale %ge, so 25px = 25% scaling for thumbnails */
margin: 2px;
background-color: #dddddd;
}
#eventThumbs img.placeholder {
/* width: 100px; */
}
#eventThumbs img.selected {
}
#eventImagePanel {
display: none;
2014-01-22 22:24:06 +08:00
position: absolute;
top: 0;
left: 0;
2014-01-22 22:24:06 +08:00
z-index: 10;
width: 100%;
2014-01-22 22:24:06 +08:00
}
#eventImageFrame {
border: 2px solid gray;
background-color: white;
padding: 4px;
display: inline-block;
2014-01-22 22:24:06 +08:00
}
#eventImage {
}
#eventImageBar {
margin-top: 2px;
}
#eventImageStats {
float: left;
}
#eventImageData {
margin: 0 auto;
padding-top: 2px;
}
#eventImageClose {
float: right;
}
#eventImageBar::after {
visibility: hidden;
display: block;
content: "";
clear: both;
height: 0;
}
2014-01-22 22:24:06 +08:00
#eventImageNav {
position: relative;
margin: 0 0 4px 0;
2014-01-22 22:24:06 +08:00
}
#eventImageNav input {
width: 32px;
font-size: 16px;
}
#thumbsSliderPanel {
width: 80%;
margin: 0px auto 4px auto;
2014-01-22 22:24:06 +08:00
}
#thumbsSlider {
width: 100%;
height: 1.25em;
position: relative;
top: -1.25em;
margin: 0 0 -1.25em 0;
2014-01-22 22:24:06 +08:00
}
#thumbsKnob {
width: 1em;
height: 100%;
background-color: #999999;
2014-01-22 22:24:06 +08:00
}
svg.zones {
position:absolute;
top: 0;
left: 0;
background: none;
width: 100%;
/*
height: 100%;
*/
}
#videoobj {
width: 100%;
height: 100%;
}