Skip to content

Instantly share code, notes, and snippets.

View wovenstarlight's full-sized avatar

wovenstarlight

  • U of T
View GitHub Profile
@wovenstarlight
wovenstarlight / HS workskin - CSS.css
Last active December 27, 2023 06:05
Homestuck Workskin (Extended) for AO3
/* Standard header prompt and commands */
#workskin .prompt { /* Title of the top of the page. Apply to <p> tags. ==> */
font-size: 2.133em;
font-weight: bold;
font-family: "Courier New", courier, monospace;
color: #000;
}
#workskin .command1,
#workskin .com1 { /* Arrow to the next page.
Use &gt; instead of > and apply using <span> tag, so that
@wovenstarlight
wovenstarlight / ORV System Workskin CSS.css
Last active July 7, 2023 03:07
System Window Workskin for AO3 - Omnsicient Reader's Viewpoint
/* The main window. Change the width of your windows by altering the "max-width" value below. */
#workskin .userstuff > .windorv {
margin: 3em auto;
max-width: 600px;
}
/* Glowing around the edges. */
#workskin .userstuff > .blue {
box-shadow: 0 0 20px 10px #4fffff4f, 0 0 0px 10px #4fffff4a inset;
}
@wovenstarlight
wovenstarlight / README.md
Last active September 5, 2023 20:55
System Window Workskin for AO3 - My S-Ranks / General

System Windows Work Skin for AO3

This Archive Of Our Own work skin displays game-like system windows. If you use this, be sure to credit @wovenstarlight.

Originally designed for The S-Ranks That I Raised. You may adapt this skin for your own fandom so long as you credit @wovenstarlight.

Notable features are annotated in comments, so that you can modify them if you'd like.

Usage guide

CSS

@wovenstarlight
wovenstarlight / Discord work skin template.html
Last active December 9, 2023 02:32
Discord Chat Work Skin for AO3
<!-- Chapter 1: Basic light mode and dark mode -->
<!-- FOR DARK MODE (separate "discord" and "darkmode/lightmode" by a single space) -->
<div class="discord darkmode">
<!-- CHANNEL HEADER -->
<div class="channel">
<p><span class="hash">#</span><span class="channelname">test-channel-name</span></p>
</div>
<!-- THE ACTUAL MESSAGES (each new user's messages in a separate block) -->