forked from rDrama/rDrama
1
0
Fork 0

fix offline.html

master
Aevann 2022-12-31 09:26:36 +02:00
parent 0c303b81a3
commit 1f4de84b2c
4 changed files with 68 additions and 65 deletions

View File

@ -0,0 +1,60 @@
:root {
--background: 17, 34, 51;
--primary: #238dcf;
}
body {
background: rgb(var(--background));
}
.center {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.center-text {
text-align: center;
}
h1, h2, h3, h4, h5, h6 {
color: white;
font-family: sans-serif;
}
.text-muted {
color: #6c757d;
}
[role=button] {
cursor: pointer!important;
}
.button {
background-color: rgb(var(--background))!important;
background: 0 0;
font-weight: 600;
font-size: 1rem;
border-radius: 0.2rem;
display: inline-block;
text-align: center;
vertical-align: middle;
cursor: pointer;
user-select: none;
background-color: transparent;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 0.35rem;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
color: #fff;
background-color: var(--primary);
border-color: var(--primary);
}
.button:hover {
color: var(--primary);
}

View File

@ -0,0 +1,3 @@
const reload_page = document.getElementById('reload-page')
if (reload_page)
reload_page.onclick = ()=>{location.reload()};

File diff suppressed because one or more lines are too long

View File

@ -3,8 +3,8 @@
<head>
<meta name="description" content="People die and this is the place to see it. You only have one life, don't make the mistakes seen here.">
<link rel="stylesheet" href="/assets/css/main.css?v=4032">
<link rel="stylesheet" href="/assets/css/midnight.css?v=4000">
<link rel="stylesheet" href="/assets/css/main.css?v=42069">
<link rel="stylesheet" href="/assets/css/midnight.css?v=42069">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">