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

편집 요약 없음
편집 요약 없음
18번째 줄: 18번째 줄:
}
}


.libre_navbar_menu li:nth-child(3n) {
.libre_navbar_menu li:nth-child(3n+1) {
background: blue;
background: blue;
}
}


.libre_navbar_menu li:nth-child(3n+1) {
.libre_navbar_menu li:nth-child(3n+2) {
background: white;
background: white;
}
}


.libre_navbar_menu li:nth-child(3n+2) {
.libre_navbar_menu li:nth-child(3n) {
background: red;
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%;
}

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