Advertisement
Aly

Voltra | Survival 1.0

Aly
Feb 16th, 2018
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.18 KB | None | 0 0
  1. /*
  2.  
  3. survival 1.1
  4. by aly
  5.  
  6. */
  7.  
  8. @font-face {
  9. font-family: Ya;
  10. font-style: normal;
  11. font-weight: 200;
  12. src: url(https://dl.dropbox.com/s/rphx2w9nsnjetzu/Batavia-Regular.ttf);
  13. }
  14.  
  15. #footer, .copyright, #navbar, #structure>header {
  16. display: none;
  17. }
  18.  
  19. #structure {
  20. position: absolute;
  21. left: 0;
  22. top: 0;
  23. width: 100%;
  24. height: 100%;
  25. margin: 0;
  26. padding: 0;
  27. overflow-x: hidden;
  28. overflow-y: auto;
  29. }
  30. #content:before {
  31. content: close-quote;
  32. position: absolute;
  33. left: 0;
  34. top: 0;
  35. width: 100vw;
  36. height: 100vh;
  37. background-image: url(http://www.publicdomainpictures.net/pictures/10000/velka/starry-night-871287410454UmtH.jpg);
  38. background-size: 50%;
  39. background-attachment: fixed;
  40. z-index: -50;
  41. }
  42. #content {
  43. position: relative;
  44. left: 0;
  45. top: 0;
  46. right: 0;
  47. margin: 0 auto;
  48. padding-top: 50%;
  49. z-index: 1;
  50. }
  51. #voltie {
  52. background-color: #99d9e7;
  53. background-color: #000;
  54. }
  55. #content>div:nth-child(7) {
  56. margin-bottom: 35px;
  57. }
  58.  
  59.  
  60. /* Title */
  61. #voltie>div.col-md-6>section.voltie_bio>strong, #voltie>div.col-md-6>section.voltie_bio>strong+u {
  62. position: fixed;
  63. left: 0;
  64. top: 0;
  65. bottom: 0;
  66. right: 0;
  67. margin: auto;
  68. z-index: -1;
  69. transition: all 0.25s linear;
  70. }
  71. #voltie>div.col-md-6>section.voltie_bio>strong+u {
  72. width: 0;
  73. height: 0;
  74. border-style: solid;
  75. border-width: 300px 200px 0 200px;
  76. border-color: #82c8d7 transparent transparent transparent;
  77. box-shadow: inset 0 0 50px 50px #000;
  78. z-index: -25;
  79. }
  80. #voltie>div.col-md-6>section.voltie_bio>strong {
  81. font-family: Ya;
  82. font-style: normal;
  83. font-weight: 150;
  84. text-transform: uppercase;
  85. letter-spacing: 4px;
  86. color: #7e3457;
  87. text-align: center;
  88. line-height: 150px;
  89. animation: glitch 0.1s reverse both infinite;
  90. left: 0;
  91. top: -175px;
  92. width: 650px;
  93. height: 150px;
  94. font-size: 150px;
  95. }
  96. #voltie>div.col-md-6>section.voltie_bio>strong u {
  97. position: absolute;
  98. left: 0;
  99. top: 200px;
  100. right: 0;
  101. margin: 0 auto;
  102. color: #a9dfeb;
  103. text-shadow: 0 0 10px #59cadf;
  104. text-decoration: none;
  105. z-index: 5;
  106. transition: all 0.25s ease-in-out;
  107. }
  108. #voltie>div.col-md-6>section.voltie_bio>strong>u>em:nth-child(odd) {
  109. transform: rotate(-10deg);
  110. }
  111. #voltie>div.col-md-6>section.voltie_bio>strong>u>em:nth-child(even) {
  112. transform: rotate(10deg);
  113. }
  114. #voltie>div.col-md-6>section.voltie_bio>strong>em, #voltie>div.col-md-6>section.voltie_bio>strong>u>em {
  115. position: relative;
  116. font-style: normal;
  117. color: #000;
  118. transition: all 0.25s ease-in-out;
  119. text-shadow: -3px -3px 0 #e481aa, 3px -3px 0 #e481aa, -3px 3px 0 #e481aa, 3px 3px 0 #e481aa, 0 0 25px #f295b8, 0 0 15px #d3709b;
  120. }
  121.  
  122.  
  123. /* Keyframes */
  124. @keyframes glitch {
  125. from {
  126. text-shadow: -3px -3px 0 #e481aa, 3px -3px 0 #e481aa, -3px 3px 0 #e481aa, 3px 3px 0 #e481aa, 0 0 25px #f295b8, 0 0 15px #d3709b;
  127. }
  128. to {
  129. text-shadow: -3px -3px 0 #e481aa, 3px -3px 0 #e481aa, -3px 3px 0 #e481aa, 3px 3px 0 #e481aa, 0 0 25px #f295b8, 0 0 100px #d3709b, 5px 5px 15px #d3709b;
  130. }
  131. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement