사용자:하늘/노트패드/styles.css

< 사용자:하늘‎ | 노트패드
Chirho (토론 | 기여)님의 2022년 5월 11일 (수) 10:30 판 (Chirho님이 사용자:Cerulean/노트패드/styles.css 문서를 넘겨주기를 만들지 않고 사용자:하늘/노트패드/styles.css 문서로 이동했습니다: "Cerulean" 사용자의 이름을 "하늘"(으)로 바꿀 때 문서를 자동으로 이동했습니다)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
.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;
}