コンテンツにスキップ

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

利用者:本日晴天/common.css

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

多くの WindowsLinux のブラウザ

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

Mac における Safari

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

Mac における ChromeFirefox

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

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

#p-personal #pt-logout { display: none; }
#p-user-menu-logout { display: none; }
.minerva-user-menu-list .toggle-list-item:last-child { display: none; }

/* #bodyContent a.external[rel] { color : #FF6600; }
#bodyContent a.external[rel]:visited { color : #996600; } */

#bodyContent big::before {
    content: "<big>";
    color: red;
    font-weight: bold;
    font-size: x-small;
}
#bodyContent big::after {
    content: "</big>";
    color: red;
    font-weight: bold;
    font-size: x-small;
}

#bodyContent center::before {
	content: "<center>";
	color: red;
	font-weight: bold;
    font-size: x-small;
}
#bodyContent center::after {
	content: "</center>";
	color: red;
	font-weight: bold;
    font-size: x-small;
}

#bodyContent font::before {
	content: "<font>";
	color: red;
	font-weight: bold;
    font-size: x-small;
}
#bodyContent font::after {
	content: "</font>";
	color: red;
	font-weight: bold;
    font-size: x-small;
}

#bodyContent tt::before {
	content: "<tt>";
	color: red;
	font-weight: bold;
    font-size: x-small;
}
#bodyContent tt::after {
	content: "</tt>";
	color: red;
	font-weight: bold;
    font-size: x-small;
}

/* 脚注のスクロール関係 */
/*
@media screen {
    .reflist {
    max-height: 300px;
    overflow: auto;
    padding: 3px;
    border: 1px solid #AAAAAA;
    }
}
*/

/* CS1のメンテナンスメッセージを表示する */
.mw-parser-output span.cs1-maint {
	display: inline;
}