diff --git a/css/style.css b/css/style.css index f3566c3..15c0682 100644 --- a/css/style.css +++ b/css/style.css @@ -296,54 +296,3 @@ h1{ overflow: hidden; white-space: nowrap; } - -/* nav */ -ul.pagination { - display: inline-block; - padding: 0; - margin-bottom: 50px; -} - -ul.pagination li {display: inline;} - -ul.pagination li a { - color: black; - float: left; - padding: 8px 16px; - text-decoration: none; -} - -ul.pagination li a.active { - background-color: #4CAF50; - color: white; -} - -/* Player */ -#Player-UI{ - position: fixed; - bottom: 0; - width: 100%; - height: 50px; - background-color: #fff; - border-top: 1px solid #ccc; - z-index: 100; - -} - -#Player-UI > div{ - width: 100%; - height: 100%; - float: left; -} - -.progress-bar { - width: 100%; - height: 8px; - background-color: #ddd; - border-radius: 4px; -} -.progress-bar-fill { - height: 100%; - background-color: #4CAF50; - border-radius: 4px; -} \ No newline at end of file diff --git a/index.html b/index.html index e76042c..bc1b78f 100644 --- a/index.html +++ b/index.html @@ -37,21 +37,7 @@
-