본문으로 이동

사용자:Sugi moyo/vector.css

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

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

/* ここに記述したCSSはベクター・スキンの利用者に影響します */

/* enlarge font-size for ja fonts */
#bodyContent {
	font-size: 0.944em;
	font-size: calc(1em * 0.944);
}

/* for positioning top-right icons, like FA-star */
.topicon {
	position: absolute;
	z-index: 10;
	right: 0;
	top: -3.5em;
	display: block !important;
}

/* ビジュアルエディターにおける地理座標の表示修正 */
.ve-ce-surface #coordinates {
	margin-right: 2em;
	margin-top: -1em;
}

/* 地理座標の表示位置 */
#coordinates {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 85%;
	line-height: 1.2em;
}

/* [[MediaWiki:Tagline]]表示: 地理座標の表示が直しても毎度ずれるので */
#siteSub {
	display: block;
}

body {
  background-image: url("https://i.imgur.com/8ddvRWI.png");
  background-size: 175px;
  background-position: left 80px;
font-family: KP CheonRiMa;
}
h2{
font-family: KP PusKul;
}