Advertisement
ChaZayari

OTs-14

Dec 9th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.92 KB | None | 0 0
  1. <style>
  2. @import url('https://fonts.googleapis.com/css?family=Pinyon+Script');
  3. @import url('https://fonts.googleapis.com/css?family=Lateef');
  4. @import url('https://fonts.googleapis.com/css?family=Italianno');
  5. ::-webkit-scrollbar{width:0vh;height:0vh;}
  6. ::-webkit-scrollbar-track{border-radius:20%;background:transparent;}
  7. ::-webkit-scrollbar-thumb{border-radius:0;background:transparent;}
  8.  
  9.  
  10. body{
  11. background: #fff;
  12. }
  13.  
  14.  
  15. h1{font-family: 'Italianno', cursive;font-size: 6vh;text-shadow: 0 0 16px #fff;}
  16. *{font-family: 'Lateef', cursive;font-size: 3.4vh;color:#fff;}
  17. a{color: #c5e1f7;text-decoration: underline;transition: 0.5s;}
  18. a:hover{transition: 0.5s;color:fff;text-shadow: 0 0 8px #fff;letter-spacing: 1px;}
  19.  
  20. #image{
  21. position: fixed;
  22. bottom: 0vh;
  23. left: 5vw;
  24. opacity: 1;
  25. }
  26.  
  27. #image img{
  28. height: 100vh;
  29. }
  30.  
  31. @keyframes move1{
  32. from{right: -100vw;}
  33. to{right: 45vw;}
  34. }
  35.  
  36. @keyframes move2{
  37. from{right: -110vw;}
  38. to{right:25vw;}
  39. }
  40.  
  41. @keyframes opacity{
  42. from{opacity: 0;}
  43. to{opacity: 1;}
  44. }
  45.  
  46. @keyframes move3{
  47. from{right: -120vw;}
  48. to{right: 5vw;}
  49. }
  50.  
  51.  
  52. #box1, #box2, #box3{
  53. position: fixed;
  54. padding: 1%;
  55. overflow: auto;
  56. height: 12vh;
  57. width: 15vw;
  58. top: 25vh;
  59. background: linear-gradient(45deg, #756023, #a0832e, #7a6117);
  60. transition: 1s;
  61. box-shadow: 2vh 2vh 2vh #7a6117;
  62. border-radius: 1vh;
  63. line-height: 3.5vh;
  64. }
  65.  
  66.  
  67.  
  68. #box1{
  69. animation: move1 2s 1 both;
  70. }
  71.  
  72. #box1:hover{
  73. height: 60vh;
  74. }
  75.  
  76. #box2{
  77. animation: move2 2s 1 both;
  78. animation-delay: .5s;
  79. }
  80.  
  81. #box2:hover{
  82. height: 60vh;
  83. }
  84.  
  85.  
  86. #box3{
  87. animation: move3 2s 1 both;
  88. animation-delay: 1s;
  89. }
  90.  
  91. #box3:hover{
  92. height: 60vh;
  93. }
  94.  
  95. #title{
  96. position: fixed;
  97. padding: 1%;
  98. height: 10vh;
  99. width: 54.75vw;
  100. text-align: center;
  101. top: 10vh;
  102. right: 5vw;
  103. animation: opacity 2s 1;
  104. animation-fill-mode: both;
  105. animation-delay: 2.5s;
  106. color: #ad8614;
  107. font-family: 'Pinyon Script', cursive;
  108. font-size: 11vh;
  109. text-shadow: .5vh .5vh 1vh #a0832e;
  110. word-spacing: 5vw
  111. }
  112.  
  113. #credit {
  114. z-index:1;
  115. position:fixed;
  116. height:13vh;
  117. right:1%;
  118. bottom:1%;
  119. background-color:#ffffff;
  120. border-radius:5px;
  121. box-shadow: 0 0 1vh 1vh #fff;
  122. animation: opacity 2s 1;
  123. animation-fill-mode: both;
  124. animation-delay: 2.5s;
  125. }
  126.  
  127. </style>
  128.  
  129. <div id="image">
  130. <a target="_blank" href="https://imgur.com/a/6TvjrwG">
  131. <img src="https://i.imgur.com/JMDxRPI.jpg">
  132. </a>
  133. </div>
  134.  
  135. <div id="title">OTs-14 Groza</div>
  136.  
  137. <div id="box1">
  138. <center>
  139. <h1>"Otis"</h1>
  140. <br>
  141. OTs-14<br>
  142. Combat Android (T-Doll)
  143. Goes by 'Otis', 'Groza', or 'OTs'.<br>
  144. Approx. 25 years mature<br>
  145. 5'8" in height.<br>
  146. 143 lbs in weight.<br>
  147. <br>
  148. Bisexual.<br>
  149. Flirtatious/Friendly.<br>
  150. Avid sight-seer/traveler<br>
  151. Enjoys wine and hard cider.<br>
  152. </div>
  153.  
  154. <div id="box2">
  155. <center>
  156. <h1>Groza</h1>
  157. <br>
  158. Type: Bullpup Assault Rifle<br>
  159. Origina: Russia<br>
  160. <br>
  161. In service: 1994 - present.<br>
  162. Manufacturer: TsKIB SOO<br>
  163. <br>
  164. The OTs-14 “Groza” ("Thunderstorm" or "Terror") bullpup configured, modular assault rifle system was developed during the early 1990s by V. Telesh and Ju. Lebedev at the TsKIB SOO (Central Design Bureau for Sporting and Hunting Arms). Like the predecessor project Tiss, Groza's design is also based on AKS-74U, an attempt to integrate all the best features from close quarter combat weapons into one singular unit. Groza units have a great amount of exchangeable parts with 74U.
  165. </div>
  166.  
  167. <div id="box3">
  168. <center>
  169. <h1>OTs-14</h1>
  170. <br>
  171. <i>Neither art nor code is mine.<br>
  172. <br>
  173. Shitposting/Muli-para posting.<br>
  174. <br>
  175. Gallery viewed by way of clicking the main image, if that wasn't obvious.<br>
  176. <br>
  177. Flirtatious does not mean looking to suck you off. Don't take it as such.<br>
  178. <br>
  179. I have a life outside of RPC. I may poof from time to time.<br>
  180. <br>
  181. Smut is fine. Story is better.
  182. </div>
  183.  
  184.  
  185. <a target="_blank" href="https://pastebin.com/u/AltimaeDTM" target="_blank" title="Thanks for using this layout! Please inform me of issues.">
  186. <img src="https://i.imgur.com/A9wLMgS.png" id="credit"/>
  187. </a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement