I got bored and I made a Windows 95 themed Site Skin on Ao3!
I'll leave the code underneath!
outer {
background: #c0c0c0 !important; font-family: "MS Sans Serif", Geneva, sans-serif !important; color: #000000 !important; }
/* --- Header & Navigation (The Paint Title Bar Style) --- */
header,
header .primary,
header .dropdown {
background: #000080 !important; /* Classic Windows Blue */ color: #ffffff !important; border-bottom: 2px solid #ffffff; }
header a,
header .current,
header .primary .open a {
color: #ffffff !important; font-weight: bold; }
header .menu .dropdown:hover {
background: #1084d0 !important; }
/* --- Main Content Container (The MS Paint Canvas Area) --- */
main {
background: #ffffff url("https://images.squarespace-cdn.com/content/v1/5f0411ec89da90b2f7f31553/1594916897103-6O2UX3W7MZ1F0V8S5K3Z/untitled+-+Paint.jpg") repeat !important; border: 3px inset #ffffff !important; /* Chiseled canvas edge */ padding: 20px; max-width: 95%; margin: 10px auto; }
/* --- The Reading Work Text Box --- / div#workskin { background: rgba(255, 255, 255, 0.95); / Semi-transparent white so you can read easily over the background */ border: 2px inset #808080; padding: 25px; color: #000000 !important; box-shadow: 4px 4px 0px #808080; }
/* --- Buttons (Classic Windows 95 3D Buttons) --- */ li .action, button, .action a, .action a:visited { background: #c0c0c0 !important; color: #000000 !important; border-top: 2px solid #ffffff !important; border-left: 2px solid #ffffff !important; border-right: 2px solid #808080 !important; border-bottom: 2px solid #808080 !important; box-shadow: 1px 1px 0px #000000; font-family: "MS Sans Serif", Geneva, sans-serif !important; }
li .action:hover, button:hover { background: #d4d0c8 !important; border-top: 2px solid #808080 !important; border-left: 2px solid #808080 !important; border-right: 2px solid #ffffff !important; border-bottom: 2px solid #ffffff !important; }
/* --- Dashboard & Meta Data Blurbs --- */ .dashboard, li.blurb, .wrapper { background: #c0c0c0 !important; border: 2px outset #ffffff !important; color: #000000 !important; box-shadow: 2px 2px 5px rgba(0,0,0,0.2); }
/* --- Footer --- */
footer {
background: #c0c0c0 !important; border-top: 2px solid #ffffff; color: #000000 !important; }
footer a {
color: #000080 !important; }













