helialprofile.png
Welcome to IOPWiki, Commander. You can contribute to this wiki without an account. Learn how to contribute and join our Discord server.

MediaWiki:Gadget-live2dDollAnimation.css

From IOP Wiki
Jump to navigation Jump to search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
.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}