# 위키쨩 스킨 테이블 헤더 관련 CSS
table.wikitable th, table.wikitable > tr > th, table.wikitable > * > tr > th {
padding: 0.3em;
border-left: none;
border-right: none;
border-top: 1px solid #fafafa;
border-bottom: 1px solid #e0e0e0;
background-color: #ededed !important;
background: -moz-linear-gradient(top,#ededed 0%,#ebebeb 100%);
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ededed),color-stop(100%,#ebebeb));
background: -webkit-linear-gradient(top,#ededed 0%,#ebebeb 100%);
background: -o-linear-gradient(top,#ededed 0%,#ebebeb 100%);
background: -ms-linear-gradient(top,#ededed 0%,#ebebeb 100%);
background: linear-gradient(to bottom,#ededed 0%,#ebebeb 100%);
text-shadow: 1px 1px 0px #fff;
}
@media screen
table.wikitable > tr > th, table.wikitable > * > tr > th {
background-color: #f2f2f2;
text-align: center;
}
====
# 리브레 스킨 테이블 헤더 관련 CSS
table.wikitable th, table.wikitable > tr > th, table.wikitable > * > tr > th {
padding: 0.3em;
border-left: none;
border-right: none;
border-top: 1px solid #fafafa;
border-bottom: 1px solid #e0e0e0;
}
@media screen
table.wikitable>tr>th, table.wikitable>*>tr>th {
background-color: #f2f2f2;
text-align: center;
}