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

提供: ナショナルチーム
ナビゲーションに移動 検索に移動
9行目: 9行目:


.fixed01 {
.fixed01 {
  position: sticky;
  left: 0;
  text-align: left;
}
.fixed02 {
  position: sticky;
  left: 0;
  text-align: left;
}
.fixed03 {
   position: sticky;
   position: sticky;
   left: 0;
   left: 0;
28行目: 16行目:
.fixed10 {
.fixed10 {
   position: sticky;
   position: sticky;
   left: 220px;
   left: 223px;
   background-color: #f8f9fa;
   background-color: #f8f9fa;
}
}

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

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

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

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

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