打开主菜单

少前百科GFwiki β

MediaWiki:Gadget-live2dDollAnimation.css

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

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Internet Explorer:按住Ctrl的同时单击刷新,或按Ctrl-F5
  • Opera:前往菜单 → 设置(Mac为Opera → Preferences),然后隐私和安全 → 清除浏览数据 → 缓存的图片和文件
.dollLive2d {
  position: relative;
}

.dollLive2d.loading {
    background-repeat: no-repeat;
    background-attachment: local;
    background-position: bottom right;
    background-size: 50px;
}

.dollLive2d label {
  margin-right: 4px;
}

.dollLive2d .live2dswitcher {
  padding-right: 10px;
  text-align: left;
  text-indent: 0;
}

.dollLive2d .live2dloadingprogress { width: 80%; position: absolute; margin-right: 20px; top: 50%; }
.dollLive2d .live2dprogress {float:left; width: 15%; }
.dollLive2d .live2dprogress span {color:orange; height: 24px; vertical-align: middle; display: table-cell; font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace; }
.dollLive2d .live2dprogressbarcontainer {margin-left:20%;width:80%;border-radius:16px;background-color:gray;}
.dollLive2d .live2dprogressbar {background-color:orange;height:24px;width:20%;border-radius:16px}