MediaWiki:Mobile.css:修订间差异

来自汉语教学技术研究与应用
跳转到导航 跳转到搜索
HanyuTech留言 | 贡献
创建页面,内容为“这里放置的CSS将影响使用移动版网站的用户:​ CSS placed here will affect users of the mobile site:​ .mobile-float-reset { float: none !import…”
 
HanyuTech留言 | 贡献
无编辑摘要
 
(未显示同一用户的15个中间版本)
第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; }


/* Floating table headers for Wikimedia_Hackathon_2018/Program */
li#ca-history { display:none!important; }
@supports (position:sticky) or (position:-webkit-sticky) {
 
/*.wikitable.sticky {*/
li#ca-talk { display:none!important; }
/* max-height: 90vh;*/
 
/* overflow: auto; !important;*/
li#ca-edit { display:none!important; }
/*}*/
 
/*.wikitable.sticky > * > tr.sticky > th {*/
li#ca-viewsource { display:none!important; }
/*    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; }