things
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
|
<link rel="stylesheet" href="/shared.css" />
|
||||||
%sveltekit.head%
|
%sveltekit.head%
|
||||||
</head>
|
</head>
|
||||||
<body data-sveltekit-preload-data="hover">
|
<body data-sveltekit-preload-data="hover">
|
||||||
|
|||||||
+11
-170
@@ -1,23 +1,18 @@
|
|||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import favicon from "$lib/assets/favicon.svg";
|
import favicon from "$lib/assets/favicon.svg";
|
||||||
|
|
||||||
let { children } = $props();
|
let { children } = $props();
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<svelte:head>
|
<svelte:head>
|
||||||
<link rel="icon" href={favicon} />
|
<link rel="icon" href={favicon} />
|
||||||
|
<link href="/shared.css" rel="stylesheet" />
|
||||||
</svelte:head>
|
</svelte:head>
|
||||||
|
|
||||||
<body>
|
<div class="container">
|
||||||
<div class="container">
|
|
||||||
<header>
|
<header>
|
||||||
<h1>Doloro's corner of the inter-webs</h1>
|
<h1>Doloro's corner of the inter-webs</h1>
|
||||||
<nav class="nav">
|
<nav class="nav">
|
||||||
<a href="/">Home</a>
|
<a href="/">Home</a>
|
||||||
|
|
||||||
<a href="/plogs/">Posts</a>
|
|
||||||
|
|
||||||
<a href="/about/">About</a>
|
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
<div class="body_of_funny_content">
|
<div class="body_of_funny_content">
|
||||||
@@ -48,17 +43,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="actual-content">
|
<div class="actual-content">
|
||||||
<center>
|
{@render children()}
|
||||||
<div class="meow">
|
|
||||||
<img src="https://doloro.co.uk/assets/work_in_progress/wip2.gif" />
|
|
||||||
<img src="https://doloro.co.uk/assets/work_in_progress/wip2.gif" />
|
|
||||||
</div>
|
|
||||||
<img src="https://doloro.co.uk/assets/work_in_progress/wip.gif" />
|
|
||||||
<div class="meow">
|
|
||||||
<img src="https://doloro.co.uk/assets/work_in_progress/wip2.gif" />
|
|
||||||
<img src="https://doloro.co.uk/assets/work_in_progress/wip2.gif" />
|
|
||||||
</div>
|
|
||||||
</center>
|
|
||||||
<style>
|
<style>
|
||||||
.meow {
|
.meow {
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -155,156 +140,12 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<hr style="width: 97%; border-radius: 100px" />
|
<hr style="width: 97%; border-radius: 100px" />
|
||||||
<center>
|
<center>
|
||||||
<a href="https://www.youtube.com/watch?v=CduP0196TYs"
|
<a>meow</a>
|
||||||
><img
|
</center>
|
||||||
class="web-button"
|
<hr style="width: 92%; border-radius: 100px" />
|
||||||
src="https://doloro.co.uk/assets/webStamps/viscous_comp.gif"
|
<footer>
|
||||||
/></a
|
|
||||||
>
|
|
||||||
<a
|
|
||||||
><img
|
|
||||||
class="web-button"
|
|
||||||
src="https://doloro.co.uk/assets/webStamps/catgirl.gif"
|
|
||||||
/></a
|
|
||||||
>
|
|
||||||
<a href="https://doloro.co.uk/"
|
|
||||||
><img
|
|
||||||
class="web-button"
|
|
||||||
src="https://doloro.co.uk/assets/webStamps/doloro.png"
|
|
||||||
/></a
|
|
||||||
>
|
|
||||||
<a href="https://joelgc.com/"
|
|
||||||
><img
|
|
||||||
class="web-button"
|
|
||||||
src="https://doloro.co.uk/assets/webStamps/ena.png"
|
|
||||||
/></a
|
|
||||||
>
|
|
||||||
<a href="https://kernel.org/"
|
|
||||||
><img
|
|
||||||
class="web-button"
|
|
||||||
src="https://doloro.co.uk/assets/webStamps/linux.png"
|
|
||||||
/></a
|
|
||||||
>
|
|
||||||
<a href="https://rainworldgame.com/"
|
|
||||||
><img
|
|
||||||
class="web-button"
|
|
||||||
src="https://doloro.co.uk/assets/webStamps/rainworld.gif"
|
|
||||||
/></a
|
|
||||||
>
|
|
||||||
<a
|
|
||||||
href="https://developer.valvesoftware.com/wiki/Source"
|
|
||||||
><img
|
|
||||||
class="web-button"
|
|
||||||
src="https://doloro.co.uk/assets/webStamps/source.webp"
|
|
||||||
/></a
|
|
||||||
>
|
|
||||||
<a href="https://celery.dog/"
|
|
||||||
><img
|
|
||||||
class="web-button"
|
|
||||||
src="https://doloro.co.uk/assets/webStamps/celery_dog.gif"
|
|
||||||
/></a
|
|
||||||
>
|
|
||||||
</center>
|
|
||||||
<hr style="width: 92%; border-radius: 100px" />
|
|
||||||
<footer>
|
|
||||||
<h2>Doloro, All Meows Reserved.</h2>
|
<h2>Doloro, All Meows Reserved.</h2>
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
|
||||||
|
|
||||||
<style>
|
|
||||||
html {
|
|
||||||
line-height: 1.5;
|
|
||||||
color: white;
|
|
||||||
--primary: #0d2222;
|
|
||||||
--secondary: #054f3f;
|
|
||||||
--thirdly: #043b2f;
|
|
||||||
--accent-1: #9f8083;
|
|
||||||
--accent-2: #66232e;
|
|
||||||
--accent-3: #44131a;
|
|
||||||
}
|
|
||||||
nav {
|
|
||||||
width: 100%;
|
|
||||||
height: 32px;
|
|
||||||
background-color: var(--accent-2);
|
|
||||||
border: 3px, outset, var(--accent-3);
|
|
||||||
align-content: center;
|
|
||||||
font-size: 18px;
|
|
||||||
a {
|
|
||||||
padding: 5px;
|
|
||||||
color: #9f8083;
|
|
||||||
}
|
|
||||||
a:hover {
|
|
||||||
color: #043b2f;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
body {
|
|
||||||
background-image: url("/bg.png");
|
|
||||||
margin: 40px auto;
|
|
||||||
max-width: 1280px;
|
|
||||||
}
|
|
||||||
.container {
|
|
||||||
}
|
|
||||||
header {
|
|
||||||
text-align: center;
|
|
||||||
h1 {
|
|
||||||
display: block;
|
|
||||||
font-size: 2em;
|
|
||||||
margin-block-start: 0.37em;
|
|
||||||
margin-block-end: 0.37em;
|
|
||||||
margin-inline-start: 0px;
|
|
||||||
margin-inline-end: 0px;
|
|
||||||
font-weight: bold;
|
|
||||||
unicode-bidi: isolate;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
footer {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
.body_of_funny_content {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: row;
|
|
||||||
}
|
|
||||||
.left-sidebar {
|
|
||||||
margin: 5px;
|
|
||||||
margin-left: 0px;
|
|
||||||
height: 800px;
|
|
||||||
width: 125px;
|
|
||||||
background-color: var(--secondary);
|
|
||||||
border-style: inset;
|
|
||||||
border: 2px, inset, var(--thirdly);
|
|
||||||
box-sizing: border-box;
|
|
||||||
}
|
|
||||||
.right-sidebar {
|
|
||||||
margin: 5px;
|
|
||||||
margin-right: 0px;
|
|
||||||
height: 800px;
|
|
||||||
width: 125px;
|
|
||||||
background-color: var(--secondary);
|
|
||||||
border: 2px, inset, var(--thirdly);
|
|
||||||
box-sizing: border-box;
|
|
||||||
}
|
|
||||||
.actual-content {
|
|
||||||
flex: 1;
|
|
||||||
background-color: var(--primary);
|
|
||||||
margin: 5px;
|
|
||||||
}
|
|
||||||
.sticky_top {
|
|
||||||
position: sticky;
|
|
||||||
top: 5px;
|
|
||||||
}
|
|
||||||
.a_bit_of_padding {
|
|
||||||
padding: 12px;
|
|
||||||
}
|
|
||||||
.stamp_holder {
|
|
||||||
justify-content: center;
|
|
||||||
flex-grow: 0;
|
|
||||||
display: flex;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
align-items: flex-end;
|
|
||||||
image-rendering: pixelated;
|
|
||||||
gap: 1px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|||||||
@@ -1,2 +1 @@
|
|||||||
<h1>Welcome to SvelteKit</h1>
|
<p>home</p>
|
||||||
<p>Visit <a href="https://svelte.dev/docs/kit">svelte.dev/docs/kit</a> to read the documentation</p>
|
|
||||||
|
|||||||
@@ -0,0 +1,92 @@
|
|||||||
|
:root {
|
||||||
|
line-height: 1.5;
|
||||||
|
color: white;
|
||||||
|
--primary: #0d2222;
|
||||||
|
--secondary: #054f3f;
|
||||||
|
--thirdly: #043b2f;
|
||||||
|
--accent-1: #9f8083;
|
||||||
|
--accent-2: #66232e;
|
||||||
|
--accent-3: #44131a;
|
||||||
|
}
|
||||||
|
nav {
|
||||||
|
width: 100%;
|
||||||
|
height: 32px;
|
||||||
|
background-color: var(--accent-2);
|
||||||
|
border: 3px, outset, var(--accent-3);
|
||||||
|
align-content: center;
|
||||||
|
font-size: 18px;
|
||||||
|
a {
|
||||||
|
padding: 5px;
|
||||||
|
color: #9f8083;
|
||||||
|
}
|
||||||
|
a:hover {
|
||||||
|
color: #043b2f;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-image: url("/bg.png");
|
||||||
|
margin: 40px auto;
|
||||||
|
max-width: 1280px;
|
||||||
|
}
|
||||||
|
.container {
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
text-align: center;
|
||||||
|
h1 {
|
||||||
|
display: block;
|
||||||
|
font-size: 2em;
|
||||||
|
margin-block-start: 0.37em;
|
||||||
|
margin-block-end: 0.37em;
|
||||||
|
margin-inline-start: 0px;
|
||||||
|
margin-inline-end: 0px;
|
||||||
|
font-weight: bold;
|
||||||
|
unicode-bidi: isolate;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
footer {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.body_of_funny_content {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
}
|
||||||
|
.left-sidebar {
|
||||||
|
margin: 5px;
|
||||||
|
margin-left: 0px;
|
||||||
|
height: 800px;
|
||||||
|
width: 125px;
|
||||||
|
background-color: var(--secondary);
|
||||||
|
border-style: inset;
|
||||||
|
border: 2px, inset, var(--thirdly);
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
.right-sidebar {
|
||||||
|
margin: 5px;
|
||||||
|
margin-right: 0px;
|
||||||
|
height: 800px;
|
||||||
|
width: 125px;
|
||||||
|
background-color: var(--secondary);
|
||||||
|
border: 2px, inset, var(--thirdly);
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
.actual-content {
|
||||||
|
flex: 1;
|
||||||
|
background-color: var(--primary);
|
||||||
|
margin: 5px;
|
||||||
|
}
|
||||||
|
.sticky_top {
|
||||||
|
position: sticky;
|
||||||
|
top: 5px;
|
||||||
|
}
|
||||||
|
.a_bit_of_padding {
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
.stamp_holder {
|
||||||
|
justify-content: center;
|
||||||
|
flex-grow: 0;
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
align-items: flex-end;
|
||||||
|
image-rendering: pixelated;
|
||||||
|
gap: 1px;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user