add the movie_list script

This commit is contained in:
2018-08-29 10:32:06 +03:00
parent e70d6063e5
commit 391ae02488
5 changed files with 465 additions and 0 deletions

41
movie_list/style.css Normal file
View File

@@ -0,0 +1,41 @@
.scroll-indicator {
display: none;
position: fixed;
top: 0;
left: 0;
width: 50%;
height: 10px;
background: #C33;
}
th {
background-color: #4CAF50;
cursor:pointer;
text-align: center;
}
th, td {
padding: 1px;
border-bottom: 1px solid #ddd;
font-family: arial, sans-serif;
font-size: 12px;
}
body {
background-color: #3D3635;
font-family: arial, sans-serif;
color: white;
font-size: 12px;
}
td {
color: #ffffff;
background-color: #3D3635;
}
a:link, a:visited {
background-color: #3D3635;
color: white;
text-decoration: none;
display: inline-block;
}