2022-08-13 02:47:02 -04:00
|
|
|
@charset "UTF-8";
|
|
|
|
|
|
|
|
/* nunito-sans-300 - latin */
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Nunito Sans';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 300;
|
|
|
|
src: url('../fonts/nunito-sans-v12-latin-300.eot');
|
|
|
|
/* IE9 Compat Modes */
|
|
|
|
src: local(''),
|
|
|
|
url('../fonts/nunito-sans-v12-latin-300.eot?#iefix') format('embedded-opentype'),
|
|
|
|
/* IE6-IE8 */
|
|
|
|
url('../fonts/nunito-sans-v12-latin-300.woff2') format('woff2'),
|
|
|
|
/* Super Modern Browsers */
|
|
|
|
url('../fonts/nunito-sans-v12-latin-300.woff') format('woff'),
|
|
|
|
/* Modern Browsers */
|
|
|
|
url('../fonts/nunito-sans-v12-latin-300.ttf') format('truetype'),
|
|
|
|
/* Safari, Android, iOS */
|
|
|
|
url('../fonts/nunito-sans-v12-latin-300.svg#NunitoSans') format('svg');
|
|
|
|
/* Legacy iOS */
|
|
|
|
}
|
|
|
|
|
|
|
|
/* nunito-sans-regular - latin */
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Nunito Sans';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
src: url('../fonts/nunito-sans-v12-latin-regular.eot');
|
|
|
|
/* IE9 Compat Modes */
|
|
|
|
src: local(''),
|
|
|
|
url('../fonts/nunito-sans-v12-latin-regular.eot?#iefix') format('embedded-opentype'),
|
|
|
|
/* IE6-IE8 */
|
|
|
|
url('../fonts/nunito-sans-v12-latin-regular.woff2') format('woff2'),
|
|
|
|
/* Super Modern Browsers */
|
|
|
|
url('../fonts/nunito-sans-v12-latin-regular.woff') format('woff'),
|
|
|
|
/* Modern Browsers */
|
|
|
|
url('../fonts/nunito-sans-v12-latin-regular.ttf') format('truetype'),
|
|
|
|
/* Safari, Android, iOS */
|
|
|
|
url('../fonts/nunito-sans-v12-latin-regular.svg#NunitoSans') format('svg');
|
|
|
|
/* Legacy iOS */
|
|
|
|
}
|
|
|
|
|
|
|
|
/* nunito-sans-700 - latin */
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Nunito Sans';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 700;
|
|
|
|
src: url('../fonts/nunito-sans-v12-latin-700.eot');
|
|
|
|
/* IE9 Compat Modes */
|
|
|
|
src: local(''),
|
|
|
|
url('../fonts/nunito-sans-v12-latin-700.eot?#iefix') format('embedded-opentype'),
|
|
|
|
/* IE6-IE8 */
|
|
|
|
url('../fonts/nunito-sans-v12-latin-700.woff2') format('woff2'),
|
|
|
|
/* Super Modern Browsers */
|
|
|
|
url('../fonts/nunito-sans-v12-latin-700.woff') format('woff'),
|
|
|
|
/* Modern Browsers */
|
|
|
|
url('../fonts/nunito-sans-v12-latin-700.ttf') format('truetype'),
|
|
|
|
/* Safari, Android, iOS */
|
|
|
|
url('../fonts/nunito-sans-v12-latin-700.svg#NunitoSans') format('svg');
|
|
|
|
/* Legacy iOS */
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Material Icons Round */
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Material Icons Round';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
src: url(../fonts/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmP.woff2) format('woff2');
|
|
|
|
}
|
|
|
|
|
|
|
|
.material-icons-round {
|
|
|
|
font-family: 'Material Icons Round';
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
font-size: 24px;
|
|
|
|
line-height: 1;
|
|
|
|
letter-spacing: normal;
|
|
|
|
text-transform: none;
|
|
|
|
display: inline-block;
|
|
|
|
white-space: nowrap;
|
|
|
|
word-wrap: normal;
|
|
|
|
direction: ltr;
|
|
|
|
-moz-font-feature-settings: 'liga';
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
}
|
|
|
|
|
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-08-13 02:47:02 -04:00
|
|
|
font-family: "Nunito Sans", Arial, Helvetica, sans-serif;
|
2022-02-24 18:29:10 -03:00
|
|
|
font-size: 16px;
|
2022-08-13 02:47:02 -04:00
|
|
|
overflow-x: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
overflow-x: hidden;
|
2022-08-13 06:56:46 -04:00
|
|
|
margin: 0;
|
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 {
|
2022-08-13 02:47:02 -04:00
|
|
|
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,
|
2022-08-13 02:47:02 -04:00
|
|
|
.sub-search-button-wrapper button {
|
|
|
|
color: #bd93f9;
|
2022-03-15 07:37:21 -03:00
|
|
|
}
|
|
|
|
|
2022-08-13 02:47:02 -04:00
|
|
|
a:hover,
|
|
|
|
.text-result-wrapper h2:hover {
|
2022-02-24 18:29:10 -03:00
|
|
|
text-decoration: underline;
|
|
|
|
}
|
2022-02-20 11:44:51 -03:00
|
|
|
|
2022-02-24 18:29:10 -03:00
|
|
|
.search-container {
|
|
|
|
text-align: center;
|
2022-07-15 09:50:23 -04:00
|
|
|
margin-top: 230px;
|
2022-02-24 18:29:10 -03:00
|
|
|
}
|
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;
|
2022-08-13 04:47:27 -04:00
|
|
|
color: var(--search-container-text-color);
|
|
|
|
background-color: var(--search-container-background-color);
|
2022-02-24 18:29:10 -03:00
|
|
|
padding: 10px;
|
|
|
|
font-size: inherit;
|
2022-08-13 02:47:02 -04:00
|
|
|
font-family: sans-serif;
|
2022-02-24 18:29:10 -03:00
|
|
|
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 {
|
2022-08-13 07:19:15 -04:00
|
|
|
background-color: var(--search-form-background-color);
|
2022-08-13 06:56:46 -04:00
|
|
|
width: 100%;
|
2022-08-13 07:13:00 -04:00
|
|
|
border-bottom: 1px solid #303134;
|
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 hr {
|
2022-08-13 07:13:00 -04:00
|
|
|
opacity: 0;
|
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 {
|
2022-08-13 02:47:02 -04:00
|
|
|
margin-bottom: 20px;
|
|
|
|
width: 580px;
|
2022-02-24 18:29:10 -03:00
|
|
|
}
|
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;
|
2022-08-13 02:47:02 -04:00
|
|
|
margin-right: 21px;
|
|
|
|
width: 60px;
|
|
|
|
height: auto;
|
2022-08-13 06:56:46 -04:00
|
|
|
padding: 14px
|
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-button-wrapper {
|
2022-08-13 06:56:46 -04:00
|
|
|
margin-left: 118px;
|
2022-02-24 18:29:10 -03:00
|
|
|
}
|
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-08-13 02:47:02 -04:00
|
|
|
.sub-search-button-wrapper i {
|
2022-02-24 18:29:10 -03:00
|
|
|
vertical-align: middle;
|
2022-08-13 02:47:02 -04:00
|
|
|
margin-right: 5px;
|
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-button-wrapper button {
|
|
|
|
border: none;
|
|
|
|
background-color: inherit;
|
2022-08-13 02:47:02 -04:00
|
|
|
font-size: 14px;
|
|
|
|
margin-right: 14px;
|
|
|
|
font-weight: bold;
|
2022-02-24 18:29:10 -03:00
|
|
|
}
|
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-08-13 02:47:02 -04:00
|
|
|
margin-right: 10px;
|
|
|
|
margin-left: 10px;
|
2022-03-10 07:18:07 -03:00
|
|
|
}
|
|
|
|
|
2022-03-15 07:37:21 -03:00
|
|
|
.misc-container a {
|
2022-08-13 02:47:02 -04:00
|
|
|
color: inherit;
|
2022-03-10 07:18:07 -03:00
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
2022-03-15 07:37:21 -03:00
|
|
|
.instances-container div {
|
2022-08-13 02:47:02 -04:00
|
|
|
text-align: left;
|
|
|
|
margin-bottom: 25px;
|
2022-03-15 07:37:21 -03:00
|
|
|
}
|
|
|
|
|
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 {
|
2022-08-13 02:47:02 -04:00
|
|
|
margin-left: 116px;
|
2022-02-24 18:29:10 -03:00
|
|
|
}
|
2022-02-20 11:44:51 -03:00
|
|
|
|
2022-08-13 02:47:02 -04:00
|
|
|
.text-result-container {
|
2022-07-15 09:50:23 -04:00
|
|
|
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-08-13 04:47:27 -04:00
|
|
|
border: 1px solid var(--special-result-border);
|
2022-02-20 18:57:23 -03:00
|
|
|
width: 500px;
|
2022-08-13 02:47:02 -04:00
|
|
|
border-radius: 10px;
|
2022-08-13 04:47:27 -04:00
|
|
|
background: var(--special-text-background);
|
|
|
|
color: var(--special-text-color);
|
2022-02-20 18:57:23 -03:00
|
|
|
}
|
|
|
|
|
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-08-13 02:47:02 -04:00
|
|
|
font-size: 14px;
|
2022-02-23 16:47:10 -03:00
|
|
|
}
|
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;
|
2022-08-13 02:47:02 -04:00
|
|
|
padding-bottom: 10px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2022-03-30 08:18:31 -03:00
|
|
|
}
|
|
|
|
|
2022-02-24 18:29:10 -03:00
|
|
|
.next-page-button-wrapper {
|
2022-08-13 02:47:02 -04:00
|
|
|
margin-top: -50px;
|
|
|
|
margin-bottom: 100px;
|
2022-02-24 18:29:10 -03:00
|
|
|
}
|
2022-02-20 11:44:51 -03:00
|
|
|
|
2022-02-24 18:29:10 -03:00
|
|
|
.next-page-button-wrapper button {
|
2022-08-13 02:47:02 -04:00
|
|
|
border: none;
|
2022-02-24 18:29:10 -03:00
|
|
|
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;
|
2022-08-13 02:47:02 -04:00
|
|
|
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 {
|
2022-08-13 02:47:02 -04:00
|
|
|
margin: 10px;
|
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 {
|
2022-08-13 02:47:02 -04:00
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2022-02-24 18:29:10 -03:00
|
|
|
text-align: center;
|
|
|
|
}
|
2022-02-20 11:44:51 -03:00
|
|
|
|
2022-04-28 04:18:09 -04:00
|
|
|
.sub-search-container .logo {
|
2022-08-13 02:47:02 -04:00
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2022-02-24 18:29:10 -03:00
|
|
|
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%;
|
2022-08-13 02:47:02 -04:00
|
|
|
margin-top: 30px;
|
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-button-wrapper {
|
2022-08-13 02:47:02 -04:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2022-02-24 18:29:10 -03:00
|
|
|
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 {
|
2022-08-13 02:47:02 -04:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
margin-bottom: 20px;
|
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 button {
|
2022-08-13 02:47:02 -04:00
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
padding: 0;
|
2022-02-24 18:29:10 -03:00
|
|
|
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 {
|
2022-08-13 02:47:02 -04:00
|
|
|
font-size: 55px;
|
2022-02-24 18:29:10 -03:00
|
|
|
}
|
2022-07-15 09:50:23 -04:00
|
|
|
|
|
|
|
.search-container {
|
|
|
|
margin-top: 10%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.text-result-container,
|
|
|
|
#time,
|
|
|
|
.next-page-button-wrapper {
|
|
|
|
margin-left: 40px;
|
|
|
|
}
|
2022-08-13 07:19:15 -04:00
|
|
|
}
|