website/style.css

261 lines
4.2 KiB
CSS
Raw Normal View History

2022-12-12 03:23:54 -03:00
html {
2022-12-16 04:50:57 -03:00
/* background-color: #111111; */
/* background: linear-gradient(to bottom, rgba(11, 11, 11, 0.900), rgba(11, 11, 11, 0.900)); */
/* background-image: url(./assets/bg.png) ; */
/* opacity: ; */
color: #f8feff;
2023-02-05 21:20:48 -03:00
font-family: "Roboto", monospace;
2022-12-16 04:50:57 -03:00
/* background-blend-mode: overlay;
background-size: auto; */
2022-12-12 04:58:44 -03:00
/* margin-top: 1px; */
2023-10-28 04:12:31 -03:00
background-image: linear-gradient(to bottom,
rgba(11, 11, 11, 0.80),
2023-10-28 04:12:31 -03:00
rgba(11, 11, 11, 0.90)),
url(./assets/bgs/bgtile3.gif);
2023-10-28 04:12:31 -03:00
background-attachment: fixed;
2022-12-12 04:58:44 -03:00
}
body {
2023-01-07 19:02:27 -03:00
margin-top: 0px;
2023-02-05 21:20:48 -03:00
font-size: 1.1em;
2022-12-12 03:23:54 -03:00
}
h1 {
2022-12-12 04:58:44 -03:00
text-align: center;
position: relative;
2023-01-28 01:55:19 -03:00
font-size: 1.7em;
2023-10-28 04:12:31 -03:00
margin-top: 15px;
margin-bottom: 15px;
2022-12-12 04:58:44 -03:00
}
h2 {
2023-01-28 01:55:19 -03:00
font-size: 1.5em;
2023-10-28 04:12:31 -03:00
color: rgb(70, 200, 180);
margin-top: 15px;
margin-bottom: 15px;
2022-12-12 03:23:54 -03:00
}
2023-02-07 20:56:58 -03:00
h3 {
font-size: 1.3em;
2023-10-28 04:12:31 -03:00
color: rgb(70, 185, 180);
margin-top: 15px;
margin-bottom: 15px;
2023-02-07 20:56:58 -03:00
}
2023-04-23 19:39:13 -04:00
h4 {
font-size: 1.1em;
2023-10-28 04:12:31 -03:00
color: rgb(70, 170, 180);
margin-top: 15px;
margin-bottom: 15px;
2023-04-23 19:39:13 -04:00
}
2022-12-12 03:23:54 -03:00
p {
2022-12-12 04:58:44 -03:00
font-size: 0.9em;
line-height: 1.5em;
2023-10-28 04:12:31 -03:00
margin-top: 12px;
margin-bottom: 12px;
2023-05-16 18:51:41 -04:00
}
a {
font-size: 0.9em;
line-height: 1.5em;
2022-12-12 04:58:44 -03:00
}
2022-12-16 04:50:57 -03:00
a:link {
color: rgb(255, 180, 255);
2022-12-16 04:50:57 -03:00
}
a:visited {
color: rgb(255, 180, 255);
2022-12-16 04:50:57 -03:00
}
2022-12-12 04:58:44 -03:00
li {
margin-top: 1vh;
margin-bottom: 1vh;
2022-12-16 04:50:57 -03:00
font-size: 0.9em;
line-height: 1.5em;
}
footer {
text-align: center;
padding: 1em;
2022-12-12 04:58:44 -03:00
}
2023-02-05 21:20:48 -03:00
code {
color: #adff2f;
}
2023-10-28 04:12:31 -03:00
#donate>* {
2023-02-05 21:20:48 -03:00
margin: 0 auto;
}
#uptime-up {
text-shadow: 0 0 10px #ffffff45, 0 0 20px #ffffff40, 0 0 30px lime, 0 0 40px #04e669,
0 0 50px #34ff1b, 0 0 60px #25fa2b, 0 0 70px #02ec55;
color: greenyellow;
}
#uptime-down {
text-shadow: 0 0 10px #ffffff45, 0 0 20px #ffffff40, 0 0 30px red, 0 0 40px #e61704,
0 0 50px #ff391b, 0 0 60px #fa3725, 0 0 70px #ec0202;
color: red;
}
2023-04-14 18:42:19 -04:00
.lastupdate {
2023-10-28 04:12:31 -03:00
text-align: center;
font-size: 1.2ch;
color: #80d7ff;
2023-04-14 18:42:19 -04:00
}
2023-02-05 21:20:48 -03:00
2023-01-07 19:02:27 -03:00
.content {
padding: 20px 20px;
margin: 0 auto;
2023-01-28 01:55:19 -03:00
max-width: 780px;
2023-01-28 01:56:44 -03:00
width: 68%;
2023-01-28 01:55:19 -03:00
min-height: 60vh;
2023-01-07 19:02:27 -03:00
word-wrap: break-word;
line-height: 1.5em;
}
2023-10-28 04:12:31 -03:00
2023-01-07 19:02:27 -03:00
.center {
display: block;
margin-left: auto;
margin-right: auto;
2023-08-22 17:49:35 -04:00
width: 50%;
2023-01-07 19:02:27 -03:00
height: auto;
}
2022-12-12 04:58:44 -03:00
.qa {
margin-top: 1vh;
margin-bottom: 1vh;
}
.THEYGLOW {
2023-08-27 04:02:41 -04:00
text-shadow: 0 0 10px #ffffff45, 0 0 20px #ffffff40, 0 0 30px lime, 0 0 40px #04e669,
2022-12-12 04:58:44 -03:00
0 0 50px #34ff1b, 0 0 60px #25fa2b, 0 0 70px #02ec55;
2022-12-12 03:23:54 -03:00
}
2022-12-16 04:50:57 -03:00
.langglow {
text-shadow: 1px 2px 11px rgb(255, 255, 255);
}
2023-10-28 04:12:31 -03:00
.top {
font-size: small;
margin-top: 1ch;
flex: 1;
text-align: center;
}
2023-01-07 19:02:27 -03:00
.box {
position: relative;
text-align: center;
width: 1%;
margin-top: 9ch;
border: 4px solid #60976b83;
margin: auto;
}
2023-09-08 00:25:06 -03:00
.selfhosted {
color: #adff2f;
2023-10-28 04:12:31 -03:00
}
.header1 {
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
display: flex;
align-items: center;
}
.header2 {
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
position: relative;
animation: slide 8s linear infinite;
}
#fade {
opacity: 1;
animation: fadeOut 7s linear;
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes slide {
0% {
transform: translateX(100vw);
/* opacity: 1; */
}
/* 50% {
opacity: 1;
} */
100% {
transform: translateX(-100%);
/* opacity: 0; */
}
}
/* https://systemspace.dimden.dev/res/css/scanlines.css
/* Scanlines */
body:before {
content: "";
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 1000;
background-image: url(/assets/bgs/overlay.png);
background-repeat: all;
background-position: 0px 0px;
animation-name: Static;
animation-duration: 2s;
animation-iteration-count: infinite;
animation-timing-function: steps(4);
opacity: 0.2;
/* box-shadow: inset 0px 0px 10em rgba(0, 0, 0, 0); */
}
body:after {
content: "";
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 1000;
background-image: url(/assets/bgs/overlay2.png);
background-repeat: all;
background-position: 0px 0px;
animation-name: Static;
animation-duration: 0.8s;
animation-iteration-count: infinite;
animation-timing-function: steps(4);
opacity: 0.2;
}
@keyframes Static {
0% {
background-position: 0px 0px;
}
100% {
background-position: 0px 4px;
}
2023-09-08 00:25:06 -03:00
}