「MediaWiki:Vector.css」:修訂間差異

出自維基百科
刪去的內容 新增的內容
Hoo man談詑 | 貢獻
Bot: Security fix: protocol-relative URLs per https://meta.wikimedia.org/?oldid=3197161 (questions?).
WhitePhosphorus談詑 | 貢獻
恢复字体大小 per request (GS action)
標籤已被回退
第5行: 第5行:


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


/* for positioning top-right icons, like FA-star */
/* for positioning top-right icons, like FA-star */

2021年5月24日 (禮拜一) 13:24嗰修改版本

/* 此處的 CSS 將影響使用 Vector 面板的用戶 */

/* <source lang="css"> */
/* ここに記述したCSSはベクター・スキンの利用者に影響します */

/* enlarge font-size for ja fonts */
.mw-body-content { 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;
}

/* メインページの検索ボックス重複を隠す */
body.page-メインページ #searchbox {
	display: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;
}

#mw-panel.collapsible-nav #p-lang li.FA {
  list-style-image: none;
}

/* 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;
}
#panel.collapsible-nav #p-lang li.GA {
  list-style-image: none;
}

/* 地理座標の表示位置 */
#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;
}
/*</source>*/