「MediaWiki:Common.css」の版間の差分

編集の要約なし
編集の要約なし
編集の要約なし
198行目: 198行目:
/* 表の縦罫線のスタイル */
/* 表の縦罫線のスタイル */
tr > td:first-child {
tr > td:first-child {
border-left: 3px solid #303030;
border-left: 1px solid #303030;
}
}


tr > td:last-child {
tr > td:last-child {
border-right: 3px solid #303030;
border-right: 1px solid #303030;
}
}


/* 表の横罫線のスタイル */
/* 表の横罫線のスタイル */
tr:first-child > td {
tr:first-child > td {
border-top: 3px solid #303030;
border-top: 1px solid #303030;
}
}


tr:last-child > td {
tr:last-child > td {
border-bottom: 3px solid #303030;
border-bottom: 1px solid #303030;
}
}