GordieHaggs

GordieHaggs's profile picture

"Writing Poetry"

35/m/ca

Last active:

Mood: Always Tired


View my: Profile | Forum Topics

Report User

SpaceHey Blog URL:

https://blog.spacehey.com/gordiehaggs

GordieHaggs's Blog Entries

[Subscribe to this Blog]

— 5 Kudos

The Cathedral

Category: Blogging

@import url('https://fonts.googleapis.com/css2?family=MedievalSharp&display=swap'); .title, .top, .footer, p, a, h1, h2, h3, h4, h5 { font-family: 'MedievalSharp', serif; } /* === GENERAL RESET === */ body { background: linear-gradient(#3e3e3e, #2a2a2a); color: #f5f5f5; font-family: 'Georgia', serif; margin: 0; padding: 0; } main, .top, .links { max-width: 800px; margin: 40px auto; background: #1f... » Continue Reading

» View Blog Entry

— 4 Kudos

Best of Bluesky 2025

Category: Blogging

/* Bluesky → SpaceHey Blog Mapping */ :root { touch-action: pan-x pan-y; height: 100% } /* Base Reset */ body { background: #ffffff; color: #000000; font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif; margin: 0; } /* Blog Card */ .blog-entry { background: #ffffff; border: 1px solid rgba(0, 0, 0, 0.06); margin-bottom: 20px; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06); } /* ... » Continue Reading

» View Blog Entry

1 Comment— 6 Kudos

May I Judge?

Category: Blogging

@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&family=UnifrakturCook:wght@700&display=swap'); body { margin: 0; background: radial-gradient(circle, #0a0a0a 0%, #1a001a 100%); font-family: 'Press Start 2P', monospace; color: #ffefff; filter:invert(1); } h1, h2 { font-family: 'UnifrakturCook', cursive; font-size: 3rem; text-align: center; color: #fff; text-shadow: 2px 2px #ff00... » Continue Reading

» View Blog Entry

1 Comment— 2 Kudos

Dinner with Gord, The Soundtrack!

Category: Blogging

@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@700&display=swap'); body { margin: 0; padding: 0; overflow-x: hidden; font-family: 'Orbitron', sans-serif; background: #000; color: #0ff; position: relative; } /* Fullscreen overlay panels */ .overlay-1, .overlay-2, .overlay-3 { position: fixed; top: 0; left: 0; width: 120vw; height: 120vh; z-index: 9998; pointer-events: none; mix... » Continue Reading

» View Blog Entry

— 4 Kudos

Red Lights and Antichrists

Category: Blogging

@import url('https://fonts.googleapis.com/css2?family=VT323&display=swap'); /* === GLOBAL RESET & BASE === */ * { box-sizing: border-box; } body, html { margin: 0; padding: 0; background: #000 !important; font-family: 'VT323', monospace !important; color: #ccc !important; user-select: none; overflow-x: hidden; height: 100%; } main{ background: #000 !important; } /* === HEADER / TOP BAR === */ .top... » Continue Reading

» View Blog Entry

1 Comment— 7 Kudos

Blogs after Midnight

Category: Blogging

/* Global Reset and Fonts */ body, html { background-color: #0e0e0e; color: #d8d8d8; font-family: 'Trebuchet MS', sans-serif; text-shadow: 0 0 5px rgba(255, 255, 255, 0.2); } /* Background Moon Overlay */ body::after { content: ""; position: fixed; top: 20px; right: 20px; width: 150px; height: 150px; background: url('https://upload.wikimedia.org/wikipedia/commons/e/e1/FullMoon2010.jpg') no-repeat ... » Continue Reading

» View Blog Entry

1 Comment— 2 Kudos

Darkness, Aevitas

Category: Blogging

/* === SAD AESTHETIC HEADER FOR SPACEHEY === */ h4{ filter: invert(1) brightness(0.5); } h4 a{ filter: invert(1); } .edit-info { background: #1c1c1c !important; } .blog-entry .profile-pic img { width:100%; } /* Top nav (logo, search, help/logout) */ .top { background: #1c1c1c !important; background-color: #1c1c1c !important; border-bottom: 1px solid #333 !important; box-shadow: 0 2px 4px rgba(0, 0... » Continue Reading

» View Blog Entry

3 Comments— 2 Kudos

Currency in the Autumn Months

Category: Blogging

/* Base setup */ body { background: linear-gradient(45deg, #ff00ff, #00ffff, #ffff00, #ff0000); background-size: 800% 800%; animation: backgroundShift 15s ease infinite; font-family: 'Comic Sans MS', cursive, sans-serif; color: #fff; overflow-x: hidden; } /* Container */ main { background: rgba(255,255,255,0.1); border: 5px double #fff; border-radius: 20px; padding: 30px; margin: 40px auto; max-wi... » Continue Reading

» View Blog Entry

1 Comment— 4 Kudos

Layouts from my recent blogs #2

Category: SpaceHey

/*=== Glitchy Text ===*/ .content p:nth-child(even) { animation: invertAnimate 1s; animation-iteration-count:infinite; } .content p:nth-child(odd) { animation: invertAnimate 1s; animation-iteration-count:infinite; animation-delay:0.5s; } @keyframes invertAnimate {       0% {         filter: invert(0%);       }       96% {         filter: invert(0%);       }     » Continue Reading

» View Blog Entry

1 Comment— 4 Kudos

Fat Scopolamine Hits

Category: Blogging

/* ================================ SPOOKY GRAVEYARD BLOG THEME by GordieHaggs ================================ */ .blog-entry .content p { color: #AAFF88; background-color: rgba(40, 40, 40, 0.75); font-family: 'Courier New', monospace; text-transform: uppercase; letter-spacing: 0.05em; padding: 1em; border: 2px solid #444; box-shadow: 0 0 10px #000; text-align:center; padding: 1em; } .blog-entry ... » Continue Reading

» View Blog Entry

— 8 Kudos

In 24 hours I will be a completely different person

Category: Blogging

nav .top .left .logo { filter: invert(42%) sepia(93%) saturate(1352%) hue-rotate(282deg) drop-shadow(2px 4px 6px #FC5757); animation:fruitCycle 15s infinite alternate; } nav .links a { display:contents; } .container > nav .top button { background:unset; } .blog-entry .content { text-align: center; } /* the animation */ @keyframes fruitCycle { 0% { filter: invert(42%) sepia(93%) saturate(1352%) hue... » Continue Reading

» View Blog Entry

1 Comment— 4 Kudos

Scratching with Friends

Category: Blogging

/*=== Edit the Author Box for Blogs ===*/ .article .edit-info .author-details .publish-date{ color:black; } /*=== Comment Boxes for Blogs===*/ .comments p { color:#6E568F; } .comments a p color:#6E568F; { color:#6E568F; text-emphasis: "❤️"; } .comments-table { bord » Continue Reading

» View Blog Entry