사용자:하늘/노트패드/styles.css: 두 판 사이의 차이

편집 요약 없음
편집 요약 없음
23번째 줄: 23번째 줄:
}
}
.card h1 {
.card h1 {
display: none;
}
.mw-editsection:before {
display: none;
display: none;
}
}

2022년 4월 7일 (목) 20:23 판

.card-container {
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
}

.card {
    background: transparent !important;
    width: 100%;
    display: inline-block;
    padding: 1em;
    border-color: #e9e9e9;
    box-shadow: 0 0.5em 1em -0.125em #dcdcdc;
}
.card:last-child {
	display:none;
}
.card h2 {
	margin-top: 0 !important;
}
.card h2  span .mw-headline-number, .card h2 .mw-editsection > span {
	display: none;
}
.card h1 {
	display: none;
}
.mw-editsection:before {
	display: none;
}