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

提供: ひつじ小屋別館2代目
移動先: 案内検索
(印刷用設定をMediaWiki:Print.cssに移動。依頼による: http://ja.wikipedia.org/w/index.php?oldid=31056801)
(1版)
 
(2人の利用者による、間の3版が非表示)
1行目: 1行目:
/* <source lang="css"> */
+
/* BACKGROUND COLORS FOR CONTENT ACTIONS */
 +
 +
/* NS Special (light grey) */
 +
.ns--2 #p-cactions li, .ns--2 #p-cactions li a { background: #f4f4f4; }
  
/*
+
/* NS Project + Project_talk (light sky blue) */
a { text-decoration: none }
+
.ns-4 #p-cactions li, .ns-4 #p-cactions li a { background: #f8fcff; }
*/
+
.ns-5 #p-cactions li, .ns-5 #p-cactions li a { background: #f8fcff; }
  
/* enlarge font-size for ja fonts*/
+
/* NS MediaWiki + MediaWiki_talk (light grey) */
#bodyContent { font-size:118% }
+
.ns-8 #p-cactions li, .ns-8 #p-cactions li a { background: #f4f4f4; }
 +
.ns-9 #p-cactions li, .ns-9 #p-cactions li a { background: #f4f4f4; }
  
/* Donations link to be uncommented during fundraising drives */
+
/* NS Manual + Manual_talk (light bluish violet) */
#siteNotice {
+
.ns-100 #p-cactions li, .ns-100 #p-cactions li a { background: #f3f3ff; }
    padding-left: 0.3em;
+
.ns-101 #p-cactions li, .ns-101 #p-cactions li a { background: #f3f3ff; }
    font-style: normal;
 
    text-align: center;
 
    margin-top: 0.5em;
 
}
 
  
/*
+
body.page-Main_Page h1.firstHeading { display:none; }
#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;
 
}
 
 
 
/* "出典: フリー百科事典『ウィキペディア(Wikipedia)』" */
 
#siteSub {
 
    display: inline;
 
    font-size: 98%;
 
    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; }
 
 
 
/* Standard Navigationsleisten, aka box hiding thingy from .de.*/
 
/* NavFrame関係。[[MediaWiki:Common.css]]も参照 */
 
a.NavToggle {
 
font-size:83.3%;
 
}
 
 
 
/*p { font-family: "MS ゴシック" ,"Osaka-等幅" ,"Times New Roman" ,serif; }*/
 
 
 
/* 脚注挿入による行間のずれを軽減する。[[MediaWiki‐ノート:Common.css#脚注による行間のずれ]] */
 
sup {
 
  font-size:.85em;
 
  vertical-align:.4em;
 
  line-height: 0;
 
}
 
 
 
#coordinates { 
 
position: absolute;
 
z-index: 10;
 
background-color: #fff;
 
right: 0;
 
top: 0;
 
font-size: 85%;
 
}
 
#bodyContent {
 
position: relative;
 
width: 100%; /* IE6でスクロールがもたつく問題への暫定対処 */
 
}
 
.topicon {
 
position: absolute;
 
z-index: 10;
 
right: 0;
 
top: -30px;
 
display: block !important;
 
}
 
/*
 
coord系テンプレートに、id="coordinates" を付け、テンプレートからは全てのCSSを除去。
 
[[Template:Featured article]]に class="metadata topicon" style="display:none" を付け、残りのCSSは全て除去する。
 
*/
 
 
 
/* </source> */
 

2013年8月4日 (日) 19:32時点における最新版

/* BACKGROUND COLORS FOR CONTENT ACTIONS */
 
/* NS Special (light grey) */
.ns--2 #p-cactions li, .ns--2 #p-cactions li a { background: #f4f4f4; }

/* NS Project + Project_talk (light sky blue) */
.ns-4 #p-cactions li, .ns-4 #p-cactions li a { background: #f8fcff; }
.ns-5 #p-cactions li, .ns-5 #p-cactions li a { background: #f8fcff; }

/* NS MediaWiki + MediaWiki_talk (light grey) */
.ns-8 #p-cactions li, .ns-8 #p-cactions li a { background: #f4f4f4; }
.ns-9 #p-cactions li, .ns-9 #p-cactions li a { background: #f4f4f4; }

/* NS Manual + Manual_talk (light bluish violet) */
.ns-100 #p-cactions li, .ns-100 #p-cactions li a { background: #f3f3ff; }
.ns-101 #p-cactions li, .ns-101 #p-cactions li a { background: #f3f3ff; }

body.page-Main_Page h1.firstHeading { display:none; }