MediaWiki:Monobook.css

出典: フリー教科書『ウィキブックス(Wikibooks)』

注意: 保存した後、ブラウザのキャッシュをクリアする必要があります。Mozilla / Firefox / Safari: [Shift] を押しながら [再読み込み] をクリック、または [Shift]-[Ctrl]-[R] (Macでは [Cmd]-[Shift]-[R]); IE: [Ctrl] を押しながら [更新] をクリック、または [Ctrl]-[F5]; Konqueror: [再読み込み] をクリック、または [F5]; Opera: 「ツール」→「設定」からキャッシュをクリア。

/*
<source lang="css">
*/

a { text-decoration: none }

/* Donations link to be uncommented during fundraising drives  
#siteNotice {
    font-sizr: 96%;
    padding-left: 4px;
    font-style: nomal;
    text-align: center;
}
*/

#bodyContent{
    font-size:117%;   /*ja*/
}

#siteNotice {
    display:normal;
    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: #FBFDFF; /* a light blue ja*/
}

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

#mytabs li {
    background: #FBFDFF;
}

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

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

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

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

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

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

.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 }
}

/* 脚注挿入による行間のずれを軽減する。 from [[MediaWiki‐ノート:Monobook.css]],[[MediaWiki:Monobook.css]] */
sup {
  font-size:.85em;
  vertical-align:.4em;
  line-height: 0;
}

/*
</source>
*/