forked from crony/UpFast
67 lines
845 B
CSS
67 lines
845 B
CSS
html {
|
|
padding-bottom: 10%;
|
|
}
|
|
|
|
body {
|
|
max-width: 900px;
|
|
margin: auto;
|
|
background: #81a1c1;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 250%;
|
|
text-align: center;
|
|
}
|
|
|
|
hr {
|
|
margin: 40px;
|
|
color: #2e3440;
|
|
}
|
|
|
|
img {
|
|
display: block;
|
|
margin: auto;
|
|
max-width: 800px;
|
|
max-height: 800px;
|
|
}
|
|
|
|
video {
|
|
display: block;
|
|
margin: auto;
|
|
max-width: 800px;
|
|
max-height: 800px;
|
|
}
|
|
|
|
a {
|
|
color: #ebcb8b;
|
|
text-decoration: none;
|
|
font-weight: bold;
|
|
padding: 5px;
|
|
}
|
|
|
|
a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
pre {
|
|
background: #2e3440;
|
|
font-size: 1am;
|
|
padding: 10px;
|
|
max-width: 800;
|
|
max-height: 800;
|
|
overflow-y: scroll;
|
|
overflow-x: scroll;
|
|
border: none;
|
|
border-radius: 1rem;
|
|
color: #88c0d0;
|
|
}
|
|
|
|
.file {
|
|
display: block;
|
|
}
|
|
|
|
.info {
|
|
display: block;
|
|
text-align: center;
|
|
}
|