维基建设中~
“MediaWiki:Common.css”的版本间差异
来自YurifyMagic
第12行: | 第12行: | ||
color: rgb(70,100,100); | color: rgb(70,100,100); | ||
position:fixed; | position:fixed; | ||
top: | top:1em; | ||
float:right; | |||
} | } | ||
.showcase { | .showcase { |
2024年11月22日 (五) 13:24的版本
/* 这里放置的CSS将应用于所有皮肤 */ body { color: rgb(70,100,100); height: 100vh; background-color: rgb(255, 190, 190); width:80%; } .toc{ color: rgb(70,100,100); position:fixed; top:1em; float:right; } .showcase { float: right; /*position: absolute; */ left: 125vmin; width: 30vmin; background-color: rgb(255, 255, 255); background-color: rgba(255, 255, 255, 0.7); border-radius: 10px; overflow: hidden; text-align:center; } .tablehead { width: 8vmin; background-color: rgb(255, 190, 190); color: rgb(255, 255, 255); } .tabletext { text-align: center; } .sideNavi { top: 10vmin; text-align: left; padding-bottom: 20px; border-radius: 10px; position: fixed; left: 125vmin; width: 30vmin; background-color: rgb(255, 255, 255); background-color: rgba(255, 255, 255, 0.7); }