コンテンツにスキップ

英文维基 | 中文维基 | 日文维基 | 草榴社区

利用者:Gonorego2004/standard.css

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

多くの WindowsLinux のブラウザ

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

Mac における Safari

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

Mac における ChromeFirefox

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

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

@font-fase {
  font-family: "Arial Unicode MS";
  font-face: "Arial Unicode MS";
};

@media print {
 #footer,
 #content,
 body {
  font-family: "Callibri";
  font-face: "Callibri";
  font-size: 48pt !important;
 };
 h1 {
  font-family: "Callibri";
  font-face: "Callibri";
  font-size: 17pt;
 };
 h2 {
  font-family: "Callibri";
  font-face: "Callibri";
  font-size: 14pt;
 };
 h3 {
  font-family: "Callibri";
  font-face: "Callibri";
  font-size: 11pt;
 };
 h4 {
  font-family: "Callibri";
  font-face: "Callibri";
  font-size: 9pt;
 };
 h5 {
  font-family: "Callibri";
  font-face: "Callibri";
  font-size: 8pt;
 };
 h6 {
  font-family: "Callibri";
  font-face: "Callibri";
  font-size: 8pt;
  font-weight: normal;
 };
};