Binternet/misc/style-dark.css

304 lines
4.2 KiB
CSS
Raw Permalink Normal View History

2023-09-09 23:31:35 +00:00
:root {
--accent-color:#12e8b9;
--fg-color: white;
2023-09-11 21:20:57 +00:00
--border-color: rgb(97, 97, 97);
--main: #2a2b2b;
--main-second: #1f2120;
2023-02-14 12:06:49 +00:00
}
2023-02-14 11:16:19 +00:00
body {
2023-09-11 21:20:57 +00:00
background-color: var(--main);
2023-09-09 23:31:35 +00:00
color: var(--fg-color);
2023-02-14 12:06:49 +00:00
font-family: verdana, arial, sans-serif;
overflow-x: hidden;
2023-09-09 23:31:35 +00:00
padding: 0;
margin: 0;
font-size: 16px;
}
input:focus {
2023-09-11 21:20:57 +00:00
border: 1px solid var(--border-color);
2023-09-09 23:31:35 +00:00
}
2023-09-11 21:20:57 +00:00
.accent{
color: var(--accent-color);
}
2023-09-09 23:31:35 +00:00
.centered {
position: absolute;
top: 40%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
}
.hide{
display: none;
2023-02-14 11:16:19 +00:00
}
#bodyHeader {
2023-09-09 23:31:35 +00:00
margin: 0;
}
.mainContainer p {
margin-bottom:30px;
margin-top: 5px;
}
.mainContainer h1 {
font-size: 50px;
2023-02-14 11:16:19 +00:00
}
.bodyText {
text-align: center;
}
.container {
text-align: center;
align-items: center;
justify-content: center;
}
footer {
2023-09-09 23:31:35 +00:00
display: flex;
2023-02-14 11:16:19 +00:00
align-items: center;
2023-09-09 23:31:35 +00:00
flex-wrap: wrap;
2023-02-14 11:16:19 +00:00
justify-content: center;
width: 100vw;
2023-09-09 23:31:35 +00:00
padding: 10px;
2023-09-11 21:20:57 +00:00
background-color: var(--main-second);
2023-09-09 23:31:35 +00:00
position: fixed;
2023-02-14 12:06:49 +00:00
bottom: 0;
}
2023-09-09 23:31:35 +00:00
footer a{
margin-right: 30px;
}
2023-02-14 12:06:49 +00:00
#footerText {
margin: 10px;
padding: 10px;
}
.sep:before {
content: "\f004 ";
}
a {
text-decoration: none;
2023-09-09 23:31:35 +00:00
color: var(--fg-color);
}
footer a:hover{
color: var(--accent-color);
2023-02-14 12:06:49 +00:00
}
#inputWrapper {
2023-09-09 23:31:35 +00:00
display: flex;
2023-02-14 12:06:49 +00:00
align-items: center;
text-align: center;
justify-content: center;
}
2023-09-09 23:31:35 +00:00
input {
width: 500px;
2023-02-14 12:06:49 +00:00
outline: none;
color: white;
2023-09-11 21:20:57 +00:00
background-color: var(--main-second);
border: 1px solid var(--main-second);
2023-09-09 23:31:35 +00:00
border-radius: 10px 0px 0px 10px;
padding: 15px;
font-size: inherit;
2023-02-14 12:06:49 +00:00
}
2023-09-09 23:31:35 +00:00
button {
padding: 15px;
2023-09-11 21:20:57 +00:00
color: var(--main-second);
2023-09-09 23:31:35 +00:00
background-color: var(--accent-color);
border: 0;
border-radius: 0px 10px 10px 0px;
cursor: pointer;
font-size: 15px;
font-weight: bold;
2023-02-14 11:16:19 +00:00
}
2023-09-11 21:20:57 +00:00
/* search css start */
2023-09-09 23:31:35 +00:00
2023-09-11 21:20:57 +00:00
.search-container{
display: flex;
align-items: center;
margin: 20px 20px 40px 20px;
}
.search-container h1{
margin: 0;
}
.search-container input{
border-radius: 10px;
2023-09-11 21:20:57 +00:00
margin-left: 100px;
}
.img-result img {
height: 100%;
width: 100%;
object-fit: cover;
border-radius: 0.2rem;
2023-09-11 21:20:57 +00:00
}
.img-container{
column-count: auto;
column-width: 14rem;
column-gap: 0.5rem;
padding: 1rem;
2023-09-11 21:20:57 +00:00
}
.img-result {
margin-bottom: 0.5rem;
display: block;
2023-09-11 21:20:57 +00:00
}
/* search css end */
/* donate css start */
.donate-container {
width: 700px;
margin-left: auto;
margin-right: auto;
margin-bottom: 100px;
}
.flexbox-column {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
gap: 10px;
}
2023-09-09 23:31:35 +00:00
2023-09-11 21:20:57 +00:00
.inner-wrap {
width: 500px;
padding: 20px;
}
.qr-box {
background-color: var(--main-second);
border: 1px solid var(--border-color);
border-radius: 10px 0px 0px 10px;
width: 100%;
display: flex;
word-wrap: break-word;
align-items: center;
justify-content: space-between;
}
.flex-row {
width: 700px;
height: auto;
display: flex;
flex-direction: row;
justify-content: space-evenly;
margin: 25px 0;
}
hr.small-line {
border: 2px solid var(--fg-color);
height: 0px;
width: 100px;
margin: 30px;
border-radius: 2px;
}
/* donate css end */
2023-09-09 23:31:35 +00:00
@media only screen and (max-width: 750px) {
body{
font-size: 14px;
}
.mainContainer h1 {
font-size: 35px;
}
input{
width: 100%;
}
.centered {
width: 95%;
2023-09-11 21:20:57 +00:00
}
.search-container{
display: flex;
flex-direction: column;
align-items: center;
}
.search-container input {
width: 95%;
margin-top: 20px;
margin-left: 0;
}
/* dontate css start*/
.donate-container {
margin-bottom: 100px;
width: 95%;
text-align: center;
}
.qr-box {
display: flex;
flex-direction: column;
word-wrap: break-word;
align-items: center;
justify-content: space-between;
word-wrap: break-word;
height: auto;
}
.qr-box {
border-radius: 10px;
flex-direction: column;
align-items: center;
}
.inner-wrap {
width: 80%;
text-align: center;
}
2023-09-09 23:31:35 +00:00
2023-09-11 21:20:57 +00:00
.qr-box img {
width: 40%;
height: auto;
padding: 20px;
}
.flex-row {
flex-direction: column;
gap: 5px;
width: 0;
}
.flex-row a img {
width: 220px;
height: auto;
}
/* donate css end */
2023-09-09 23:31:35 +00:00
}