settings-old

settings-old

Scrapboxの見栄えや挙動の設定

style.css
Copied!
/* これだとテロメア上の文字が縦書きになってしまう
.unread {
width: 12px !important;
border-width: 0px 1px 0px 0px !important;
border-color: #007 !important;
background-color: #999 !important;
}
*/
/* daiiz版
.unread {
width: 0px !important;
border-right-width: 2px !important;
border-left-width: 10px !important; テロメアの太さ最大値
border-right-color: #000 !important;
border-left-color: #8f9899 !important;
}
.unread:hover {
width: auto !important;
border-right: 0 !important;
}
*/
/* 未読を黒に */
.unread {
border-color: #222 !important;
}
body {
/*
background-image: URL('https://gyazo.com/b99d7af3981a0d5fe97ece3cf05940c6.png');
background-image: URL('https://gyazo.com/ed4fcd41ff75af5a1ff6307dc9b08e18.png');
background-image: URL('http://type.jp/et/log/wp-content/uploads/2015/02/nota-top.jpg');
background-image: URL('http://blog.calil.jp/wp-content/uploads/2011/06/0Z6G0487-1-1.jpg');
background-image: URL('https://gyazo.com/fc0ed49dd0ac334151dc66febb60b078.png');
*/
}
div.page {
/* opacity: 0.90; */
}
li.page-list-item {
//opacity: 0.93;
}
Powered by Helpfeel