Last active
March 2, 2025 02:57
-
-
Save R3V1Z3/e9dc237da3d9bda63302fe4b659c20b5 to your computer and use it in GitHub Desktop.
Ye pub where legendary tales be spun: https://ugotsta.github.io/downslide/?css=e9dc237da3d9bda63302fe4b659c20b5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Theme name: Ye Olde Tavern | |
URL: https://gist.github.com/r3v1z3/e9dc237da3d9bda63302fe4b659c20b5 | |
*/ | |
@import url('https://fonts.googleapis.com/css?family=Open+Sans|UnifrakturMaguntia'); | |
:root { | |
--bg: darkgrey; | |
--fontsize: 140%; | |
--heading-font: 'UnifrakturMaguntia', sans-serif, serif, monospace, display; | |
--font: 'UnifrakturMaguntia', sans-serif, serif, monospace, display; | |
} | |
#custom .inner { | |
font-size: var(--fontsize); | |
} | |
#custom .inner .content { | |
font-family: var(--font); | |
} | |
#custom .inner .section a.handle { | |
font-family: var(--heading-font); | |
} | |
/* BeatDown styling */ | |
.bd-slides .inner { | |
position: fixed; | |
padding: 10%; | |
} | |
/* Lyric mode styling */ | |
#custom .bd-lyrics .section { | |
background: none; | |
border: none; | |
box-shadow: none; | |
} | |
#custom .inner * { | |
font-weight: bold; | |
background: black; | |
text-shadow: 2px 2px 6px rgba(255,255,255,0.45); | |
-webkit-background-clip: text; | |
-moz-background-clip: text; | |
background-clip: text; | |
color: transparent; | |
} | |
#custom .section { | |
box-shadow: none; | |
background: var(--bg); | |
border-radius: 0; | |
box-shadow: inset 0 0 2px 2px rgba(0,0,0,0.75), inset 2px 2px 2px 2px white, 0 0 2px 9px rgba(0,0,0,0.65), 0 0 1px 11px white, 0 0 2px 13px rgba(0,0,0,0.9), 0 0 0px 12px white, 0 0 2px 10px rgba(0,0,0,0.45), 0 0 2px 15px rgba(98, 98, 98, 0.85), 0 0 4px 10px cornsilk; | |
mix-blend-mode: hard-light; | |
border: none; | |
filter: brightness(85%); | |
} | |
#custom .inner::before { | |
pointer-events: none; | |
content: ""; | |
position: fixed; | |
top: 0; | |
left: 0; | |
right: 0; | |
bottom: 0; | |
background: url(https://r3v1z3.github.io/breakdown/assets/more-rough-wood-planks.jpg); | |
box-shadow: inset 0 0 100px black, inset 0 0 50px black; | |
background-size: 700px; | |
} | |
#custom .inner::after { | |
pointer-events: none; | |
content: ""; | |
position: fixed; | |
top: 0; | |
left: 0; | |
right: 0; | |
bottom: 0; | |
background: linear-gradient(45deg, rgb(0, 0, 0) 0%,rgb(145, 101, 94) 15%,rgb(192, 171, 167) 33%,rgb(168, 135, 135) 62%,rgb(71, 22, 12) 100%); | |
box-shadow: inset 0 0 200px black; | |
mix-blend-mode: color-dodge; | |
} | |
#custom .section { | |
padding: 0.5em; | |
} | |
.bd-columns #custom .section { | |
padding: 0.25em; | |
margin: 40px 20px; | |
} | |
.bd-slides #custom .container { | |
overflow: hidden; | |
} | |
.bd-modular #custom a.n-reference { | |
border: none; | |
box-shadow: inset 0 0 12px black; | |
background: whitesmoke; | |
color: black; | |
} | |
#custom .editor textarea { | |
color: white; | |
} | |
#custom .editor { | |
mix-blend-mode: overlay; | |
} | |
#custom .inner { | |
background: none; | |
} | |
.section a { | |
color: unset; | |
text-decoration: none; | |
border-bottom: 1px dashed rgba(0,0,0,0.15); | |
} | |
#custom .section a:hover { | |
border-radius: 3px; | |
box-shadow: inset 0 0 40px darkred, 0 0 10px red; | |
} | |
#custom a.choice::before { | |
font-weight: bold; | |
color: black; | |
} | |
#custom .section a.handle { | |
font-weight: 900; | |
border: none; | |
} | |
.section .content, | |
.section .content .alternate { | |
background: none; | |
} | |
#custom .section code { | |
box-shadow: none; | |
color: unset; | |
padding: 0px 12px; | |
} | |
#custom .section table, | |
#custom .section tr, | |
#custom .section th { | |
background: none; | |
} | |
kbd { | |
display: inline-block; | |
padding: 3px 5px; | |
line-height: 50%; | |
color: rgba(0,0,0,0.25); | |
font-size: 1em; | |
font-weight: bold; | |
background: rgba(255,220,200,0.5); | |
border: 2px solid rgba(255,255,255,0.2); | |
padding: 6px 10px; | |
box-shadow: 0 0 10px rgba(255,220,200,0.95); | |
} | |
.eq { | |
position: fixed; | |
pointer-events: none; | |
margin: auto; | |
height: 70%; | |
width: 100%; | |
background: none; | |
mix-blend-mode: overlay; | |
bottom: 0; | |
} | |
.eq .band { | |
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 10%,rgba(0,0,0,0.6) 25%,rgba(0,0,0,0.5) 48%,rgba(0,0,0,0.3) 72%,rgba(0,0,0,0.65) 100%); | |
border-radius: 0; | |
margin-right: 0; | |
} | |
connection { | |
mix-blend-mode: color-burn; | |
border: 3px solid black; | |
opacity: 0.5; | |
} | |
#custom .inner kbd { | |
box-shadow: inset 0 0 30px rgba(0,0,0,0.75), 0 0 2px black; | |
padding: 0.35em; | |
} | |
/* Info styling */ | |
#custom .info * { | |
color: white; | |
text-shadow: 1px 1px 2px black; | |
} | |
#custom .info { | |
box-shadow: -2px 2px 8px rgba(0,0,0,0.45), inset 0 0 20px black; | |
mix-blend-mode: normal; | |
background-image: url(https://r3v1z3.github.io/breakdown/assets/more-rough-wood-planks.jpg); | |
background-size: 800px; | |
} | |
#custom .info a:hover, | |
#custom .toc a:hover { | |
color: burlywood; | |
background: rgba(0,0,0,0.5); | |
box-shadow: inset 0 0 8px white; | |
} | |
#custom .info .toc { | |
background-color: rgba(0,0,0,0.5); | |
box-shadow: inset 0 0 10px black; | |
} | |
#custom .info .selector { | |
border-radius: 0; | |
background: black; | |
} | |
#custom .info .field.selector .dialog { | |
background: black; | |
} | |
#custom .eq { | |
position: absolute; | |
max-width: unset; | |
min-width: unset; | |
max-height: unset; | |
min-height: unset; | |
top: 0; | |
bottom: 20%; | |
left: 0; | |
right: 0; | |
padding: 0; | |
margin: auto; | |
width: 85vw; | |
height: 40vh; | |
background: none; | |
opacity: 1; | |
z-index: 1; | |
mix-blend-mode: hard-light; | |
} | |
#custom .eq .band { | |
background: none; | |
margin-right: 1.7em; | |
box-shadow: inset 0 0 2px 2px rgba(0,0,0,0.75), inset 2px 2px 2px 2px white, 0 0 2px 9px rgba(0,0,0,0.65), 0 0 1px 11px white, 0 0 2px 13px rgba(0,0,0,0.9); | |
} | |
#bd-beatdown #custom .section { | |
position: absolute; | |
max-width: unset; | |
min-width: unset; | |
max-height: unset; | |
min-height: unset; | |
top: 40%; | |
bottom: 0; | |
left: 0; | |
right: 0; | |
padding: 0; | |
margin: auto; | |
width: 85vw; | |
height: 30%; | |
overflow: hidden; | |
background: none; | |
box-shadow: none; | |
border: none; | |
} | |
#bd-beatdown .handle-heading { | |
display: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment