MediaWiki:Gadget-sound-styles.css

来自Minecraft基岩版开发Wiki

注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Internet Explorer或Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
  • Opera:Ctrl-F5
/* These styles are applied before JS is loaded, to create the final layout
   to prevent any FOUC */
.client-js .sound-audio {
	display: none;
}

.client-js .sound-title::after {
	content: '';
	display: inline-block;
	width: 1.143em;
	height: 1.143em;
	margin-left: 0.286em;
	vertical-align: text-top;
}