r7 vs r8
......
88
99
== 셋리 ==
1010
{{{#!style
11
.setlist-box {
12
border: 1px solid #ccc;
13
border-radius: 15px;
14
padding: 20px;
15
margin: 10px auto;
16
max-width: 600px;
17
box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
18
background-color: white;
19
color: #333;
11
.sl-table {
12
border-collapse: separate;
13
border-spacing: 0;
14
border: 1px solid #ddd;
15
border-radius: 12px;
16
overflow: hidden;
17
width: 100%;
2018
}
2119
22
.setlist-title {
23
font-size: 1.4em;
24
font-weight: bold;
25
text-align: center;
26
margin-bottom: 5px;
27
color: #007bff;
20
.sl-cell {
21
padding: 12px 15px !important;
22
background-color: #ffffff;
23
transition: background 0.2s;
2824
}
2925
30
.setlist-subtitle {
31
font-size: 0.9em;
26
.sl-num {
27
width: 40px;
3228
text-align: center;
33
margin-bottom: 20px;
34
color: #666;
35
}
36
37
.setlist-ol {
38
margin: 0;
39
padding-left: 25px;
40
}
41
42
.setlist-li {
43
font-size: 1.05em;
44
margin-bottom: 12px;
45
line-height: 1.4;
46
border-bottom: 1px dashed #eee;
47
padding-bottom: 8px;
48
}
49
50
.song-title {
5129
font-weight: bold;
30
color: #007bff;
31
background-color: #f8f9fa;
5232
}
5333
54
.song-info {
55
font-size: 0.85em;
56
color: #777;
57
margin-left: 10px;
58
}
59
60
.tag-title {
61
background-color: #ff4757;
62
color: white;
63
font-size: 0.75em;
64
padding: 2px 6px;
65
border-radius: 4px;
66
margin-right: 5px;
67
vertical-align: middle;
68
}
69
70
.encore-text {
71
color: #ff6b81;
72
font-weight: bold;
73
font-size: 0.9em;
74
margin-top: 15px;
75
display: block;
76
}
77
7834
@theseed-dark-mode {
79
.kpop-setlist-box {
80
border-color: #444;
81
background-color: #1c1c1c;
82
color: #eee;
83
box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
84
}
85
86
.setlist-title {
87
color: #37afff;
88
}
89
90
.setlist-subtitle {
91
color: #aaa;
92
}
93
94
.setlist-li {
95
border-bottom-color: #333;
96
}
97
98
.song-info {
99
color: #999;
100
}
101
102
.tag-title {
103
background-color: #e03131;
104
}
105
106
.encore-text {
107
color: #ff8787;
108
}
35
.sl-table { border-color: #444; }
36
.sl-cell { background-color: #1c1c1c; color: #eee; }
37
.sl-num { background-color: #252525; color: #37afff; }
10938
}
11039
}}}
40
||<tableclass=sl-table><tablewidth=100%><tablealign=center>||
41
||<class=sl-num> 01 ||<class=sl-cell> '''첫 번째 곡 제목''' [br] {{{-2 앨범명 또는 정보}}} ||
42
||<class=sl-num> 02 ||<class=sl-cell> '''두 번째 곡 제목''' [br] {{{-2 특이사항 기록}}} ||
43
||<class=sl-num> 03 ||<class=sl-cell> {{{#red '''[TITLE]'''}}} '''타이틀 곡 제목''' ||
44
||<class=sl-num> 04 ||<class=sl-cell> '''마지막 곡 제목''' ||
45
46