saudade/wordfire/possums/index.html
2023-07-07 16:02:16 -07:00

106 lines
5.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- from source -->
<title>3-Column Page</title>
<!-- -->
<!-- style -->
<link rel="stylesheet" href="/wordfire/wordfire.css">
<style>#possums{--red:#900;--blue:#009;--purple:#60f;--background-color:var(--red);--colort:var(--blue)}body{background-color:var(--background-color);color:var(--colort)}a,a:active,a:visited{color:var(--blue)}#page{grid-gap:0;display:grid;gap:0;grid-template-columns:[c1] 148px [c2] 615px [c3];grid-template-rows:[r1] 156px [r2] 855px [r3]}#header{align-self:center;grid-column:c2/c3;grid-row:r1/r2;justify-self:center;text-align:center}#header>h1{margin:0 0 5px;padding:0}#header>h2{color:var(--purple);font-size:32px;font-style:italic;font-weight:700;margin:0;padding:0;-webkit-text-decoration:underline;text-decoration:underline}#nav{grid-column:c1/c2;grid-row:r2/r3;justify-self:center;text-align:center}#nav>a{display:block;font-weight:700;margin-bottom:2px;padding:5px;-webkit-text-decoration:none;text-decoration:none}#nav>a:hover{-webkit-text-decoration:underline;text-decoration:underline}#content{grid-gap:0;display:grid;gap:0;grid-column:c2/c3;grid-row:r2/r3;grid-template-columns:[cc1] 320px [cc2] 295px [cc3];grid-template-rows:[cr1] 76px [cr2] 28px [cr3] 96px [cr4] 66px [cr5] 59px [cr6] 50px [cr7] 80px [cr8] 400px}#content>div{padding:7px}</style>
<!-- archive menu -->
<script src="/menu.js" type="module"></script>
<!-- polyfills -->
<script src="/polyfills.js" type="module"></script>
</head>
<body id="possums">
<div id="page">
<div id="header">
<h1>petz**<br>
WORDFIRE'S**petz</h1>
<h2 class="arial">DEDICATION TO 'POSSUMS</h2>
</div><!-- #header -->
<div id="nav" class="arial">
<a href="/wordfire/">Home</a>
<a href="/wordfire/play1/">PETZ PLAYSCENZ</a>
<a href="/wordfire/play2/">MORE PLAYSCENZ</a>
<a href="/wordfire/play3/">AND>>>>MORE PETZ PLAYSCENZ</a>
<a href="/wordfire/possums/">'POSSUMS</a>
<a href="/wordfire/play4/">COMPLETED PLAYSCENZ</a>
<a href="/wordfire/sound/">Sound Files</a>
<a href="/wordfire/precious/">PRECIOUS ONEZ</a>
</div><!-- #nav -->
<div id="content">
<div style="grid-column:cc1/cc2;grid-row:cr1/cr2;padding-left:10px;">
<img src="/wordfire/img/vote1.gif">
</div>
<div style="grid-column:cc1/cc2;grid-row:cr2/cr3;align-self:center;">.</div>
<div class="courier big" style="grid-column:cc1/cc3;grid-row:cr3/cr4;font-style:italic;font-weight:700;">
<span style="background-color:#c00;color:#fff;">
this breed was created by Rachel at Meow<br>
Corp.Petz...you can get her Catz 3 version at her web<br>
site
</span><a href="https://www.angelfire.com/art2/racieb/petz/">https://www.angelfire.com/art2/racieb/petz/</a>
</div>
<!-- left column -->
<div class="arial small center" style="grid-column:cc1/cc2;grid-row:cr4/cr5;justify-self:center;align-self:end;margin-left:40px;">
Opie Possum<br>
<span class="georgia medium" title="missing" style="color:#000;">jpgopie.jpg</span>
</div>
<div class="arial small center" style="grid-column:cc1/cc2;grid-row:cr5/cr6;margin-left:40px;justify-self:center;align-self:center;">
THE PERFECT OPOSSUM HABITAT<br>
<u class="georgia medium" title="missing">possumholler.jpg</u><br>
POSSUM HOLLER PETZ 4
</div>
<div class="arial" style="grid-column:cc1/cc2;grid-row:cr6/cr7;">
<a href="possumHoller.zip">PETZ 4 CLICK HERE TO DOWNLOAD POSSUM HOLLER
PLAYSCENZ</a>
</div>
<!-- right column -->
<div class="arial" style="grid-column:cc2/cc3;grid-row:cr4/cr5;justify-self:center;align-self:center;margin-right:20px;">
<a href="opossump4.zip">Opossums Petz 4 click to download</a>
</div>
<div class="arial" style="grid-column:cc2/cc3;grid-row:cr5/cr6;justify-self:center;align-self:end;margin-right:-10px;">
<a href="Opossump5.zip">Opossums Petz 5 click here to download<br>file</a>
</div>
<div class="courier big" style="grid-column:cc2/cc3;grid-row:cr7/cr8;justify-self:center;align-self:center;color:red;padding:0;">
<i style="background-color:#ffc;"><b>unedited Possum Holler<br>is on
<a href="/wordfire/play3/">AND>>>>MORE PETZ<br>PLAYSCENZ</a>
&nbsp;page</b></i>
</div>
<div class="small arial center" style="grid-column:cc2/cc3;grid-row:cr8/cr9;justify-self:end;align-self:end;font-weight:700;padding-right:20px;">
The Life,Truth and Power<br>
Of GOD<br>
<img src="/wordfire/img/animation.gif" width="130" alt="animation.gif"><br>
WORDFIRE
<br><br>
Lots Of KEWL Stuff Here<br>
<a href="http://pineconecattery.com" target="tlx_new">
<img src="/wordfire/img/judysbanner.jpg" width="130">
</a><br>
Edited Versions Also<br>
Available Of These<br>
Playscenz
</div>
</div><!-- #content -->
</div><!-- #page -->
</body>
</html>