| r146 | ||
|---|---|---|
| r145 | 1 | [[분류:냥#blur|보?존문서]] |
| r144 | 2 | [tableofcontents(hide)] |
| 3 | ||
| r146 | 4 | == rowif == |
| 5 | {{{#!if a = 1 | |
| 6 | }}} | |
| 7 | || asdf || | |
| 8 | ||<rowif= a = 1; true > a = 1; true || | |
| 9 | ||<rowif= a == 2> a == 2 || | |
| 10 | ||<rowif= a == 1> a == 1 || | |
| 11 | ||<rowif= a < 2 > a < 2 || | |
| 12 | ||<rowif= a > 0 > a > 0 || | |
| 13 | ||<rowif= a \> 0 > a \\> 0 || | |
| 14 | ||<rowif= a \\> 0 > a \\> 0 || | |
| 15 | ||
| 16 | ||<rowif= a=2> a=2 || | |
| 17 | ||
| 18 | ||<rowif= code='#123456';code=this.code;code=code.trim();valid=code.startsWith("#")&&(code.length==4||code.length==7);c1=code.substring(1,2);c2=code.substring(2,3);c3=code.substring(3,4);c4=code.substring(4,5);c5=code.substring(5,6);c6=code.substring(6,7);r_hex=code.length==4?c1+c1:c1+c2;g_hex=code.length==4?c2+c2:c3+c4;b_hex=code.length==4?c3+c3:c5+c6;r=parseInt(r_hex,16);g=parseInt(g_hex,16);b=parseInt(b_hex,16);f=r+g+b+0.0;rr=r/255.0+0.0;gg=g/255.0+0.0;bb=b/255.0+0.0;lin_r=rr<=0.04045?rr/12.92+0.0:((rr+0.055)/1.055+0.0)**2.4;lin_g=gg<=0.04045?gg/12.92+0.0:((gg+0.055)/1.055+0.0)**2.4;lin_b=bb<=0.04045?bb/12.92+0.0:((bb+0.055)/1.055+0.0)**2.4;x65=lin_r*0.4124+lin_g*0.3576+lin_b*0.1805+0.0;y65=lin_r*0.2126+lin_g*0.7152+lin_b*0.0722+0.0;z65=lin_r*0.0193+lin_g*0.1192+lin_b*0.9505+0.0;x_d50=x65*1.047996+y65*0.022968+z65*(-0.050954)+0.0;y_d50=x65*0.029747+y65*0.990434+z65*0.015043+0.0;z_d50=x65*(-0.009222)+y65*0.015055+z65*0.752132+0.0;valid> 입력 hex: @code@ | |
| 19 | ||
| 20 | sRGB: (@r@, @g@, @b@) | |
| 21 | ||
| 22 | linear RGB: (@lin_r@, @lin_g@, @lin_b@) | |
| 23 | ||
| 24 | XYZ D65 (0~1): X=@x65@ Y=@y65@ Z=@z65@ {{{#!wiki style="background: color(xyz-d65 @x65@ @y65@ @z65@); width: 1em; height: 1em; display: inline-table; vertical-align: -2px; border: 1px black solid" dark-style="border: 1px white solid" | |
| 25 | }}} | |
| 26 | ||
| 27 | XYZ D50 (Bradford 적응 후, 0~1): X=@x_d50@ Y=@y_d50@ Z=@z_d50@ {{{#!wiki style="background: color(xyz-d50 @x_d50@ @y_d50@ @z_d50@); width: 1em; height: 1em; display: inline-table; vertical-align: -2px; border: 1px black solid" dark-style="border: 1px white solid" | |
| 28 | }}} || | |
| 29 | ||
| 30 | rowif에서 > 못쓰나 | |
| 31 | < 로 바꿔 써야겠네 | |
| 32 | ||
| 33 | ||
| r143 | 34 | ==# #== |
| 35 | [[asdf|{{{#!wiki style="color: var(--text-color)" | |
| 36 | color: var(--text-color)}}}]]{{{#!wiki style="color: var(--espejo-link-color)" | |
| 37 | var(--espejo-link-color)}}}{{{#!wiki style="background: var(--espejo-nav-bar-background-color)" | |
| 38 | var(--espejo-nav-bar-background-color)}}} | |
| 39 | ||
| 40 | ||{{{#!wiki style="background: var(--article-background-color)" | |
| 41 | espejo liberty 다크모드배경색구현하끼얏호}}}|| | |
| 42 | {{{#!if a='width: 1em; height: 1em; display: inline-table; vertical-align: -2px; border: 1px black solid" dark-style="border: 1px white solid"' | |
| 43 | }}} | |
| 44 | * 나무 | |
| 45 | --liberty-brand-color: #008275 {{{#!wiki style="background: #008275; @a@ | |
| 46 | }}} / #2d2f34 {{{#!wiki style="background: #2d2f34; @a@ | |
| 47 | }}} | |
| 48 | --liberty-brand-dark-color: #00413b {{{#!wiki style="background: #00413b; @a@ | |
| 49 | }}} / #16171a {{{#!wiki style="background: #16171a; @a@ | |
| 50 | }}} | |
| 51 | --liberty-brand-bright-color: #80c1ba {{{#!wiki style="background: #80c1ba; @a@ | |
| 52 | }}} / #383b40 {{{#!wiki style="background: #383b40; @a@ | |
| 53 | }}} | |
| 54 | --liberty-navbar-logo-image: url(https://namu.wiki/liberty_namu_logo.png); | |
| 55 | --liberty-navbar-logo-minimum-width: 6rem; | |
| 56 | --text-color: #373a3c {{{#!wiki style="background: #373a3c; @a@ | |
| 57 | }}} / #ddd {{{#!wiki style="background: #ddd; @a@ | |
| 58 | }}} | |
| 59 | --article-background-color: #fff {{{#!wiki style="background: #fff; @a@ | |
| 60 | }}} / #000 {{{#!wiki style="background: #000; @a@ | |
| 61 | }}} | |
| 62 | ---- | |
| 63 | ||
| 64 | * 더시드 | |
| 65 | ---- | |
| 66 | --liberty-brand-color: #4188f1 {{{#!wiki style="background: #4188f1; @a@ | |
| 67 | }}} / #2d2f34 {{{#!wiki style="background: #2d2f34; @a@ | |
| 68 | }}} | |
| 69 | --liberty-brand-dark-color: #214479 {{{#!wiki style="background: #214479; @a@ | |
| 70 | }}} / #16171a {{{#!wiki style="background: #16171a; @a@ | |
| 71 | }}} | |
| 72 | --liberty-brand-bright-color: #a0c4f8 {{{#!wiki style="background: #a0c4f8; @a@ | |
| 73 | }}} / #383b40 {{{#!wiki style="background: #383b40; @a@ | |
| 74 | }}} | |
| 75 | --liberty-navbar-logo-minimum-width: 6rem; | |
| 76 | --liberty-navbar-logo-padding: 0.4rem 0 0 0; | |
| 77 | --text-color: #373a3c {{{#!wiki style="background: #373a3c; @a@ | |
| 78 | }}} / #ddd {{{#!wiki style="background: #ddd; @a@ | |
| 79 | }}} | |
| 80 | --article-background-color: #fff {{{#!wiki style="background: #fff; @a@ | |
| 81 | }}} / #000 {{{#!wiki style="background: #000; @a@ | |
| 82 | }}} | |
| 83 | ||
| 84 | ---- | |
| 85 | {{{#!if a='width: 1em; height: 1em; display: inline-table; vertical-align: -2px; border: 1px black solid" dark-style="border: 1px white solid"' | |
| 86 | }}} | |
| 87 | --espejo-background-color: #f5f5f5 {{{#!wiki style="background: #f5f5f5; @a@ | |
| 88 | }}} / #000 {{{#!wiki style="background: #000; @a@ | |
| 89 | }}} | |
| 90 | --espejo-text-color: #212529 {{{#!wiki style="background: #212529; @a@ | |
| 91 | }}} / #e0e0e0 {{{#!wiki style="background: #e0e0e0; @a@ | |
| 92 | }}} | |
| 93 | --espejo-text-secondary-color: rgba(33, 37, 41, .749) {{{#!wiki style="background: rgba(33, 37, 41, .749); @a@ | |
| 94 | }}} / hsla(0, 0%, 88%, .749) {{{#!wiki style="background: hsla(0, 0%, 88%, .749); @a@ | |
| 95 | }}} | |
| 96 | --espejo-text-tertiary-color: rgba(33, 37, 41, .502) {{{#!wiki style="background: rgba(33, 37, 41, .502); @a@ | |
| 97 | }}} / hsla(0, 0%, 88%, .502) {{{#!wiki style="background: hsla(0, 0%, 88%, .502); @a@ | |
| 98 | }}} | |
| 99 | --espejo-text-quaternary-color: rgba(33, 37, 41, .353) {{{#!wiki style="background: rgba(33, 37, 41, .353); @a@ | |
| 100 | }}} / hsla(0, 0%, 88%, .353) {{{#!wiki style="background: hsla(0, 0%, 88%, .353); @a@ | |
| 101 | }}} | |
| 102 | --espejo-text-light-color: #212529 {{{#!wiki style="background: #212529; @a@ | |
| 103 | }}} / #212529 {{{#!wiki style="background: #212529; @a@ | |
| 104 | }}} | |
| 105 | --espejo-link-color: #0275d8 {{{#!wiki style="background: #0275d8; @a@ | |
| 106 | }}} / #ec9f19 {{{#!wiki style="background: #ec9f19; @a@ | |
| 107 | }}} | |
| 108 | --espejo-link-hover-color: #0263b8 {{{#!wiki style="background: #0263b8; @a@ | |
| 109 | }}} / #bd7f14 {{{#!wiki style="background: #bd7f14; @a@ | |
| 110 | }}} | |
| 111 | --espejo-link-external-color: #377e21 {{{#!wiki style="background: #377e21; @a@ | |
| 112 | }}} / #377e21 {{{#!wiki style="background: #377e21; @a@ | |
| 113 | }}} | |
| 114 | --espejo-highlight-color: rgba(231, 227, 23, .5) {{{#!wiki style="background: rgba(231, 227, 23, .5); @a@ | |
| 115 | }}} / rgba(233, 230, 18, .3) {{{#!wiki style="background: rgba(233, 230, 18, .3); @a@ | |
| 116 | }}} | |
| 117 | --espejo-white-color: #fff {{{#!wiki style="background: #fff; @a@ | |
| 118 | }}} / #000 {{{#!wiki style="background: #000; @a@ | |
| 119 | }}} | |
| 120 | --espejo-black-color: #000 {{{#!wiki style="background: #000; @a@ | |
| 121 | }}} / #fff {{{#!wiki style="background: #fff; @a@ | |
| 122 | }}} | |
| 123 | --espejo-danger-color: #d64a58 {{{#!wiki style="background: #d64a58; @a@ | |
| 124 | }}} / #d64a58 {{{#!wiki style="background: #d64a58; @a@ | |
| 125 | }}} | |
| 126 | --espejo-danger-hover-color: #ab3b46 {{{#!wiki style="background: #ab3b46; @a@ | |
| 127 | }}} / #ab3b46 {{{#!wiki style="background: #ab3b46; @a@ | |
| 128 | }}} | |
| 129 | --espejo-pink-color: #db2777 {{{#!wiki style="background: #db2777; @a@ | |
| 130 | }}} / #be185d {{{#!wiki style="background: #be185d; @a@ | |
| 131 | }}} | |
| 132 | --espejo-brand1-color: #00a69c {{{#!wiki style="background: #00a69c; @a@ | |
| 133 | }}} / #2e3033 {{{#!wiki style="background: #2e3033; @a@ | |
| 134 | }}} | |
| 135 | --espejo-brand2-color: #28b472 {{{#!wiki style="background: #28b472; @a@ | |
| 136 | }}} / #2e3033 {{{#!wiki style="background: #2e3033; @a@ | |
| 137 | }}} | |
| 138 | --espejo-brand-bright1-color: #bfe9d5 {{{#!wiki style="background: #bfe9d5; @a@ | |
| 139 | }}} / #c0c1c2 {{{#!wiki style="background: #c0c1c2; @a@ | |
| 140 | }}} | |
| 141 | --espejo-brand-bright2-color: #d4f0e3 {{{#!wiki style="background: #d4f0e3; @a@ | |
| 142 | }}} / #c0c1c2 {{{#!wiki style="background: #c0c1c2; @a@ | |
| 143 | }}} | |
| 144 | --espejo-card-background-color: #fff {{{#!wiki style="background: #fff; @a@ | |
| 145 | }}} / #1c1d1f {{{#!wiki style="background: #1c1d1f; @a@ | |
| 146 | }}} | |
| 147 | --espejo-card-border-color: #ccc {{{#!wiki style="background: #ccc; @a@ | |
| 148 | }}} / #444 {{{#!wiki style="background: #444; @a@ | |
| 149 | }}} | |
| 150 | --espejo-component-background-color: #fff {{{#!wiki style="background: #fff; @a@ | |
| 151 | }}} / #000 {{{#!wiki style="background: #000; @a@ | |
| 152 | }}} | |
| 153 | --espejo-component-background-focus-color: #f2f2f2 {{{#!wiki style="background: #f2f2f2; @a@ | |
| 154 | }}} / #262626 {{{#!wiki style="background: #262626; @a@ | |
| 155 | }}} | |
| 156 | --espejo-component-border-color: #ced4da {{{#!wiki style="background: #ced4da; @a@ | |
| 157 | }}} / #444 {{{#!wiki style="background: #444; @a@ | |
| 158 | }}} | |
| 159 | --espejo-component-border-focus-color: #878a8d {{{#!wiki style="background: #878a8d; @a@ | |
| 160 | }}} / #888 {{{#!wiki style="background: #888; @a@ | |
| 161 | }}} | |
| 162 | --espejo-button-background-color: #fff {{{#!wiki style="background: #fff; @a@ | |
| 163 | }}} / #000 {{{#!wiki style="background: #000; @a@ | |
| 164 | }}} | |
| 165 | --espejo-button-background-disabled-color: #f7f7f7 {{{#!wiki style="background: #f7f7f7; @a@ | |
| 166 | }}} / #1f1f1f {{{#!wiki style="background: #1f1f1f; @a@ | |
| 167 | }}} | |
| 168 | --espejo-button-background-secondary-color: #a2a2a2 {{{#!wiki style="background: #a2a2a2; @a@ | |
| 169 | }}} / #050505 {{{#!wiki style="background: #050505; @a@ | |
| 170 | }}} | |
| 171 | --espejo-button-background-active-color: #d4f0e3 {{{#!wiki style="background: #d4f0e3; @a@ | |
| 172 | }}} / #325e4a {{{#!wiki style="background: #325e4a; @a@ | |
| 173 | }}} | |
| 174 | --espejo-button-background-danger-color: #d64a58 {{{#!wiki style="background: #d64a58; @a@ | |
| 175 | }}} / #d64a58 {{{#!wiki style="background: #d64a58; @a@ | |
| 176 | }}} | |
| 177 | --espejo-button-background-hover-color: #efefef {{{#!wiki style="background: #efefef; @a@ | |
| 178 | }}} / #1e1e1e {{{#!wiki style="background: #1e1e1e; @a@ | |
| 179 | }}} | |
| 180 | --espejo-button-background-secondary-hover-color: #aaa {{{#!wiki style="background: #aaa; @a@ | |
| 181 | }}} / #1d1d1d {{{#!wiki style="background: #1d1d1d; @a@ | |
| 182 | }}} | |
| 183 | --espejo-button-background-active-hover-color: #c9e4d8 {{{#!wiki style="background: #c9e4d8; @a@ | |
| 184 | }}} / #2d5543 {{{#!wiki style="background: #2d5543; @a@ | |
| 185 | }}} | |
| 186 | --espejo-button-background-danger-hover-color: #c1434f {{{#!wiki style="background: #c1434f; @a@ | |
| 187 | }}} / #c1434f {{{#!wiki style="background: #c1434f; @a@ | |
| 188 | }}} | |
| 189 | --espejo-button-background-focus-color: #f3f3f3 {{{#!wiki style="background: #f3f3f3; @a@ | |
| 190 | }}} / #0a0a0a {{{#!wiki style="background: #0a0a0a; @a@ | |
| 191 | }}} | |
| 192 | --espejo-button-background-secondary-focus-color: #a7a7a7 {{{#!wiki style="background: #a7a7a7; @a@ | |
| 193 | }}} / #141414 {{{#!wiki style="background: #141414; @a@ | |
| 194 | }}} | |
| 195 | --espejo-button-background-active-focus-color: #cee9dc {{{#!wiki style="background: #cee9dc; @a@ | |
| 196 | }}} / #305946 {{{#!wiki style="background: #305946; @a@ | |
| 197 | }}} | |
| 198 | --espejo-button-background-danger-focus-color: #c74552 {{{#!wiki style="background: #c74552; @a@ | |
| 199 | }}} / #c74552 {{{#!wiki style="background: #c74552; @a@ | |
| 200 | }}} | |
| 201 | --espejo-button-border-color: #dadada {{{#!wiki style="background: #dadada; @a@ | |
| 202 | }}} / #3e3e3e {{{#!wiki style="background: #3e3e3e; @a@ | |
| 203 | }}} | |
| 204 | --espejo-button-border-hover-color: #c5c5c5 {{{#!wiki style="background: #c5c5c5; @a@ | |
| 205 | }}} / #4a4a4a {{{#!wiki style="background: #4a4a4a; @a@ | |
| 206 | }}} | |
| 207 | --espejo-button-border-focus-color: #c5c5c5 {{{#!wiki style="background: #c5c5c5; @a@ | |
| 208 | }}} / #4d4d4d {{{#!wiki style="background: #4d4d4d; @a@ | |
| 209 | }}} | |
| 210 | --espejo-nav-bar-background-color: linear-gradient(90deg, #00a69c {{{#!wiki style="background: #00a69c; @a@ | |
| 211 | }}}, #00a69c {{{#!wiki style="background: #00a69c; @a@ | |
| 212 | }}}, #28b472 {{{#!wiki style="background: #28b472; @a@ | |
| 213 | }}}) / #2e3033 {{{#!wiki style="background: #2e3033; @a@ | |
| 214 | }}} | |
| 215 | --espejo-nav-bar-text-color: #fff {{{#!wiki style="background: #fff; @a@ | |
| 216 | }}} / #fff {{{#!wiki style="background: #fff; @a@ | |
| 217 | }}} | |
| 218 | --espejo-nav-bar-item-hover-color: hsla(0, 0%, 100%, .1) {{{#!wiki style="background: hsla(0, 0%, 100%, .1); @a@ | |
| 219 | }}} / hsla(0, 0%, 100%, .1) {{{#!wiki style="background: hsla(0, 0%, 100%, .1); @a@ | |
| 220 | }}} | |
| 221 | --espejo-nav-bar-border-color: #ccc {{{#!wiki style="background: #ccc; @a@ | |
| 222 | }}} / #444 {{{#!wiki style="background: #444; @a@ | |
| 223 | }}} | |
| 224 | --espejo-site-notice-background-color: #fefc8c {{{#!wiki style="background: #fefc8c; @a@ | |
| 225 | }}} / #181800 {{{#!wiki style="background: #181800; @a@ | |
| 226 | }}} | |
| 227 | --espejo-site-notice-icon-background-color: #e5e37e {{{#!wiki style="background: #e5e37e; @a@ | |
| 228 | }}} / #2e2e00 {{{#!wiki style="background: #2e2e00; @a@ | |
| 229 | }}} | |
| 230 | --espejo-article-title-namespace-underline-color: inset 0 -0.5rem 0 #d4f0e3 {{{#!wiki style="background: #d4f0e3; @a@ | |
| 231 | }}} / inset 0 -0.5rem 0 rgba(212, 240, 227, .3) {{{#!wiki style="background: #d4f0e3; @a@ | |
| 232 | }}} | |
| 233 | --espejo-article-menu-background-color: #fff {{{#!wiki style="background: #fff; @a@ | |
| 234 | }}} / #2e2e2e {{{#!wiki style="background: #2e2e2e; @a@ | |
| 235 | }}} | |
| 236 | --espejo-toc-map-item-background-1-color: #5a5a5a {{{#!wiki style="background: #5a5a5a; @a@ | |
| 237 | }}} / #c2c2c2 {{{#!wiki style="background: #c2c2c2; @a@ | |
| 238 | }}} | |
| 239 | --espejo-toc-map-item-background-2-color: #5a5a5a {{{#!wiki style="background: #5a5a5a; @a@ | |
| 240 | }}} / #c2c2c2 {{{#!wiki style="background: #c2c2c2; @a@ | |
| 241 | }}} | |
| 242 | --espejo-toc-map-item-background-3-color: #8c8c8c {{{#!wiki style="background: #8c8c8c; @a@ | |
| 243 | }}} / #888 {{{#!wiki style="background: #888; @a@ | |
| 244 | }}} | |
| 245 | --espejo-toc-map-item-background-4-color: #adadad {{{#!wiki style="background: #adadad; @a@ | |
| 246 | }}} / #616161 {{{#!wiki style="background: #616161; @a@ | |
| 247 | }}} | |
| 248 | --espejo-toc-map-item-background-5-color: #bdbdbd {{{#!wiki style="background: #bdbdbd; @a@ | |
| 249 | }}} / #4e4e4e {{{#!wiki style="background: #4e4e4e; @a@ | |
| 250 | }}} | |
| 251 | --espejo-toc-map-item-background-6-color: #bdbdbd {{{#!wiki style="background: #bdbdbd; @a@ | |
| 252 | }}} / #4e4e4e {{{#!wiki style="background: #4e4e4e; @a@ | |
| 253 | }}} | |
| 254 | --espejo-toc-map-item-background-hover-1-color: #404040 {{{#!wiki style="background: #404040; @a@ | |
| 255 | }}} / #d5d5d5 {{{#!wiki style="background: #d5d5d5; @a@ | |
| 256 | }}} | |
| 257 | --espejo-toc-map-item-background-hover-2-color: #404040 {{{#!wiki style="background: #404040; @a@ | |
| 258 | }}} / #d5d5d5 {{{#!wiki style="background: #d5d5d5; @a@ | |
| 259 | }}} | |
| 260 | --espejo-toc-map-item-background-hover-3-color: #797979 {{{#!wiki style="background: #797979; @a@ | |
| 261 | }}} / #959595 {{{#!wiki style="background: #959595; @a@ | |
| 262 | }}} | |
| 263 | --espejo-toc-map-item-background-hover-4-color: #a0a0a0 {{{#!wiki style="background: #a0a0a0; @a@ | |
| 264 | }}} / #6b6b6b {{{#!wiki style="background: #6b6b6b; @a@ | |
| 265 | }}} | |
| 266 | --espejo-toc-map-item-background-hover-5-color: #b3b3b3 {{{#!wiki style="background: #b3b3b3; @a@ | |
| 267 | }}} / #555 {{{#!wiki style="background: #555; @a@ | |
| 268 | }}} | |
| 269 | --espejo-toc-map-item-background-hover-6-color: #b3b3b3 {{{#!wiki style="background: #b3b3b3; @a@ | |
| 270 | }}} / #555 {{{#!wiki style="background: #555; @a@ | |
| 271 | }}} | |
| 272 | --espejo-nav-control-background-color: #1aafa6 {{{#!wiki style="background: #1aafa6; @a@ | |
| 273 | }}} / #2e3033 {{{#!wiki style="background: #2e3033; @a@ | |
| 274 | }}} | |
| 275 | --espejo-nav-control-text-color: #fff {{{#!wiki style="background: #fff; @a@ | |
| 276 | }}} / #fff {{{#!wiki style="background: #fff; @a@ | |
| 277 | }}} | |
| 278 | --espejo-nav-control-border-color: rgba(206, 212, 218, .5) {{{#!wiki style="background: rgba(206, 212, 218, .5); @a@ | |
| 279 | }}} / rgba(68, 68, 68, .5) {{{#!wiki style="background: rgba(68, 68, 68, .5); @a@ | |
| 280 | }}} | |
| 281 | --light-text-color: #212529 {{{#!wiki style="background: #212529; @a@ | |
| 282 | }}} / #212529 {{{#!wiki style="background: #212529; @a@ | |
| 283 | }}} | |
| 284 | --dark-text-color: #e0e0e0 {{{#!wiki style="background: #e0e0e0; @a@ | |
| 285 | }}} / #e0e0e0 {{{#!wiki style="background: #e0e0e0; @a@ | |
| 286 | }}} | |
| 287 | --light-text-secondary-color: rgba(33, 37, 41, .749) {{{#!wiki style="background: rgba(33, 37, 41, .749); @a@ | |
| 288 | }}} / rgba(33, 37, 41, .749) {{{#!wiki style="background: rgba(33, 37, 41, .749); @a@ | |
| 289 | }}} | |
| 290 | --dark-text-secondary-color: hsla(0, 0%, 88%, .749) {{{#!wiki style="background: hsla(0, 0%, 88%, .749); @a@ | |
| 291 | }}} / hsla(0, 0%, 88%, .749) {{{#!wiki style="background: hsla(0, 0%, 88%, .749); @a@ | |
| 292 | }}} | |
| 293 | --light-link-color: #0275d8 {{{#!wiki style="background: #0275d8; @a@ | |
| 294 | }}} / #0275d8 {{{#!wiki style="background: #0275d8; @a@ | |
| 295 | }}} | |
| 296 | --dark-link-color: #ec9f19 {{{#!wiki style="background: #ec9f19; @a@ | |
| 297 | }}} / #ec9f19 {{{#!wiki style="background: #ec9f19; @a@ | |
| 298 | }}} | |
| 299 | --light-article-background-color: #fff {{{#!wiki style="background: #fff; @a@ | |
| 300 | }}} / #fff {{{#!wiki style="background: #fff; @a@ | |
| 301 | }}} | |
| 302 | --dark-article-background-color: #1c1d1f {{{#!wiki style="background: #1c1d1f; @a@ | |
| 303 | }}} / #1c1d1f {{{#!wiki style="background: #1c1d1f; @a@ | |
| 304 | }}} | |
| 305 | ---- | |
| 306 | --espejo-layout-gutter-var: 0; | |
| 307 | --espejo-card-gutter-var: 1rem; | |
| 308 | --espejo-content-gutter-var: 0; | |
| 309 | --espejo-nav-bar-height-var: 3rem; | |
| 310 | --espejo-nav-bar-brand-gap-var: 0.5rem; | |
| 311 | --espejo-nav-bar-menu-item-gap-var: 0; | |
| 312 | --espejo-nav-bar-image-height-var: 2rem; | |
| 313 | --espejo-search-box-gap-var: 0; | |
| 314 | --espejo-search-box-gutter-left-var: env(safe-area-inset-left, 0); | |
| 315 | --espejo-search-box-gutter-right-var: env(safe-area-inset-right, 0); | |
| 316 | --espejo-search-box-button-width-var: 2rem; | |
| 317 | --espejo-search-box-left-button-width-var: 2.25rem; | |
| 318 | --espejo-search-box-suggest-gutter-left-var: max(env(safe-area-inset-left, 0), 0.25rem); | |
| 319 | --espejo-search-box-suggest-gutter-right-var: max(env(safe-area-inset-right, 0), 0.25rem); | |
| 320 | --espejo-site-notice-gap-left-var: env(safe-area-inset-left, 0); | |
| 321 | --espejo-site-notice-gap-right-var: env(safe-area-inset-right, 0); | |
| 322 | --espejo-sidebar-item-gutter-left-var: calc(env(safe-area-inset-left, 0) + 1rem); | |
| 323 | --espejo-sidebar-item-gutter-right-var: calc(env(safe-area-inset-right, 0) + 1rem); | |
| 324 | --espejo-article-gutter-left-var: calc(env(safe-area-inset-left, 0) + 1rem); | |
| 325 | --espejo-article-gutter-right-var: calc(env(safe-area-inset-right, 0) + 1rem); | |
| 326 | --espejo-article-gutter-y-var: 1rem; | |
| 327 | --espejo-article-title-gutter-bottom-var: 1.25rem; | |
| 328 | --espejo-article-wiki-title-gutter-bottom-var: 1rem; | |
| 329 | --espejo-nav-control-gutter-x-var: 1.5rem; | |
| 330 | --espejo-nav-control-gutter-y-var: 1.5rem; | |
| 331 | --espejo-nav-control-gap-var: 0.5rem; | |
| 332 | --espejo-sidebar-width-var: 280px; | |
| 333 | --espejo-nav-control-toc-popup-width-var: 280px; | |
| 334 | --espejo-page-font-size-var: 15px; | |
| 335 | --espejo-page-font-family-var: "Pretendard JP", Pretendard, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", "Noto Sans CJK KR", "NanumBarunGothic", Roboto, "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif, emoji; | |
| 336 | --espejo-page-font-weight-var: 400; | |
| 337 | --espejo-layout-gutter-var: 1rem; | |
| 338 | --espejo-card-gutter-var: 1.25rem; | |
| 339 | --espejo-content-gutter-var: 1rem; | |
| 340 | --espejo-card-border-width-var: 1px; | |
| 341 | --espejo-card-border-radius-var: 6px; | |
| 342 | --espejo-button-border-width-var: 1px; | |
| 343 | --espejo-button-border-radius-var: 0.3rem; | |
| 344 | --espejo-button-gutter-x-var: 0.75rem; | |
| 345 | --espejo-button-gutter-y-var: 0.25rem; | |
| 346 | --espejo-nav-bar-height-var: 3.5rem; | |
| 347 | --espejo-nav-bar-gutter-left-var: max(env(safe-area-inset-left, 0), 1rem); | |
| 348 | --espejo-nav-bar-gutter-right-var: max(env(safe-area-inset-right, 0), 1rem); | |
| 349 | --espejo-nav-bar-gutter-y-var: 0.5rem; | |
| 350 | --espejo-nav-bar-border-width-var: 1px; | |
| 351 | --espejo-nav-bar-brand-gap-var: 1rem; | |
| 352 | --espejo-nav-bar-child-radius-var: 4px; | |
| 353 | --espejo-nav-bar-menu-item-gutter-var: 0.75rem; | |
| 354 | --espejo-nav-bar-menu-item-gap-var: 0.5rem; | |
| 355 | --espejo-nav-bar-menu-icon-size-var: 1rem; | |
| 356 | --espejo-nav-bar-menu-icon-size-large-var: 1.2rem; | |
| 357 | --espejo-nav-bar-menu-icon-gap-var: 0.75rem; | |
| 358 | --espejo-nav-bar-menu-font-size-var: 1.05rem; | |
| 359 | --espejo-nav-bar-menu-font-weight-var: 500; | |
| 360 | --espejo-nav-bar-image-menu-item-gutter-var: 0.5rem; | |
| 361 | --espejo-nav-bar-image-height-var: 2.5rem; | |
| 362 | --espejo-search-box-width-var: 20rem; | |
| 363 | --espejo-search-box-height-var: 2.5rem; | |
| 364 | --espejo-search-box-gap-var: 0.5rem; | |
| 365 | --espejo-search-box-gutter-left-var: 0; | |
| 366 | --espejo-search-box-gutter-right-var: 0; | |
| 367 | --espejo-search-box-button-width-var: 2.25rem; | |
| 368 | --espejo-search-box-left-button-width-var: 2.5rem; | |
| 369 | --espejo-search-box-suggest-gap-top-var: 0.75rem; | |
| 370 | --espejo-search-box-suggest-gutter-left-var: 0.25rem; | |
| 371 | --espejo-search-box-suggest-gutter-right-var: 0.25rem; | |
| 372 | --espejo-search-box-suggest-item-gutter-x-var: 0.5rem; | |
| 373 | --espejo-search-box-suggest-item-gutter-y-var: 0.5rem; | |
| 374 | --espejo-site-notice-gap-left-var: 0; | |
| 375 | --espejo-site-notice-gap-right-var: 0; | |
| 376 | --espejo-site-notice-gutter-x-var: 0.75rem; | |
| 377 | --espejo-site-notice-gutter-y-var: 0.75rem; | |
| 378 | --espejo-dropdown-menu-gutter-x-var: 0; | |
| 379 | --espejo-dropdown-menu-gutter-y-var: 0.25rem; | |
| 380 | --espejo-dropdown-menu-gap-top-var: 0.25rem; | |
| 381 | --espejo-dropdown-menu-gap-x-var: 0.25rem; | |
| 382 | --espejo-dropdown-menu-item-gutter-x-var: 0.75rem; | |
| 383 | --espejo-dropdown-menu-item-gutter-y-var: 0.375rem; | |
| 384 | --espejo-dropdown-menu-item-gutter-y-tight-var: 0.3125rem; | |
| 385 | --espejo-dropdown-menu-item-gap-x-var: 0.25rem; | |
| 386 | --espejo-dropdown-menu-item-gap-y-var: 0.125rem; | |
| 387 | --espejo-dropdown-menu-item-gap-y-tight-var: 0; | |
| 388 | --espejo-dropdown-menu-item-border-radius-var: 4px; | |
| 389 | --espejo-dropdown-menu-item-icon-gap-var: 0.75rem; | |
| 390 | --espejo-dropdown-menu-item-icon-gap-tight-var: 0.35rem; | |
| 391 | --espejo-dropdown-menu-header-gutter-x-var: 1rem; | |
| 392 | --espejo-dropdown-menu-header-gutter-top-var: 0.375rem; | |
| 393 | --espejo-dropdown-menu-header-gutter-bottom-var: 0.125rem; | |
| 394 | --espejo-sidebar-width-var: 320px; | |
| 395 | --espejo-sidebar-item-gutter-left-var: 1.25rem; | |
| 396 | --espejo-sidebar-item-gutter-right-var: 1.25rem; | |
| 397 | --espejo-sidebar-item-gutter-bottom-var: 1rem; | |
| 398 | --espejo-article-min-height-var: 50rem; | |
| 399 | --espejo-article-gutter-left-var: 1.5rem; | |
| 400 | --espejo-article-gutter-right-var: 1.5rem; | |
| 401 | --espejo-article-gutter-y-var: 1.5rem; | |
| 402 | --espejo-article-seperator-width-var: 1px; | |
| 403 | --espejo-article-seperator-gap-var: 1.5rem; | |
| 404 | --espejo-article-title-gutter-bottom-var: 1.5rem; | |
| 405 | --espejo-article-wiki-title-gutter-bottom-var: 1.5rem; | |
| 406 | --espejo-nav-control-gutter-x-var: 2.5rem; | |
| 407 | --espejo-nav-control-gutter-y-var: 2rem; | |
| 408 | --espejo-nav-control-gap-var: 0.75rem; | |
| 409 | --espejo-nav-control-item-width-var: 2.5rem; | |
| 410 | --espejo-nav-control-item-height-var: 2.5rem; | |
| 411 | --espejo-nav-control-toc-popup-width-var: 320px; | |
| 412 | --espejo-nav-control-toc-popup-max-height-var: 28rem; | |
| 413 | ||
| 414 | ---- | |
| 415 | --brand-color-1: var(-\-espejo-brand1-color); | |
| 416 | --brand-color-2: var(-\-espejo-brand2-color); | |
| 417 | --brand-bright-color-1: var(-\-espejo-brand-bright1-color); | |
| 418 | --brand-bright-color-2: var(-\-espejo-brand-bright2-color); | |
| 419 | --text-color: var(-\-espejo-text-color); | |
| 420 | --text-secondary-color: var(-\-espejo-text-secondary-color); | |
| 421 | --link-color: var(-\-espejo-link-color); | |
| 422 | --article-background-color: var(-\-espejo-card-background-color); | |
| 423 | --article-padding-x: var(-\-espejo-article-gutter-left-var); | |
| 424 | --article-padding-y: var(-\-espejo-article-gutter-y-var); | |
| 425 | ||
| 426 | ---- | |
| 427 | --toast-area-offset-x: calc(var(-\-espejo-nav-control-gutter-x-var) + env(safe-area-inset-right) - 0.5rem); | |
| 428 | --toast-area-offset-y: calc(var(-\-espejo-nav-control-gutter-y-var) + env(safe-area-inset-bottom) + 6rem); | |
| 429 | --scrollbar-width: 0px; | |
| 430 | --visual-viewport-height: 718.5184936523438px; | |
| 431 | ||
| 432 | ---- | |
| 433 | --csstools-color-schee-\-dark: / initial | |
| 434 | ||
| 435 | == asdf == | |
| r142 | 436 | ||<thead><sortable> ㅁㄴㅇㄹ||<sortable> asdf || |
| 437 | ||<thead><sortable> ㅁㄴㅇㄹ||<sortable> asdf || | |
| 438 | || 1 || 2 || | |
| 439 | || 1 || 2 || | |
| 440 | ||
| 441 | ||<thead> ㅁㄴㅇㄹ|| asdf || asdf || asdf || asdf || asdf || asdf || asdf || asdf || | |
| 442 | ||
| 443 | ||<thead> ㅁㄴㅇㄹ|| asdf || | |
| 444 | ||<thead> ㅁㄴㅇㄹ|| asdf || | |
| 445 | || ㅁㄴㅇㄹ|| asdf || | |
| 446 | ||<thead> <- ㅁㄴㅇㄹ|| asdf || | |
| 447 | ||
| 448 | ## < nbsp | |
| 449 | {{{#!if frames=2; zone_height=10; margintop = -1 * frames * zone_height | |
| 450 | }}}{{{#!style | |
| 451 | .table {display: table; background: #ddd} | |
| 452 | @theseed-dark-mode{ | |
| 453 | .table {background: #333} | |
| 454 | } | |
| 455 | ||
| 456 | .zone { height: @zone_height@px; border: red 1px solid} | |
| 457 | .zone [href] {color: #0000} | |
| 458 | ||
| 459 | .ascii { | |
| 460 | font: .7em/1 Consolas,monospace; | |
| 461 | word-break: keep-all; | |
| 462 | margin-top: @margintop@px; | |
| 463 | } | |
| 464 | ||
| 465 | .content { height: fit-content; border: blue 1px solid } | |
| 466 | ||
| 467 | .content { display: none; } | |
| 468 | .content1 { display: block; } | |
| 469 | ||
| 470 | .table:hover .content1 { display: none; } | |
| 471 | .table:hover .content4 { display: block; } | |
| 472 | ||
| 473 | .zone:hover ~ .ascii .content4 { display: none; } | |
| 474 | .zone:hover ~ .ascii .content1 { display: none; } | |
| 475 | ||
| 476 | .zone1:hover ~ .ascii .content2 { display: block; } | |
| 477 | .zone2:hover ~ .ascii .content3 { display: block; } | |
| 478 | ||
| 479 | }}} | |
| 480 | {{{#!wiki class="table" | |
| 481 | {{{#!wiki class="zone1 zone" | |
| 482 | [[파일:투명.webp|width=100%&height=100%]]}}}{{{#!wiki class="zone2 zone" | |
| 483 | [[파일:투명.webp|width=100%&height=100%]]}}}{{{#!wiki class="ascii" | |
| 484 | {{{#!wiki class="content1 content" | |
| 485 | @@@@@@@@@@@@@@@@@@@@@@% +@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 486 | @@@@@@@@@@@@@@@@@@@@@@@. =@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 487 | @@@@@@@@@@@@@@@@@@@@@@@* :@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 488 | @@@@@@@@@@@@@@@@@@@@@@@@+=*= .@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 489 | @@@@@@@@@@@@@@@@@@@@@@@@@@#: :%@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 490 | @@@@@@@@@@@@@@@@@@@@@@@@@- :++@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 491 | @@@@@@@@@@@@@@@@@@@@@@@@%. :@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 492 | @@@@@@@@@@@@@@@@@@@@@@@@@@%#. +@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 493 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@+ .+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 494 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@# =@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 495 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ *@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 496 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@: =@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 497 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@* -@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 498 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@# :@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 499 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@+ #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 500 | @@@@@@@@@@@@@@@@@@@@@@@@@@*: -@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 501 | @@@@@@@@@@@@@@@@@@@@@@@@@= -@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 502 | @@@@@@@@@@@@@@@@@@@@@@@@@. #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 503 | @@@@@@@@@@@@@@@@@@@@@@@@@. :%@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 504 | @@@@@@@@@@@@@@@@@@@@@@@@@ :*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 505 | @@@@@@@@@@@@@@@@@@@@@%##= :@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 506 | @@@@@@@@@@@@@@@@@@@@@- :@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 507 | @@@@@@@@@@@@@@@@@@@@@@= #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 508 | @@@@@@@@@@@@@@@@@@@@@@@ . .%@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 509 | @@@@@@@@@@@@@@@@@@@@@@+ .. :@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 510 | @@@@@@@@@@@@@@@@@@@@@@: . -@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 511 | @@@@@@@@@@@@@@@@@@@@@% +@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 512 | @@@@@@@@@@@@@@@@@@@@%: . *@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 513 | @@@@@@@@@@@@@@@@@@@%. .- #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 514 | @@@@@@@@@@@@@@@@@@%. :+ %@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 515 | @@@@@@@@@@@@@@@@@%. =+ #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 516 | @@@@@@@@@@@@@@@@%. #= *@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 517 | @@@@@@@@@@@@@@@# - -@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 518 | @@@@@@@@@@@@@@# .@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 519 | @@@@@@@@@@@@@@: :@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 520 | @@@@@@@@@@@@@@@+ #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 521 | }}}{{{#!wiki class="content2 content" | |
| 522 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@: =@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 523 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@# =@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 524 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@+ +@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 525 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@= %@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 526 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@- -##%@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 527 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@+. :#@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 528 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@# *@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 529 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@- .+**%@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 530 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@. =@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 531 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@* +@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 532 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@. %@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 533 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@= =@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 534 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@= -@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 535 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@= .=#@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 536 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@%. :#@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 537 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@* #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 538 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@* =@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 539 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@* :@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 540 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@# .. *%%@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 541 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@. . #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 542 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@+ +@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 543 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@: #. . =@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 544 | @@@@@@@@@@@@@@@@@@@@@@@@@@@% :@. = #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 545 | @@@@@@@@@@@@@@@@@@@@@@@@@@@# -% +: .@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 546 | @@@@@@@@@@@@@@@@@@@@@@@@@@@# =* += =@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 547 | @@@@@@@@@@@@@@@@@@@@@@@@@@@# .. *- *@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 548 | @@@@@@@@@@@@@@@@@@@@@@@@@@@% #: #@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 549 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@. %. .%@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 550 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@: :@. .%@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 551 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@= ** :%@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 552 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@. .* +@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 553 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@+. =. .@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 554 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@%. :+ *@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 555 | @@@@@@@@@@@@@@@@@@@@@@@@@@@%. #. =@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 556 | @@@@@@@@@@@@@@@@@@@@@@@@@@@# #+ -@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 557 | @@@@@@@@@@@@@@@@@@@@@@@@@@@% *% .:*@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 558 | }}}{{{#!wiki class="content3 content" | |
| 559 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@%#*+++*#@@#*+*+. =@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 560 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@%=:. :. =@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 561 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@+ =@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 562 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@+ *@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 563 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@+ .-:-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 564 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@* .#@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 565 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@#+. -@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 566 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@= ..:@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 567 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@- -@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 568 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@# %@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 569 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@: .*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 570 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@. . #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 571 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@% -. =@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 572 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@= : ..-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 573 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@+ +@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 574 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@% *@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 575 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@: -@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 576 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@: %@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 577 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@#. -=-%@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 578 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@. =@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 579 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@: +@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 580 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@= == %@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 581 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@* +* :@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 582 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@% :# +@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 583 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@- #. *@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 584 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@# =: #@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 585 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@. := #@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 586 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@+ : %@@@@@@@@@@@@@@@@@@@@@@@ | |
| 587 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@% .%@@@@@@@@@@@@@@@@@@@@@@ | |
| 588 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@+#- -@@@@@@@@@@@@@@@@@@@@@@ | |
| 589 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@- .@@@@@@@@@@@@@@@@@@@@@@@ | |
| 590 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@= -@@@@@@@@@@@@@@@@@@@@@@@ | |
| 591 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@%+: @@@@@@@@@@@@@@@@@@@@@@@ | |
| 592 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ %@@@@@@@@@@@@@@@@@@@@@@ | |
| 593 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@- :@@@@@@@@@@@@@@@@@@@@@@@ | |
| 594 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@# .@@@@@@@@@@@@@@@@@@@@@@@ | |
| 595 | }}}{{{#!wiki class="content4 content" | |
| 596 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 597 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@%*+=---=+#@@%%%@%+-:.....:-#@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 598 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@# .. . =@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 599 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@# %@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 600 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@- -@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 601 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@% .%@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 602 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*:=: +#%@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 603 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@* -@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 604 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@. -@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 605 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*- *@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 606 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@- -@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 607 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@% :@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 608 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@%. -@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 609 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@* *@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 610 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@=. +@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 611 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@- :@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 612 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ %@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 613 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*+- *@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 614 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@% :++@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 615 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@+ -@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 616 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@%. .#. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 617 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@: *@: +@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 618 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@- .%@: .@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 619 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@- %@: =@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 620 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@- #@. =@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 621 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@- ## =@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 622 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@= +- +@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 623 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@# +@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 624 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@# =: %@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 625 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@- .= #@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 626 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@%=. -- =@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 627 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@% *. .@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 628 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@+ :# :@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 629 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@- +% :@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 630 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@= #%: *@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 631 | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@# .@@- :@@@@@@@@@@@@@@@@@@@@@@@@ | |
| 632 | }}}}}}}}} | |
| 633 | ||
| r141 | 634 | {{{#!style |
| 635 | .asdf td:table-of-type {border-width: 0; background: #ddd; height: 20px} | |
| 636 | .asdf td:active {background: transparent} | |
| 637 | @theseed-dark-mode { | |
| 638 | .asdf td:table-of-type {border-width: 0; background: #ddd} | |
| 639 | .asdf td:active {background: transparent} } | |
| 640 | }}} | |
| 641 | | 아무 곳이나 클릭해 보세요. |<tableclass=asdf><tablebordercolor=transparent><tablebgcolor=transparent> || || || || || || || || || || || || || || || || || || || || | |
| 642 | || || || || || || || || || || || || || || || || || || || || || | |
| 643 | || || || || || || || || || || || || || || || || || || || || || | |
| 644 | || || || || || || || || || || || || || || || || || || || || || | |
| 645 | || || || || || || || || || || || || || || || || || || || || || | |
| 646 | || || || || || || || || || || || || || || || || || || || || || | |
| 647 | || || || || || || || || || || || || || || || || || || || || || | |
| 648 | || || || || || || || || || || || || || || || || || || || || || | |
| 649 | || || || || || || || || || || || || || || || || || || || || || | |
| 650 | || || || || || || || || || || || || || || || || || || || || || | |
| 651 | || || || || || || || || || || || || || || || || || || || || || | |
| 652 | || || || || || || || || || || || || || || || || || || || || || | |
| 653 | || || || || || || || || || || || || || || || || || || || || || | |
| 654 | || || || || || || || || || || || || || || || || || || || || || | |
| 655 | || || || || || || || || || || || || || || || || || || || || || | |
| 656 | || || || || || || || || || || || || || || || || || || || || || | |
| 657 | || || || || || || || || || || || || || || || || || || || || || | |
| 658 | || || || || || || || || || || || || || || || || || || || || || | |
| 659 | || || || || || || || || || || || || || || || || || || || || || | |
| 660 | || || || || || || || || || || || || || || || || || || || || || | |
| 661 | ||
| 662 | {{{#!if x = true; y=false | |
| 663 | }}}{{{#!if x &&= y | |
| 664 | }}}@x@ | |
| 665 | ||
| 666 | {{{#!if __a__='asdf' | |
| 667 | }}}@\_\_a_\_@ @__a__@ | |
| 668 | {{{#!if this[' ']='변수명 공백', b = this[' '] | |
| 669 | }}}@b@ | |
| 670 | \ | |
| 671 | {{{#!if a=+true;b=2 ;b**=3 | |
| 672 | }}}@a@ | |
| 673 | @b@ | |
| 674 | ||
| 675 | {{{#!if age=17; status = age >= 18 ? "성인" : "미성년자"; | |
| 676 | }}}@status@ | |
| 677 | age=17; status = age >= 18 ? "성인" : "미성년자"; | |
| 678 | ||
| 679 | {{{#!style | |
| 680 | .a > tbody > tr > td:table-of-type {border-width: 0} | |
| 681 | .a > tbody > tr:nth-of-type(2n) > td:nth-of-type(2n+1) {padding: 0; background: #ddd;} | |
| 682 | .a > tbody > tr:nth-of-type(2n+1) > td:nth-of-type(2n) {padding: 0; background: #ddd;} | |
| 683 | .gradient {padding: 0; background: linear-gradient(to right in oklch, #f6d242, #ff52e5);} | |
| 684 | }}} | |
| 685 | ||<tableclass=a><tablewidth=100%><tablebordercolor=#000,#fff><tablebgcolor=transparent><width=16%> 사진 ||<width=16%> 사진 ||<width=16%> 사진 ||<width=16%> 사진 ||<width=16%> 사진 || | |
| 686 | || 내용 || 내용 || 내용 || 내용 || 내용 || | |
| 687 | || 사진 || 사진 || 사진 || 사진 ||<class=gradient> <class=gradient> || | |
| 688 | || 내용 || 내용 || 내용 || 내용 || 내용 || | |
| 689 | || 사진 || 사진 || 사진 || 사진 || 사진 || | |
| 690 | || 내용 || 내용 || 내용 || 내용 || 내용 || | |
| 691 | ||
| 692 | {{{#!style | |
| 693 | .round { | |
| 694 | display: inline; padding: 2px 3px; border-radius: 5px; font-size: 0.65em | |
| 695 | } | |
| 696 | }}} | |
| 697 | ||
| 698 | {{{#!wiki class="round" style="background: #ddd; color: #000" | |
| 699 | aaa}}} | |
| 700 | ||
| 701 | {{{#!style | |
| 702 | .asdf table { | |
| 703 | color: red; | |
| 704 | } | |
| 705 | }}} | |
| 706 | {{{#!wiki class="asdf" | |
| 707 | * asdf | |
| 708 | * asdf | |
| 709 | asdf | |
| 710 | || asdf || | |
| 711 | }}} | |
| 712 | ||
| 713 | {{{#!html <iframe data-testid="embed-iframe" style="border-radius:12px" src="https://open.spotify.com/embed/album/2B533CafltvOHSI34P7SHx?utm_source=generator" width="100%" height="352" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>}}} | |
| 714 | ||
| 715 | ||
| r135 | 716 | {{{#!if (+if) == 2 |
| 717 | == 문단명 == | |
| 718 | }}} | |
| r84 | 719 | {{{#!wiki style="text-align: center" |
| r133 | 720 | {{{#!folding 목차 펼치기·접기 |
| 721 | [목차]}}}}}} | |
| r43 | 722 | |
| r84 | 723 | {{{#!wiki style="text-align: center" |
| r134 (삭제된 사용자) | 724 | {{{#!html <a href>장식 링크</a>}}} |
| r125 | 725 | |
| r121 | 726 | {{{#!html <span style="text-decoration: underline red;">냥<span style="text-decoration: underline dotted green;">냥<span style="text-decoration: underline wavy blue;">냥<span style="text-decoration: underline overline purple;">냥</span>냥</span>냥</span>냥}}} |
| r43 | 727 | }}} |
| r66 | 728 | |
| r43 | 729 | == {{{#!html 문단명}}} == |
| 730 | [[#toc|목차]]에는 문단명이 출력되지 않는다. | |
| r121 | 731 | 냥 |
| r84 | 732 | |
| r122 | 733 | == 뻘짓 == |
| 734 | {{{#!wiki style="background-color: #ddd; padding: 10px 130px 50px; border-radius: 10px" dark-style="background: #383b40" | |
| 735 | \[include(틀:냥냥, color=black, darkcolor=white, 0=d)] | |
| 736 | {{{#!wiki style="display: flex; margin: 0 0 -100px" | |
| 737 | [include(틀:냥냥, color=black, darkcolor=white, 0=d)] | |
| 738 | [include(틀:냥냥, color=black, darkcolor=white, 1=d)] | |
| 739 | [include(틀:냥냥, color=black, darkcolor=white, 2=d)] | |
| 740 | [include(틀:냥냥, color=black, darkcolor=white, 3=d)] | |
| 741 | [include(틀:냥냥, color=black, darkcolor=white, 4=d)] | |
| 742 | [include(틀:냥냥, color=black, darkcolor=white, 5=d)] | |
| 743 | [include(틀:냥냥, color=black, darkcolor=white, 6=d)] | |
| 744 | [include(틀:냥냥, color=black, darkcolor=white, 7=d)] | |
| 745 | [include(틀:냥냥, color=black, darkcolor=white, 8=d)] | |
| 746 | [include(틀:냥냥, color=black, darkcolor=white, 9=d)]}}} | |
| 747 | ||
| 748 | \[include(틀:냥냥, 0=d)] | |
| 749 | {{{#!wiki style="display: flex; margin: 0 0 -100px" | |
| 750 | [include(틀:냥냥, 0=d)] | |
| 751 | [include(틀:냥냥, 1=d)] | |
| 752 | [include(틀:냥냥, 2=d)] | |
| 753 | [include(틀:냥냥, 3=d)] | |
| 754 | [include(틀:냥냥, 4=d)] | |
| 755 | [include(틀:냥냥, 5=d)] | |
| 756 | [include(틀:냥냥, 6=d)] | |
| 757 | [include(틀:냥냥, 7=d)] | |
| 758 | [include(틀:냥냥, 8=d)] | |
| 759 | [include(틀:냥냥, 9=d)]}}} | |
| 760 | }}} | |
| 761 | ||
| r137 | 762 | ==# 보존2 #== |
| 763 | ||
| 764 | {{{#!wikistyle="color:red" | |
| 765 | wikistyle}}} | |
| 766 | {{{#!wikistyle="color:red" | |
| 767 | wikistyle}}}{{{#!wiki- - - - --style="color:red"dark-style="color:blue"dark-style="color:green" | |
| 768 | wikistyle}}} | |
| 769 | }}}{{{{{{#!wikistyle="color:red" | |
| 770 | wikistyle}}} | |
| 771 | {{{#!wikistyle="color:red" | |
| 772 | wikistyle{{{{{{}}}}}}}}}{{{#!wikistyle="color:red" | |
| 773 | wikistyle}}} | |
| 774 | ## | |
| 775 | {{{#!foldingfolding접기 | |
| 776 | foldingfolding접기}}}{{{#!ifa==null | |
| 777 | ifa==null}}}{{{#!syntaxpython | |
| 778 | print('asdf')}}}{{{#!html{{{#!html이게왜됨}}}}}} | |
| 779 | ##}}}}}}}}}}}}}}}}}}}}}}}}} | |
| 780 | ||
| r136 | 781 | ==# 보존1 #== |
| 782 | [[mailto:[email protected]?subject=Hello]] | |
| 783 | [[data:text/plain;base64,SGVsbG8=]] | |
| 784 | [[file:///C:/Users/test.txt]] | |
| 785 | [[tel:+1234567890]] | |
| 786 | [[http://theseed.io:8080]] ERR_SSL_PROTOCOL_ERROR | |
| 787 | [[http://theseed.io:80]] | |
| 788 | [[ftp://theseed.io:21]] FTP | |
| 789 | [[https://theseed.io:443]] https | |
| 790 | [[http://theseed.io:3389]] RDP | |
| 791 | [[https://theseed.io:3306]] MySQL | |
| 792 | [[https://theseed.io:5432]] PostgreSQL | |
| 793 | [[http://theseed.io:27017]] MongoDB | |
| 794 | [[ftp://theseed.io]] | |
| 795 | [[sftp://theseed.io]] | |
| 796 | [[https://admin:[email protected]:443#bottom]] | |
| 797 | [[https://youtube%20com%20channel%20letsgorickrollin'%20:video:[email protected]:443#bottom]]<< 이거 더시드위키 링크임. | |
| 798 | ||
| 799 | [[http://theseed.io]] - 웹 페이지 전송 (비보안) | |
| 800 | [[https://theseed.io]] - 보안 웹 페이지 전송 (SSL/TLS 암호화) | |
| 801 | [[ftp://theseed.io]] - 파일 전송 | |
| 802 | [[sftp://theseed.io]] - 보안 파일 전송 (SSH 사용) | |
| 803 | [[file://theseed.io]] - 로컬 파일 접근 | |
| 804 | [[mailto://theseed.io]] - 이메일 클라이언트 실행 | |
| 805 | [[tel://theseed.io]] - 전화 걸기 | |
| 806 | [[ws://theseed.io]] - 웹소켓 연결 (비보안) | |
| 807 | [[wss://theseed.io]] - 보안 웹소켓 연결 | |
| 808 | [[ssh://theseed.io]] - 보안 셸 접속 | |
| 809 | [[rtsp://theseed.io]] - 스트리밍 미디어 | |
| 810 | [[gopher://theseed.io]] - 텍스트 기반 정보 검색 (구형) | |
| 811 | [[ldap://theseed.io]] - 디렉토리 서비스 접근 | |
| 812 | [[news://theseed.io]] - 뉴스그룹 접근 | |
| 813 | [[nntp://theseed.io]] - 네트워크 뉴스 전송 | |
| 814 | [[smb://theseed.io]] - 서버 메시지 블록 (파일/프린터 공유) | |
| 815 | [[data://theseed.io]] - 인라인 데이터 포함 | |
| 816 | [[urn://theseed.io]] - 고유 자원 이름 (위치가 아닌 식별자) | |
| 817 | [[telnet://theseed.io]] - 원격 터미널 접속 (비보안) | |
| 818 | [[sip://theseed.io]] - 세션 개시 프로토콜 (통신 세션) | |
| 819 | 저거 3개만되는거냐 | |
| 820 | ||
| 821 | == overflow == | |
| 822 | {{{#!if a = 2,147,483,647 | |
| 823 | a = 2,147,483,647[br]}}} | |
| 824 | {{{#!if a == 2147483647 | |
| 825 | a == 2147483647}}}{{{#!if a == 2,147,483,647 | |
| 826 | a == 2,147,483,647}}} | |
| 827 | {{{#!if a+1 == -2,147,483,648 | |
| 828 | a+1 == -2,147,483,648[br]overflow}}} | |
| 829 | ||
| 830 | ==# 보존2 #== | |
| 831 | ||
| 832 | ##3.141592 | |
| 833 | {{{#!if a=3, k=1 | |
| 834 | }}}{{{#!if a += 1*(10**(-k)), k+=1 | |
| 835 | }}}{{{#!if a += 4*(10**(-k)), k+=1 | |
| 836 | }}}{{{#!if a += 1*(10**(-k)), k+=1 | |
| 837 | }}}{{{#!if a += 5*(10**(-k)), k+=1 | |
| 838 | }}}{{{#!if a += 9*(10**(-k)), k+=1 | |
| 839 | }}}{{{#!if a += 2*(10**(-k)), k+=1 | |
| 840 | }}}{{{#!if a += 6*(10**(-k)), k+=1 | |
| 841 | }}}{{{#!if a += 5*(10**(-k)), k+=1 | |
| 842 | }}}{{{#!if a += 3*(10**(-k)), k+=1 | |
| 843 | }}}{{{#!if a += 5*(10**(-k)), k+=1 | |
| 844 | }}}{{{#!if a += 8*(10**(-k)), k+=1 | |
| 845 | }}}{{{#!if a += 9*(10**(-k)), k+=1 | |
| 846 | }}}{{{#!if a += 7*(10**(-k)), k+=1 | |
| 847 | }}}{{{#!if a += 9*(10**(-k)), k+=1 | |
| 848 | }}}{{{#!if a += 3*(10**(-k)), k+=1 | |
| 849 | }}}{{{#!if a += 2*(10**(-k)), k+=1 | |
| 850 | }}}{{{#!if a += 3*(10**(-k)), k+=1 | |
| 851 | }}}{{{#!if a += 8*(10**(-k)), k+=1 | |
| 852 | }}}{{{#!if a += 4*(10**(-k)), k+=1 | |
| 853 | }}}{{{#!if a += 6*(10**(-k)), k+=1 | |
| 854 | }}}{{{#!if a += 2*(10**(-k)), k+=1 | |
| 855 | }}}{{{#!if a += 5*(10**(-k)), k+=1 | |
| 856 | }}}{{{#!if a += 4*(10**(-k)), k+=1 | |
| 857 | }}}{{{#!if a += 3*(10**(-k)), k+=1 | |
| 858 | }}}{{{#!if a += 3*(10**(-k)), k+=1 | |
| 859 | }}}{{{#!if a += 8*(10**(-k)), k+=1 | |
| 860 | }}}{{{#!if a += 3*(10**(-k)), k+=1 | |
| 861 | }}}{{{#!if a += 2*(10**(-k)), k+=1 | |
| 862 | }}}{{{#!if a += 7*(10**(-k)), k+=1 | |
| 863 | }}}{{{#!if a += 9*(10**(-k)), k+=1 | |
| 864 | ##30자 | |
| 865 | }}} | |
| 866 | {{{#!if a==3.141592653589793 | |
| 867 | a==3.141592653589793 | |
| 868 | 18자군요}}} | |
| 869 | {{{#!if a==3.14159265358979311111111111111111111111111111111111111111111111111111111 | |
| 870 | a==3.14159265358979311111111111111111111111111111111111111111111111111111111}}} | |
| 871 | {{{#!if b=31415.926535897932384 | |
| 872 | }}}{{{#!if b==31415.926535897932385 | |
| 873 | b==31415.92653589793238'''5'''??? | |
| 874 | }}} | |
| 875 | {{{#!if b==31415.92653589793239 | |
| 876 | b==31415.9265358979323'''9'''??? | |
| 877 | }}} | |
| 878 | {{{#!if b==31415.9265358979324 | |
| 879 | b==31415.926535897932'''4'''??? | |
| 880 | }}} | |
| 881 | {{{#!if b==31415.926535897933 | |
| 882 | b==31415.92653589793'''3'''??? | |
| 883 | }}} | |
| 884 | {{{#!if b!=31415.92653589794 | |
| 885 | b!=31415.9265358979'''4''' | |
| 886 | }}} | |
| 887 | {{{#!if 922337203685477.1 == 922337203685477.11 | |
| 888 | 922337203685477.1 == 922337203685477.11 | |
| 889 | 크기 한계로 소수점이나 아닌 부분이나 둘 다 영향을 주는 듯}}} | |
| 890 | ||
| 891 | {{{#!if 0.1 + 0.2 != 0.3 | |
| 892 | 0.1 + 0.2 '''{{{#red !}}}=''' 0.3}}} | |
| 893 | {{{#!if 1 + 0.1 == 1.1 | |
| 894 | 1 + 0.1 '''==''' 1.1}}} | |
| 895 | ||
| 896 | {{{#!if a=1 | |
| 897 | }}}{{{#!if a+=1, a == 2 | |
| 898 | asdf}}} | |
| 899 | ||
| 900 | '''{{{#!wiki style="width: 80px; height: 80px; color: transparent; background: text linear-gradient(to right bottom, #9a8ef2 15%, transparent 55%), text linear-gradient(to left bottom, #cb83c4 15%, transparent 55%), text linear-gradient(to right top, #fd6e77 15%, transparent 75%),text linear-gradient(to left top, #ed9861 15%, transparent 75%)" | |
| 901 | asdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdf}}}''' | |
| 902 | ||
| 903 | [include(틀:각주, 각주명=각주명에 띄어쓰기 넣기, 내용=[include(틀:각주\, 각주명=각주명에 띄어쓰기 넣기\, 내용=\)])] | |
| 904 | ||
| r129 | 905 | == {{{#!html <span style="color: transparent; background: text repeating-linear-gradient(45deg, #1f719a .6%, #1f719a 1.2%, #2abdc3 1.2%, #2abdc3 1.8%, #fff6ee 1.8%, #fff6ee 2.4%)">문단명문단명문단명문단명문단명문단명문단명문단명문단명</span>}}} == |
| r130 | 906 | == {{{#!html <span style="color: transparent; background: text linear-gradient(3deg, black 45%, white 45%, white 55%, black 55%)">문단명문단명문단명문단명문단명문단명문단명문단명문단명</span>}}} == |
| 907 | == {{{#!html <span style="color: transparent; background: text linear-gradient(3deg, white 45%, black 45%, black 55%, white 55%)">문단명문단명문단명문단명문단명문단명문단명문단명문단명</span>}}} == | |
| r129 | 908 | |
| r131 | 909 | == {{{#!html <span style="color: transparent; background: text repeating-linear-gradient(3deg, black 1%, white 2%, white 2%, black 2%)">문단명문단명문단명문단명문단명문단명문단명문단명문단명</span>}}} == |
| r140 | 910 | |
| r123 | 911 | == 냥 == |
| 912 | {{{#!wiki style="text-emphasis: '냥' red; font-size: 100px" | |
| 913 | 냥냥냥냥냥냥냥냥냥냥냥냥냥냥냥냥냥냥냥냥냥냥냥냥냥냥냥냥냥냥냥냥냥냥 | |
| 914 | }}} | |
| r140 | 915 | {{{#!wiki style="font-weight: 300; font-size: 20px" |
| 916 | {{{#!if 식 = '11+2' | |
| 917 | @식=11+2@}}} = {{{#!if s1=false, s2=false, s3=false, j=1+0, i=0+0, k=1+0 | |
| 918 | ##switch1 : 숫자 계속 탐색하기, switch2 : 소수점 아래 기입하기. switch3 : 중복 실행 방지. | |
| 919 | }}}{{{#!if this['d'+i] = (식[i]>=48&&식[i]<=57) | |
| 920 | }}}{{{#!if (s1==false)&&this['d'+i]&&(s3==false) | |
| 921 | ##숫자를 발견할 경우 | |
| 922 | {{{#!if this['v'+j] = +(식.substr(i,1)), s1=true, s3=true | |
| 923 | ##여기에 앞자리가 음수냐 아니냐를 읽는 판별을 만들어야 합니다. ㅏ 이걸 생각 못했네요 그럼 좀 많이 길어지는데 | |
| 924 | }}}}}}{{{#!if (s1==true)&&this['d'+i]&&(s3==false) | |
| 925 | ##숫자를 계속 발견할 경우 (소수점일 수도 있습니다. 여기서는 숫자일 경우) | |
| 926 | ##여기에서 소수점 위를 기입하냐 소수점 아래를 기입하냐 소수점 아래라면 소수점 아래 몇번째 자리를 기입하느냐를 적어야 합니다. | |
| 927 | {{{#!if s2==false | |
| 928 | ##정수 자리를 기입하는 경우 | |
| 929 | {{{#!if this['v'+j] = 10*this['v'+j]+(+(식.substr(i,1))), s3=true | |
| 930 | }}}}}}{{{#!if s2==true | |
| 931 | ##소수점 아래 자리를 기입하는 경우 | |
| 932 | {{{#!if this['v'+j] = this['v'+j]+(10.0**(-k))*(+(식.substr(i,1))), s3=true | |
| 933 | }}}{{{#!if k+=1 | |
| 934 | ##다음 소수점 자리 찾기 | |
| 935 | }}}}}}}}}{{{#!if (s1==true)&&(s2==false)&&(식[i]==46)&&(s3==false) | |
| 936 | ##앞에서 숫자를 발견한 다음 소수점을 발견할 경우 (소수점 발견은 최초 1회에 한함) | |
| 937 | {{{#!if s2=true, s3=true, k=1+0 | |
| 938 | ##switch2 : 켜기 | |
| 939 | }}}}}}{{{#!if (s1==true)&&(((s2==false)&&!this['d'+i]&&(식[i]!=46))||((s2==true)&&!this['d'+i]))&&(s3==false) | |
| 940 | ##숫자가 더 이상 나오지 않고 소수점을 발견하지 못했을 경우, 소수점을 발견한 상황인데 숫자가 나오지 않을 경우 (소수점이 다시 나오는 경우가 자동적으로 포함) | |
| 941 | {{{#!if j+=1, s1=false, s2=false, s3=true | |
| 942 | ##소수점 아래 기입하는 스위치도 off, 다음 index(j) 매김. | |
| 943 | }}}{{{#!if s3==true | |
| 944 | ##여기까지 과정을 거쳤다면 스위치 off. | |
| 945 | {{{#!if s3=false | |
| 946 | }}}}}} | |
| 947 | }}}{{{#!if i+=1 | |
| 948 | }}} | |
| 949 | ## | |
| 950 | {{{#!if false | |
| 951 | ##이 if문은 실행되지 않는 단락. 주석만 제거하고 복사 붙여넣기. | |
| 952 | {{{#!if this['d'+i] = (식[i]>=48&&식[i]<=57) | |
| 953 | }}}{{{#!if (s1==false)&&this['d'+i]&&(s3==false) | |
| 954 | {{{#!if this['v'+j] = +(식.substr(i,1)), s1=true, s3=true | |
| 955 | }}}}}}{{{#!if (s1==true)&&this['d'+i]&&(s3==false) | |
| 956 | {{{#!if s2==false | |
| 957 | {{{#!if this['v'+j] = 10*this['v'+j]+(+(식.substr(i,1))), s3=true | |
| 958 | }}}}}}{{{#!if s2==true | |
| 959 | {{{#!if this['v'+j] = this['v'+j]+(10.0**(-k))*(+(식.substr(i,1))), s3=true | |
| 960 | }}}{{{#!if k+=1 | |
| 961 | }}}}}}}}}{{{#!if (s1==true)&&(s2==false)&&(식[i]==46)&&(s3==false) | |
| 962 | {{{#!if s2=true, s3=true, k=1+0 | |
| 963 | }}}}}}{{{#!if (s1==true)&&(((s2==false)&&!this['d'+i]&&(식[i]!=46)||(s2==false))||((s2==true)&&!this['d'+i]&&(식=[i]==46)))&&(s3==false) | |
| 964 | {{{#!if j+=1, s1=false, s2=false, s3=true | |
| 965 | }}}{{{#!if s3==true | |
| 966 | {{{#!if s3=false | |
| 967 | }}}}}} | |
| 968 | }}}{{{#!if i+=1 | |
| 969 | }}} | |
| 970 | #### | |
| 971 | }}} | |
| 972 | ## | |
| 973 | {{{#!if this['v1'] == 1 | |
| 974 | this['v1'] == 1}}} | |
| 975 | ## | |
| 976 | {{{#!if s3=false | |
| 977 | }}}{{{#!if this['d'+i] = (식[i]>=48&&식[i]<=57) | |
| 978 | }}}{{{#!if (s1==false)&&this['d'+i]&&(s3==false) | |
| 979 | {{{#!if this['v'+j] = +(식.substr(i,1)), s1=true, s3=true | |
| 980 | }}}}}}{{{#!if (s1==true)&&this['d'+i]&&(s3==false) | |
| 981 | {{{#!if this['v'+j] = 10*this['v'+j]+(+(식.substr(i,1))), s3=true | |
| 982 | }}}}}}{{{#!if (s1==true)&&(식[i]==46)&&(s3==false) | |
| 983 | {{{#!if s2=true, s3=true | |
| 984 | }}}}}}{{{#!if (s1==true)&&!this['d'+i]&&(s3==false) | |
| 985 | {{{#!if j+=1, s1=false, s2=false, s3=true | |
| 986 | }}}}}}{{{#!if i+=1 | |
| 987 | }}} | |
| 988 | ## | |
| 989 | {{{#!if this['v1'] == 11 | |
| 990 | this['v1'] == 11}}} | |
| 991 | ## | |
| 992 | {{{#!if s3=false | |
| 993 | }}}{{{#!if this['d'+i] = (식[i]>=48&&식[i]<=57) | |
| 994 | }}}{{{#!if (s1==false)&&this['d'+i]&&(s3==false) | |
| 995 | {{{#!if this['v'+j] = +(식.substr(i,1)), s1=true, s3=true | |
| 996 | }}}}}}{{{#!if (s1==true)&&this['d'+i]&&(s3==false) | |
| 997 | {{{#!if this['v'+j] = 10*this['v'+j]+(+(식.substr(i,1))), s3=true | |
| 998 | }}}}}}{{{#!if (s1==true)&&(식[i]==46)&&(s3==false) | |
| 999 | {{{#!if s2=true, s3=true | |
| 1000 | }}}}}}{{{#!if (s1==true)&&!this['d'+i]&&(s3==false) | |
| 1001 | {{{#!if j+=1, s1=false, s2=false, s3=true | |
| 1002 | }}}}}}{{{#!if i+=1 | |
| 1003 | }}}{{{#!if s3=false | |
| 1004 | }}}{{{#!if this['d'+i] = (식[i]>=48&&식[i]<=57) | |
| 1005 | }}}{{{#!if (s1==false)&&this['d'+i]&&(s3==false) | |
| 1006 | {{{#!if this['v'+j] = +(식.substr(i,1)), s1=true, s3=true | |
| 1007 | }}}}}}{{{#!if (s1==true)&&this['d'+i]&&(s3==false) | |
| 1008 | {{{#!if this['v'+j] = 10*this['v'+j]+(+(식.substr(i,1))), s3=true | |
| 1009 | }}}}}}{{{#!if (s1==true)&&(식[i]==46)&&(s3==false) | |
| 1010 | {{{#!if s2=true, s3=true | |
| 1011 | }}}}}}{{{#!if (s1==true)&&!this['d'+i]&&(s3==false) | |
| 1012 | {{{#!if j+=1, s1=false, s2=false, s3=true | |
| 1013 | }}}}}}{{{#!if i+=1 | |
| 1014 | }}} | |
| 1015 | ## | |
| 1016 | {{{#!if this['v2'] == 2 | |
| 1017 | this['v2'] == 2}}} | |
| 1018 | ## | |
| 1019 | ## | |
| 1020 | ## | |
| 1021 | ## | |
| 1022 | {{{#!if this['d'+i] = (식[i]>=48&&식[i]<=57), i+=1 | |
| 1023 | }}}{{{#!if this['d'+i] = (식[i]>=48&&식[i]<=57), i+=1 | |
| 1024 | }}}{{{#!if this['d'+i] = (식[i]>=48&&식[i]<=57), i+=1 | |
| 1025 | }}} | |
| 1026 | ## 식 검증이 됐다 치면 | |
| 1027 | ## dn : true - 수 / false - 연산자 | |
| 1028 | {{{#!if this['d0'] | |
| 1029 | 1}}}{{{#!if this['d1'] | |
| 1030 | 1}}}{{{#!if !this['d2'] | |
| 1031 | +}}}{{{#!if this['d3'] | |
| 1032 | 2}}} | |
| 1033 | ## in : 11+2 에서 '11'은 0번째 위치, '+'는 2번째 위치.. > 0, 2, 3 > 위치 기억 / 뺄셈으로 자릿수 계산 | |
| 1034 | ## 보다 좋은 방법이 있ㅅ을 것 같은데음ㅁ.. | |
| 1035 | {{{#!if i = 1, j = 1, i0 = 0 | |
| 1036 | }}} | |
| 1037 | {{{#!if t = this['d0'] != this['d1'], t | |
| 1038 | {{{#!if this['i'+i] = j, j+=1, i+=1 | |
| 1039 | }}}}}}{{{#!if !t | |
| 1040 | {{{#!if j+=1 | |
| 1041 | }}}}}}{{{#!if t = this['d1'] != this['d2'], t | |
| 1042 | {{{#!if this['i'+i] = j, j+=1, i+=1 | |
| 1043 | }}}}}}{{{#!if !t | |
| 1044 | {{{#!if j+=1 | |
| 1045 | }}}}}}{{{#!if t = this['d1'] != this['d2'], t | |
| 1046 | {{{#!if this['i'+i] = j, j+=1, i+=1 | |
| 1047 | }}}}}}{{{#!if !t | |
| 1048 | {{{#!if j+=1 | |
| 1049 | }}}}}} | |
| 1050 | ## {{{#!if i0 == 0 | |
| 1051 | ## i0 == 0 }}}{{{#!if i1 == 2 | |
| 1052 | ## i1 == 2 }}}{{{#!if i2 == 3 | |
| 1053 | ## i2 == 3 }}} | |
| 1054 | ## {{{#!if list = [d0, d1, d2, d3] | |
| 1055 | ## }}} | |
| 1056 | }}} | |
| r145 | 1057 | |
| 1058 | [include(a)]''''''[include(a)][include(a)] | |
| 1059 | [[]][include(a)][include(a)][include(a)] |