website/style.css

117 lines
1.7 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: ; */
2022-12-12 04:58:44 -03:00
color: aliceblue;
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-01-07 19:02:27 -03:00
background-image: linear-gradient(
to bottom,
2023-04-14 18:42:19 -04:00
rgba(11, 11, 11, 0.8),
rgba(11, 11, 11, 0.8)
2023-01-07 19:02:27 -03:00
),
2023-04-14 18:42:19 -04:00
url(./assets/bgs/bgtile.gif);
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;
2022-12-12 04:58:44 -03:00
}
h2 {
2023-01-28 01:55:19 -03:00
font-size: 1.5em;
2022-12-12 04:58:44 -03:00
color: steelblue;
2022-12-12 03:23:54 -03:00
}
2023-02-07 20:56:58 -03:00
h3 {
font-size: 1.3em;
color: rgb(70, 145, 156);
}
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;
}
2022-12-16 04:50:57 -03:00
a:link {
2023-04-14 18:42:19 -04:00
color: rgb(223, 131, 223);
2022-12-16 04:50:57 -03:00
}
a:visited {
2023-04-14 18:42:19 -04:00
color: rgb(223, 131, 223);
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;
}
#donate > * {
margin: 0 auto;
}
2023-04-14 18:42:19 -04:00
.lastupdate {
text-align: center;
font-size: 1.1ch;
}
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;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 30%;
height: auto;
}
2022-12-12 04:58:44 -03:00
.qa {
margin-top: 1vh;
margin-bottom: 1vh;
}
.THEYGLOW {
text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px lime, 0 0 40px #04e669,
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-01-07 19:02:27 -03:00
.box {
position: relative;
text-align: center;
width: 1%;
margin-top: 9ch;
border: 4px solid #60976b83;
margin: auto;
}