settingsの置換を図るページの置換を図るページ
パフォーマンスよりメンテナンス性を重視してimportしまくる
廃止済みです
style.css/* テーマ関係 */
@import "/api/code/villagepump/settingsの置換を図るページの置換を図るページ/theme.css";
/* 拡張記法 */
@import "/api/code/villagepump/settingsの置換を図るページの置換を図るページ/other.css";
theme.css@import "/api/code/villagepump/背景を十字模様にするUserCSS/style.css";
theme_.css@import "/api/code/villagepump/全体告知メッセージを表示するUserCSS/style.css";
theme.css@import "/api/code/villagepump/ScrapboxのBrand_iconを井戸端にするUserCSS/style.css";
theme.css@import "/api/code/villagepump/2024%2F04のbrandicon脱走を対処する/style.css";
theme.css@import "/api/code/villagepump/brand-iconをふりかけにするUserCSS/style.css";
theme.css@import "/api/code/villagepump/project名を明朝体にする/style.css";
theme.css@import "/api/code/villagepump/プロジェクトタイトルの隣に今日の日付を表示するUserCSS/style.css";
個人projectに井戸端の拡張記法を導入する場合、
とすればよい
other.css@import "/api/code/villagepump/特定のリンクにアイコンをつけるUserCSSを自動生成したい/style.css";
other.css@import "/api/code/villagepump/リンクを出典アイコンにするUserCSS/style.css";
other.css@import "/api/code/villagepump/ドカベン記法/sample.css";
other.css@import "/api/code/villagepump/AIのべりすと創作:イドバタニシ/style.css";
other.css@import "/api/code/villagepump/navbarが画面幅いっぱいに表示されるようになったのを元に戻すUserCSS/style.css";
other.css@import "/api/code/villagepump/のびのびドロップダウン/style.css";
other.css@import "/api/code/villagepump/展開された正規表現を小さくするCSS/style.css";
other.css@import "/api/code/villagepump/Streamにアクセスするボタンを表示するCSS/style.css";
other.css@import "/api/code/villagepump/ピン留めされたページを独立した段に表示するUserCSS/style.css";
other.css@import "/api/code/villagepump/別名登録記法/style.css";
other.css@import "/api/code/villagepump/ページカードのタイトルを2行に収めるUserCSS/style.css";
other.css@import "/api/code/villagepump/Font_Awesomeを常時使えるようにするUserCSS/style.css";
other.css@import "/api/code/villagepump/箇条書きのバレットをFontAwesomeにするUserCSS/style.css";
other_.css@import "/api/code/takker/クリスマスの日に作成した行のbulletを星にするUserCSS/css";
other.css@import "/api/code/villagepump/Scrapboxがmermaid.jsをサポート/style.css";
other.css@import "/api/code/villagepump/動画の大きさを調節するUserCSS/style.css";
other.css@import "/api/code/villagepump/Youtubeの埋め込みを小さくするUserCSS/style.css";
other.css@import "/api/code/villagepump/マーカー記法/style.css";
other.css@import "/api/code/villagepump/iconを振動させる記法/style.css";
other.css@import "/api/code/villagepump/icon回転振動合体記法/style.css";
other.css@import "/api/code/villagepump/インライン引用記法/style.css";
other.css@import "/api/code/villagepump/白黒記法/style.css";
other.css@import "/api/code/villagepump/ネコと和解せよ記法/style.css";
other.css@import "/api/code/villagepump/スプレッドシート的に使う記法/style.css";
other.css@import "/api/code/villagepump/はんこ記法/style.css";
other.css@import "/api/code/villagepump/セパレーター記法/style.css";
other.css@import "/api/code/villagepump/中央揃え記法/style.css";
other.css@import "/api/code/villagepump/愚痴記法/style.css";
other.css@import "/api/code/villagepump/iconを丸くする記法/style.css";
other.css@import "/api/code/villagepump/展開された正規表現を小さくするCSS/style.css";
other.css@import "/api/code/villagepump/アイコン記法を画像記法っぽくするUserCSS/style.css";
other.css@import "/api/code/villagepump/iconを回転する記法/style.css";
other.css@import "/api/code/villagepump/ユーザーフラッグ記法/style.css";
other.css@import "/api/code/villagepump/ルビ記法/style.css";
other.css@import "/api/code/villagepump/動くユーザフラッグ記法/style.css";
other.css@import "/api/code/villagepump/ふきだし記法/style.css";
other.css@import "/api/code/villagepump/KaTeXの空白を消す記法/style.css";
other.css@import "/api/code/villagepump/曇りガラス記法/style.css";
other.css@import "/api/code/villagepump/Just_Monika/style.css";
other.css@import "/api/code/villagepump/hr.iconをCSSで描画するUserCSS/style.css";
other.css@import "/api/code/villagepump/クオリアさんが見ているUserCSS/style.css";
other.css@import "/api/code/villagepump/天気図を表示するUserCSS/style.css";
other.css@import "/api/code/villagepump/ページの閲覧数を非表示にするUserCSS/style.css";
other.css@import "/api/code/villagepump/たいへんよくできました/style.css";
other.css@import "/api/code/villagepump/quicksearch候補を見やすくする/style.css";
実は @import
は必ず(MUST)ファイルの先頭になければならない
実装次第かな?良心で対応してるブラウザもある
なるほど
/api/code/villagepump/
は
../
に置き換えられる
それだとほかのプロジェクトから使いづらくなるので
そういうことか
なら ../../villagepump/
だけど、これだとそんなに文字数変わらないか
わかりやすさ重視/富豪的です
通信49リクエスト、118kb転送(http1.1)、Good 3gで6.3秒
超富豪的
実験的に採用してみます
感想はここに書いてください
長くなったので感想等は切り出してみました