利用者:Tmv/common.css
< 利用者:Tmv
注意: 保存後、変更を確認するにはブラウザーのキャッシュを消去する必要がある場合があります。
- Firefox / Safari: Shift を押しながら 再読み込み をクリックするか、Ctrl-F5 または Ctrl-R を押してください (Mac では ⌘-R)
- Google Chrome: Ctrl-Shift-R を押してください (Mac では ⌘-Shift-R)
- Microsoft Edge: Ctrl を押しながら 最新の情報に更新 をクリックするか、Ctrl-F5 を押してください。
/* ここに書いた CSS はTmvの外装に反映されます */
/* Wiki間リンク */
.extiw:after {
content: "[W]";
color: DeepSkyBlue;
font-size: small;
}
.extiw:link {
color: DeepSkyBlue;
}
.extiw:visited {
color: DodgerBlue;
}
.plainlinks .extiw:after {
content: initial;
color: initial;
}
.plainlinks .extiw {
text-decoration: none;
color: #3366cc;
}
.plainlinks .extiw:visited {
color: #2a4b8d;
}
/* 斜体の背景を変える */
i {
background-color: #FAF0E6;
}
/* Twinkle */
/* 投稿記録に表示されるリンク */
#tw-revert {
user-select: none;
font-size: 95%;
display: inline;
}
/* ポートレット */
#twg-config {
background-color: gray;
}
/* ticker */
/* https://zh.wikivoyage.org/w/index.php?title=MediaWiki:Common.css&oldid=160869 */
.ticker-container {
height: 36px;
overflow: hidden;
border:1px solid #cccccc;
border-left:none;
border-radius:0 3px 3px 0;
}
.ticker-text {
height: 150%;
white-space:nowrap;
display:inline-block;
}
.inicio-ticker {
text-align: center;
float: left;
font-size: 100%;
color: black;
background: #cccccc;
padding: 3px 10px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px 0 0 3px;
height: 32px;
display:table;
}
/* バナーの目次のフォントサイズ */
.toctext {
font-size: 12.8px;
}
/* ウィキ集合の表示 */
#mw-centralauth-editset-wikis, #mw-centralauth-editset-restwikis { /* 特別:ウィキ集合 */ /* 含まれているウィキと含まれていないウィキについてテーブルに適用する */
border: 1px solid #D3D3D3;
}
/* collapse */
/* [[MediaWiki:Common.js]] にある createCollapseButtons 関数を参照。 */
.collapseButton {
float: right;
font-weight: normal;
text-align: right;
width: auto;
}
/* [[Template:Navbox]] に配置する場合、左に配置されている [[Template:Tnavbar]] とのバランスを取る。 */
.navbox .collapseButton {
width: 6em;
}
/* wikidataから画像を取ってくる際のテスト */
.wikidata-image .image img {
width: 30px;
height: 20px;
}