RasPython3
https://lh3.googleusercontent.com/a/ACg8ocIP4bciSqX9-1akXJiocJ2-7Iu3sjHfnW2qcsm1H7N7uQ=s96-c#.png
背景は、トラ技jr.に載っていた、Genes.exeをPythonで再現したもの。Genes.pyはPython3.10.10 for WinCEで動作確認。
アイコンってなにか生命体のほうがいいんだろうか...?
最近になって、Discordのユーザー名をRasPython3かららすぴーに変えた。
物置
code:script.js
...document.getElementsByTagName("a").forEach((el)=>{
if (el.href.endsWith("/x")) {
el.addEventListener("click", (e)=>{console.log(e);});
}
});
code:style.css
.line:not(.cursor-line) a.link.icon {
border-radius: 40%;
}
.line:not(.cursor-line) ahref$='/important':not(.icon)::after {
font-weight: bold;
content: "重要!";
}
.line:not(.cursor-line) .backquote {
margin-left: -0.2em;
margin-right: -0.2em;
}
.line:not(.cursor-line) code.code.highlight {
border: solid 1px #9999af6f;
}
.line:not(.cursor-line) a.link.icon img.icon {
border-radius: 20%;
}
/* コードブロック見た目調整 (長文対策) */
/* テスト用の長文: hogehogehogehogehogehogehogehogehogehogehogehogehogehogehogehogehogehogehogehogehogehogehogehogehogehogehogehogehogehogehogehogehogehogehogehogehogehogehogehogehogehogehogehogehogehogehogehogehogehogehogehogehogehoge */
.code-block span.indent code.code-body {
display: flex;
flex-direction: column;
}
.code-block span.indent code.code-body::before {
height: 100%;
}
.code-block span.indent code.code-body > span {
white-space: pre-wrap;
overflow-wrap: anywhere;
word-break: break-all;
}
working=[working]
important=[important]
not-important=[not-important]
RasPython3.iconM
x scrapboxってこんなことできるんだ...
#member