|
|
| (未显示同一用户的14个中间版本) |
| 第1行: |
第1行: |
| /* 这里放置的CSS将影响使用移动版网站的用户 */ | | /* 这里放置的CSS将影响使用移动版网站的用户 */ |
|
| |
|
| /* CSS placed here will affect users of the mobile site */
| | img {max-width: 320px; height: auto;} |
| .mobile-float-reset { float: none !important; width: 100% !important; }
| |
|
| |
|
| img {
| | li#ca-history { display:none!important; } |
| -webkit-box-sizing: border-box;
| |
| box-sizing: border-box;
| |
| vertical-align: middle;
| |
| } | |
|
| |
|
| /* Floating table headers for Wikimedia_Hackathon_2018/Program */
| | li#ca-talk { display:none!important; } |
| @supports (position:sticky) or (position:-webkit-sticky) {
| | |
| /*.wikitable.sticky {*/
| | li#ca-edit { display:none!important; } |
| /* max-height: 90vh;*/
| | |
| /* overflow: auto; !important;*/
| | li#ca-viewsource { display:none!important; } |
| /*}*/
| |
| /*.wikitable.sticky > * > tr.sticky > th {*/
| |
| /* position: -webkit-sticky;*/
| |
| /* position: sticky;*/
| |
| /* top: 0;*/
| |
| /*}*/
| |
| /*.wikitable.sticky > * > tr:not(.sticky) > th:first-child {
| |
| position: -webkit-sticky;
| |
| position: sticky;
| |
| left: 0;
| |
| }*/
| |
| } | |
2018年6月8日 (五) 18:16的最新版本
/* 这里放置的CSS将影响使用移动版网站的用户 */
img {max-width: 320px; height: auto;}
li#ca-history { display:none!important; }
li#ca-talk { display:none!important; }
li#ca-edit { display:none!important; }
li#ca-viewsource { display:none!important; }