| r2900 vs r2901 | ||
|---|---|---|
| 1 | 1 | [[분류:냥]] |
| 2 | 2 | {{{#!style |
| 3 | .InternalLink {color: #0275d8; display: inline} | |
| 4 | .InternalLink:hover {color: #0263b8; text-decoration: underline} | |
| 5 | @theseed-dark-mode { | |
| 6 | .InternalLink {color: #ec9f19}.InternalLink:hover {color: #bd7f14} } | |
| 7 | }}} | |
| 8 | ||
| 9 | [[asdf]] < internal | |
| 10 | ||
| 11 | {{{#!wiki style="overflow: hidden; display: inline-table" | |
| 12 | {{{#!wiki style="margin-left: -17px" | |
| 13 | [[https://google.com|{{{#!wiki class="InternalLink" | |
| 14 | asdf}}}]]}}}}}} < external | |
| 15 | ||
| 16 | ||
| 17 | ||
| 18 | {{{#!style | |
| 3 | 19 | .asdf:is(li) { |
| 4 | 20 | color: red; |
| 5 | 21 | } |
| ... | ... |