297 lines
5.2 KiB
CSS
297 lines
5.2 KiB
CSS
/* IDs */
|
|
|
|
#DIRPATHUL {
|
|
display: none;
|
|
width: 1px;
|
|
height: 1px;
|
|
}
|
|
|
|
#bg {
|
|
position: fixed;
|
|
top: 0%;
|
|
left: 0%;
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: -999;
|
|
}
|
|
#bg img {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: -999;
|
|
}
|
|
|
|
#controls, #fullPathHeader, #dynDiv,
|
|
.errorStyling, .dirStyle, .movieStyle, .fileStyle {
|
|
display: block;
|
|
width: 100%;
|
|
height: auto;
|
|
overflow: auto;
|
|
padding-bottom: 0.5em;
|
|
color: #ffffff;
|
|
text-align: center;
|
|
font-size: 1.2em;
|
|
background-color: rgba(0,0,0,0.64);
|
|
}
|
|
|
|
#favesList {
|
|
border-style: solid;
|
|
border-color: rgba(0, 0, 0, 0.5);
|
|
border-width: 0.2em;
|
|
background-color: rgba(7, 150, 159, 0.8);
|
|
position: fixed;
|
|
font-size: 2em;
|
|
overflow-x: auto;
|
|
overflow-y: scroll;
|
|
padding: 1.5em;
|
|
max-height: 632px;
|
|
color: #ffffff;
|
|
z-index: 888;
|
|
}
|
|
|
|
#favesList > li:hover {
|
|
cursor: pointer;
|
|
background-color: rgba(92, 199, 35, 0.8);
|
|
padding-left: 1em;
|
|
padding-right: 1em;
|
|
}
|
|
|
|
#fullPathHeader,
|
|
#controls {
|
|
display: block;
|
|
position: fixed;
|
|
z-index: 999;
|
|
}
|
|
|
|
#controls { top: 0em; }
|
|
#fullPathHeader { top: 2em; }
|
|
#dynDiv { margin-top: 5em; }
|
|
|
|
#imgView, #imgArea, #fileView {
|
|
width: 800px;
|
|
height: 600px;
|
|
}
|
|
|
|
#imgView, #fileView {
|
|
position: fixed;
|
|
bottom: 0em;
|
|
z-index: 100;
|
|
border-style: solid;
|
|
border-color: rgb(114,184,199);
|
|
|
|
}
|
|
|
|
#fileView {
|
|
display: block;
|
|
overflow: auto;
|
|
}
|
|
|
|
#fileViewInner {
|
|
position: sticky;
|
|
display: inline;
|
|
width: 100%;
|
|
height: 500px;
|
|
}
|
|
|
|
#imgArea {
|
|
width: 800px;
|
|
height: 600px;
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
#imgView {
|
|
overflow: hidden;
|
|
left: 15em;
|
|
}
|
|
|
|
#NewItem {
|
|
background-color: #ffffff;
|
|
color: #000000;
|
|
text-align: center;
|
|
}
|
|
|
|
#popOutControls {
|
|
position: fixed;
|
|
top: 15%;
|
|
width: 99%;
|
|
height: 15em;
|
|
padding-top: 6em;
|
|
opacity: 0.94;
|
|
background: radial-gradient(circle,#3f3f3f,#000000);
|
|
color: #ffffff;
|
|
text-align: center;
|
|
z-index: 999;
|
|
}
|
|
|
|
#serverMsgView {
|
|
position: fixed;
|
|
bottom: 0em;
|
|
height: 5em;
|
|
overflow-y: scroll;
|
|
width: 100%;
|
|
background-color: rgba(0,0,0,0.64);
|
|
z-index: 999;
|
|
}
|
|
|
|
#searchField {
|
|
text-align: center;
|
|
}
|
|
|
|
#searchField:focus {
|
|
height: 2em;
|
|
border-style: solid;
|
|
border-width: thin;
|
|
border-color: rgba(55, 204, 209, 1);
|
|
}
|
|
|
|
/* Classes */
|
|
.imgViewImg {
|
|
width: inherit;
|
|
height: auto;
|
|
}
|
|
|
|
|
|
.dirStyle { background-color: rgba(0, 0, 0, 0.56); }
|
|
.movieStyle, .fileStyle { background-color: rgba(101, 101, 101, 0.56); }
|
|
|
|
.movieStyle {
|
|
position: relative;
|
|
float: left;
|
|
width: 15em;
|
|
height: 8.5em;
|
|
overflow: hidden;
|
|
margin: 0.5em;
|
|
padding: 0.5em;
|
|
background-repeat: no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
|
|
.videoInputField {
|
|
position: absolute;
|
|
width: 100%;
|
|
bottom: 0.64em;
|
|
left: 0em;
|
|
background-color: rgba(0, 0, 0, 0.64);
|
|
color: rgb(255, 255, 255);
|
|
text-align: center;
|
|
border-top: 1px solid rgb(255, 255, 255);
|
|
border-bottom: 1px solid rgb(255, 255, 255);
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.dirStyle:hover, .movieStyle:hover, .fileStyle:hover {
|
|
background-color: rgba(0, 141, 166, 0.56);
|
|
cursor: pointer;
|
|
box-shadow: 0px 0px 15px rgb(114,184,199);
|
|
border-radius: 0.5em;
|
|
}
|
|
|
|
.dirStyle:focus, .movieStyle:focus, .fileStyle:focus {
|
|
background-color: rgba(0, 139, 35, 0.76);
|
|
cursor: pointer;
|
|
box-shadow: 0px 0px 25px rgb(114, 199, 120);
|
|
border-radius: 0.5em;
|
|
}
|
|
|
|
.dirTitle, .fileTitle, .movieTitle {
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
text-align: center;
|
|
overflow: hidden;
|
|
border-style: none;
|
|
font-size: 75%;
|
|
}
|
|
|
|
.dirTitle, .fileTitle {
|
|
width: auto;
|
|
background-color: #00000000;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.movieTitle {
|
|
width: 18em;
|
|
background-color: #ffffff00;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.thumbnail {
|
|
width: 12em;
|
|
height: 6.5em;
|
|
}
|
|
|
|
.systemIcon {
|
|
width: 2em;
|
|
height: auto;
|
|
}
|
|
|
|
.iconImg {
|
|
width: 18em;
|
|
height: 12em;
|
|
margin: 1em;
|
|
}
|
|
|
|
.popOutBttn, .closeBttn {
|
|
float: right;
|
|
z-index: 2;
|
|
width: 4em;
|
|
height: 4em;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
line-height: 4em; /* the same as your div height */
|
|
background-color: rgba(0,0,0, 0.85);
|
|
color: rgb(255,255,255);
|
|
border-style:solid;
|
|
border-color: rgb(255,255,255);
|
|
}
|
|
|
|
.popOutBttnInner {
|
|
float: right;
|
|
z-index: 2;
|
|
width: 2em;
|
|
height: 2em;
|
|
text-align: center;
|
|
background-color: rgba(0,0,0, 0.85);
|
|
color: rgb(255,255,255);
|
|
border-style:solid;
|
|
border-color: rgb(255,255,255);
|
|
}
|
|
|
|
|
|
.completionBar {
|
|
float:left;
|
|
clear:left;
|
|
height: 0.1em;
|
|
background-color: rgba(25, 125, 10, 1.0);
|
|
}
|
|
|
|
/* Hover events */
|
|
.dirTitle:hover,
|
|
.iconImg:hover,
|
|
.closeBttn:hover,
|
|
.popOutBttnInner:hover,
|
|
.popOutBttn:hover {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.popOutBttnInner:hover,
|
|
.popOutBttn:hover,
|
|
.closeBttn:hover {
|
|
background-color: rgba(255,255,255, 0.85);
|
|
color: #000000;
|
|
border-color: #000000;
|
|
}
|
|
|
|
/* Messages coloring */
|
|
.error, .warnning, .success {
|
|
float: left;
|
|
clear: both;
|
|
}
|
|
|
|
.error { color: rgb(255, 0, 0); }
|
|
.warning { color: rgb(255, 168, 0); }
|
|
.success { color: rgb(136, 204, 39); }
|