「MediaWiki:Common.css」の版間の差分
ナビゲーションに移動
検索に移動
21行目: | 21行目: | ||
width: 100%; | width: 100%; | ||
height: 100%; | height: 100%; | ||
border: | border: 50px solid #ccc; | ||
} | } | ||
} | } |
2022年8月30日 (火) 16:58時点における版
/* ここに記述したCSSはすべての外装に反映されます */
.fixed01 {
position: sticky;
left: 0;
text-align: left;
background-color: #f8f9fa;
border-collapse: separate;
}
.fixed02 {
position: sticky;
left: 1px;
background-color: #f8f9fa;
border-collapse: separate;
&:before{
content: "";
position: absolute;
top: -1px;
left: -1px;
width: 100%;
height: 100%;
border: 50px solid #ccc;
}
}