Styling tweaks
This commit is contained in:
parent
a10565dfd5
commit
c41a2792c0
|
@ -68,3 +68,7 @@ hr {
|
||||||
padding: 0.75em;
|
padding: 0.75em;
|
||||||
width: 10em;
|
width: 10em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
vertical-align: bottom;
|
||||||
|
}
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
Looking for the game servers? Check out
|
Looking for the game servers? Check out
|
||||||
the <a href="https://mirror.swagg.net/motd">message of the day</a>
|
the <a href="https://mirror.swagg.net/motd">message of the day</a>
|
||||||
<img alt="character from Doom video game" src="/Pictures/Doom.gif"
|
<img alt="character from Doom video game" src="/Pictures/Doom.gif"
|
||||||
height="18"><br>
|
height="17"><br>
|
||||||
<br>
|
<br>
|
||||||
When will Internet Explorer be <a href="/die">deprecated</a>?
|
When will Internet Explorer be <a href="/die">deprecated</a>?
|
||||||
<img alt="Internet Explorer"
|
<img alt="Internet Explorer"
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=0.4">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title><%= title %></title>
|
<title><%= title %></title>
|
||||||
<link rel="stylesheet" type="text/css" href="/css/swagg.css">
|
<link rel="stylesheet" type="text/css" href="/css/swagg.css">
|
||||||
</head>
|
</head>
|
||||||
|
@ -10,7 +10,8 @@
|
||||||
<!-- Soundtrack -->
|
<!-- Soundtrack -->
|
||||||
<!-- <embed> doesn't work anymore SAD
|
<!-- <embed> doesn't work anymore SAD
|
||||||
<embed src="/misc/Smashmouth_-_All_Star.mid" width="100%" height="60">-->
|
<embed src="/misc/Smashmouth_-_All_Star.mid" width="100%" height="60">-->
|
||||||
<audio id="soundtrack" src="/Music/Smashmouth-All-Star.mp3" preload="auto"></audio>
|
<audio id="soundtrack" src="/Music/Smashmouth-All-Star.mp3" preload="auto">
|
||||||
|
</audio>
|
||||||
<!-- "GDPR" banner -->
|
<!-- "GDPR" banner -->
|
||||||
<script>
|
<script>
|
||||||
function closeIt() {
|
function closeIt() {
|
||||||
|
@ -24,10 +25,9 @@
|
||||||
</script>
|
</script>
|
||||||
<div id="gdpr">
|
<div id="gdpr">
|
||||||
<b>Notice:</b> This site uses kickass MIDI technology instead of cookies.
|
<b>Notice:</b> This site uses kickass MIDI technology instead of cookies.
|
||||||
<img alt="a compact disc playing music" src="/Pictures/Music_CD.gif"
|
<img alt="a compact disc playing music" src="/Pictures/Music_CD.gif"><br>
|
||||||
style="vertical-align:bottom"><br>
|
|
||||||
<br>
|
<br>
|
||||||
<button class="win95button" onclick="playIt(); closeIt();"><u>O</u>K</button>
|
<button class="win95button" onclick="playIt();"><u>O</u>K</button>
|
||||||
<button class="win95button" onclick="closeIt();"><u>C</u>ancel</button>
|
<button class="win95button" onclick="closeIt();"><u>C</u>ancel</button>
|
||||||
</div>
|
</div>
|
||||||
<!-- Bonzi buddy -->
|
<!-- Bonzi buddy -->
|
||||||
|
@ -35,7 +35,8 @@
|
||||||
<img alt="a purple gorilla" src="/Pictures/Bonzi_Buddy.png">
|
<img alt="a purple gorilla" src="/Pictures/Bonzi_Buddy.png">
|
||||||
</div>
|
</div>
|
||||||
<marquee>
|
<marquee>
|
||||||
<img alt="a padlock" src="/Pictures/lock1.gif" height="20">
|
<img alt="a padlock" src="/Pictures/lock1.gif" height="20"
|
||||||
|
style="vertical-align: top">
|
||||||
Now in <span style="color:fuchsia">HTTPS</span>!!
|
Now in <span style="color:fuchsia">HTTPS</span>!!
|
||||||
</marquee>
|
</marquee>
|
||||||
<div class="outer">
|
<div class="outer">
|
||||||
|
@ -50,8 +51,10 @@
|
||||||
<div class="outer">
|
<div class="outer">
|
||||||
<center>
|
<center>
|
||||||
<a href="/">Home</a> -
|
<a href="/">Home</a> -
|
||||||
<a href="/me">Me <img alt="BSOD" src="/Pictures/bluscrn.gif" height="16"></a> -
|
<a href="/me">Me <img alt="BSOD" src="/Pictures/bluscrn.gif"
|
||||||
<a href="/news">News <img alt="update" src="/Pictures/updat4.gif"></a><br>
|
height="16"></a> -
|
||||||
|
<a href="/news">News <img alt="update" src="/Pictures/updat4.gif"
|
||||||
|
style="vertical-align: middle"></a><br>
|
||||||
<br>
|
<br>
|
||||||
</center>
|
</center>
|
||||||
<hr>
|
<hr>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user