사용자:Senior9324/common.css: 두 판 사이의 차이

편집 요약 없음
편집 요약 없음
 
16번째 줄: 16번째 줄:
.albumbox .info .cover img {
.albumbox .info .cover img {
width: 100%;
width: 100%;
}
.libre_navbar_menu li:nth-child(3n+1) {
background: blue;
}
.libre_navbar_menu li:nth-child(3n+2) {
background: white;
}
.libre_navbar_menu li:nth-child(3n) {
background: red;
}
}

2015년 11월 15일 (일) 21:05 기준 최신판

pre {
	font-family: "NanumGothicCoding", monospace !important;
}

.albumbox {
	border: 1px solid #aaa;
}
.albumbox .info {
	padding: 8px;
}
.albumbox .info .cover {
	float: left;
	min-width: 30%;
	margin-right: 8px;
}
.albumbox .info .cover img {
	width: 100%;
}