2022-02-17 17:14:56 -03:00
|
|
|
html {
|
2022-03-09 09:18:24 -03:00
|
|
|
color: var(--main-fg);
|
2022-03-15 07:37:21 -03:00
|
|
|
background-color: var(--main-bg);
|
2022-02-17 17:14:56 -03:00
|
|
|
font-family: Arial, Helvetica, sans-serif;
|
2022-02-24 18:29:10 -03:00
|
|
|
font-size: 16px;
|
2022-02-21 18:00:59 -03:00
|
|
|
}
|
|
|
|
|
2022-03-15 07:37:21 -03:00
|
|
|
input,
|
2022-02-21 18:00:59 -03:00
|
|
|
button {
|
|
|
|
outline: none;
|
|
|
|
}
|
2022-02-17 17:14:56 -03:00
|
|
|
|
2022-02-24 18:29:10 -03:00
|
|
|
button {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2022-02-20 11:44:51 -03:00
|
|
|
|
2022-02-24 18:29:10 -03:00
|
|
|
p {
|
|
|
|
font-size:18px;
|
2022-03-09 09:18:24 -03:00
|
|
|
color: var(--result-fg);
|
2022-02-24 18:29:10 -03:00
|
|
|
}
|
2022-02-20 11:44:51 -03:00
|
|
|
|
2022-02-24 18:29:10 -03:00
|
|
|
a,
|
|
|
|
.text-result-wrapper a:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2022-02-20 18:57:23 -03:00
|
|
|
|
2022-06-27 17:00:22 -04:00
|
|
|
.text-result-wrapper a:visited h2,
|
|
|
|
.special-result-container a,
|
|
|
|
.sub-search-button-wrapper button
|
|
|
|
{
|
|
|
|
color: #bd93f9;
|
2022-03-15 07:37:21 -03:00
|
|
|
}
|
|
|
|
|
2022-02-24 18:29:10 -03:00
|
|
|
a:hover, .text-result-wrapper h2:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
2022-02-20 11:44:51 -03:00
|
|
|
|
2022-02-24 18:29:10 -03:00
|
|
|
.search-container {
|
|
|
|
text-align: center;
|
|
|
|
margin-top:15%;
|
|
|
|
}
|
2022-02-20 11:44:51 -03:00
|
|
|
|
2022-02-24 18:29:10 -03:00
|
|
|
.search-container h1 {
|
|
|
|
font-size: 70px;
|
|
|
|
}
|
2022-02-20 11:44:51 -03:00
|
|
|
|
2022-02-24 18:29:10 -03:00
|
|
|
.search-container input,
|
|
|
|
.sub-search-container input {
|
|
|
|
width: 500px;
|
|
|
|
color: inherit;
|
2022-03-15 07:37:21 -03:00
|
|
|
background-color: inherit;
|
2022-02-24 18:29:10 -03:00
|
|
|
padding: 10px;
|
|
|
|
font-size: inherit;
|
|
|
|
font-family: inherit;
|
|
|
|
border: 1px solid #5f6368;
|
|
|
|
border-radius: 25px;
|
|
|
|
}
|
2022-02-20 11:44:51 -03:00
|
|
|
|
2022-03-15 07:37:21 -03:00
|
|
|
.search-button-wrapper button,
|
|
|
|
.misc-container button,
|
|
|
|
.misc-container select {
|
2022-02-24 18:29:10 -03:00
|
|
|
color: inherit;
|
2022-03-09 09:18:24 -03:00
|
|
|
background-color: var(--button-bg);
|
2022-02-24 18:29:10 -03:00
|
|
|
font-size: 14px;
|
|
|
|
border: none;
|
|
|
|
border-radius: 4px;
|
|
|
|
padding: 13px 10px 13px 10px;
|
2022-03-09 09:18:24 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
.search-button-wrapper button {
|
2022-03-15 07:37:21 -03:00
|
|
|
|
2022-02-24 18:29:10 -03:00
|
|
|
margin: 30px 60px 0px 60px;
|
|
|
|
}
|
2022-02-20 11:44:51 -03:00
|
|
|
|
2022-02-24 18:29:10 -03:00
|
|
|
.sub-search-container {
|
|
|
|
margin: 2%;
|
|
|
|
}
|
2022-02-20 11:44:51 -03:00
|
|
|
|
2022-02-24 18:29:10 -03:00
|
|
|
.sub-search-container hr {
|
|
|
|
margin-top: 35px;
|
|
|
|
margin-bottom: 35px;
|
|
|
|
}
|
2022-02-20 11:44:51 -03:00
|
|
|
|
2022-02-24 18:29:10 -03:00
|
|
|
.sub-search-container input {
|
|
|
|
margin-bottom: 40px;
|
|
|
|
width: 600px;
|
|
|
|
}
|
2022-02-20 11:44:51 -03:00
|
|
|
|
2022-04-28 04:18:09 -04:00
|
|
|
.sub-search-container .logo {
|
2022-02-24 18:29:10 -03:00
|
|
|
vertical-align: middle;
|
|
|
|
margin-right: 50px;
|
|
|
|
}
|
2022-02-20 11:44:51 -03:00
|
|
|
|
2022-02-24 18:29:10 -03:00
|
|
|
.sub-search-button-wrapper {
|
|
|
|
margin-left: 150px;
|
|
|
|
}
|
2022-02-20 11:44:51 -03:00
|
|
|
|
2022-03-10 07:18:07 -03:00
|
|
|
.search-button-wrapper button:hover,
|
2022-03-15 07:37:21 -03:00
|
|
|
.misc-container button:hover {
|
2022-02-24 18:29:10 -03:00
|
|
|
border: 1px solid #5f6368;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2022-02-20 11:44:51 -03:00
|
|
|
|
2022-02-24 18:29:10 -03:00
|
|
|
.sub-search-button-wrapper img {
|
|
|
|
vertical-align: middle;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
2022-02-20 11:44:51 -03:00
|
|
|
|
2022-02-24 18:29:10 -03:00
|
|
|
.sub-search-button-wrapper button {
|
|
|
|
border: none;
|
|
|
|
background-color: inherit;
|
|
|
|
font-size: 18px;
|
|
|
|
margin-right: 25px;
|
|
|
|
}
|
2022-02-20 11:44:51 -03:00
|
|
|
|
2022-03-15 07:37:21 -03:00
|
|
|
.misc-container {
|
2022-03-09 09:18:24 -03:00
|
|
|
text-align: center;
|
|
|
|
word-wrap: break-word;
|
2022-03-15 07:37:21 -03:00
|
|
|
width: 450px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.misc-container div {
|
|
|
|
margin-bottom: 30px;
|
2022-03-09 09:18:24 -03:00
|
|
|
}
|
|
|
|
|
2022-03-15 07:37:21 -03:00
|
|
|
.misc-container button {
|
2022-03-10 07:18:07 -03:00
|
|
|
margin-right:10px;
|
|
|
|
margin-left:10px;
|
|
|
|
}
|
|
|
|
|
2022-03-15 07:37:21 -03:00
|
|
|
.misc-container a {
|
2022-03-10 07:18:07 -03:00
|
|
|
color:inherit;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
2022-03-15 07:37:21 -03:00
|
|
|
.instances-container div {
|
|
|
|
text-align: left;
|
|
|
|
margin-bottom: 25px;
|
|
|
|
}
|
|
|
|
|
2022-03-09 09:18:24 -03:00
|
|
|
.instances-container input {
|
|
|
|
color: inherit;
|
2022-03-15 07:37:21 -03:00
|
|
|
background-color: inherit;
|
2022-03-09 09:18:24 -03:00
|
|
|
padding: 5px;
|
|
|
|
font-size: inherit;
|
|
|
|
font-family: inherit;
|
|
|
|
border: 1px solid #5f6368;
|
|
|
|
border-radius: 5px;
|
2022-03-15 07:37:21 -03:00
|
|
|
float: right;
|
2022-03-09 09:18:24 -03:00
|
|
|
}
|
|
|
|
|
2022-02-24 18:29:10 -03:00
|
|
|
.text-result-container,
|
|
|
|
#time,
|
|
|
|
.next-page-button-wrapper {
|
|
|
|
margin-left:10%;
|
|
|
|
}
|
2022-02-20 11:44:51 -03:00
|
|
|
|
2022-02-24 18:29:10 -03:00
|
|
|
.text-result-container
|
|
|
|
{
|
|
|
|
margin-bottom:100px;
|
2022-02-20 18:57:23 -03:00
|
|
|
}
|
|
|
|
|
2022-02-24 18:29:10 -03:00
|
|
|
.special-result-container {
|
2022-02-20 18:57:23 -03:00
|
|
|
padding: 10px;
|
2022-03-09 09:18:24 -03:00
|
|
|
border: 1px solid var(--special-result-border);
|
2022-02-20 18:57:23 -03:00
|
|
|
width: 500px;
|
|
|
|
}
|
|
|
|
|
2022-02-24 18:29:10 -03:00
|
|
|
.text-result-wrapper {
|
|
|
|
max-width: 500px;
|
2022-02-25 16:26:15 -03:00
|
|
|
word-wrap: break-word;
|
2022-02-24 18:29:10 -03:00
|
|
|
margin-top: 35px;
|
2022-02-20 18:57:23 -03:00
|
|
|
}
|
|
|
|
|
2022-02-24 18:29:10 -03:00
|
|
|
.text-result-wrapper a {
|
|
|
|
font-size: 14px;
|
2022-03-09 09:18:24 -03:00
|
|
|
color: var(--result-fg);
|
2022-02-24 18:29:10 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
.text-result-wrapper h2 {
|
|
|
|
font-size: 20px;
|
2022-03-09 09:18:24 -03:00
|
|
|
color: var(--result-link-fg);
|
2022-02-24 18:29:10 -03:00
|
|
|
padding-top: 5px;
|
|
|
|
margin-top: 1px;
|
|
|
|
}
|
2022-02-23 16:47:10 -03:00
|
|
|
|
2022-02-24 18:29:10 -03:00
|
|
|
.special-result-container a {
|
2022-02-23 16:47:10 -03:00
|
|
|
display: flex;
|
2022-02-24 18:29:10 -03:00
|
|
|
margin-top: 10px;
|
2022-02-23 16:47:10 -03:00
|
|
|
font-size:14px;
|
|
|
|
}
|
2022-02-20 18:57:23 -03:00
|
|
|
|
2022-03-30 08:18:31 -03:00
|
|
|
.special-result-container img {
|
|
|
|
display: flex;
|
|
|
|
max-width: 60%;
|
|
|
|
max-height: 200px;
|
|
|
|
padding-bottom:10px;
|
|
|
|
margin-left:auto;
|
|
|
|
margin-right:auto;
|
|
|
|
}
|
|
|
|
|
2022-02-24 18:29:10 -03:00
|
|
|
.next-page-button-wrapper {
|
|
|
|
margin-top:-50px;
|
|
|
|
margin-bottom:100px;
|
|
|
|
}
|
2022-02-20 11:44:51 -03:00
|
|
|
|
2022-02-24 18:29:10 -03:00
|
|
|
.next-page-button-wrapper button {
|
|
|
|
border:none;
|
|
|
|
background-color: inherit;
|
2022-03-09 09:18:24 -03:00
|
|
|
color: var(--result-link-fg);
|
2022-03-30 08:18:31 -03:00
|
|
|
font-size: 18px;
|
|
|
|
margin-right: 8px;
|
2022-02-24 18:29:10 -03:00
|
|
|
}
|
2022-02-20 11:44:51 -03:00
|
|
|
|
2022-04-28 04:18:09 -04:00
|
|
|
.next-page-button-wrapper .page {
|
2022-02-24 18:29:10 -03:00
|
|
|
display: inline;
|
|
|
|
}
|
2022-02-20 11:44:51 -03:00
|
|
|
|
2022-02-24 18:29:10 -03:00
|
|
|
.image-result-container {
|
2022-03-11 06:46:29 -03:00
|
|
|
display: grid;
|
2022-07-08 15:52:26 -04:00
|
|
|
grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
|
2022-03-11 06:46:29 -03:00
|
|
|
grid-gap: 1.5rem;
|
|
|
|
justify-items: center;
|
|
|
|
margin-left: 9%;
|
|
|
|
margin-right: 9%;
|
|
|
|
padding: 0;
|
|
|
|
margin-bottom:50px;
|
2022-02-24 18:29:10 -03:00
|
|
|
}
|
2022-02-20 11:44:51 -03:00
|
|
|
|
2022-02-24 18:29:10 -03:00
|
|
|
.image-result-container img {
|
2022-06-27 17:00:22 -04:00
|
|
|
border: 2px solid var(--button-bg);
|
2022-03-11 06:46:29 -03:00
|
|
|
margin: 10px;
|
2022-02-24 18:29:10 -03:00
|
|
|
}
|
2022-02-20 14:11:15 -03:00
|
|
|
|
2022-04-28 04:18:09 -04:00
|
|
|
.git-container {
|
|
|
|
right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.git-container,
|
2022-02-24 18:29:10 -03:00
|
|
|
.footer-container {
|
|
|
|
position: fixed;
|
|
|
|
bottom: 0;
|
2022-04-28 04:18:09 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.footer-container {
|
2022-02-24 18:29:10 -03:00
|
|
|
width: 100vw;
|
2022-04-28 04:18:09 -04:00
|
|
|
left: 0;
|
2022-03-09 09:18:24 -03:00
|
|
|
background-color: var(--footer-bg);
|
2022-02-24 18:29:10 -03:00
|
|
|
padding-top: 15px;
|
|
|
|
padding-bottom: 15px;
|
|
|
|
border-top: 1px solid #303134;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2022-02-20 11:44:51 -03:00
|
|
|
|
2022-04-28 04:18:09 -04:00
|
|
|
.git-container a {
|
|
|
|
font-size: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.git-container a,
|
2022-02-24 18:29:10 -03:00
|
|
|
.footer-container a {
|
2022-03-09 09:18:24 -03:00
|
|
|
color: var(--footer-fg);
|
2022-04-28 04:18:09 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.footer-container a {
|
2022-02-24 18:29:10 -03:00
|
|
|
margin-left: 15px;
|
|
|
|
margin-right: 15px;
|
|
|
|
}
|
2022-02-20 11:44:51 -03:00
|
|
|
|
2022-06-27 17:00:22 -04:00
|
|
|
.hide {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.X {
|
|
|
|
color: #bd93f9;
|
|
|
|
}
|
|
|
|
|
|
|
|
.seeders {
|
|
|
|
color: #50fa7b;
|
|
|
|
}
|
|
|
|
|
|
|
|
.leechers {
|
|
|
|
color: #ff79c6;
|
|
|
|
}
|
|
|
|
|
2022-02-24 18:29:10 -03:00
|
|
|
/* mobile view */
|
2022-03-15 07:37:21 -03:00
|
|
|
@media only screen and (max-width: 900px) {
|
2022-02-24 18:29:10 -03:00
|
|
|
.search-container input {
|
|
|
|
width: 80%;
|
|
|
|
}
|
2022-02-20 11:44:51 -03:00
|
|
|
|
2022-02-24 18:29:10 -03:00
|
|
|
.search-button-wrapper button {
|
|
|
|
display: table-row;
|
|
|
|
margin: 30px 0px 0px 0px;
|
|
|
|
width: 80%;
|
|
|
|
}
|
2022-02-20 11:44:51 -03:00
|
|
|
|
2022-04-28 04:18:09 -04:00
|
|
|
.git-container {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2022-02-24 18:29:10 -03:00
|
|
|
.footer-container a {
|
|
|
|
margin:10px;
|
|
|
|
}
|
2022-02-20 11:44:51 -03:00
|
|
|
|
2022-02-24 18:29:10 -03:00
|
|
|
.sub-search-container {
|
|
|
|
margin-left:auto;
|
|
|
|
margin-right:auto;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2022-02-20 11:44:51 -03:00
|
|
|
|
2022-04-28 04:18:09 -04:00
|
|
|
.sub-search-container .logo {
|
2022-02-24 18:29:10 -03:00
|
|
|
margin-left:auto;
|
|
|
|
margin-right:auto;
|
|
|
|
display: block;
|
2022-03-15 07:37:21 -03:00
|
|
|
|
2022-02-24 18:29:10 -03:00
|
|
|
}
|
2022-02-20 11:44:51 -03:00
|
|
|
|
2022-02-24 18:29:10 -03:00
|
|
|
.sub-search-container input {
|
|
|
|
width: 80%;
|
|
|
|
margin-top:30px;
|
|
|
|
}
|
2022-02-20 11:44:51 -03:00
|
|
|
|
2022-02-24 18:29:10 -03:00
|
|
|
.sub-search-button-wrapper {
|
|
|
|
margin:0;
|
|
|
|
padding:0;
|
|
|
|
display: flex;
|
2022-03-15 07:37:21 -03:00
|
|
|
align-items: baseline;
|
2022-02-24 18:29:10 -03:00
|
|
|
}
|
2022-02-23 16:47:10 -03:00
|
|
|
|
2022-02-24 18:29:10 -03:00
|
|
|
.sub-search-button-wrapper img {
|
|
|
|
margin:0;
|
|
|
|
padding:0;
|
|
|
|
margin-bottom:20px;
|
|
|
|
}
|
2022-02-23 16:47:10 -03:00
|
|
|
|
2022-02-24 18:29:10 -03:00
|
|
|
.sub-search-button-wrapper button {
|
|
|
|
margin-left:auto;
|
|
|
|
margin-right:auto;
|
|
|
|
padding:0;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
}
|
2022-02-21 18:00:59 -03:00
|
|
|
|
2022-03-15 07:37:21 -03:00
|
|
|
.special-result-container {
|
2022-02-24 18:29:10 -03:00
|
|
|
max-width: 80%;
|
|
|
|
}
|
2022-02-23 16:47:10 -03:00
|
|
|
|
2022-03-30 08:18:31 -03:00
|
|
|
.special-result-container img {
|
|
|
|
max-width: 80%;
|
|
|
|
}
|
|
|
|
|
2022-03-15 07:37:21 -03:00
|
|
|
.misc-container {
|
|
|
|
margin-bottom: 200px;
|
|
|
|
width: 95%;
|
2022-02-20 11:44:51 -03:00
|
|
|
}
|
|
|
|
|
2022-03-15 07:37:21 -03:00
|
|
|
.search-container h1 {
|
|
|
|
font-size: 55px;
|
2022-02-24 18:29:10 -03:00
|
|
|
}
|
2022-03-15 07:37:21 -03:00
|
|
|
}
|