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

編集の要約なし
(YouTubeを右に小さく表示)
編集の要約なし
 
(4人の利用者による、間の13版が非表示)
1行目: 1行目:
/* ここに記述したCSSはすべての外装に反映されます */
/* <nowiki> ここに記述したCSSはすべての外装に反映されます */


/* メインページタイトル */
/* メインページタイトル */
body.page-メインページ h1.firstHeading {display:none;}
body.page-メインページ h1.firstHeading {
display: none;
}


/* 印刷不可 */
/* [注釈 1]などで改行されないようにする */
@media print{
sup.reference a {
  .printing_none{ display: none !important; }
white-space: nowrap;
font-weight: normal;
}
}
/* 脚注 */
sup, sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
}
sup { bottom: 1ex; }
sub { top: 0.5ex; }
sup.reference a { white-space: nowrap; }


/* 目次の深さ制限 */
/* 目次の深さ制限 */
32行目: 23行目:
.notocnumber .tocnumber { display: none; }
.notocnumber .tocnumber { display: none; }


/* [[テンプレート:要出典]] */
/* 引用 */
@media screen {
blockquote {
  .fix-domain { border-bottom: dashed 1px; }
/* .toccolours と同じスタイル */
border: 1px solid #aaa;
background-color: #f9f9f9;
padding: 5px;
font-size: 95%;
}
}


/* タブ */
/* [[テンプレート:メッセージボックス]] */
/* モバイル用スタイルを上書き */
.message-box {
display: table;
width: 80% !important;
margin: 0 10% !important;
padding: 0;
border: 1px solid #aaa;
border-collapse: collapse;
}
.message-box + .message-box {
margin-top: -1px;
}
.message-box .message-box-image {
display: table-cell !important;
padding: 0;
text-align: center;
vertical-align: middle;
}
.message-box .message-box-text {
display: table-cell;
padding: 0.25em 0.5em;
width: 100%;
vertical-align: middle;
font-size: inherit !important;
}
 
/* [[テンプレート:タブ]] */
.tab-list {
.tab-list {
  float: left;
float: left;
  width: 100%;
width: 100%;
  border-bottom: 1px solid #c0c0c0;
border-bottom: 1px solid #c0c0c0;
}
}
.tab-list ul {
.tab-list ul {
  float: left;
float: left;
  margin-left: 4px;
margin-left: 4px;
  border-top: 1px solid #c0c0c0;
border-top: 1px solid #c0c0c0;
  border-left: 1px solid #c0c0c0;
border-left: 1px solid #c0c0c0;
  cursor: pointer;
cursor: pointer;
}
}
.tab-list li {
.tab-list li {
  float: left;
float: left;
  position: relative;
position: relative;
  list-style: none;
list-style: none;
  bottom: -1px;
bottom: -1px;
  margin: -1px 0 0 0;
margin: -1px 0 0 0;
  padding: 0.15em 0.75em;
padding: 0.15em 0.75em;
  background-color: #f3f3f3;
background-color: #f3f3f3;
  border-right: 1px solid #c0c0c0;
border-right: 1px solid #c0c0c0;
  border-bottom-width: 0;
border-bottom-width: 0;
  border-bottom: 1px solid #c0c0c0;
border-bottom: 1px solid #c0c0c0;
}
}
/* .hlistによるcontent指定を無効化 */
/* .hlistによるcontent指定を無効化 */
#content .hlist .tab-list li:before { content: none; }
#content .hlist .tab-list li:before { content: none; }
.tab-list li.current-tab {
.tab-list li.current-tab {
  background-color: #fff;
background-color: #fff;
  border-bottom: 1px solid #fff;
border-bottom: 1px solid #fff;
}
}
.tab-list li:hover {
.tab-list li:hover {
  text-decoration: underline;
text-decoration: underline;
}
}
.tab-list li.current-tab:hover {
.tab-list li.current-tab:hover {
  text-decoration: none;
text-decoration: none;
}
}
.tab-content {
.tab-content {
  clear: both;
clear: both;
}
 
/* ライブプレビューですべて展開されてしまう折り畳みボックスを非表示 */
.ns-0 .wikiEditor-ui-view-preview .collapsible-navbox[data-collapse="autocollapse"] tr + tr {
display: none;
}
}


/* YouTube */
/* [[Widget:YouTube]] */
.video-container {
.video-container {
  clear:right;
clear: right;
  float:right;
float: right;
}
}
.video-container iframe {
.video-container iframe {
  width: 300px;
width: 300px;
  height: 200px;
height: 200px;
}
 
/* Edittools */
.mw-editTools a {
margin-left: 1ex;
white-space: nowrap;
}
 
/* デスクトップ版で非表示 */
.nodesktop {
display: none;
}
 
/* Display nested lists inline and allow them to wrap */
.hlist dl dl, .hlist dl ol, .hlist dl ul,
.hlist ol dl, .hlist ol ol, .hlist ol ul,
.hlist ul dl, .hlist ul ol, .hlist ul ul {
    display: inline;
    white-space: normal;
}
 
/* 特定場所での改行を防ぐ:
  1) 個別に指定した場所
  2) リンク途中
  3) そのページ自身へのリンク(太字部分)
  4) グループ名付きの ref タグ <ref group="注"> --> "[注 1]" */
.nowrap,
.nowraplinks a,
.nowraplinks .selflink,
sup.reference a {
    white-space: nowrap;
}
/* 以下のクラスを指定した場所では解除する: */
.wrap,
.wraplinks a {
    white-space: normal;
}
}
9,580

回編集