国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

38 Zeilen
682B

  1. @charset "UTF-8";
  2. /*
  3. * jQuery File Upload Plugin CSS
  4. * https://github.com/blueimp/jQuery-File-Upload
  5. *
  6. * Copyright 2013, Sebastian Tschan
  7. * https://blueimp.net
  8. *
  9. * Licensed under the MIT license:
  10. * https://opensource.org/licenses/MIT
  11. */
  12. .fileinput-button {
  13. position: relative;
  14. overflow: hidden;
  15. display: inline-block;
  16. }
  17. .fileinput-button input {
  18. position: absolute;
  19. top: 0;
  20. right: 0;
  21. margin: 0;
  22. opacity: 0;
  23. -ms-filter: 'alpha(opacity=0)';
  24. font-size: 200px !important;
  25. direction: ltr;
  26. cursor: pointer;
  27. }
  28. /* Fixes for IE < 8 */
  29. @media screen\9 {
  30. .fileinput-button input {
  31. filter: alpha(opacity=0);
  32. font-size: 100%;
  33. height: 100%;
  34. }
  35. }