add the movie_list script
This commit is contained in:
41
movie_list/style.css
Normal file
41
movie_list/style.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user