모듈:Location map/styles.css: 두 판 사이의 차이

위키백과, 우리 모두의 백과사전.
내용 삭제됨 내용 추가됨
편집 요약 없음
편집 요약 없음
태그: 되돌려진 기여
49번째 줄: 49번째 줄:
padding: 1px;
padding: 1px;
float: left;
float: left;
}

/*
한국어 위키백과에서 overlay_image 변수 동작이 안 되는 문제가 있으므로
아래와 같이 추가함 (이유 확인 필요)
*/
.notpageimage {
background-color: rgba(0, 0, 0, 0)
}
}

2022년 11월 20일 (일) 19:50 판

/* {{pp|small=yes}} */
.locmap .od {
	position: absolute;
}

.locmap .id {
	position: absolute;
	line-height: 0;
}

.locmap .l0 {
	font-size: 0;
	position: absolute;
}

.locmap .pv {
	line-height: 110%;
	position: absolute;
	text-align: center;
}

.locmap .pl {
	line-height: 110%;
	position: absolute;
	top: -0.75em;
	text-align: right;
}

.locmap .pr {
	line-height: 110%;
	position: absolute;
	top: -0.75em;
	text-align: left;
}

.locmap .pv > div {
	display: inline;
	padding: 1px;
}

.locmap .pl > div {
	display: inline; /* inline does not impact floated elements */
	padding: 1px;
	float: right;
}

.locmap .pr > div {
	display: inline; /* inline does not impact floated elements */
	padding: 1px;
	float: left;
}

/*
  한국어 위키백과에서 overlay_image 변수 동작이 안 되는 문제가 있으므로
  아래와 같이 추가함 (이유 확인 필요)
*/
.notpageimage {
	background-color: rgba(0, 0, 0, 0)
}