维基建设中~
“MediaWiki:Common.css”的版本间差异
来自YurifyMagic
第49行: | 第49行: | ||
align-items:center; | align-items:center; | ||
height:inherit; | height:inherit; | ||
width: | width:auto; | ||
flex:1 1 auto; | flex:1 1 auto; | ||
/*background-color:rgb(255, 190, 190);*/ | /*background-color:rgb(255, 190, 190);*/ | ||
第56行: | 第56行: | ||
} | } | ||
#nav a{ | #nav a{ | ||
margin:0 20px 0 20px; | |||
text-decoration:none; | text-decoration:none; | ||
font-size:1.7em; | font-size:1.7em; | ||
} | } |
2024年11月23日 (六) 18:25的版本
/* 这里放置的CSS将应用于所有皮肤 */ body { color: rgb(70,100,100); height: 100vh; background-color: rgb(255, 190, 190); width:70%; } .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); } #nav{ align-items:center; height:inherit; width:auto; flex:1 1 auto; /*background-color:rgb(255, 190, 190);*/ order:2; box-sizing:border-box; } #nav a{ margin:0 20px 0 20px; text-decoration:none; font-size:1.7em; }