crispypin.cc_old/docs/style.css

58 lines
796 B
CSS
Raw 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: #111;
color: #fff;
2021-06-25 01:33:18 +02:00
display: -ms-grid;
display: grid;
2022-05-07 22:05:22 +02:00
-ms-grid-rows: 50px 1fr auto;
grid-template-rows: 50px 1fr auto;
2021-06-25 01:33:18 +02:00
margin: 0;
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 {
padding: 0 32px 64px;
width: 800px;
background-color: #222;
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
header {
grid-column: 1 / -1;
2022-05-07 22:05:22 +02:00
background-color: #111;
2021-06-25 01:33:18 +02:00
padding: 0;
}
footer {
grid-column: 1 / -1;
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-07 22:05:22 +02:00
img {
max-width: 800px;
2021-06-25 01:33:18 +02:00
}
/*# sourceMappingURL=style.css.map */