Add other-celeste

This commit is contained in:
abbie 2021-11-19 16:53:01 +00:00
parent 8bb628c597
commit 0673d31ae2
No known key found for this signature in database
GPG key ID: 04DDE463F9200F87
2 changed files with 45 additions and 0 deletions

32
other/other-celeste/dist/style.css vendored Executable file
View file

@ -0,0 +1,32 @@
body {
color: white;
font-family: 'Times New Roman', serif;
background: black;
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
h1 {
font-family: 'Arial', sans-serif;
color: green;
text-shadow: 2px 2px grey;
}
h2 {
font-family: 'Arial', sans-serif;
color: orange;
text-shadow: 2px 2px grey;
}
a:link {
font-family: 'Courier New', monospace;
color: yellow;
font-weight: bold;
}
a:visited {
font-family: 'Courier New', monospace;
color: grey;
font-weight: bold;
}

View file

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en-GB">
<head>
<title>{SITE_NAME}</title>
<link rel="stylesheet" type="text/css" href="http://{SITE_DOMAIN}/ewfm_theme/style.css">
<meta charset="utf-8" />
</head>
<body>
<h1>{PAGE_TITLE}</h1>
<hr/>
{PAGE_CONTENT}
</body>
</html>