User:Mig164/monobook.css

This is an archived version of this page, as edited by Mig164 (talk | contribs) at 17:26, 5 November 2006. It may differ significantly from the current version.

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
*/


/* 本文部分と一緒に背景画面がスクロールしないようにする */

body { 
background-attachment: fixed; 
font-family: MSPゴシック,vadana,Arial,Helvetica,sans-serif;
}


/* リンク */
a { text-decoration: none }
a:link    { color: rgb( 40, 140, 210); }
a:visited { color: rgb( 40, 140, 210); }
a:active  { color: rgb( 40, 140, 210); }
a:hover   { color: rgb(  0,  80, 190); }

pre { 
    padding: 1em;
    border: 1px dashed #80a0c0;
    color: #ff0000;
    line-height: 1.2em;
    background-color: #103060; 
    color: #90f0ff;
}


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

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

/*
#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: #f8f8f8; 
    color: #484848
}
b {color: #101010}

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

#mytabs li {
    background: #f8f8f8;
}

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

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

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

#p-cactions li {
    background: #00ff00;
}

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

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

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

/* "出典: フリー百科事典『ウィキペディア(Wikipedia)』" */
#siteSub {
    display: inline;
    font-size: 100%;
    font-weight: normal;
}

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

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

/* 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 }
}

/* Standard Navigationsleisten, aka box hiding thingy from .de.*/

div.Boxmerge,
div.NavFrame {
        margin: 0px;
        padding: 2px;
        border: 2px solid #aaaaaa;
        text-align: center;
        border-collapse: collapse;
        font-size: 100%;
}
div.Boxmerge div.NavFrame {
        border-style: none;
        border-style: hidden;
}
div.NavFrame + div.NavFrame {
        border-top-style: none;
        border-top-style: hidden;
}
div.NavPic {
        background-color: #808080;
        margin: 0px;
        padding: 2px;
        float: left;
}
div.NavFrame div.NavHead {
        height: 1.6em;
        font-weight: bold;
        font-size: 100%;
        background-color: #a0a0a0;
        position:relative;
}
div.NavFrame p {
        font-size: 100%;
}
div.NavFrame div.NavContent {
        font-size: 100%;
}
div.NavFrame div.NavContent p {
        font-size: 100%;
}
div.NavEnd {
        margin: 0px;
        padding: 0px;
        line-height: 1px;
        clear: both;
}
a.NavToggle {
        position:absolute;
        top:0px;
        right:3px;
        font-weight:normal;
        font-size: 100% ;
}

/*