generated at
胡散
I'm a teapot.
Tip me over and pour me out.

スクラップボックスがわからないままでも自主読書会のログをとりたい
又吉が 「それも純文学」って言ったから 今日から私も純文学(破調)
文学、絵画、神話、歴史、古美術、お茶が特に好きです。今生永年しゅきぴ法。
よろしくお願いします💪

>好き
文学
古事記、万葉集、三十六人撰、凡河内躬恒、風姿花伝
絵画
音楽
ボカロ、ジャズ、椎名林檎、東京事変、Perfume、Caravan place、3DG、ヤッシャ・ハイフェッツ、米津玄師、アメリカ民謡研究会、スウィング、Chill、なんでも
ゲーム
チェス、花札、ポーカー(テキサスホールデム)、囲碁、将棋、BJ、麻雀、第五人格、HOIシリーズ、刀剣乱舞、アーマードコアシリーズ
映画
『インセプション』『キングスマン』『レオン』『バーレスク』『帰ってきたヒトラー』『帰ってきたムッソリーニ』『アリス(ヤン・シュヴァンクマイエル)』『コンスタンティン』『グレイテスト・ショーマン』『かもめ食堂』『シェイプ・オブ・ウォーター』『インターステラー』『チャーリーとチョコレート工場』『チャーリーズ・エンジェル』『サイレントヒル』『ヘンダーランドの大冒険』『エリザベス』『天使にラブソングを』『アンナ・カレーニナ』『ハンニバル』シリーズ、ジブリ、今敏、たくさん
お茶
日本茶⇢甘いもの、青みの爽やかなもの。知覧、八女、嬉野。台湾の凍頂烏龍茶。茉莉花茶。抹茶はお薄。
紅茶⇢ミルクの合うもの。F&M、日東紅茶、FAUCHON、AHMAD、TWININGS、LUPICIA、リプトンのグリーン缶、サートーマスシリーズ、菱和園、English Tea Shop、和紅茶とか

>日記
⇡新 ⇣古
ログに付番化

>書いたやつメモ

>部活

>やりたい
無責任さなら任せてくれ
自主読書会のログをはよ取りなさ~~~い!
🍵
デッサン会
大嘘怪談作る
アープラノートに近代文壇史・詩壇史のページを作り充実させる
手始めに各ページで名前が出ている作家がいたらページを作り、関係性のリンクが出来たら最高。金沢三文豪ページを作れたのでフロア熱狂
アープラワードウルフ
使うワードを匿名で募集したら楽しそう。一般的でないワードは一言説明つきでDMで送るとか
私的日本近現代文学史編纂
スレはたてた
破道の九十・黒棺を誰が一番かっこよく詠唱できるか大会

>やった
お嬢様による真夜中のオンラインお茶会(お嬢様口調縛り)(エナドリは禁止カード)

>好きなお茶とかなんか好きに書いてくれよな!!!!!!!!!!
キリ番踏み逃げ禁止!
👍
よろしくお願いします!くま子uvoaレオ久住哲kluftroseかりふぁ
ななしライティングマラソンおつかれさまでした~ 
大嘘怪談 いつ touhukan
夏予定してたけど協力者募集中なのでいつでも💪



>Script

style.css
.line { font-size: 100% }

style.css
body { background-color: #2792c3 !important; }

style.css
.line:not(.cursor-line) .deco-\# { display: inline-flex; flex-direction: column-reverse; } .line:not(.cursor-line) .deco-\# > span:nth-child(1) { display: inline-flex; justify-content: space-around; width: 100%; } .line:not(.cursor-line) .deco-\# > span:nth-child(2) { line-height: 0; } .line:not(.cursor-line) .deco-\# > span:nth-child(2) > a { display: inline-flex; justify-content: space-around; width: 100%; font-size: 50%; color: var(--page-text-color, #4a4a4a); }

style.css
*::before { --page-link-color: #5e8af7; --page-link-hover-color: #2d67f5; } #editor { counter-reset: annotation-link; counter-reset: annotation-content; } .line:not(.cursor-line) span.deco-\( { /* リンクを注釈にするやつその1 */ font-size: 12px; } .line:not(.cursor-line) span.deco-\( a, .line:not(.cursor-line) span.deco-\( a:hover{ /* リンクを注釈にするやつその2 */ display: inline-block; width: 2.6em; line-height: 1em; vertical-align: super; white-space: nowrap; overflow: hidden; color: rgba(0,0,0,0); } .line:not(.cursor-line) span.deco-\( a::before{ /* リンクを注釈にするやつその3 */ display: inline-block; width: 2.6em; margin-right: -2.6em; overflow: visible; visibility: visible; text-align: left; pointer-events: none; counter-increment: annotation-link; content: "注"counter(annotation-link); color: #4c99ff; background-color: rgba(125,125,255,0.08); border-radius: 2px; } .line:not(.cursor-line) span.deco-\)::before { /* 注釈の内容文の頭に「注○:」とつけるやつ */ /* ここら辺はマジで適当なので、気になる人はカスタマイズすることを推奨します */ display: inline; counter-increment: annotation-content; content: "注"counter(annotation-content)":"; }

style.css
/* [! 警告表記を使えるようにする] */ .deco-\! { --warning-text-color: #FFFFFF; --warning-bg: #e33; --warning-bg-border: #ee6000; --page-link-color: #80c9fe; --empty-page-link-color: #ffb7b8; color: var(--warning-text-color); background-color: var(--warning-bg); font-weight: bold; padding: 1px 2px; border-radius: 1px; background: repeating-linear-gradient(-45deg, var(--warning-bg), var(--warning-bg) 17px, var(--warning-bg-border) 3px, var(--warning-bg-border) 20px); }

style.css
/* 行内の画像を左寄せにする */ .line .text, .stream .line { clear: both; overflow: hidden } .line img.image { float: left; margin-right: .5em } .stream .line img.image { float: none; margin-right: 0 }

蛍光ペン
style.css
.deco-\+ { background: linear-gradient(transparent 60%, rgb(254, 244, 0) 60%); }

style.css
/* 二重括弧による強調をマーカーっぽくする */ .line strong:not([class]) { background: linear-gradient(transparent 10%, #6b6db3 25%, #6b6db3 70%, transparent 90%) }

style.css
.grid li.page-list-item a .header{ background-color: #474a4d; } .grid li.page-list-item a .content{ background-color: #474a4d; }