UserCSS:cheat-sheet
cheat-sheet
code:style.css
:root {
/* --cheat-sheet-image: url('https://plantuml-proxy.vercel.app/svg/https://scrapbox.io/api/code/suto3scratchpad/cheat-sheet/sticky02.pu#.svg'); /* */
--cheat-sheet-image: url('https://plantuml-proxy.vercel.app/svg/https://scrapbox.io/api/code/suto3scratchpad/python-cheat-sheet/cs01.pu#.svg'); /* */
}
code:style.css
@media only screen and (min-width: 1366px) {
atype="hashTag"href="/suto3/cheat-sheet"::after {
content: "";
background-image: var(--cheat-sheet-image); /* */
/* background-size: 255px 767px; /* */
background-size: 280px 840px; /* */
display: block;
/* width: 255px; /* */
width: 280px; /* */
height: 840px;
position: fixed;
left: 0px;
top: 40px; /* */
/* top: 120px; /* */
/* top: 296px; /* */
}
python-cheat-sheet
code:style.css
@media only screen and (min-width: 1366px) {
atype="hashTag"href="/suto3/python-cheat-sheet"::after {
content: "";
background-image: url('https://plantuml-proxy.vercel.app/svg/https://scrapbox.io/api/code/suto3scratchpad/python-cheat-sheet/cs01.pu#.svg'); /* */
/* background-size: 255px 767px; /* */
background-size: 280px 840px; /* */
display: block;
/* width: 255px; /* */
width: 280px; /* */
height: 840px;
position: fixed;
left: 0px;
top: 40px; /* */
/* top: 120px; /* */
/* top: 296px; /* */
}
}
cheat-sheet
#UserCSS