blankx.gitlab.io/public/index.css

72 lines
1.3 KiB
CSS
Raw Normal View History

@font-face {
font-family: 'Rounded Elegance';
src: url('fonts/rounded_elegance.ttf');
}
@font-face {
font-family: 'Transformers';
src: url('fonts/transformers.ttf');
}
h1.transred {
font-family: 'Transformers', sans-serif;
color: red;
}
2019-01-17 14:24:25 +00:00
meta.colon_p {
color: rgba(255,255,255,0.5);
2019-01-17 14:24:25 +00:00
}
2019-01-17 14:15:38 +00:00
body.jack {
2019-01-17 14:24:25 +00:00
/* comment by future blank: no */
2019-01-17 14:15:38 +00:00
background-color: red;
2019-01-17 14:24:25 +00:00
background-image: url('jack.png');
2019-01-17 14:15:38 +00:00
}
p, a, h1, h2, li {
font-family: 'Rounded Elegance', sans-serif;
}
p, p.white_fix, i.white, li {
color: white;
}
2019-01-13 13:58:26 +00:00
a, h1, p.green, i, h2 {
color: lime;
}
body {
background-color: black;
text-align: center;
}
p.red, a.red, i.red, h1.red, h2.red {
color: rgb(255, 42, 42);
}
2019-01-13 14:29:03 +00:00
div.linkz {
text-align: center;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-evenly;
font-size: 4em;
width: 100%;
height: 25vh;
2019-01-13 14:29:03 +00:00
box-sizing: border-box;
}
a.blue, i.blue, p.blue {
color: rgb(42, 42, 255);
2019-01-13 14:29:03 +00:00
}
div.container {
margin-bottom: 1em;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
2019-01-17 14:15:38 +00:00
/* padding: 20%; */
box-sizing: border-box;
/* font-size: 1.2em; */
2019-01-17 14:15:38 +00:00
width: 100%;
}
p.black {
color: black;
}
2019-01-22 09:46:10 +00:00
div.tocclass, iframe {
/* display: flex;
box-sizing: border-box; */
width: 100%;
}