•  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
r16 vs r17
1[include(사용자:jhk1090/테스트, red=red)]
2
1## "test" 문서
32{{{#!style
4/* scoped styles are not supported */
5.red {
6 color: red;
3.@className@ {
4 color: @color@
75}
86
9table.colored {
10 border: 3px solid red;
11}
12
13table.colored > tbody > tr > td {
14 padding: 0;
15}
16
17table.colored > tbody > tr > td:first-of-type {
18 font-weight: bold;
19}
20table.colored > tbody > tr:nth-of-type(3n) > td:first-of-type {
7.test {
218 color: red;
22}
23table.colored > tbody > tr:nth-of-type(3n + 1) > td:first-of-type {
24 color: lime;
25}
26table.colored > tbody > tr:nth-of-type(3n + 2) > td:first-of-type {
27 color: blue;
28}
29
30/* media query is not supported */
31@theseed-dark-mode {
32 table.colored > tbody > tr:nth-of-type(3n) > td:first-of-type {
33 color: yellow;
34 }
35 table.colored > tbody > tr:nth-of-type(3n + 1) > td:first-of-type {
36 color: yellow;
37 }
38 table.colored > tbody > tr:nth-of-type(3n + 2) > td:first-of-type {
39 color: yellow;
40 }
419}
4210}}}
4311
44{{{#!wiki class="red" lang="ja"
45aaa}}}
12{{{#!wiki class="colored"
13colored}}}
4614
47== styled table test ==
48||<tableclass=colored><table width=100%><table bgcolor=#ffffff,#2d2f34><table color=#212529,#e0e0e0><colbgcolor=#ffffff,#000000> 1 ||1 ||
4916|| 2 ||2 ||
......
15||<tableclass=test> a ||