미디어위키:Common.css: 두 판 사이의 차이

편집 요약 없음
편집 요약 없음
1번째 줄: 1번째 줄:
/* 이 CSS 설정은 모든 스킨에 적용됩니다 */
/* 이 CSS 설정은 모든 스킨에 적용됩니다 */
.mw-editsection {
  display: none !important;
}


table.table-center {
table.table-center {
   margin: 0px auto;
   margin: 0px auto !important;
}
}


table.table-right {
table.table-right {
   float: right;
   float: right;
}
s {
  color: #808080;
}
}



2020년 12월 23일 (수) 11:11 판

/* 이 CSS 설정은 모든 스킨에 적용됩니다 */

table.table-center {
  margin: 0px auto !important;
}

table.table-right {
  float: right;
}

span.color-template > a {
  color: inherit;
}