added old project files
This commit is contained in:
76
css/basicvideo.css
Executable file
76
css/basicvideo.css
Executable file
@@ -0,0 +1,76 @@
|
||||
.movietile{
|
||||
|
||||
height: 330px;
|
||||
width: 200px;
|
||||
float: left;
|
||||
margin: 10px;
|
||||
background-color: #F0F0F0;
|
||||
position: relative;
|
||||
|
||||
cursor: pointer;
|
||||
border-radius: 25px;
|
||||
|
||||
|
||||
}
|
||||
|
||||
.movietile:hover{
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
.movietile-text{
|
||||
position: absolute;
|
||||
text-align: center; /* todo doesnt work */
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
.movietile-thumbnail{
|
||||
height: 300px;
|
||||
border-radius: 25px;
|
||||
}
|
||||
|
||||
#moviespace{
|
||||
|
||||
}
|
||||
|
||||
#moviespace-video{
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.hideit{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.moviespace-heading{
|
||||
float: left;
|
||||
margin-left: 20px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.moviespace-backbutton{
|
||||
float: left;
|
||||
cursor: pointer;
|
||||
color: white;
|
||||
background-color: #404D5E;
|
||||
border: none;
|
||||
transition: all 0.2s ease-in-out;
|
||||
width: 20%;
|
||||
height: 40px;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.moviespace-backbutton:hover{
|
||||
background: #E0B612;
|
||||
color: white;
|
||||
|
||||
}
|
||||
|
||||
.btnloadmore{
|
||||
/* position: absolute;
|
||||
bottom:0%; */
|
||||
}
|
6
css/index__2.css
Executable file
6
css/index__2.css
Executable file
@@ -0,0 +1,6 @@
|
||||
#thevideo {
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
3
css/login.css
Executable file
3
css/login.css
Executable file
@@ -0,0 +1,3 @@
|
||||
.hideit{
|
||||
display: none;
|
||||
}
|
0
css/movies.css
Executable file
0
css/movies.css
Executable file
1
css/series.css
Executable file
1
css/series.css
Executable file
@@ -0,0 +1 @@
|
||||
|
Reference in New Issue
Block a user