维基建设中~
MediaWiki:Common.css
来自YurifyMagic
注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。
- Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5或Ctrl-R(Mac为⌘-R)
- Google Chrome:按Ctrl-Shift-R(Mac为⌘-Shift-R)
- Internet Explorer或Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
- Opera:按 Ctrl-F5。
/* 这里放置的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; } #toc{ color: rgb(70,100,100); float:right; margin:0 0 1em 1em; position:fixed; top:150px; right:30px; } #nav{ align-items:center; height:inherit; width:auto; min-width:40%; flex:1 1 auto; /*background-color:rgb(255, 190, 190);*/ order:2; box-sizing:border-box; } #nav a{ margin:0 3% 0 3%; text-decoration:none; font-size:1.7em; } @media screen and (min-width:1300px) { .body{ width:70%; } } @media screen and (max-width:1300px){ #toc{ display:none; } } /*@media screen and (max-width:968px) and (min-width:851px){*/ /* #nav a{*/ /* margin:0 5px 0 5px;*/ /* }*/ /*}*/ @media screen and (max-width:851px){ body{ width:100%; } }