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

(새 문서: .card { width: 33%; display:inline-block; })
 
잔글 (Chirho님이 사용자:Cerulean/노트패드/styles.css 문서를 넘겨주기를 만들지 않고 사용자:하늘/노트패드/styles.css 문서로 이동했습니다: "Cerulean" 사용자의 이름을 "하늘"(으)로 바꿀 때 문서를 자동으로 이동했습니다)
 
(다른 사용자 한 명의 중간 판 27개는 보이지 않습니다)
1번째 줄: 1번째 줄:
.card-container {
display: flex;
    flex-wrap: wrap;
justify-content: center;
}
.card {
.card {
width: 33%;
    background: transparent !important;
display:inline-block;
    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;
}
}

2022년 5월 11일 (수) 10:30 기준 최신판

.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;
}