「MediaWiki:Monobook.css」の版間の差分

編集の要約なし
 
編集の要約なし
1行目: 1行目:
/* ここに記述したCSSは、全てのモノブックスキン利用者に読み込まれます */
/* ここに記述したCSSはモノブック・スキンの利用者に影響します */
/*
<pre>
*/


/*
/* enlarge font-size for ja fonts */
a { text-decoration: none }
#bodyContent {
*/
font-size: 118%;
 
}
/* enlarge font-size for ja fonts*/
#bodyContent { font-size:118% }


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


/* 「最近更新したページ」における編集関連表示 */
/* BEGIN LIGHT BLUE SECTION
.minor {
  Make content area light blue in all namespaces except articles (main namespace).
  font-size: smaller;
  This is done by setting the background color for all #content areas
  color: #808080;
  to light blue, and then overriding it back to white for any #content
}
  enclosed in a .ns-0 (main namespace). We do the same for the "tab"
.newpage {
  backgrounds and some other objects. */
  font-size: smaller;
  color: #FF0000;
}
.bot {
  font-size: smaller;
  color: #3CB371;
}
/* 編集要約、理由のスタイル */
.comment {
  font-style: normal !important;
  font-size: 9pt;
}


/* 「最近更新したページ」に表示される、項目容量の増減を色分け表示する。posは増加時、negは減少時の色を指定することができる */
div#content,
.mw-plusminus-pos {
div#p-cactions li a:hover,
  color:green;
div#p-cactions li.selected a,
div#content div.thumb {          /* "Margin" for thumbs, padding for galleries */
background-color: #F8FCFF;   /* Light blue */
}
}
.mw-plusminus-neg {
div#p-cactions li a {
  color:red;
background-color: #F7F9FB;   /* Light blue-gray inactive tabs */
}
}


/*
.ns-0 div#content,
#siteNotice {
.ns-0 div#p-cactions li a:hover, .ns-0 div#p-cactions li.selected a,
    display:none;
.ns-0 div#content div.thumb {
    padding: 0.3em;
background-color: white;     /* Set back to white for articles */
    margin-top:0.5em;
}
}
*/
.ns-0 div#p-cactions li a {
 
background-color: #FBFBFB;   /* Light gray inactive tabs in articles */
/* 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 {
@media print {
    background: white;
div#content {
background: white;
} /* White background on print */
}
}


#mytabs li {
/* END LIGHT BLUE SECTION */
    background: #FBFCFF;
}


.ns-0 * #mytabs li {
/* Talk page tab "+" / "new section".
    background: white;
  Sets the same padding as the other tabs have. */
div#p-cactions #ca-addsection a {
padding-left: .8em;
padding-right: .8em;
}
}


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


.ns-0 * #mytabs li a {
#bodyContent #siteSub a {
    background-color: white;
color: #000;
text-decoration: none;
background-color: transparent;
background-image: none;
padding-right: 0;
}
}


#p-cactions li {
/* Bold 'edit this page' link to encourage newcomers */
    background: #FBFCFF;
#ca-edit a {
}
font-weight: bold !important;
 
.ns-0 * #p-cactions li {
    background: white;
}
 
#p-cactions li a {
    background-color: #FBFCFF;
}
}


.ns-0 * #p-cactions li a {
/* 脚注挿入による行間のずれを軽減する。[[MediaWiki‐ノート:Common.css#脚注による行間のずれ]] */
    background-color: white;
sup {
font-size:.85em;
vertical-align: .4em;
line-height: 0;
}
}


/* Display "From Wikipedia, the free encyclopedia" */
/* 地理座標の表示位置 */
#siteSub {
#coordinates {
    display: inline;
position: absolute;
    font-size: 120%;
z-index: 10;
    font-weight: normal;
background-color: #fff;
right: 0;
top: 0;
font-size: 85%;
}
}


#bodyContent #siteSub a {
.ve-ce-surface-enabled #coordinates {
    color: #000;
margin-top: -3em;
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    padding-right: 0;
}
}


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


/* Bold 'edit this page' link to encourage newcomers */
.topicon {
#ca-edit a { font-weight: bold !important; }
position: absolute;
 
z-index: 10;
/* Display "User $1, you are already logged in!"
right: 0;
  ([[MediaWiki:Alreadyloggedin]]) in red and bold */
top: -30px;
div.alreadyloggedin { color: red; font-weight: bold; }
display: block !important;
 
@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 {
#wpSave, #wpPreview, #wpDiff, #mw-editform-cancel {
    background: transparent;
font-weight: bold;
}
}
/*
</pre>
*/