:달력/styles.css

최근 편집: 2018년 4월 28일 (토) 16:38
낙엽1124 (토론 | 기여)님의 2018년 4월 28일 (토) 16:38 판 (#content 명시)
/* CSS placed here will be applied to all skins */

#content .fw-calendar {
	float: right;
	margin: 1rem 0 1rem 2rem;
}

#content .fw-calendar th, .fw-calendar td {
	margin: 0;
	padding: 0;
	font-weight: normal;
	width: 2rem;
}
#content .fw-calendar th.sat {
	color: blue;
}
#content .fw-calendar th.sun {
	color: red;
}
#content .fw-calendar th {
	background-color: rgba(0, 0, 0, 0.05);
}
#content .fw-calendar th.sat {
	background-color: rgba(0, 0, 255, 0.1);
}
#content .fw-calendar th.sun {
	background-color: rgba(255, 0, 0, 0.1);
}

#content .fw-calendar a, .fw-calendar  .selflink {
	display: block;
	width: 100%;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
}