Skip to content

Instantly share code, notes, and snippets.

View metawops's full-sized avatar
🎯
Focusing

Stefan Wolfrum metawops

🎯
Focusing
View GitHub Profile
@metawops
metawops / NumberSpirals.py
Last active July 5, 2016 13:01
NumberSpirals.pyui
#----------------------------------------------------------
# Title : Number Spirals Explorer
# Author : Stefan Wolfrum (@metawops)
# Date : June 2016
# License: CC0
#----------------------------------------------------------
import ui
import math
import webbrowser
@metawops
metawops / keycap.css
Last active July 31, 2025 09:25
CSS Class for keycaps. Used in my GitHub Pages Blog ("minimal mistakes" theme) inside the /assets/css/main.scss file
// class für Keycaps
.keycap {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 1.4em !important; /* Breite kann je nach Geschmack/für Doppelzeichen angepasst werden */
height: 1.3em !important; /* Höhe bestimmt die Einheitlichkeit */
border-radius: 0.2em !important; /* Wert für abgerundete Ecken (z. B. 0.5em bis 0.8em) */
background: #c5cfed !important; /* Hintergrundfarbe */
border: 2px solid #242424; /* Rahmenfarbe */