Skip to content

Instantly share code, notes, and snippets.

View R3V1Z3's full-sized avatar

R3V1Z3 R3V1Z3

  • Los Angeles, CA
View GitHub Profile
@import url('https://fonts.googleapis.com/css?family=Baloo');
* {
line-height: 120%;
font-family: 'Baloo', cursive;
}
.inner * {
text-shadow: 0px 1px 1px #DDDDEE, 0px 2px 2px #7788AA;
}
/*
Theme name: Light Shades
Description: Elegant pseudo-3D visaulization for Beatdown
*/
@import url('https://fonts.googleapis.com/css?family=Lato');
:root {
--color: darkslateblue;
--scale:1.1;
/*
Theme name: Woodwork
URL: https://gist.github.com/Ugotsta/ece15baa3b80cd95bc0b7a0a2b5a24bd
*/
@import url('https://fonts.googleapis.com/css?family=Baloo|Lobster');
#wrapper * {
font-family: 'Baloo', cursive;
}
/*
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%;
@R3V1Z3
R3V1Z3 / breakdown-tech-archaic.css
Last active March 22, 2025 00:55
A very archaic technology from the future, for BreakDown framework: https://ugotsta.github.io/downslide/?css=e27b284231488b349f35786f6340096a
/*
Theme name: Tech Archaic
URL: https://gist.github.com/r3v1z3/e27b284231488b349f35786f6340096a
*/
@import url('https://fonts.googleapis.com/css?family=Orbitron');
:root {
--bg: dimgray;
}
/*
Theme name: Console
URL: https://gist.github.com/Ugotsta/a634da7b7130fd40d682360154cc4e2e
*/
@import url('https://fonts.googleapis.com/css?family=Cousine');
:root {
--bg: green;
}
@import url('https://fonts.googleapis.com/css?family=Rock+Salt|Waiting+for+the+Sunrise');
#custom .inner::after {
content: "-";
position: fixed;
top: 0;
bottom: 0;
right: 0;
left: 50%;
pointer-events: none;
@import url('https://fonts.googleapis.com/css?family=Montserrat');
$primary-color: magenta;
* {
font-family: 'Montserrat', serif;
color: white;
}
#custom .inner {