편집 요약 없음 |
잔글편집 요약 없음 |
||
| (같은 사용자의 중간 판 10개는 보이지 않습니다) | |||
| 1번째 줄: | 1번째 줄: | ||
/* 이 CSS 설정은 모든 스킨에 적용됩니다 */ | /* 이 CSS 설정은 모든 스킨에 적용됩니다 */ | ||
. | table.table-center { | ||
margin: 0.8rem auto !important; | |||
} | } | ||
. | table.table-right { | ||
float: right; | |||
} | } | ||
span.color-template a { | |||
color: inherit; | |||
} | } | ||
blockquote { | |||
color: | 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; | |||
} | } | ||
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;
}