2022-02-17 17:14:56 -03:00
|
|
|
html {
|
|
|
|
color: #e8eaed;
|
2022-02-20 11:44:51 -03:00
|
|
|
background-color: #202124;
|
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-02-24 18:29:10 -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;
|
|
|
|
color: #999da2;
|
|
|
|
}
|
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-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;
|
|
|
|
background-color: inherit;
|
|
|
|
padding: 10px;
|
|
|
|
font-size: inherit;
|
|
|
|
font-family: inherit;
|
|
|
|
border: 1px solid #5f6368;
|
|
|
|
border-radius: 25px;
|
|
|
|
}
|
2022-02-20 11:44:51 -03:00
|
|
|
|
2022-02-24 18:29:10 -03:00
|
|
|
.search-button-wrapper button {
|
|
|
|
color: inherit;
|
|
|
|
background-color: #303134;
|
|
|
|
font-size: 14px;
|
|
|
|
border: none;
|
|
|
|
border-radius: 4px;
|
|
|
|
padding: 13px 10px 13px 10px;
|
|
|
|
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-02-24 18:29:10 -03:00
|
|
|
.sub-search-container #logo {
|
|
|
|
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-02-24 18:29:10 -03:00
|
|
|
.search-button-wrapper button:hover {
|
|
|
|
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;
|
|
|
|
color: #bd93f9;
|
|
|
|
font-size: 18px;
|
|
|
|
margin-right: 25px;
|
|
|
|
}
|
2022-02-20 11:44:51 -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;
|
|
|
|
border: 1px solid #bdc1c6;
|
|
|
|
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;
|
|
|
|
color:#bdc1c6;
|
|
|
|
}
|
|
|
|
|
|
|
|
.text-result-wrapper h2 {
|
|
|
|
font-size: 20px;
|
|
|
|
color: #8ab4f8;
|
|
|
|
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;
|
|
|
|
color: #bd93f9;
|
2022-02-23 16:47:10 -03:00
|
|
|
font-size:14px;
|
|
|
|
}
|
2022-02-20 18:57:23 -03:00
|
|
|
|
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;
|
|
|
|
color: #8ab4f8;
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
2022-02-20 11:44:51 -03:00
|
|
|
|
2022-02-24 18:29:10 -03:00
|
|
|
.next-page-button-wrapper #page {
|
|
|
|
display: inline;
|
|
|
|
}
|
2022-02-20 11:44:51 -03:00
|
|
|
|
2022-02-24 18:29:10 -03:00
|
|
|
.image-result-container {
|
|
|
|
margin-left:auto;
|
|
|
|
margin-right: auto;
|
|
|
|
margin-bottom: 60px;
|
|
|
|
}
|
2022-02-20 11:44:51 -03:00
|
|
|
|
2022-02-24 18:29:10 -03:00
|
|
|
.image-result-container img {
|
|
|
|
margin: 10px;
|
|
|
|
border: 1px solid #5f6368;
|
|
|
|
}
|
2022-02-20 14:11:15 -03:00
|
|
|
|
2022-02-24 18:29:10 -03:00
|
|
|
.donate-container {
|
|
|
|
text-align: center;
|
|
|
|
word-wrap: break-word;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
margin-top: 8%;
|
|
|
|
border: 1px solid #bdc1c6;
|
|
|
|
max-width: 500px;
|
|
|
|
padding:0px 20px 20px 20px;
|
|
|
|
}
|
2022-02-20 11:44:51 -03:00
|
|
|
|
2022-02-24 18:29:10 -03:00
|
|
|
.donate-container img {
|
|
|
|
margin-top:10px;
|
|
|
|
}
|
2022-02-20 11:44:51 -03:00
|
|
|
|
2022-02-24 18:29:10 -03:00
|
|
|
.donate-container a {
|
|
|
|
color: #bd93f9;
|
|
|
|
}
|
2022-02-20 11:44:51 -03:00
|
|
|
|
2022-02-24 18:29:10 -03:00
|
|
|
.footer-container {
|
|
|
|
position: fixed;
|
|
|
|
left: 0;
|
|
|
|
bottom: 0;
|
|
|
|
width: 100vw;
|
|
|
|
background-color: #171717;
|
|
|
|
padding-top: 15px;
|
|
|
|
padding-bottom: 15px;
|
|
|
|
border-top: 1px solid #303134;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2022-02-20 11:44:51 -03:00
|
|
|
|
2022-02-24 18:29:10 -03:00
|
|
|
.footer-container a {
|
|
|
|
color: #999da2;
|
|
|
|
margin-left: 15px;
|
|
|
|
margin-right: 15px;
|
|
|
|
}
|
2022-02-20 11:44:51 -03:00
|
|
|
|
2022-02-24 18:29:10 -03:00
|
|
|
/* mobile view */
|
|
|
|
@media only screen and (max-width: 900px) {
|
|
|
|
.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-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-02-24 18:29:10 -03:00
|
|
|
.sub-search-container #logo {
|
|
|
|
margin-left:auto;
|
|
|
|
margin-right:auto;
|
|
|
|
display: block;
|
|
|
|
|
|
|
|
}
|
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-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-20 18:57:23 -03:00
|
|
|
|
2022-02-24 18:29:10 -03:00
|
|
|
.special-result-container {
|
|
|
|
max-width: 80%;
|
|
|
|
}
|
2022-02-21 18:00:59 -03:00
|
|
|
|
2022-02-24 18:29:10 -03:00
|
|
|
.donate-container {
|
|
|
|
max-width: 80%;
|
|
|
|
}
|
2022-02-23 16:47:10 -03:00
|
|
|
|
2022-02-24 18:29:10 -03:00
|
|
|
.donate-container img {
|
|
|
|
display: block;
|
|
|
|
margin-left:auto;
|
|
|
|
margin-right:auto;
|
2022-02-20 11:44:51 -03:00
|
|
|
}
|
|
|
|
|
2022-02-24 18:29:10 -03:00
|
|
|
.image-result-container img {
|
|
|
|
display:block;
|
|
|
|
margin-left:auto;
|
|
|
|
margin-right:auto;
|
|
|
|
}
|
|
|
|
}
|