MediaWiki:Monobook.css

出典: フリー多機能辞典『ウィクショナリー日本語版(Wiktionary)』
ナビゲーションに移動 検索に移動

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

  • 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を押してください
/*
<pre>
*/

/*
a { text-decoration: none }
*/

/* enlarge font-size for ja fonts*/
#bodyContent { font-size:118% }

/* Donations link to be uncommented during fundraising drives */
#siteNotice {
    padding-left: 0.3em;
    font-style: normal;
    text-align: center;
    margin-top: 0.5em;
}

/* 「最近更新したページ」における編集関連表示 */
.minor {
  font-size: smaller;
  color: #808080;
}
.newpage {
  font-size: smaller;
  color: #FF0000;
}
.bot {
  font-size: smaller;
  color: #3CB371;
}
 
/* 編集要約、理由のスタイル */
.comment {
  font-style: normal !important;
  font-size: 9pt;
}

/* 「最近更新したページ」に表示される、項目容量の増減を色分け表示する。posは増加時、negは減少時の色を指定することができる */
.mw-plusminus-pos {
  color:green;
}
.mw-plusminus-neg {
  color:red;
}

/*
#siteNotice {
    display:none;
    padding: 0.3em;
    margin-top:0.5em;
}
*/

/* Make all non-namespace pages have a light blue content area. This is done by
   setting the background color for all #content areas to light blue and then
   overriding it for any #content enclosed in a .ns-0 (main namespace). I then
   do the same for the "tab" background colors. --Lupo */

#content {
    background: #FBFCFF; /* a light blue ja*/
}

.ns-0 * #content {
    background: white;
}

#mytabs li {
    background: #FBFCFF;
}

.ns-0 * #mytabs li {
    background: white;
}

#mytabs li a {
    background-color: #FBFCFF;
}

.ns-0 * #mytabs li a {
    background-color: white;
}

#p-cactions li {
    background: #FBFCFF;
}

.ns-0 * #p-cactions li {
    background: white;
}

#p-cactions li a {
    background-color: #FBFCFF;
}

.ns-0 * #p-cactions li a {
    background-color: white;
}

/* Display "From Wikipedia, the free encyclopedia" */
#siteSub {
    display: inline;
    font-size: 120%;
    font-weight: normal;
}

#bodyContent #siteSub a {
    color: #000;
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    padding-right: 0;
}

/* link color stub sleshold (ja only from MediaWiki1.2) */
#stub{
    color:#6699FF
}

/* Bold 'edit this page' link to encourage newcomers */
#ca-edit a { font-weight: bold !important; }

/* Display "User $1, you are already logged in!"
   ([[MediaWiki:Alreadyloggedin]]) in red and bold */
div.alreadyloggedin { color: red; font-weight: bold; }

@media print {
    /* Do not print edit link in templates using Template:Ed
       Do not print certain classes that shouldn't appear on paper */
    .editlink, .noprint, .metadata, .dablink { display: none }
}

/* Categoryで生成されるテーブルの背景を透過させる */
#mw-subcategories table,#mw-pages table {
    background: transparent;
}

/*
</pre>
*/