差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
| wiki:lesscss_test [2023/04/21 07:00] – [Dark mode test] ともやん | wiki:lesscss_test [2025/02/24 11:52] (現在) – [顔文字] ともやん | ||
|---|---|---|---|
| 行 3: | 行 3: | ||
| ===== Dark mode test ===== | ===== Dark mode test ===== | ||
| < | < | ||
| - | < | ||
| - | # | ||
| - | color: inherit; | ||
| - | } | ||
| - | # | ||
| - | color: var(--text-color); | ||
| - | fill: currentColor !important; | ||
| - | } | ||
| - | .table-striped> | ||
| - | / | ||
| - | background-color: | ||
| - | } | ||
| - | |||
| - | body.default.dw-page-on-panel, | ||
| - | div.panel { | ||
| - | color: var(--text-color); | ||
| - | background: var(--background-color); | ||
| - | border-color: | ||
| - | } | ||
| - | hr, .panel-default { | ||
| - | border-color: | ||
| - | } | ||
| - | .light-mode { | ||
| - | --text-color: | ||
| - | --background-color: | ||
| - | --border-color: | ||
| - | } | ||
| - | .dark-mode{ | ||
| - | --text-color: | ||
| - | --background-color: | ||
| - | --border-color: | ||
| - | } | ||
| - | |||
| - | # | ||
| - | writing-mode: | ||
| - | overflow-x: var(--overflow-x); | ||
| - | text-orientation: | ||
| - | } | ||
| - | .vertical-mode { | ||
| - | --writing-mode: | ||
| - | --overflow-x: | ||
| - | --text-orientation: | ||
| - | } | ||
| - | </ | ||
| <input type=" | <input type=" | ||
| <input type=" | <input type=" | ||
| 行 90: | 行 46: | ||
| ==== ケース 1 (color_term, | ==== ケース 1 (color_term, | ||
| < | < | ||
| - | .wrap_column { | + | |
| height: 290px; | height: 290px; | ||
| + | border: 1px solid red; | ||
| + | border-radius: | ||
| } | } | ||
| </ | </ | ||
| - | <WRAP group> | + | <WRAP group grp_test> |
| <WRAP column 45% mincode> | <WRAP column 45% mincode> | ||
| ^ テーマを Dark にする | ^ テーマを Dark にする | ||
| 行 125: | 行 83: | ||
| } | } | ||
| </ | </ | ||
| + | </ | ||
| + | |||
| - | <WRAP column 45%> | ||
| ==== Notebook のセルの通し番号を振る ==== | ==== Notebook のセルの通し番号を振る ==== | ||
| + | <WRAP group> | ||
| + | |||
| + | <WRAP column 45%> | ||
| **Advanced Settings Editor:** - [Notebook]\\ | **Advanced Settings Editor:** - [Notebook]\\ | ||
| + | |||
| <WRAP color_term> | <WRAP color_term> | ||
| <WRAP color_mincode> | <WRAP color_mincode> | ||
| 行 146: | 行 109: | ||
| </ | </ | ||
| </ | </ | ||
| + | |||
| </ | </ | ||
| 行 552: | 行 516: | ||
| </ | </ | ||
| + | ==== ケース 6 (.wrap_tip, .wrap_info, .wrap_important, | ||
| + | <WRAP group> | ||
| + | <WRAP round tip column> | ||
| + | Python環境が見つかりません。バンドルされたインストーラーを使用してインストールするか、デフォルトの Python 環境を変更します | ||
| + | < | ||
| + | ⚠ Python environment not found. < | ||
| + | </ | ||
| + | </ | ||
| + | <WRAP round info column half> | ||
| + | < | ||
| + | </ | ||
| + | <WRAP round important column half> | ||
| + | < | ||
| + | </ | ||
| + | <WRAP round alert column half> | ||
| + | < | ||
| + | </ | ||
| + | <WRAP round help column half> | ||
| + | < | ||
| + | </ | ||
| + | </ | ||
| ==== GeSHi code test 🤔 ==== | ==== GeSHi code test 🤔 ==== | ||
| <WRAP color_term> | <WRAP color_term> | ||
| 行 1113: | 行 1098: | ||
| </ | </ | ||
| </ | </ | ||
| + | |||
| + | ===== 顔文字 ===== | ||
| + | < | ||
| + | <span style=" | ||
| + | </ | ||
| ===== 参考文献 ===== | ===== 参考文献 ===== | ||