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

提供: ナショナルチーム
ナビゲーションに移動 検索に移動
1行目: 1行目:
/* ここに記述したCSSはすべての外装に反映されます */
/* ここに記述したCSSはすべての外装に反映されます */
.fixed00 {
  position: sticky;
  left: 0;
  text-align: left;
  background-color: #f8f9fa;
}


.fixed01 {
.fixed01 {
8行目: 15行目:


.fixed02 {
.fixed02 {
  position: sticky;
  left: 0;
  text-align: left;
}
.fixed03 {
  position: sticky;
  left: 0;
  text-align: left;
}
.fixed10 {
   position: sticky;
   position: sticky;
   left: 220px;
   left: 220px;
   background-color: #f8f9fa;
   background-color: #f8f9fa;
}
}

2022年8月30日 (火) 17:38時点における版

/* ここに記述したCSSはすべての外装に反映されます */

.fixed00 {
  position: sticky;
  left: 0;
  text-align: left;
  background-color: #f8f9fa;
}

.fixed01 {
  position: sticky;
  left: 0;
  text-align: left;
}

.fixed02 {
  position: sticky;
  left: 0;
  text-align: left;
}

.fixed03 {
  position: sticky;
  left: 0;
  text-align: left;
}

.fixed10 {
  position: sticky;
  left: 220px;
  background-color: #f8f9fa;
}