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

削除された内容 追加された内容
m Whym (会話) による ID:52606504 の版を影響範囲特定のために一時的な取り消しをします
ガジェットが効かない Special:Login, Special:Login/signup. Special:Preferences のみ一応 sans-serif; 適用
57行目: 57行目:
}
}


/* [[Wikipedia:井戸端/subj/現在のWikipediaのフォント]] を参考にした応急処置 */
/* [[Wikipedia:井戸端/subj/現在のWikipediaのフォント]] を参考にした応急処置
* ガジェットが効かないログインページ、アカウント作成ページ、個人設定のみへの適用 */
div#content h1, div#content h2, div#content #firstHeading {
body.mw-special-Userlogin div#content #firstHeading,
font-family: sans-serif;
body.mw-special-Userlogin div#mw-createacct-benefits-container h2,
}
body.mw-special-Userlogin div#mw-createacct-benefits-container h3,
html, body {
body.mw-special-Preferences div#content #firstHeading,
font-family: sans-serif;
body.mw-special-Preferences div#content h1 {
}
div#content .mw-editsection {
font-family: sans-serif;
font-family: sans-serif;
}
}

2014年8月17日 (日) 10:51時点における版

/* ここに記述したCSSはベクター・スキンの利用者に影響します */

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

/* for positioning top-right icons, like FA-star */
.topicon {
	position: absolute; 
	z-index: 10; 
	right: 0;
	top: -3.5em;
	display: block !important;
}

/* Common.css で指定されたFA/GAアイコンを非表示にする */
#p-lang li.FA,
#p-lang li.GA {
  list-style-image: none;
}

/* Common.js の LinkFA() を参照 */
#mw-panel div.portal div.body ul li.FA {
    background: url("//upload.wikimedia.org/wikipedia/commons/d/d0/Monobook-bullet-star-transparent.png") no-repeat 0% 0%;
    margin-left: -10px;
    padding-left: 10px;
}

/* Common.js の LinkGA() を参照 */
#mw-panel div.portal div.body ul li.GA {
    background: url("//upload.wikimedia.org/wikipedia/commons/thumb/b/b9/Blue_star_boxed.svg/9px-Blue_star_boxed.svg.png") no-repeat 0% 0%;
    margin-left: -10px;
    padding-left: 10px;
}

/* 地理座標の表示位置 */
#coordinates {  
    position: absolute;
    right: 0;
    top: -1.2em;
    font-size: 85%;
    line-height: 1.2em;
}

/* sup sub タグ使用時に行間の広がりを抑える */
sup, sub {
    line-height: 1em;
}

/* IE6対応: フォントサイズの em 指定がブラウザの文字サイズ設定で累積する問題の回避 */
html, body {
  font-size: 100%;
}

/* アカウント作成の画面で説明が右に浮動表示されるのを防止 */
#signupend {
  clear:left;
}

/* [[Wikipedia:井戸端/subj/現在のWikipediaのフォント]] を参考にした応急処置 
 * ガジェットが効かないログインページ、アカウント作成ページ、個人設定のみへの適用 */
body.mw-special-Userlogin div#content #firstHeading,
body.mw-special-Userlogin div#mw-createacct-benefits-container h2,
body.mw-special-Userlogin div#mw-createacct-benefits-container h3,
body.mw-special-Preferences div#content #firstHeading,
body.mw-special-Preferences div#content h1 {
	font-family: sans-serif;
}