Advertisement
DamonsPoems

Senpai

Mar 23rd, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.89 KB | None | 0 0
  1. <style>
  2. /* Container and background*/
  3.  
  4. #profile-container {
  5. background: none;
  6. }
  7.  
  8. body {
  9. background: white;
  10. }
  11.  
  12. body,
  13. a:hover {
  14. cursor: url(http://i.imgur.com/cd7ZHDh.png), progress !important;
  15. }
  16.  
  17. /* Fonts*/
  18.  
  19. @font-face {
  20. font-family: text;
  21. src: url(https://dl.dropbox.com/s/jx36uge536l9tlz/OpenSans-Regular.ttf?dl=0);
  22. }
  23.  
  24. @font-face {
  25. font-family: title;
  26. src: url(https://dl.dropbox.com/s/sd1femfb66exm0k/ReenieBeanie.ttf?dl=0);
  27. }
  28.  
  29. /* Image*/
  30.  
  31. .pic {
  32. z-index: 1;
  33. position: absolute;
  34. background: url(https://s1.zerochan.net/Bakugou.Katsuki.600.2288781.jpg) center;
  35. background-size: auto 110%;
  36. width: 280px;
  37. height: 380px;
  38. left: 224px;
  39. top: 43px;
  40. -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  41. clip-path: polygon(0% 0%, 115% 0%, 115% 80%, 65% 115%, 0% 115%, 0% 0%);
  42. }
  43.  
  44. /* Name*/
  45.  
  46. .name {
  47. z-index: 5;
  48. position: absolute;
  49. width: 263px;
  50. color: #0A1E1B;
  51. font-family: title;
  52. top: 440px;
  53. left: 235px;
  54. text-align: center;
  55. font-size: 40px;
  56. }
  57.  
  58. /* Info*/
  59.  
  60. .tri1 {
  61. z-index: 2;
  62. position: absolute;
  63. width: 185px;
  64. height: 145px;
  65. padding: 5px;
  66. left: 223px;
  67. top: 43px;
  68. background: black;
  69. -webkit-clip-path: polygon(50% 0%, 0 50%, 0 0);
  70. clip-path: polygon(50% 0%, 0 50%, 0 0);
  71. -webkit-transition: all 0.2s linear;
  72. color: rgba(0, 0, 0, 0);
  73. overflow: hidden;
  74. font-family: text;
  75. font-size: 13px;
  76. }
  77.  
  78. .tri1:hover {
  79. z-index: 3;
  80. overflow: auto;
  81. -webkit-transition: all 0.2s linear;
  82. color: white;
  83. width: 270px;
  84. height: 370px;
  85. -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  86. clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  87. border: 2px solid white;
  88. }
  89.  
  90. .tri2 {
  91. z-index: 2;
  92. position: absolute;
  93. width: 185px;
  94. height: 145px;
  95. padding: 5px;
  96. left: 309px;
  97. top: 43px;
  98. background: black;
  99. -webkit-clip-path: polygon(50% 0%, 100% 50%, 100% 0);
  100. clip-path: polygon(50% 0%, 100% 50%, 100% 0);
  101. -webkit-transition: all 0.2s linear;
  102. color: rgba(0, 0, 0, 0);
  103. overflow: hidden;
  104. font-family: text;
  105. font-size: 13px;
  106. }
  107.  
  108. .tri2:hover {
  109. z-index: 3;
  110. overflow: auto;
  111. -webkit-transition: all 0.2s linear;
  112. color: white;
  113. left: 223px;
  114. width: 270px;
  115. height: 370px;
  116. -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  117. clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  118. border: 2px solid white;
  119. }
  120.  
  121. .tri3 {
  122. z-index: 2;
  123. position: absolute;
  124. width: 185px;
  125. height: 145px;
  126. padding: 5px;
  127. left: 223px;
  128. top: 268px;
  129. background: black;
  130. -webkit-clip-path: polygon(0 50%, 50% 100%, 0 100%);
  131. clip-path: polygon(0 50%, 50% 100%, 0 100%);
  132. -webkit-transition: all 0.2s linear;
  133. color: rgba(0, 0, 0, 0);
  134. overflow: hidden;
  135. font-family: text;
  136. font-size: 13px;
  137. }
  138.  
  139. .tri3:hover {
  140. z-index: 3;
  141. overflow: auto;
  142. -webkit-transition: all 0.2s linear;
  143. color: white;
  144. top: 43px;
  145. width: 270px;
  146. height: 370px;
  147. -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  148. clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  149. border: 2px solid white;
  150. }
  151.  
  152. .tri4 {
  153. z-index: 2;
  154. position: absolute;
  155. width: 185px;
  156. height: 145px;
  157. padding: 5px;
  158. left: 309px;
  159. top: 268px;
  160. background: black;
  161. -webkit-clip-path: polygon(50% 100%, 100% 50%, 100% 100%);
  162. clip-path: polygon(50% 100%, 100% 50%, 100% 100%);
  163. -webkit-transition: all 0.2s linear;
  164. color: rgba(0, 0, 0, 0);
  165. overflow: hidden;
  166. font-family: text;
  167. font-size: 13px;
  168. }
  169.  
  170. .tri4:hover {
  171. z-index: 3;
  172. overflow: auto;
  173. -webkit-transition: all 0.2s linear;
  174. color: white;
  175. left: 223px;
  176. top: 43px;
  177. width: 270px;
  178. height: 370px;
  179. -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  180. clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  181. border: 2px solid white;
  182. }
  183.  
  184. /* Backer*/
  185.  
  186. .back {
  187. z-index: 0;
  188. position: absolute;
  189. border: 3px solid white;
  190. background: black;
  191. top: 30px;
  192. left: 217px;
  193. width: 290px;
  194. height: 400px;
  195. }
  196.  
  197. /* Table*/
  198.  
  199. table,
  200. th,
  201. td {
  202. font-size: 13px;
  203. padding: 3px;
  204. font-family: text;
  205. }
  206.  
  207. td:nth-child(odd) {
  208. color: white;
  209. text-align: left;
  210. }
  211.  
  212. td:nth-child(even) {
  213. color: red;
  214. text-align: right;
  215. }
  216.  
  217. /*hr*/
  218.  
  219. hr {
  220. height: 2px;
  221. border: none;
  222. background: #0A1E1B;
  223. width: 140px;
  224. }
  225.  
  226. /* Scrollbar*/
  227.  
  228. ::-webkit-scrollbar {
  229. width: 5px;
  230. height: 5px;
  231. }
  232.  
  233. ::-webkit-scrollbar-thumb {
  234. background: #0A1E1B;
  235. border: 2px solid #85938A;
  236. }
  237.  
  238. ::-webkit-scrollbar-track {
  239. background: white;
  240. }
  241.  
  242. /*Link*/
  243.  
  244. a:link,
  245. a:visited,
  246. a:active {
  247. text-decoration: none;
  248. color: #0A1E1B;
  249. -webkit-transition: all .5s ease;
  250. }
  251.  
  252. a:hover {
  253. color: #3B5B56;
  254. text-shadow: -2px 0 #0A1E1B, 0 1px #0A1E1B, 2px 0 #0A1E1B, 0 -1px #0A1E1B;
  255. -webkit-transition: all .5s ease;
  256. cursor: url(https://i.imgur.com/SAa1psh.gif), progress !important;
  257. }
  258.  
  259.  
  260. </style>
  261. <div class="pic">
  262.  
  263. </div>
  264. <div class="name">
  265. <p>Eiichiro Oda</p>
  266. </div>
  267. <div class="tri1">
  268. <p>&nbsp;</p><p>&nbsp;</p>
  269. <table border="0" cellspacing="0" width="227">
  270. <tbody>
  271. <tr>
  272. <td>Gender</td>
  273. <td>Here</td>
  274. </tr>
  275. <tr>
  276. <td>Occ.</td>
  277. <td>Here</td>
  278. </tr>
  279. <tr>
  280. <td>Race</td>
  281. <td>Here</td>
  282. </tr>
  283. <tr>
  284. <td>Height</td>
  285. <td>Here</td>
  286. </tr>
  287. <tr>
  288. <td>Weight</td>
  289. <td>Here</td>
  290. </tr>
  291. <tr>
  292. <td>Playby</td>
  293. <td>Here</td>
  294. </tr>
  295. </tbody>
  296. </table>
  297. </div>
  298. <div class="tri2">
  299. <p>&nbsp;</p><p>&nbsp;</p><p><img src="https://i.pinimg.com/originals/c1/8e/c4/c18ec414c1ecd10caca6ac1c0e2d8b79.gif" width="100%" height="150px"></p>
  300. <p>&nbsp;</p>
  301. <p>???</p>
  302. </div>
  303. <div class="tri3">
  304. <p>???</p>
  305. </div>
  306. <div class="tri4">
  307. <p>???</p>
  308. </div>
  309. <div class="back">
  310. <p>&nbsp;</p>
  311. </div>
  312. <div class="infoback">
  313. <p>&nbsp;</p>
  314. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement