UpFast/static/css/files.css

67 lines
845 B
CSS
Raw Normal View History

2023-03-23 21:00:39 +01:00
html {
padding-bottom: 10%;
}
body {
max-width: 900px;
margin: auto;
2023-04-04 17:50:35 +02:00
background: #81a1c1;
2023-03-23 21:00:39 +01:00
}
h1 {
font-size: 250%;
text-align: center;
}
hr {
margin: 40px;
2023-04-04 17:50:35 +02:00
color: #2e3440;
2023-03-23 21:00:39 +01:00
}
img {
display: block;
margin: auto;
2023-03-26 15:45:19 +02:00
max-width: 800px;
max-height: 800px;
2023-03-23 21:00:39 +01:00
}
video {
display: block;
margin: auto;
2023-03-26 15:45:19 +02:00
max-width: 800px;
max-height: 800px;
2023-03-23 21:00:39 +01:00
}
a {
2023-04-04 17:50:35 +02:00
color: #ebcb8b;
2023-03-23 21:00:39 +01:00
text-decoration: none;
2023-04-04 16:24:53 +02:00
font-weight: bold;
2023-03-23 21:00:39 +01:00
padding: 5px;
}
a:hover {
text-decoration: underline;
}
pre {
2023-04-04 17:50:35 +02:00
background: #2e3440;
2023-03-23 21:00:39 +01:00
font-size: 1am;
padding: 10px;
max-width: 800;
max-height: 800;
overflow-y: scroll;
overflow-x: scroll;
border: none;
border-radius: 1rem;
2023-04-04 17:50:35 +02:00
color: #88c0d0;
2023-03-23 21:00:39 +01:00
}
.file {
display: block;
}
.info {
display: block;
text-align: center;
}