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

편집 요약 없음
잔글편집 요약 없음
 
(같은 사용자의 중간 판 하나는 보이지 않습니다)
2번째 줄: 2번째 줄:


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


9번째 줄: 9번째 줄:
}
}


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

2021년 6월 10일 (목) 18:37 기준 최신판

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

table.table-center {
  margin: 0.8rem auto !important;
}

table.table-right {
  float: right;
}

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

blockquote {
  background: #eee;
  padding: 10px 0px;
      padding-left: 0px;
  padding-left: 20px;
  border: 2px dashed #ddd;
      border-left-color: rgb(221, 221, 221);
      border-left-style: dashed;
      border-left-width: 2px;
  border-left: 5px solid #ff809f;
}

blockquote > * {
  margin: 0;
}