コンテンツにスキップ

利用者:Wicklo/common.css

お知らせ: 保存した後、ブラウザのキャッシュをクリアしてページを再読み込みする必要があります。

多くの WindowsLinux のブラウザ

  • Ctrl を押しながら F5 を押す。

Mac における Safari

  • Shift を押しながら、更新ボタン をクリックする。

Mac における ChromeFirefox

  • Cmd Shift を押しながら R を押す。

詳細についてはWikipedia:キャッシュを消すをご覧ください。

/*
@font-face {
	font-family: "Hiragino Sans";
	src: local(HiraginoSans-W0);
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: "Hiragino Sans";
	src: local(HiraginoSans-W1);
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: "Hiragino Sans";
	src: local(HiraginoSans-W2);
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: "Hiragino Sans";
	src: local(HiraginoSans-W3);
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "Hiragino Sans";
	src: local(HiraginoSans-W4);
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: "Hiragino Sans";
	src: local(HiraginoSans-W5);
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: "Hiragino Sans";
	src: local(HiraginoSans-W6);
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: "Hiragino Sans";
	src: local(HiraginoSans-W7);
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: "Hiragino Sans";
	src: local(HiraginoSans-W8);
	font-weight: 900;
	font-style: normal;
}

body {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

[lang|="ru"], [lang|="uk"] {
    font-family: system-ui;
}

#content {
	font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
	font-weight: 300;
	font-size: 15px;
	font-feature-settings: "halt";
	line-height: 1.6em;
}

#content #firstHeading {
	font-family: inherit;
	font-weight: 100;
	font-size: 5em;
	font-feature-settings: "palt";
	margin: 0;
	border: none;
}

#bodyContent b, #bodyContent strong {
	font-weight: 600;
}

#bodyContent h1, #bodyContent h2, #bodyContent h3 {
	font-feature-settings: "palt";
}
#bodyContent h4, #bodyContent h5, #bodyContent h6 {
	font-size: 1em;
	margin: 0 0 0.5em 0;
	padding: 0;
}

#bodyContent h2 {
	font-family: inherit;
	font-weight: 100;
	font-size: 3em;
	line-height: 1.6em;
	padding: 0;
	margin: 0.6666em 0 0.3333em;
	border-bottom: 1px solid lightgray;
}

#bodyContent h3 {
	font-family: inherit;
	font-weight: 200;
	font-size: 1.5em;
	line-height: 1.6em;
	padding: 0;
	margin: 0.3333em 0;
}

#bodyContent h2, #bodyContent h3 {
	position: relative;
}
#bodyContent h2 .mw-editsection, #bodyContent h3 .mw-editsection {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0.4em;
	font-size: 12px;
	line-height: 1.6em;
}

#bodyContent p {
	 line-height: inherit;
	margin: 0 0 0.5em;
}

#bodyContent dl, #bodyContent ul, #bodyContent ol {
	margin-bottom: 0.5em;
	margin-top: 0;
	padding: 0;
}
#bodyContent li {
	list-style-image: none;
	margin-bottom: 0;
}
#bodyContent dt {
	font-weight: 600;
	margin-bottom: 0;
}
#bodyContent table.wikitable {
	background-color: white;
	font-size: 0.9em;
    margin: 0 0 0.5em;
}
#bodyContent table.wikitable td, #bodyContent table.wikitable th {
    padding: 0.25em 0.5em;
}
#bodyContent table.wikitable th {
	font-weight: 600;
}

#bodyContent table.ambox {
	margin-top: 0;
	margin-bottom: 0.5em;
}

#bodyContent div.tright {
	margin: 0 0 0.5em 1em;
}

#bodyContent #contentSub {
	margin: 0;
}
*/