←MediaWiki:Mobile.css因为以下原因,您没有权限编辑本页: 您所请求的操作仅限于这些用户组的用户使用:用户、自动确认用户 此页提供此wiki软件的界面文字,并受到保护以防止滥用。如欲修改所有wiki的翻译,请访问translatewiki.net上的MediaWiki本地化项目。 您无权编辑此CSS页面,因为编辑此页面可能会影响所有访问者。 您必须确认您的电子邮件地址才能编辑页面。请通过系统设置设置并确认您的电子邮件地址。 您可以查看和复制此页面的源代码。 /* 这里放置的CSS将影响使用移动版网站的用户 */ @import url('https://fonts.googleapis.com/css?family=Jura');/*科技感包含希腊字母*/ @import url('https://fonts.googleapis.com/css?family=Google Sans');/*谷歌的字体*/ @import url('https://fonts.googleapis.com/css?family=Montserrat'); @import url('https://fonts.googleapis.com/css?family=Noto Sans SC'); @import url('https://fonts.googleapis.com/css?family=Tajawal');/*阿拉伯字母字体*/ body * { font-family:'Montserrat','Google Sans','Noto Sans SC','Tajawal','PingFang SC',"Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Microsoft YaHei","Heiti SC",sans-serif; }/*全站字体*/ /**************************/ /* 播放按钮 */ /**************************/ .audio-player button{ height: 50px; width: 50px; text-align: center; border: 0; border-radius: 50%; transition: 0.3s ease-in-out; outline:0 none; background-image:none,url(/w/images/a/ad/AudioPlay.svg); } .audio-player-playing{ transition: 0.3s ease-in-out; background-image:none,url(/w/images/c/cd/AudioPause.svg) !important; } .audio-player-paused{ transition: 0.3s ease-in-out; background-image:none,url(/w/images/a/ad/AudioPlay.svg) !important; } /**************************/ /* 评论区 */ /**************************/ .comments-body{ padding-top:10px; padding-buttom:10px; border-radius: 8px; } .comments-body .c-form-title{ color: white; } .c-item{ border-bottom: 1px rgba(200, 200, 200, 0.4) solid; padding: 4px; background-color: rgb(0, 0, 0, 0.5); backdrop-filter: saturate(200%) blur(20px); -webkit-backdrop-filter: saturate(200%) blur(20px); } .c-avatar{ top: 8px; left: 8px; } .c-avatar img { border-radius: 50px;} .reply{ width: 80%; margin-left: 15% !important; background-color: rgba(80, 80, 80, 0.15); padding: 4px; border-radius: 8px; } .reply .c-actions a{ color: #000 !important; background-color: rgb(249, 239, 0); border-radius: 4px; font-size: 10pt; padding: 4px; } .reply .c-actions .c-delete a{ background-color: red !important; } .full{ background-color: rgba(200, 200, 200, 0.15); width: 92%; margin: 4% !important; padding: 4px; border-radius: 8px; } .full .c-actions a{ color: #000 !important; background-color: rgb(249, 239, 0); border-radius: 4px; font-size: 10pt; padding: 4px; } .full .c-actions .c-delete a{ background-color: red !important; } textarea#comment { border-radius: 8px; padding: 3px; margin-left: 2%; width: 95%; } .r-message { width: 90%; margin: 1% !important; } .f-message{ width: 95%; margin: 2% !important; } /**************************/ /* B站 */ /**************************/ .bilibili{ border: 0; padding: 0; width: 100%; height: 35vh; } .bilibili iframe{ border: 0; padding: 0; width: 100%; height: 100%; } .mw-ui-icon-mf-expand:before { background-image: url(/w/images/5/51/Up_Arrow.png); background-image: linear-gradient(transparent,transparent),url(/w/images/5/51/Up_Arrow.png); } .feedback{ top: 40px !important; right: 10px !important; } 返回至MediaWiki:Mobile.css。