File tree Expand file tree Collapse file tree 3 files changed +30
-51
lines changed Expand file tree Collapse file tree 3 files changed +30
-51
lines changed Original file line number Diff line number Diff line change @@ -1075,7 +1075,34 @@ section {
1075
1075
1076
1076
/* Stats and Dojos table styling */
1077
1077
.stats-table {
1078
- td .inactive-item {
1079
- background-color : gainsboro ;
1078
+ table-layout : auto ;
1079
+
1080
+ th {
1081
+ padding : 10px ;
1082
+ text-align : center ;
1083
+ }
1084
+
1085
+ td {
1086
+ padding : 1px 10px 1px 10px ;
1087
+ text-align : right ;
1088
+ font-size : smaller ;
1089
+
1090
+ & .url-cell {
1091
+ white-space : normal ; /* 改行を許可 */
1092
+ word-wrap : break-word ; /* 古めのブラウザ向け */
1093
+ overflow-wrap : break-word ; /* 新しめのブラウザ向け */
1094
+ word-break : break-all ; /* 英数字が続く場合の保険 (必要に応じて) */
1095
+ text-align : left ;
1096
+ }
1097
+
1098
+ & .inactive-item {
1099
+ background-color : gainsboro ;
1100
+ }
1101
+ }
1102
+
1103
+ // Activity page specific style for expired events
1104
+ span .expired a {
1105
+ color : red ;
1106
+ background-color : #ffe5e5 ; /* 薄い赤背景 */
1080
1107
}
1081
1108
}
Original file line number Diff line number Diff line change 25
25
</ div >
26
26
</ p >
27
27
28
- < style type ="text/css ">
29
- /* URL 用のセルにクラスを付けておく想定 */
30
- table { table-layout : auto; }
31
- td {
32
- padding : 1px 10px 1px 10px ;
33
- text-align : right;
34
- font-size : smaller;
35
- }
36
- span .expired {
37
- a {
38
- color : red;
39
- background-color : # ffe5e5 ; /* 薄い赤背景 */
40
- }
41
- }
42
- td .url-cell {
43
- white-space : normal; /* 改行を許可 */
44
- word-wrap : break-word; /* 古めのブラウザ向け */
45
- overflow-wrap : break-word; /* 新しめのブラウザ向け */
46
- word-break : break-all; /* 英数字が続く場合の保険 (必要に応じて) */
47
- text-align : left;
48
- }
49
- th {
50
- padding : 10px ;
51
- text-align : center;
52
- }
53
- </ style >
54
-
55
28
< div style ="margin-top: 20px; " align ="center ">
56
- < table border ="1 ">
29
+ < table border ="1 " class =" stats-table " >
57
30
< tr >
58
31
< th >
59
32
< small > ☯️ 道場名</ small >
Original file line number Diff line number Diff line change 62
62
</ p >
63
63
</ div >
64
64
65
- < style type ="text/css ">
66
- /* URL 用のセルにクラスを付けておく想定 */
67
- table { table-layout : auto; }
68
- td {
69
- padding : 1px 10px 1px 10px ;
70
- text-align : right;
71
- font-size : smaller;
72
- }
73
- td .url-cell {
74
- white-space : normal; /* 改行を許可 */
75
- word-wrap : break-word; /* 古めのブラウザ向け */
76
- overflow-wrap : break-word; /* 新しめのブラウザ向け */
77
- word-break : break-all; /* 英数字が続く場合の保険 (必要に応じて) */
78
- text-align : left;
79
- }
80
- th {
81
- padding : 10px ;
82
- text-align : center;
83
- }
84
- </ style >
85
-
86
65
< div style ="margin-top: 20px; " align ="center ">
87
66
< table border ="1 " class ="stats-table ">
88
67
< tr >
You can’t perform that action at this time.
0 commit comments