Skip to content

Commit 85aa27c

Browse files
携帯版だと左右スクロールできるのを修正
widthを90%に設定していても超えてくるので、文字サイズの調整によって対応。
1 parent 73df3d1 commit 85aa27c

File tree

1 file changed

+39
-33
lines changed

1 file changed

+39
-33
lines changed

kiss/color/color.shtml

+39-33
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@
2828
<!-- # # アイコンの設定 # # -->
2929
<link rel="apple-touch-icon" sizes="1024x1024" href="../kiss_icon.png">
3030
<link rel="icon" type="image/x-icon" href="../kiss_icon.png">
31+
<style>
32+
table{width: 90%;}
33+
table tr th p{color: white;}
34+
@media screen and (max-width: 1080px){table tr th p{font-size: 2.0rem;}}
35+
@media screen and (max-width: 980px){table tr th p{font-size: 1.4rem;}}
36+
</style>
3137
</head>
3238

3339
<!-- #### 内容 #### -->
@@ -53,93 +59,93 @@
5359

5460
<!-- # LEC-CS001 # -->
5561
<h3>Lemon 1200 Blue</h3>
56-
<table width="90%">
62+
<table>
5763
<tr>
5864
<th bgcolor="#b3fffa">
59-
<p style="color: white;">SKY</p>
60-
<p style="color: white;">#B3FFFA</p>
65+
<p>SKY</p>
66+
<p>#B3FFFA</p>
6167
</th>
6268

6369
<th bgcolor="#5152ff">
64-
<p style="color: white;">Blue</p>
65-
<p style="color: white;">#5152FF</p>
70+
<p>Blue</p>
71+
<p>#5152FF</p>
6672
</th>
6773

6874
<th bgcolor="#51ffe0">
69-
<p style="color: white;">B+G</p>
70-
<p style="color: white;">#51FFE0</p>
75+
<p>B+G</p>
76+
<p>#51FFE0</p>
7177
</th>
7278

7379
<th bgcolor="#51ffa0">
74-
<p style="color: white;">Green</p>
75-
<p style="color: white;">#51FFA0</p>
80+
<p>Green</p>
81+
<p>#51FFA0</p>
7682
</th>
7783

7884
<th bgcolor="#85f1ff">
79-
<p style="color: white;">KDE</p>
80-
<p style="color: white;">#85F1FF</p>
85+
<p>KDE</p>
86+
<p>#85F1FF</p>
8187
</th>
8288
</tr>
8389
</table>
8490

8591
<!-- # LEC-CS002 # -->
8692
<h3>Lemon 1550 Core</h3>
87-
<table width="90%">
93+
<table>
8894
<tr>
8995
<th bgcolor="#ac6aff">
90-
<p style="color: white;">Dark</p>
91-
<p style="color: white;">#AC6AFF</p>
96+
<p>Dark</p>
97+
<p>#AC6AFF</p>
9298
</th>
9399

94100
<th bgcolor="#8a6aff">
95-
<p style="color: white;">Core</p>
96-
<p style="color: white;">#8A6AFF</p>
101+
<p>Core</p>
102+
<p>#8A6AFF</p>
97103
</th>
98104

99105
<th bgcolor="#ff6aec">
100-
<p style="color: white;">Pink</p>
101-
<p style="color: white;">#FF6AEC</p>
106+
<p>Pink</p>
107+
<p>#FF6AEC</p>
102108
</th>
103109

104110
<th bgcolor="#ff6aad">
105-
<p style="color: white;">Red</p>
106-
<p style="color: white;">#FF6AAD</p>
111+
<p>Red</p>
112+
<p>#FF6AAD</p>
107113
</th>
108114

109115
<th bgcolor="#ff6a7f">
110-
<p style="color: white;">Kill</p>
111-
<p style="color: white;">#FF6A7F</p>
116+
<p>Kill</p>
117+
<p>#FF6A7F</p>
112118
</th>
113119
</tr>
114120
</table>
115121

116122
<!-- # LEC-CS003 # -->
117123
<h3>Lemon 1340 Drink</h3>
118-
<table width="90%">
124+
<table>
119125
<tr>
120126
<th bgcolor="#96ffff">
121-
<p style="color: white;">H2O</p>
122-
<p style="color: white;">#96FFFF</p>
127+
<p>H2O</p>
128+
<p>#96FFFF</p>
123129
</th>
124130

125131
<th bgcolor="#96ffbd">
126-
<p style="color: white;">Drug</p>
127-
<p style="color: white;">#96FFBD</p>
132+
<p>Drug</p>
133+
<p>#96FFBD</p>
128134
</th>
129135

130136
<th bgcolor="#ffc896">
131-
<p style="color: white;">Fine</p>
132-
<p style="color: white;">#FFC896</p>
137+
<p>Fine</p>
138+
<p>#FFC896</p>
133139
</th>
134140

135141
<th bgcolor="#a696ff">
136-
<p style="color: white;">Sky</p>
137-
<p style="color: white;">#A696FF</p>
142+
<p>Sky</p>
143+
<p>#A696FF</p>
138144
</th>
139145

140146
<th bgcolor="#f9ff96">
141-
<p style="color: white;">LEC</p>
142-
<p style="color: white;">#F0FF96</p>
147+
<p>LEC</p>
148+
<p>#F0FF96</p>
143149
</th>
144150
</tr>
145151
</table>

0 commit comments

Comments
 (0)