diff --git a/style/moviesPageStyle.css b/style/moviesPageStyle.css index b8d5cc7..3a4e068 100644 --- a/style/moviesPageStyle.css +++ b/style/moviesPageStyle.css @@ -1 +1 @@ -button{max-width: 80%;background-color: #444444;color: #C9C9C9;border: none;font-size: clamp(16pt, 4vmin, 28pt);font-weight: bold}#show{margin-left: auto;margin-right: auto;margin-top: 2%;margin-bottom: 1%;padding: 2%;max-width: 80%;color: #00C9FF;-webkit-box-shadow: 3px 3px 1px #222222;box-shadow: 3px 3px 1px #222222}#hide{display: none;margin-left: auto;margin-right: auto;margin-top: 2%;margin-bottom: 1%;padding: 2%;width: 100%;max-width: 800px;color: #00C9FF;-webkit-box-shadow: 3px 3px 1px #222222;box-shadow: 3px 3px 1px #222222}pre{font-family: Noto;font-weight: 300;font-size: 14pt;margin: 0;margin-bottom: 25px;white-space: pre-line}#movieListContainer{display: none}.kbRow{display: flex;flex-wrap: nowrap;justify-content: center;align-items: center;max-width: 100%;margin-left: auto;margin-right: auto}.kbButton{width: 8%;max-height: 20vh;min-height: 8vh;margin-left: 2.5px;margin-right: 2.5px;margin-bottom: 5px;color: #00C9FF;box-shadow: 3px 3px 1px #222222;overflow: auto}.kbButton:active{background-color: #CD00FF;color: #333333}#tableContainer{max-width: 100%}#results{margin-top: 20px;table-layout: fixed;width: 100%;font-size: clamp(4pt, 4vmin, 16pt);overflow: hidden}#results tr{border: 2px solid #222222;transition: all 0.3s ease}#results th{text-align: center;margin: auto;font-size: clamp(6pt, 4vmin, 16pt)}#results td{white-space: normal}.runtime{white-space: nowrap;text-size-adjust: auto;font-size: clamp(8pt, 3vmin, 14pt)}#results tr:hover{font-size: 22px;height: 50px;opacity: 1;background: #555555;-webkit-box-shadow: 0px 0px 10px 5px gba(205,0,255,0.8);box-shadow: 0px 0px 10px 5px rgba(205,0,255,0.8)}#results a:link{text-decoration: none}#results a:hover{font-size: 22px;font-weight: 700;color: #CD00FF;transition: all 0.3s ease}#spacebar{color: #00C9FF;box-shadow: 3px 3px 1px #222222;min-height: 90px;max-width: 58%;padding-left: 2%;padding-right: 2%}#spacebar:active{background-color: #CD00FF;color: #333333}#fullList{background-color: #444444;color: #00C9FF;font-size: 28pt;font-weight: bold;margin-top: 2.5px;margin-left: auto;margin-right: auto;padding: 1.5%;max-width: 50%;min-height: 2%;-webkit-box-shadow: 3px 3px 1px #222222;box-shadow: 3px 3px 1px #222222}#fullList a:hover{color: #00C9FF}#fullList:active{background-color: #CD00FF;color: #333333}h2.series{padding: 0px;margin-bottom: 2px;margin-top: 20px} \ No newline at end of file +button{max-width: 80%;background-color: #444444;color: #C9C9C9;border: none;font-size: clamp(16pt, 4vmin, 28pt);font-weight: bold}#show{margin-left: auto;margin-right: auto;margin-top: 2%;margin-bottom: 1%;padding: 2%;max-width: 80%;color: #00C9FF;box-shadow: 3px 3px 1px #222222}#hide{display: none;margin-left: auto;margin-right: auto;margin-top: 2%;margin-bottom: 1%;padding: 2%;width: 100%;max-width: 800px;color: #00C9FF;box-shadow: 3px 3px 1px #222222}pre{font-family: Noto;font-weight: 300;font-size: 14pt;margin: 0;margin-bottom: 25px;white-space: pre-line}#movieListContainer{display: none}.kbRow{display: flex;flex-wrap: nowrap;justify-content: center;align-items: center;max-width: 100%;margin-left: auto;margin-right: auto}.kbButton{width: 8%;max-height: 20vh;min-height: 8vh;margin-left: 2.5px;margin-right: 2.5px;margin-bottom: 5px;color: #00C9FF;box-shadow: 3px 3px 1px #222222;overflow: auto}.kbButton:active{background-color: #CD00FF;color: #333333}#tableContainer{max-width: 100%}#results{margin-top: 20px;table-layout: fixed;width: 100%;font-size: clamp(4pt, 4vmin, 16pt);overflow: hidden}#results tr{border: 2px solid #222222;transition: all 0.3s ease}#results th{text-align: center;margin: auto;font-size: clamp(6pt, 4vmin, 16pt)}#results td{white-space: normal}.runtime{white-space: nowrap;text-size-adjust: auto;font-size: clamp(8pt, 3vmin, 14pt)}#results tr:hover{font-size: 22px;height: 50px;opacity: 1;background: #555555;box-shadow: 0px 0px 10px 5px rgba(205,0,255,0.8)}#results a:link{text-decoration: none}#results a:hover{font-size: 22px;font-weight: 700;color: #CD00FF;transition: all 0.3s ease}#spacebar{color: #00C9FF;box-shadow: 3px 3px 1px #222222;min-height: 90px;max-width: 58%;padding-left: 2%;padding-right: 2%}#spacebar:active{background-color: #CD00FF;color: #333333}#fullList{background-color: #444444;color: #00C9FF;font-size: 28pt;font-weight: bold;margin-top: 2.5px;margin-left: auto;margin-right: auto;padding: 1.5%;max-width: 50%;min-height: 2%;box-shadow: 3px 3px 1px #222222}#fullList a:hover{color: #00C9FF}#fullList:active{background-color: #CD00FF;color: #333333}h2.series{padding: 0px;margin-bottom: 2px;margin-top: 20px} \ No newline at end of file diff --git a/style/non-minified/moviesPageStyle.css b/style/non-minified/moviesPageStyle.css index ace1cf6..d694451 100644 --- a/style/non-minified/moviesPageStyle.css +++ b/style/non-minified/moviesPageStyle.css @@ -15,7 +15,6 @@ padding: 2%; max-width: 80%; color: #00C9FF; - -webkit-box-shadow: 3px 3px 1px #222222; box-shadow: 3px 3px 1px #222222; } @@ -29,7 +28,6 @@ width: 100%; max-width: 800px; color: #00C9FF; - -webkit-box-shadow: 3px 3px 1px #222222; box-shadow: 3px 3px 1px #222222; } @@ -112,7 +110,6 @@ pre { height: 50px; opacity: 1; background: #555555; - -webkit-box-shadow: 0px 0px 10px 5px gba(205,0,255,0.8); box-shadow: 0px 0px 10px 5px rgba(205,0,255,0.8); } @@ -150,7 +147,6 @@ pre { padding: 1.5%; max-width: 50%; min-height: 2%; - -webkit-box-shadow: 3px 3px 1px #222222; box-shadow: 3px 3px 1px #222222; }