crispypin.cc_old/docs/style.css

57 lines
790 B
CSS
Raw Permalink Normal View History

2021-06-25 01:33:18 +02:00
body {
2022-05-07 22:05:22 +02:00
font-family: sans-serif;
background-color: #080808;
2022-05-07 22:05:22 +02:00
color: #fff;
2021-06-25 01:33:18 +02:00
margin: 0;
min-width: -webkit-min-content;
min-width: -moz-min-content;
min-width: min-content;
2022-05-07 22:05:22 +02:00
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
2021-06-25 01:33:18 +02:00
}
2022-05-07 22:05:22 +02:00
main {
2022-05-09 15:52:01 +02:00
padding: 8px 16px 32px;
2022-05-07 22:05:22 +02:00
width: 800px;
margin-left: auto;
margin-right: auto;
max-width: 800px;
background-color: #181818;
}
header {
text-align: center;
2021-06-25 01:33:18 +02:00
}
2022-05-07 22:05:22 +02:00
a:link {
color: #8bf;
2021-06-25 01:33:18 +02:00
}
2022-05-07 22:05:22 +02:00
a:visited {
color: #b8f;
2021-06-25 01:33:18 +02:00
}
2022-05-07 22:05:22 +02:00
.title-link a {
2021-06-25 01:33:18 +02:00
text-decoration: none;
2022-05-07 22:05:22 +02:00
color: #fff;
2021-06-25 01:33:18 +02:00
}
2022-05-07 22:05:22 +02:00
.title-link a:visited {
color: #fff;
2022-01-18 17:57:42 +01:00
}
2021-06-25 01:33:18 +02:00
footer {
2021-06-26 21:49:40 +02:00
margin-top: 5px;
margin-bottom: 10px;
2021-06-25 14:47:20 +02:00
text-align: center;
2021-06-25 01:33:18 +02:00
}
2021-06-26 21:49:40 +02:00
footer p {
margin: 5px;
}
2022-05-09 15:52:01 +02:00
img, video {
max-width: 800px;
}
2021-06-25 01:33:18 +02:00
/*# sourceMappingURL=style.css.map */