Template:曲目定数/styles.css:修订间差异
无编辑摘要 |
小无编辑摘要 |
||
第49行: | 第49行: | ||
.Grid-cell { | .Grid-cell { | ||
text-align: center; | text-align: center; | ||
color: #202122; | color: #202122; | ||
font: inherit; | font: inherit; | ||
border-collapse: collapse; | border-collapse: collapse; | ||
border-spacing: 3px; | border-spacing: 3px; | ||
line-height: 1.5em; | line-height: 1.5em; | ||
font-size: 100%; | font-size: 100%; | ||
第67行: | 第64行: | ||
.Grid-cell-title { | .Grid-cell-title { | ||
text-align: center; | text-align: center; | ||
第82行: | 第78行: | ||
flex: 1 0; | flex: 1 0; | ||
background-color: #f0f0f0; | background-color: #f0f0f0; | ||
font-weight: normal; | font-weight: normal; | ||
width: 6em; | width: 6em; |
2021年3月15日 (一) 08:59的版本
.wikitable{
min-width:542px;
}
@media all and ( max-width: 720px ) {
.wikitable{
min-width:100%;
}
}
.Grid {
display: flex;
}
@media all and ( min-width: 720px ) {
.Grid {
width: 400px;
}
.Grid-cell {
font-family: sans-serif;
line-height: 1.6;
direction: ltr;
font-size: 100%;
color: #222;
border-collapse: collapse;
text-align: center;
border: 1px solid #a2a9b1;
padding: 0.2em 0.4em;
flex-basis:100px;
}
.Grid-cell-title {
font-family: sans-serif;
line-height: 1.6;
direction: ltr;
font-size: 100%;
color: #222;
border-collapse: collapse;
border: 1px solid #a2a9b1;
padding: 0.2em 0.4em;
background-color: #eaecf0;
text-align: center;
flex-basis:100px;
}
}
@media all and ( max-width: 720px ) {
.Grid-cell {
text-align: center;
color: #202122;
font: inherit;
border-collapse: collapse;
border-spacing: 3px;
line-height: 1.5em;
font-size: 100%;
vertical-align: top;
border: 0;
border-bottom: 1px solid #eaecf0;
padding: 7px 10px;
flex: 1 0;
}
.Grid-cell-title {
text-align: center;
color: #202122;
font: inherit;
border-collapse: collapse;
border-spacing: 3px;
line-height: 1.5em;
font-size: 100%;
vertical-align: top;
border: 0;
border-bottom: 1px solid #eaecf0;
padding: 7px 10px;
flex: 1 0;
background-color: #f0f0f0;
font-weight: normal;
width: 6em;
}
}