wife-

enemy

Apr 17th, 2021 (edited)
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.93 KB | None | 0 0
  1. <style>
  2.  
  3. ::-webkit-scrollbar {
  4. display: none;
  5. }
  6.  
  7. @font-face {
  8. font-family: "Harukaze";
  9. src: url('https://dl.dropboxusercontent.com/s/o4e80k78fqs2k43/Another%20Danger%20Slanted%20-%20Demo.otf?dl=0');
  10. format("truetype");
  11. }
  12.  
  13. a {
  14. text-decoration: none;
  15. }
  16.  
  17. body {
  18. background: black
  19. }
  20.  
  21. .pic {
  22. position: absolute;
  23. bottom: 50px;
  24. left: 50%;
  25. transform: translate(-50%, 0%);
  26. background-image: url('https://i.imgur.com/uzMra6f.jpg');
  27. height: 520px;
  28. width: 350px;
  29. background-size: 400px;
  30. background-position: -30px 0px;
  31. border: solid 10px black;
  32. z-index: 1;
  33. filter: grayscale(50%);
  34. }
  35.  
  36. .box {
  37. position: absolute;
  38. bottom: 50px;
  39. left: 50%;
  40. transform: translate(-65%, -10%);
  41. background-color: #7a0000;
  42. height: 500px;
  43. width: 320px;
  44. }
  45.  
  46. .words {
  47. overflow: auto;
  48. padding: 25px;
  49. position: absolute;
  50. bottom: 50px;
  51. left: 50%;
  52. transform: translate(50%, 10%);
  53. height: 200px;
  54. width: 150px;
  55. background-color: black;
  56. background-image: url("https://www.transparenttextures.com/patterns/pinstriped-suit.png");
  57. opacity: 0.7;
  58. z-index: 1;
  59. outline: dashed 1px #7a0000;
  60. outline-offset: -3px;
  61. color: white;
  62. font-family: 'Montserrat', sans-serif;
  63. font-size: 10px;
  64. line-height: 2;
  65. transition: ease-in-out 1s;
  66. opacity: 0;
  67. }
  68.  
  69. .words:target {
  70. opacity: 0.8;
  71. z-index: 2;
  72. }
  73.  
  74. .title { /*position will appear differently, check rpc for correct position*/
  75. padding: 25px;
  76. position: absolute;
  77. bottom: 500px;
  78. left: 50%;
  79. transform: translate(-50%, 0%);
  80. font-family: 'Harukaze';
  81. font-size: 70px;
  82. letter-spacing: 15;
  83. background: linear-gradient(#7a0000, #000);
  84. -webkit-text-fill-color: transparent;
  85. -webkit-background-clip: text;
  86. z-index: 2;
  87. filter: drop-shadow(0px 0px 1px white);
  88. }
  89.  
  90. .corner {
  91. position: absolute;
  92. bottom: 550px;
  93. left: 50%;
  94. transform: translate(110%, 0%);
  95. height: 100px;
  96. width: 100px;
  97. border-top: solid 1px white;
  98. border-right: solid 1px white;
  99. z-index: 1;
  100. opacity: 0.3;
  101. }
  102.  
  103. .corner2 {
  104. position: absolute;
  105. bottom: 55px;
  106. left: 50%;
  107. transform: translate(-230%, 10%);
  108. height: 100px;
  109. width: 100px;
  110. border-bottom: solid 1px white;
  111. border-left: solid 1px white;
  112. z-index: 1;
  113. opacity: 0.3;
  114. }
  115.  
  116. .tab {
  117. padding: 10px;
  118. position: absolute;
  119. bottom: 290px;
  120. left: 50%;
  121. transform: translate(75%, 0%);
  122. height: 10px;
  123. width: 100px;
  124. background-color: black;
  125. background-image: url("https://www.transparenttextures.com/patterns/pinstriped-suit.png");
  126. opacity: 0.7;
  127. outline: dashed 1px #7a0000;
  128. outline-offset: -3px;
  129. z-index: 0;
  130. color: white;
  131. font-family: 'Montserrat', sans-serif;
  132. font-size: 11px;
  133. text-align: right;
  134. transition: ease-in-out 1.5s;
  135. }
  136.  
  137. .tab2 {
  138. padding: 10px;
  139. position: absolute;
  140. bottom: 325px;
  141. left: 50%;
  142. transform: translate(75%, 0%);
  143. height: 10px;
  144. width: 100px;
  145. background-color: black;
  146. background-image: url("https://www.transparenttextures.com/patterns/pinstriped-suit.png");
  147. opacity: 0.7;
  148. outline: dashed 1px #7a0000;
  149. outline-offset: -3px;
  150. z-index: 0;
  151. color: white;
  152. font-family: 'Montserrat', sans-serif;
  153. font-size: 11px;
  154. text-align: right;
  155. transition: ease-in-out 1.5s;
  156. }
  157.  
  158. .tab3 {
  159. padding: 10px;
  160. position: absolute;
  161. bottom: 360px;
  162. left: 50%;
  163. transform: translate(75%, -0%);
  164. height: 10px;
  165. width: 100px;
  166. background-color: black;
  167. background-image: url("https://www.transparenttextures.com/patterns/pinstriped-suit.png");
  168. opacity: 0.7;
  169. outline: dashed 1px #7a0000;
  170. outline-offset: -3px;
  171. z-index: 0;
  172. color: white;
  173. font-family: 'Montserrat', sans-serif;
  174. font-size: 11px;
  175. text-align: right;
  176. transition: ease-in-out 1.5s;
  177. }
  178.  
  179. .tab4 {
  180. padding: 10px;
  181. position: absolute;
  182. bottom: 395px;
  183. left: 50%;
  184. transform: translate(75%, -0%);
  185. height: 10px;
  186. width: 100px;
  187. background-color: black;
  188. background-image: url("https://www.transparenttextures.com/patterns/pinstriped-suit.png");
  189. opacity: 0.7;
  190. outline: dashed 1px #7a0000;
  191. outline-offset: -3px;
  192. z-index: 0;
  193. color: white;
  194. font-family: 'Montserrat', sans-serif;
  195. font-size: 11px;
  196. text-align: right;
  197. transition: ease-in-out 1.5s;
  198. }
  199.  
  200. .tab:hover {
  201. position: absolute;
  202. left: 50%;
  203. transform: translate(150%, 0%);
  204. }
  205.  
  206. .tab2:hover {
  207. position: absolute;
  208. left: 50%;
  209. transform: translate(150%, 0%);
  210. }
  211.  
  212. .tab3:hover {
  213. position: absolute;
  214. left: 50%;
  215. transform: translate(150%, 0%);
  216. }
  217.  
  218. .tab4:hover {
  219. position: absolute;
  220. left: 50%;
  221. transform: translate(150%, -0%);
  222. }
  223.  
  224. .credit {
  225. position:absolute;
  226. bottom:0px;
  227. left:5px;
  228. height:60px;
  229. width:60px;
  230. opacity: .7;
  231. background-image: url('https://i.imgur.com/67eVLlq.png');
  232. background-position: center;
  233. background-size: cover
  234. }
  235.  
  236. </style>
  237.  
  238. <div class="pic"></div>
  239. <div class="box"></div>
  240.  
  241. <div class="title"><b>JACKDAW</b></div>
  242.  
  243. <div class="corner"></div>
  244. <div class="corner2"></div>
  245.  
  246. <a class='tab' href='#1'><font style="float:left">DOSSIER</font> 1.</a>
  247. <a class='tab2' href='#2'><font style="float:left">HISTORY</font> 2.</a>
  248. <a class='tab3' href='#3'><font style="float:left">FRIENDS</font> 3.</a>
  249. <a class='tab4' href='#4'><font style="float:left">O.O.C</font> 4.</a>
  250.  
  251. <div class="words" id="1">
  252.  
  253.  
  254. STAT<font style="float:right">HERE</font><br>
  255. STAT<font style="float:right">HERE</font><br>
  256. STAT<font style="float:right">HERE</font><br>
  257. STAT<font style="float:right">HERE</font><br>
  258. STAT<font style="float:right">HERE</font><br>
  259. STAT<font style="float:right">HERE</font><br>
  260. STAT<font style="float:right">HERE</font><br>
  261. STAT<font style="float:right">HERE</font><br>
  262. STAT<font style="float:right">HERE</font><br>
  263. STAT<font style="float:right">HERE</font><br>
  264. </div>
  265.  
  266. <div class="words" id="2"> test </div>
  267.  
  268. <div class="words" id="3">test two</div>
  269.  
  270. <div class="words" id="4">
  271. <b>001.</b> ooc here.<br>
  272. <b>002.</b> black lives matter.<br>
  273. <b>003.</b> acab.<br>
  274. <b>004.</b> ooc here.<br>
  275. <b>005.</b> ooc.<br>
  276. </div>
  277.  
  278. <a href="https://roleplay.chat/profile.php?user=wife"><div class="credit"></div></a>
Add Comment
Please, Sign In to add comment