r6 vs r7
......
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;
20
}
1121
22
.setlist-title {
23
font-size: 1.4em;
24
font-weight: bold;
25
text-align: center;
26
margin-bottom: 5px;
27
color: #007bff;
28
}
29
30
.setlist-subtitle {
31
font-size: 0.9em;
32
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 {
51
font-weight: bold;
52
}
53
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
78
@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
}
109
}
12110
}}}