padmaAPI/static/css/padmaList.css

157 lines
1.8 KiB
CSS

html, body {
width: 100%;
font-size: 12px;
}
#wrapper, #floatWrapper {
width: 100%;
}
#videos {
width: 40%;
}
.layerResult {
margin-bottom: 2px;
font-size: 10px;
}
.layerResult.keyword {
background: orange;
}
.layerResult.description {
background: blue;
}
.layerResult.transcript {
background: green;
}
.layerResult.location {
background: purple;
}
.layerResult a {
color: white;
font-weight: bold;
text-decoration: none;
}
.layerResult a:hover {
color: lightgrey;
}
.layerInOut {
color: yellow;
font-weight: bold;
}
.layerTrack {
font-weight: bold;
}
.videoWrapper {
border: 1px solid #000;
width: 100%;
min-height: 180px;
/*
margin-left: auto;
margin-right: auto;
*/
margin-bottom: 15px;
}
#playBin {
position: fixed;
height: 96%;
overflow: auto;
left: 45%;
top: 2%;
bottom: 2%;
right: 5%;
border: 1px solid #000;
height: 500px;
}
.videoTitle {
font-weight: bold;
text-align: center;
}
.matchedLayer {
float: left;
}
.videoMeta {
/* clear: left; */
}
.videoPoster {
margin: 5px;
float: left;
}
#bottomBar {
position: fixed;
bottom: 0px;
left: 0px;
height: 30px;
width: 100%;
background: #000;
color: #fff;
display: none;
}
.padmaClip {
/* height: 128px; */
padding: 5px;
margin-bottom: 2px;
background: #ccc;
position: relative;
}
.layerImages {
float: left;
}
.layerControls {
float: left;
}
.clipImage {
float: left;
width: 128px;
text-align: center;
color: #363636;
font-weight: bold;
margin-right: 6px;
height: 100px;
}
#searchDiv {
margin-right: 20px;
text-align: right;
}
#search {
width: 75%;
height: 16px;
}
#resultWrapper {
position: fixed;
top: 0px;
left: 10%;
width: 80%;
}
#resultDetails {
background: #333;
color: #ccc;
clear: both;
}
#results {
z-index: 500;
}