選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

pace-theme-minimal.css 423B

1234567891011121314151617181920212223
  1. /* This is a compiled file, to make changes persist, consider editing under the templates directory */
  2. .pace {
  3. -webkit-pointer-events: none;
  4. pointer-events: none;
  5. -webkit-user-select: none;
  6. -moz-user-select: none;
  7. user-select: none;
  8. }
  9. .pace-inactive {
  10. display: none;
  11. }
  12. .pace .pace-progress {
  13. background: #e90f92;
  14. position: fixed;
  15. z-index: 2000;
  16. top: 0;
  17. right: 100%;
  18. width: 100%;
  19. height: 2px;
  20. }