website/style.css

117 lines
1.7 KiB
CSS

html {
/* 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: aliceblue;
font-family: "Roboto", monospace;
/* background-blend-mode: overlay;
background-size: auto; */
/* margin-top: 1px; */
background-image: linear-gradient(
to bottom,
rgba(11, 11, 11, 0.8),
rgba(11, 11, 11, 0.8)
),
url(./assets/bgs/bgtile.gif);
}
body {
margin-top: 0px;
font-size: 1.1em;
}
h1 {
text-align: center;
position: relative;
font-size: 1.7em;
}
h2 {
font-size: 1.5em;
color: steelblue;
}
h3 {
font-size: 1.3em;
color: rgb(70, 145, 156);
}
p {
font-size: 0.9em;
line-height: 1.5em;
}
a:link {
color: rgb(223, 131, 223);
}
a:visited {
color: rgb(223, 131, 223);
}
li {
margin-top: 1vh;
margin-bottom: 1vh;
font-size: 0.9em;
line-height: 1.5em;
}
footer {
text-align: center;
padding: 1em;
}
code {
color: #adff2f;
}
#donate > * {
margin: 0 auto;
}
.lastupdate {
text-align: center;
font-size: 1.1ch;
}
.content {
padding: 20px 20px;
margin: 0 auto;
max-width: 780px;
width: 68%;
min-height: 60vh;
word-wrap: break-word;
line-height: 1.5em;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 30%;
height: auto;
}
.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;
}
.langglow {
text-shadow: 1px 2px 11px rgb(255, 255, 255);
}
.box {
position: relative;
text-align: center;
width: 1%;
margin-top: 9ch;
border: 4px solid #60976b83;
margin: auto;
}