Guest User

Untitled

a guest
May 27th, 2020
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.38 KB | None | 0 0
  1. @keyframes example {
  2. 7% {opacity: 0.1;}
  3. 80% {opacity: 1.0;}
  4. 100% {opacity: .1;}
  5. }
  6. body {
  7. background-color: Transparent;
  8. background-image: url(https://i.imgur.com/5NIEiNE.gif);
  9. background-repeat: repeat;
  10. }
  11. html {
  12. cursor: url(https://cursors3.totallyfreecursors.com/thumbnails/cat10.gif), auto !important;
  13. }
  14. .topLeft {
  15. float: left;
  16. width: calc( 40% - 20px );
  17. padding: 10px;
  18. text-shadow: 0 0 0px red;
  19. color: #e73bff;
  20. background-color: Transparent;
  21. background-image: url(https://giffiles.alphacoders.com/194/19490.gif);
  22. background-repeat: repeat;
  23. box-shadow: inset 0px 1px 4px 1px black;
  24. text-shadow: 0px -1px 0px #5d6cff;
  25. }
  26. div#header {
  27. background: #b16eff;
  28. text-align: center;}
  29.  
  30. div#hSub {
  31. background: #202020;
  32. color: red;
  33. text-align: center;}
  34. div#country {
  35. visibility: hidden;
  36. }
  37. div#country::before {
  38. text-decoration: none;
  39. content: "Heaven ";
  40. visibility: visible;
  41. font-size: 15px;
  42. }
  43. .tableLeft{
  44. background: #b16eff;
  45. width: 25%;
  46. padding: 10px;
  47. vertical-align: top;
  48. overflow: hidden;
  49. }
  50.  
  51. .tableLeft > a > div {
  52. overflow: hidden;
  53. max-width: 115px;
  54. text-align: center;
  55. }
  56.  
  57. .tableRight{
  58. width: 75%;
  59. background: #7de1ff;
  60. padding: 10px;
  61. vertical-align: top;
  62. overflow-wrap: anywhere;
  63. }
  64. h4 {
  65. color: #31c0ff;
  66. margin-bottom: 0px;
  67. color: #0099ff;
  68. }
  69. .blurbs, #top, #box, .box, #header, #hSub, button {
  70. background-color: white;
  71. color: black;
  72. padding-right: 2px;
  73. padding-left: 3px;
  74. padding-top: 3px;
  75. padding-bottom: 2px;
  76. blox-shadow: 1px 0 #000,0 1px #000,1px 1px #000,inset 1px 1px #fff,0 0 150px 1px rgba(255,0,255,.5);
  77. box-shadow: 1px 0 #000, 0 1px #000, 1px 1px #000, inset 1px 1px #fff;
  78. background-color: #f4fca7;
  79. border-right: 1px solid gray;
  80. border-bottom: 1px solid gray;
  81. color: #009414;
  82. }
  83.  
  84. .rightHead, .boxHead {
  85. background: linear-gradient(135deg,#e63939 0,#f9ff54,#0088ff 100%);
  86. color: #0404d1;
  87. font-weight: none;
  88. }
  89. .logo b:before {
  90. content: "‏‏‎ ‎‏‏‎ ‎‏‏‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎ ‎meow";
  91. visibility: visible;
  92. font-size: 25px;
  93. color: white;
  94. text-align: center;
  95. color: #af0000;
  96. color: yellow;
  97. color: #ffff50;
  98. text-shadow: 0 0 black;
  99. box-shadow: inset 0 0 0px black;
  100. }
  101. a.logo {
  102. visibility: hidden;
  103. }
  104.  
  105.  
  106. @-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
  107. @-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
  108. @keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
  109.  
  110.  
  111.  
  112. @keyframes shake {
  113. 10%, 90% {
  114. transform: translate3d(-1px, 0, 0);
  115. }
  116.  
  117. 20%, 80% {
  118. transform: translate3d(6px, 0, 0);
  119. }
  120.  
  121. 30%, 50%, 70% {
  122. transform: translate3d(-6px, 0, 0);
  123. }
  124.  
  125. 40%, 60% {
  126. transform: translate3d(6px, 0, 0);
  127. }
  128. }
  129.  
  130. .fwiendFace {
  131. background: url(https://gifimage.net/wp-content/uploads/2018/04/kedi-hareketli-gif-12.gif) no-repeat;
  132. height: 130px;
  133. background-size: 120px;
  134. background-position: center;
  135. }
  136.  
  137. .fwiendFace img {
  138. opacity: 0.1;
  139. }
  140.  
  141.  
  142. .url.box a {
  143. display: none;
  144. }
  145.  
  146. .url.box {
  147. animation: bootAndClippy 0.3s steps(1) none;
  148. animation-fill-mode: forwards;
  149. }
  150.  
  151. @keyframes bootAndClippy {
  152. from {
  153. background: url(https://i.imgur.com/p7zKHm5.jpg) #000;
  154. background-position: center;
  155. background-size: contain;
  156. background-repeat: no-repeat;
  157. position: fixed;
  158. right: 0;
  159. bottom: 0px;
  160. top: 0;
  161. left: 0;
  162. color: #ffffff00;
  163. border: none;
  164. box-shadow: none;
  165. filter: drop-shadow(8px 9px 15px #00000044);
  166. z-index: 1000;
  167. }
  168.  
  169. to {
  170. background: url(https://media.giphy.com/media/VbnUQpnihPSIgIXuZv/giphy.gif) no-repeat;
  171. background-size: 140px;
  172. position: fixed;
  173. right: 0;
  174. bottom: 0px;
  175. color: #ffffff00;
  176. height: 131px;
  177. width: 150px;
  178. z-index: 100;
  179. animation: shake 2s infinite;
  180. border: none;
  181. box-shadow: none;
  182. filter: drop-shadow(8px 9px 15px #00000044);
  183. z-index: 1000;
  184. }
  185. }
  186.  
  187. #hSub {
  188. background: url(https://i.imgur.com/okgYfQb.gif) #D4D1CC !important;
  189. border-bottom: 1px solid #ccc !important;
  190. padding-bottom: 8px !important;
  191. }
  192.  
  193. #hSub a {
  194. color: ##bd0000;
  195. }
  196.  
  197. .tableRight {
  198. word-break: break-word !important;
  199. }
Add Comment
Please, Sign In to add comment