hajime/public/assets/css/newerror.css
2023-08-12 00:16:32 +02:00

80 lines
1 KiB
CSS

html {
background: url('../img/satori-error.png') top right no-repeat #FFF;
font-family: 'verdana', sans-serif;
font-size: 0.8em;
}
body {
margin: 0px 2em;
}
html, body {
min-height: 100%;
width: 90;
}
#wrap {
max-width: 34em;
}
h1, h2, h3, p {
margin: 0;
padding: 0;
font-size: 1em;
font-weight: normal;
}
h1 {
font-size: 1.5em;
margin: 1.33em 0;
}
h1 img {
margin: 0px 0.5em -0.75em 0px;
}
p {
padding: 0px;
margin: 2em 0px;
line-height: 1.33em;
}
hr {
margin: 1.9em 0px;
background: #BBB;
border: none;
}
ul {
padding: 0.75em 0px 0px 0px;
}
li {
margin: 0px 0px 0.8em 3.46em;
line-height: 1.32em;
}
a {
color: red;
}
img+a:before {
content: ' ';
}
h3 {
margin: 2.5em 0px;
}
li:nth-child(3) img {
margin: -0.2em 0px
}
li:nth-child(4) img {
margin: -0.5em 0px
}
table {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
display: none;
}
table, tr, td {
background: rgba(0,0,0,0.2);
height: 100%;
width: 100%;
text-align: center;
}
table img {
border-radius: 32px;
box-shadow: 0 4px 32px #888;
}