Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 

97 rindas
1.4 KiB

  1. .preview-wrapper {
  2. padding-bottom: 30px;
  3. }
  4. #download {
  5. footer {
  6. bottom: 0;
  7. width: 100%;
  8. }
  9. }
  10. .preview-image {
  11. img {
  12. margin: 0 auto;
  13. display:block;
  14. max-width: 800px;
  15. max-width: 100%;
  16. }
  17. padding: 0;
  18. padding: 20px;
  19. }
  20. .overlay {
  21. position: fixed;
  22. z-index: 100;
  23. top: 0;
  24. left: 0;
  25. right: 0;
  26. bottom: 0;
  27. background-color: rgba(0,0,0,0.10);
  28. visibility: hidden;
  29. opacity: 0;
  30. transition: opacity 0.2s ease;
  31. .active & {
  32. visibility: visible;
  33. opacity: 1;
  34. }
  35. }
  36. .copy-link-wrapper {
  37. z-index: 200;
  38. padding: 2em;
  39. position: fixed;
  40. top: 50%;
  41. left: 50%;
  42. width: 50%;
  43. max-width: 500px;
  44. min-width: 300px;
  45. background-color: @blue;
  46. border-radius: 2px;
  47. transform: translateX(-50%) translateY(-50%);
  48. opacity: 0;
  49. transition: opacity 0.2s ease;
  50. clip:rect(1px 1px 1px 1px);
  51. opacity: 0;
  52. top: -9999999px;
  53. left: -9999999px;
  54. .active & {
  55. clip: auto;
  56. opacity: 1;
  57. top: 50%;
  58. left: 50%;
  59. }
  60. p {
  61. font-size: 20px;
  62. color: #fff;
  63. }
  64. input {
  65. background-color: @light-gray;
  66. color: @text-color;
  67. border: 0;
  68. font-size: 1em;
  69. padding: 1em;
  70. margin: 0;
  71. width: 100%;
  72. border-radius: 2px;
  73. white-space: nowrap;
  74. overflow: hidden;
  75. text-overflow: ellipsis;
  76. }
  77. .error {
  78. text-align: center;
  79. color: #E7483B;
  80. display: block;
  81. padding: 0.5em;
  82. }
  83. }
  84. #md-preview,{
  85. padding-bottom: 30px;
  86. }
  87. video {
  88. margin: 0 auto;
  89. width: 100%;
  90. }