bigbox.css 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. html,
  2. body {
  3. min-height: 100%;
  4. }
  5. .humane,
  6. .humane-bigbox {
  7. position: fixed;
  8. -moz-transition: all 0.3s ease-out;
  9. -webkit-transition: all 0.3s ease-out;
  10. -ms-transition: all 0.3s ease-out;
  11. -o-transition: all 0.3s ease-out;
  12. transition: all 0.3s ease-out;
  13. z-index: 100000;
  14. filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  15. }
  16. .humane,
  17. .humane-bigbox {
  18. font-family: Ubuntu, Verdana, sans-serif;
  19. line-height: 40px;
  20. font-size: 35px;
  21. top: 25%;
  22. left: 25%;
  23. opacity: 0;
  24. width: 50%;
  25. min-height: 40px;
  26. padding: 30px;
  27. text-align: center;
  28. background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADICAYAAAAp8ov1AAAABmJLR0QA/wD/AP+gvaeTAAAAc0lEQVQokb2RQQ6EMAwDx/7/n80BtIEC3RYhLlXrVLGTAYiBWBIGtkPSP01SfreTVoV5re9Rcee1scwDk9NurbR62sZJcpzy9O+2X5KsXabyPaQFYNuvkqkRviDTp9Vs8opC0TpkHvJtVjeReW/5kEyX1gKeLEKE9peeWAAAAABJRU5ErkJggg==');
  29. background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000), color-stop(1, rgba(0,0,0,0.9))) no-repeat;
  30. background: -moz-linear-gradient(top, #000 0%, rgba(0,0,0,0.9) 100%) no-repeat;
  31. background: -webkit-linear-gradient(top, #000 0%, rgba(0,0,0,0.9) 100%) no-repeat;
  32. background: -ms-linear-gradient(top, #000 0%, rgba(0,0,0,0.9) 100%) no-repeat;
  33. background: -o-linear-gradient(top, #000 0%, rgba(0,0,0,0.9) 100%) no-repeat;
  34. background: linear-gradient(top, #000 0%, rgba(0,0,0,0.9) 100%) no-repeat;
  35. *background-color: #000;
  36. color: #fff;
  37. -webkit-border-radius: 15px;
  38. border-radius: 15px;
  39. text-shadow: 0 -1px 1px #ddd;
  40. -webkit-box-shadow: 0 15px 15px -15px #000;
  41. box-shadow: 0 15px 15px -15px #000;
  42. -moz-transform: scale(0.1);
  43. -webkit-transform: scale(0.1);
  44. -ms-transform: scale(0.1);
  45. -o-transform: scale(0.1);
  46. transform: scale(0.1);
  47. }
  48. .humane p,
  49. .humane-bigbox p,
  50. .humane ul,
  51. .humane-bigbox ul {
  52. margin: 0;
  53. padding: 0;
  54. }
  55. .humane ul,
  56. .humane-bigbox ul {
  57. list-style: none;
  58. }
  59. .humane.humane-bigbox-info,
  60. .humane-bigbox.humane-bigbox-info {
  61. background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADICAYAAAAp8ov1AAAABmJLR0QA/wD/AP+gvaeTAAAAQElEQVQokWNgYEj5z8TAwPCfiYGBgQGVIEKMTG2DTYwRVez/IHIaNcUGyBnYgpORel6gpvFEJhBqpxIaG8/AAADsKDq/HhYQ2AAAAABJRU5ErkJggg==');
  62. background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000064), color-stop(1, rgba(0,0,100,0.9))) no-repeat;
  63. background: -moz-linear-gradient(top, #000064 0%, rgba(0,0,100,0.9) 100%) no-repeat;
  64. background: -webkit-linear-gradient(top, #000064 0%, rgba(0,0,100,0.9) 100%) no-repeat;
  65. background: -ms-linear-gradient(top, #000064 0%, rgba(0,0,100,0.9) 100%) no-repeat;
  66. background: -o-linear-gradient(top, #000064 0%, rgba(0,0,100,0.9) 100%) no-repeat;
  67. background: linear-gradient(top, #000064 0%, rgba(0,0,100,0.9) 100%) no-repeat;
  68. *background-color: #030;
  69. }
  70. .humane.humane-bigbox-success,
  71. .humane-bigbox.humane-bigbox-success {
  72. background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADICAYAAAAp8ov1AAAABmJLR0QA/wD/AP+gvaeTAAAAPklEQVQokWNgSGH4z8TAACEYUAkixMjUNsjEGFHF/g8ip1FVbGCcgS04GannBaoaT1wCwWkvmXbQ2HgGBgYA8Yw6v+m4Kh8AAAAASUVORK5CYII=');
  73. background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #006400), color-stop(1, rgba(0,100,0,0.9))) no-repeat;
  74. background: -moz-linear-gradient(top, #006400 0%, rgba(0,100,0,0.9) 100%) no-repeat;
  75. background: -webkit-linear-gradient(top, #006400 0%, rgba(0,100,0,0.9) 100%) no-repeat;
  76. background: -ms-linear-gradient(top, #006400 0%, rgba(0,100,0,0.9) 100%) no-repeat;
  77. background: -o-linear-gradient(top, #006400 0%, rgba(0,100,0,0.9) 100%) no-repeat;
  78. background: linear-gradient(top, #006400 0%, rgba(0,100,0,0.9) 100%) no-repeat;
  79. *background-color: #030;
  80. }
  81. .humane.humane-bigbox-error,
  82. .humane-bigbox.humane-bigbox-error {
  83. background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADICAYAAAAp8ov1AAAABmJLR0QA/wD/AP+gvaeTAAAAPklEQVQokWNIYWD4z8QAJRhQCSLEyNQ2uMQYUcX+DyKnUVdsQJyBLTgZqecF6hpPVALBaS+ZdtDYeAYGBgYA9vA6v4OR3MkAAAAASUVORK5CYII=');
  84. background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #640000), color-stop(1, rgba(100,0,0,0.9))) no-repeat;
  85. background: -moz-linear-gradient(top, #640000 0%, rgba(100,0,0,0.9) 100%) no-repeat;
  86. background: -webkit-linear-gradient(top, #640000 0%, rgba(100,0,0,0.9) 100%) no-repeat;
  87. background: -ms-linear-gradient(top, #640000 0%, rgba(100,0,0,0.9) 100%) no-repeat;
  88. background: -o-linear-gradient(top, #640000 0%, rgba(100,0,0,0.9) 100%) no-repeat;
  89. background: linear-gradient(top, #640000 0%, rgba(100,0,0,0.9) 100%) no-repeat;
  90. *background-color: #300;
  91. }
  92. .humane.humane-animate,
  93. .humane-bigbox.humane-bigbox-animate {
  94. opacity: 1;
  95. -moz-transform: scale(1);
  96. -webkit-transform: scale(1);
  97. -ms-transform: scale(1);
  98. -o-transform: scale(1);
  99. transform: scale(1);
  100. }
  101. .humane.humane-animate:hover,
  102. .humane-bigbox.humane-bigbox-animate:hover {
  103. opacity: 0.6;
  104. -moz-transform: scale(0.8);
  105. -webkit-transform: scale(0.8);
  106. -ms-transform: scale(0.8);
  107. -o-transform: scale(0.8);
  108. transform: scale(0.8);
  109. }
  110. .humane.humane-js-animate,
  111. .humane-bigbox.humane-bigbox-js-animate {
  112. opacity: 1;
  113. -moz-transform: scale(1);
  114. -webkit-transform: scale(1);
  115. -ms-transform: scale(1);
  116. -o-transform: scale(1);
  117. transform: scale(1);
  118. }
  119. .humane.humane-js-animate:hover,
  120. .humane-bigbox.humane-bigbox-js-animate:hover {
  121. opacity: 0.6;
  122. filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  123. }