コンテンツにスキップ

利用者:夜の魔王/vector.css

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

多くの WindowsLinux のブラウザ

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

Mac における Safari

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

Mac における ChromeFirefox

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

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

#content, #content table
#p-cactions ul li a { background: #ffffff;}
 
/* 背景を他のものに変える */
body { background: #f0a0ff;}
 
/* preタグの部分の背景を変える  */
pre { background: #d0f0ff}
 
/* 文字のサイズとフォントをブラウザ指定のものにする */
body #globalWrapper { font-size: 100% }
body div#content h1, body div#content h2, body div#content #firstHeading { font-family: "meiryo", sans-serif; }
/* Vector スキンのフォント指定を以前のものに戻す */
body div#content h1, body div#content h2, body div#content #firstHeading { font-family: "meiryo", sans-serif; }
html body { font-family: "meiryo", sans-serif; }


/* 検索ボックスと検索ボタンの下部のスタイルを変える */
input.searchButton { background-color: #efefef !important;}
 
/* 標準のリンクの色 */
a { color: #0070f0;}
a:visited { color: #053690;}
a:active, a.new { color: #FF0050;}
a.interwiki, a.external { color: #C366BB;}
a.stub { color: #772233;}