settings
CatWithNeko.icon
ここは
ページの見た目をカスタマイズするところ
参加者全員に適用されちゃうので、なにかしたいときは事前にUserScriptなり個人プロジェクトなりでちゃんと動作することを試した上で追加の提案をすること DANGER ZONE……
code:style.css
.brand-icon{display: none;}
code:style.css
@media screen {
.quick-launch .project-home {
position: fixed;
top: -2px;
left: 60px;
z-index: 1000;
}
}
@media screen and (min-width: 1261px) {
.quick-launch .project-home {
/* left: calc((100% - 1280px)/2 + 80px); */
left: calc((100% - 1280px)/2 + 70px);
}
}
.quick-launch .project-home {
}
ピン
code:style.css
.page-list .grid-style-item.pin + .grid-style-item:not(.pin):not(#foo) {
clear: both;
}
伏せ字記法
code:style.css
.deco-\& {color:transparent;background-color:gray}
.deco-\&:not(:hover) a.page-link {color:transparent;}
.deco-\&:not(:hover) a.icon {visibility:hidden;}
.deco-\&:hover {color:white;opacity:1}
テスト