注意: 保存後、変更を確認するにはブラウザーのキャッシュを消去する必要がある場合があります。

  • Firefox / Safari: Shift を押しながら 再読み込み をクリックするか、Ctrl-F5 または Ctrl-R を押してください (Mac では ⌘-R)
  • Google Chrome: Ctrl-Shift-R を押してください (Mac では ⌘-Shift-R)
  • Internet Explorer / Microsoft Edge: Ctrl を押しながら 最新の情報に更新 をクリックするか、Ctrl-F5 を押してください
  • Opera: Ctrl-F5を押してください
#globalWrapper {
  font-size: 100%;
  font-family: Tahoma, sans-serif;
}
#bodyContent { font-size: 120% }
a { text-decoration: underline }
a:active, a:hover { color: red !important }

#content, p, ul, ol, dd, fieldset { line-height: 1.3 }

/* default link colors */
#bodyContent a { color: #c06000 }
#bodyContent a:visited { color: #ff8000 }

/* from wikistandard */
#bodyContent a.internal,
#bodyContent a.internal:visited { color: #c06000 }

#bodyContent a.stub,
#bodyContent a.stub:visited { color: #006000 }

#bodyContent a.new,
#bodyContent a.new:visited { color: #ba0000 }

#bodyContent a.external,
#bodyContent a.external:visited { color: #80f080 }

#bodyContent a.extiw,
#bodyContent a.extiw:visited { color: #8080f0 }

/* small pre */
#bodyContent pre { font-size: 90% }

/* Color for function tab */
li#ca-edit a { color: #0000c0 }
li#ca-edit a.hover { color: #0000f0 !important }
li#ca-edit a.active { color: #0000f0 !important }
li#ca-history a { color: #0000c0 }
li#ca-history a.hover { color: #0000f0 !important }
li#ca-history a.active { color: #0000f0 !important }
li#ca-protect a { color: #c00000 }
li#ca-protect a.hover { color: #f00000 !important }
li#ca-protect a.active { color: #f00000 !important }
li#ca-unprotect a { color: #c00000 }
li#ca-unprotect a.hover { color: #f00000 !important }
li#ca-unprotect a.active { color: #f00000 !important }
li#ca-delete a { color: #c00000 }
li#ca-delete a.hover { color: #f00000 !important }
li#ca-delete a.active { color: #f00000 !important }
li#ca-undelete a { color: #c00000 }
li#ca-undelete a.hover { color: #f00000 !important }
li#ca-undelete a.active { color: #f00000 !important }
li#ca-move a { color: #c0c000 }
li#ca-move a.hover { color: #f0f000 !important }
li#ca-move a.active { color: #f0f000 !important }
li#ca-unwatch a { color: #c0c000 }
li#ca-unwatch a.hover { color: #f0f000 !important }
li#ca-unwatch a.active { color: #f0f000 !important }
li#ca-watch a { color: #c0c000 }
li#ca-watch a.hover { color: #f0f000 !important }
li#ca-watch a.active { color: #f0f000 !important }

/* Arrange command sequence */
li#ca-protect { margin-left: 6em }
li#ca-unprotect { margin-left: 6em }
li#ca-delete { margin-left: 0em }
li#ca-move { margin-left: -13em }
li#ca-watch { margin-left: 18em }
li#ca-unwatch { margin-left: 18em }

/*
h1, h2, h3, h4, h5, h6 { font-weight: bold !important }
*/

dd {margin-bottom:0em;}