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

提供: 小樽のじかん事典
編集の要約なし
編集の要約なし
1行目: 1行目:
/* ページツール内の一部項目のみ非表示 */
/* =====================================================
  Timeless:ページツールの不要項目を非表示
  ===================================================== */
 
/* サイドバー TOOLBOX 内 */
#t-whatlinkshere,
#t-whatlinkshere,
#t-recentchangeslinked,
#t-recentchangeslinked,
#t-info,
#t-info,
#t-log {
#t-log {
display: none;
  display: none;
}
}
/* ページツール内の不要項目を非表示(Timeless) */
 
/* 右カラム ページツール */
#mw-related-navigation #t-print,
#mw-related-navigation #t-print,
#mw-related-navigation #t-permalink,
#mw-related-navigation #t-permalink,
12行目: 17行目:
   display: none;
   display: none;
}
}
/* ページツール内「その他」見出しを非表示 */
 
/* 右カラム ページツール「その他」見出し */
#mw-related-navigation #p-pagemisc > h3 {
#mw-related-navigation #p-pagemisc > h3 {
   display: none;
   display: none;
}
}


 
/* 記事タイトル直下 インラインツール「その他」 */
/* Comments 拡張:Timeless で幅制限を解除 */
#mw-page-header-links #p-more {
.mw-parser-output .comments {
   display: none;
   max-width: none;
  width: 100%;
  box-sizing: border-box;
}
}


/* コメントブロックの親だけ幅制限を解除 */
#mw-data-after-content .mw-parser-output {
  max-width: none;
}


/* Comments:実在する要素に限定 */
/* =====================================================
#mw-data-after-content .comments-body {
  Timeless:Comments 拡張の表示幅調整
  width: 100%;
  (本文幅いっぱいまで使用)
  max-width: none;
  ===================================================== */
  box-sizing: border-box;
}
/* コメントブロックの親だけ幅制限を解除 */
#mw-data-after-content .mw-parser-output {
  max-width: none;
}


/* コメント欄ブロックのみ幅制限を解除 */
/* コメント領域の外枠(Timeless 本文幅を最大限使用) */
#mw-data-after-content {
#mw-content-block #mw-data-after-content {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
   max-width: none;
   max-width: none;
}
}


/* コメント本体を横いっぱいに */
/* コメント本体 */
#mw-data-after-content .comments-body {
#mw-data-after-content .comments-body {
   width: 100%;
   width: 100%;

2026年1月11日 (日) 02:59時点における版

/* =====================================================
   Timeless:ページツールの不要項目を非表示
   ===================================================== */

/* サイドバー TOOLBOX 内 */
#t-whatlinkshere,
#t-recentchangeslinked,
#t-info,
#t-log {
  display: none;
}

/* 右カラム ページツール */
#mw-related-navigation #t-print,
#mw-related-navigation #t-permalink,
#mw-related-navigation #t-pagelog {
  display: none;
}

/* 右カラム ページツール「その他」見出し */
#mw-related-navigation #p-pagemisc > h3 {
  display: none;
}

/* 記事タイトル直下 インラインツール「その他」 */
#mw-page-header-links #p-more {
  display: none;
}


/* =====================================================
   Timeless:Comments 拡張の表示幅調整
   (本文幅いっぱいまで使用)
   ===================================================== */

/* コメント領域の外枠(Timeless 本文幅を最大限使用) */
#mw-content-block #mw-data-after-content {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}

/* コメント本体 */
#mw-data-after-content .comments-body {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
}