사용자:이강철 (WMKR)/소식지/틀/헤더/styles.css

위키백과, 우리 모두의 백과사전.

참고: 설정을 저장한 후에 바뀐 점을 확인하기 위해서는 브라우저의 캐시를 새로 고쳐야 합니다. 구글 크롬, 파이어폭스, 마이크로소프트 엣지, 사파리: ⇧ Shift 키를 누른 채 "새로 고침" 버튼을 클릭하십시오. 더 자세한 정보를 보려면 위키백과:캐시 무시하기 항목을 참고하십시오.

@media screen and (max-device-width: 768px){
	.mobileonly{
	display: block;
	}
}
.newsletter-header {
	box-sizing: border-box;
	padding: 1em 2vw;
	border-bottom: 3px double #999;
	border-top: 3px double #bbb;
	background-color: #FFF;
}
.newsletter-header-heading {
	margin: 1em 0;
}
.newsletter-header-subheadings {
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-size: 100%;
	background-color: transparent;
	border: none;
	color: #666;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.newsletter-header-subheadings:after {
  content: "";
  display: table;
  clear: both;
}

.newsletter-header-left {
	text-transform: uppercase;
	width: 33%;
	float: left;
	text-align: left;
	margin-top: 3px;
	font-weight: bold;
}
.newsletter-header-center {
	text-transform: uppercase;
	width: 33%;
	float: right;
	text-align: right;
	margin-top: 3px;
	font-weight: bold;
}
.newsletter-header-right {
	white-space: nowrap;
	line-height: 120%;
	font-size: 155%;
	color: #333;
}