settings
よさそう
/zahyou/settings
サムネが正方形いっぱいに表示されるのカッコいい
/villagepump/特定のリンクにアイコンをつけるUserCSSを自動生成したい
/villagepump/UserCSSがすごいプロジェクト
Style
/villagepump/スプレッドシート的に使う記法
/frog96lab/settings#6246cf0850082800006d9cd5
/frog96lab/settings#6246cf0850082800006d9d0b
/villagepump/関連ページリストを横に表示するUserCSS (origin)
/customize/Streamにアクセスするボタン
/customize/Streamの更新日時バーに背景色をつける
/banfuture/settings#68d216300000000000b9f8e8
          
プロジェクトタイトルの隣に今日の日付を表示するUserCSS
code:style.css
@import "/api/code/zatto/プロジェクトタイトルの隣に今日の日付を表示するUserCSS/style.css";
DiaryBlock
code:style.css
@import "/api/code/zatto/DiaryBlock/style.css";
PinBlocks
code:style.css
@import "/api/code/zatto/PinBlocks/style.css";
code: style.css
.deco-\% {
color: #111;
background-color: #ffddff;
padding: 0.1em 0.2em 0.1em 0.2em;
}
/* indent glay */
.indent-mark {
height: 100% !important;
}
.indent-mark .pad {
height: 100% !important;
overflow: unset !important;
}
.indent-mark span:nth-child(2n+2) .pad {
background: #f8f8f8;
}
.line:not(.cursor-line) .deco-\~:not(:hover) { filter: blur(3px); }
.iframe-video-player:not(.floating) {
iframe {
width: 99%;
max-width: 640px;
height: auto;
max-height: 360px;
aspect-ratio: 16 / 9;
}
&:hover .control {
right: unset;
left: min(99% - 24px, 616px); /* calc(min(99%, 640px) - 24px) */
}
}
strong .iframe-video-player:not(.floating) {
iframe {
max-width: 99%;
max-height: none;
}
&:hover .control {
left: calc(99% - 24px);
}
}
/* #で始まるタグをラベル風にする */
atype="hashTag"{
display: inline-block;
padding: 2px 5px;
margin: 0 8px 8px 0;
background: #fff;
color: #0101BC;
font-size: 0.8em;
border: 1px solid #0101BC;
border-radius: 3px;
transition: .3s;
-webkit-transform: scale(1);
transform: scale(1);
}
atype="hashTag":hover{
-webkit-transform: scale(1);
transform: scale(1);
color: #0000FF;
border: 1px solid #0000ff;
}
/* カーソルのある行の背景色と下線を薄いグレーにする */
.cursor-line {
background-color: rgba(0, 0, 0, .02);
box-shadow: inset 0 -5px 5px -5px rgba(0, 0, 0, .3);
}
.navbar .navbar-menu>li.stream-btn,
.navbar .navbar-menu>li.stream-btn.hidden-xs
{ display: block !important; }
.stream h1 {
background-color: var(--stream-section-title-bg, midnightblue);
color: var(--stream-section-title-text-color, white);
}
.editor .line:not(:first-child) {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}