Jiiragob

HIT GIRL CODE

Aug 3rd, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.37 KB | None | 0 0
  1. _________________________ CSS
  2.  
  3.  
  4. #profile-container{
  5. background: none;
  6. width: 100%;}
  7.  
  8. body{
  9. background-image: url('https://cdn.discordapp.com/attachments/462263147106009088/467784349903880193/Cute-Skull-Wallpaper-PIC-WPXH529423.jpg');
  10. background-size: 425px;
  11. background-repeat: repeat;
  12. background-position: center;
  13. cursor: url('https://dl.dropboxusercontent.com/s/l7rtl3eflq3dutj/01BLK.png'), progress !important;}
  14.  
  15.  
  16.  
  17.  
  18.  
  19. /* FONTS */
  20.  
  21. @font-face{
  22. font-family: speech;
  23. src: url('https://dl.dropboxusercontent.com/s/hb54mxch5zocvbs/talkies.ttf');}
  24.  
  25. @font-face{
  26. font-family: comscript;
  27. src: url('https://dl.dropboxusercontent.com/s/0vsqy9lrzz3cbtq/Comic%20Balloon.ttf');}
  28.  
  29. @font-face{
  30. font-family: babs;
  31. src: url('https://dl.dropboxusercontent.com/s/hn2s6b0uqv8y00x/BADABB__.TTF');}
  32.  
  33. @font-face{
  34. font-family: marker;
  35. src: url('https://dl.dropboxusercontent.com/s/3usq88oswhn2f3x/PalookaBB.ttf');}
  36.  
  37. @font-face{
  38. font-family: comix;
  39. src: url('https://dl.dropboxusercontent.com/s/bmc507o1zq6nfv0/SF%20Wonder%20Comic%20Bold%20Italic.ttf');}
  40.  
  41. @font-face{
  42. font-family: wonder;
  43. src: url('https://dl.dropboxusercontent.com/s/etpfsjujj015qfx/komika.slick.ttf');}
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51. /* MAIN PROFILE */
  52.  
  53. #contained{
  54. position: relative;
  55. top: 50px;
  56. display: block;
  57. height: 420px;
  58. width: 900px;
  59. border: 5px solid #000;
  60. border-top: 50px solid #302F41;
  61. background-color: #dfdfdf;
  62. margin: auto;
  63. border-width: 5px 6px 6px 6px;
  64. border-radius: 95% 2% 97% 2.5% / 4% 94% 4% 95%;
  65. transform: rotate(1deg);
  66. cursor: url('https://dl.dropboxusercontent.com/s/l7rtl3eflq3dutj/01BLK.png'), progress !important;}
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74. /* TITLE */
  75.  
  76. .pow{
  77. position: absolute;
  78. display: block;
  79. z-index: 5;
  80. top: -30px;
  81. left: -20px;
  82. border-top: 110px solid #b84dc6;
  83. border-left: 23px solid transparent;
  84. border-right: 14px solid transparent;
  85. height: 0;
  86. width: 550px;
  87. margin-top: 20px;
  88. transform: rotate(-12deg);
  89. -webkit-transform: rotate(-8deg);
  90. -moz-transform: rotate(-12deg);}
  91.  
  92. .powbg{
  93. position: absolute;
  94. display: block;
  95. z-index: 4;
  96. top: -33px;
  97. left: -14px;
  98. border-top: 115px solid #000;
  99. border-left: 24px solid transparent;
  100. border-right: 14px solid transparent;
  101. height: 135px;
  102. width: 556px;
  103. margin-top: 20px;
  104. transform: rotate(-12deg);
  105. -webkit-transform: rotate(-8deg);
  106. -moz-transform: rotate(-12deg);}
  107.  
  108. .title{
  109. position: absolute;
  110. z-index: 6;
  111. top: 10px;
  112. left: -19px;
  113. display: block;
  114. height: 40px;
  115. width: 550px;
  116. padding-left: 10px;
  117. font-family: 'marker';
  118. font-size: 85px;
  119. color: #000;
  120. text-align: center;
  121. -webkit-text-stroke: 2px #ff9be6;
  122. text-shadow:
  123. 1px 1px 0 #FFE78E,
  124. -1px -1px 0 #FFE78E,
  125. 1px -1px 0 #FFE78E,
  126. -1px 1px 0 #FFE78E,
  127. 1px 1px 0 #FFE78E;
  128. text-shadow: shadow1, shadow2, shadow3;
  129. text-shadow: 4px 6px 0px #C92CA5, 9px 8px 0px rgba(0,0,0,0.15);
  130. letter-spacing: .5px;
  131. word-spacing: 4px;
  132. border: 0px solid;
  133. transform: rotate(-8deg);
  134. -webkit-transform: rotate(-8deg);
  135. -moz-transform: rotate(-8deg);
  136. cursor: url('https://dl.dropboxusercontent.com/s/qdc8wouix91wung/01WHT.png'), progress !important;}
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144. /* TEXT SPACE */
  145.  
  146. .box{
  147. margin: 25px;
  148. z-index: 3;
  149. width: 250px;
  150. height: 250px;
  151. background: #fff;
  152. border: solid #000;
  153. border-color: #000;
  154. float: left;}
  155.  
  156. /* About section */
  157. .first{
  158. position: absolute;
  159. display: block;
  160. margin: 25px;
  161. width: 380px;
  162. height: 300px;
  163. background: #fff;
  164. border: solid #000;
  165. border-color: #000;
  166. float: left;}
  167.  
  168. /* Rotation */
  169. .first{
  170. top: 70px;
  171. width: 480px;
  172. border-width: 5px 4px 5px 5px;
  173. border-radius: 4% 95% 3% 85% / 95% 4% 92% 6%;
  174. transform: rotate(-2deg);}
  175.  
  176. .about{
  177. position: relative;
  178. display: inline-block;
  179. top: 0px;
  180. left: 170px;
  181. transform: rotate(1deg);
  182. margin: 25px 20px 20px 0;
  183. padding: 4px 7px 4px 7px;
  184. background-color: #dfdfdf;
  185. border: 2px solid #000;
  186. box-shadow: 4px 4px 0 #000;
  187. font-family: 'wonder';
  188. text-transform: uppercase;
  189. font-style: italic;
  190. font-size: 20px;
  191. font-weight: bold;
  192. color: #000;}
  193.  
  194.  
  195. /*///////////////////*/
  196. /* MAIN IMAGE */
  197.  
  198. .second{
  199. position: absolute;
  200. z-index: 999;
  201. top: -10px;
  202. left: 500px;
  203. height: 210px;
  204. width: 340px;
  205. background-image: url('https://78.media.tumblr.com/2fd15e6e91f9768f7aaf3c3987eda889/tumblr_nliwt3Efj11rklg6go1_1280.png');
  206. background-size: cover;
  207. background-repeat: no-repeat;
  208. background-position: 0px -50px; /* Adjust image placement depending on size. Set to 'center' if image size is already relative to the size of the div */
  209. border-width: 5px 3px 3px 5px;
  210. border-radius: 95% 4% 97% 5% / 4% 94% 3% 95%;
  211. transform: rotate(2deg);}
  212.  
  213. /* Rotation */
  214. .second{
  215. border-width: 4px 4px 5px 5px;
  216. border-radius: 4% 95% 3% 95% / 95% 4% 92% 5%;
  217. transform: rotate(-2deg);}
  218.  
  219.  
  220. /*///////////////////*/
  221. /* SECOND SMALLER IMAGE */
  222.  
  223. .third{
  224. position: absolute;
  225. top: 225px;
  226. left: 500px;
  227. height: 140px;
  228. width: 140px;
  229. background-image: url('http://www.cinemafia.ru/upload/images/2018/05/RouletteSuperhero/%D0%A3%D0%B1%D0%B8%D0%B2%D0%B0%D1%88%D0%BA%D0%B0.gif');
  230. background-size: cover;
  231. border-width: 3px 4px 4px 5px;
  232. border-radius:95% 4% 92% 8%/4% 95% 5% 96%;
  233. transform: rotate(2deg);}
  234.  
  235.  
  236. /*///////////////////*/
  237. /* OOC AREA */
  238.  
  239. .fourth{
  240. position: absolute;
  241. top: 225px;
  242. left: 665px;
  243. height: 140px;
  244. width: 178px;
  245. border-width: 3px 4px 4px 5px;
  246. border-radius:95% 4% 92% 5%/4% 95% 6% 95%;
  247. transform: rotate(1deg);}
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255. /* TEXT SPACE */
  256.  
  257. .textspace{
  258. position: absolute;
  259. top: 182px;
  260. left: 60px;
  261. z-index: 99;
  262. display: block;
  263. height: 200px;
  264. width: 435px;
  265. border: 0px solid;
  266. transform: rotate(-1deg);
  267. overflow: auto;
  268. border: 0px solid;}
  269.  
  270. p.intro{
  271. margin: 0;
  272. font-family: 'wonder';
  273. font-weight: bold;
  274. font-size: 17.5px;
  275. line-height: 28px;
  276. font-style: italic;
  277. text-transform: none;
  278. color: #000;}
  279.  
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286. /* OOC SECTION - BOX 4 */
  287.  
  288. .ooc{
  289. position: absolute;
  290. top: 10px;
  291. left: 13px;
  292. height: 120px;
  293. width: 155px;
  294. border: 0px solid;
  295. overflow: auto;
  296. transform: rotate(-2deg);}
  297.  
  298. span.oocheader{
  299. position: relative;
  300. top: 3px;
  301. left: 45px;
  302. display: inline-block;
  303. margin: 0px 5px 20px 0px;
  304. padding: 2px 8px 4px 6px;
  305. background-color: #dfdfdf;
  306. border: 2px solid #000;
  307. box-shadow: 4px 4px 0 #000;
  308. font-family: 'wonder';
  309. text-transform: uppercase;
  310. font-style: italic;
  311. font-size: 16px;
  312. font-weight: bold;
  313. color: #000;}
  314.  
  315. p.ooctext{
  316. margin: 0;
  317. font-family: 'wonder';
  318. font-size: 14px;
  319. line-height: 20px;
  320. font-style: italic;
  321. font-weight: bold;
  322. text-transform: none;
  323. color: #000;}
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331. /* LINKS */
  332.  
  333. a,
  334. a:active,
  335. a:visited{
  336. text-decoration: none;
  337. color: #9797A1;
  338. -webkit-transition: all .5s linear;
  339. -moz-transition: all .5s linear;
  340. -o-transition: all .5s linear;}
  341.  
  342. a:hover{
  343. color: #000;
  344. cursor: url('https://dl.dropboxusercontent.com/s/l0s5qq8a8m6d0p0/01redcr.png'), progress !important;}
  345.  
  346.  
  347.  
  348.  
  349.  
  350.  
  351. /* SCROLLBAR */
  352. /* Purposely set to transparent for
  353. optimal comic book aesthetic */
  354.  
  355. ::-webkit-scrollbar{
  356. progress;
  357. width: 1px;}
  358.  
  359. ::-webkit-scrollbar-thumb:vertical{
  360. background-color: transparent;}
  361.  
  362. ::-webkit-scrollbar-thumb:vertical:hover,
  363. ::-webkit-scrollbar-button:start:decrement:hover,
  364. ::-webkit-scrollbar-button:end:increment:hover{
  365. background-color: transparent;}
  366.  
  367.  
  368.  
  369.  
  370.  
  371.  
  372.  
  373.  
  374. /* TEXT HOVER COLOR */
  375.  
  376. ::selection{
  377. background: #FEE68E;
  378. color: #000;}
  379.  
  380. ::-moz-selection{
  381. background: #FEE68E;
  382. color: #000;}
  383.  
  384.  
  385.  
  386.  
  387.  
  388.  
  389. /* CREDIT */
  390.  
  391. .credit{
  392. z-index: 0;
  393. position: fixed;
  394. right: 50px;
  395. bottom: 50px;
  396. width: 20px;
  397. height: 20px;
  398. border-radius: 20px;
  399. border: 2px solid #000;
  400. background: #41BEE0;
  401. text-align: center;
  402. -webkit-transition: all 1s ease;
  403. cursor: url('https://dl.dropboxusercontent.com/s/5vkf1dio9oqvant/03redcr.png'), progress !important;}
  404.  
  405. .credit p{
  406. font-size: 13px;
  407. line-height: 13px;
  408. display: inline-block;
  409. text-align: center;
  410. margin: 3px 0 0 0;}
  411.  
  412. .credit a{
  413. color: #0a0a0a;
  414. -webkit-transition: all .5s linear;
  415. -moz-transition: all .5s linear;
  416. -o-transition: all .5s linear;
  417. cursor: url('https://dl.dropboxusercontent.com/s/5vkf1dio9oqvant/03redcr.png'), progress !important;}
  418.  
  419. .credit a:hover{
  420. color: #FFC751;}
  421.  
  422. .credit:hover{
  423. background: #000;
  424. border-color: #41BEE0;
  425. color: #FEE68E;}
  426.  
  427.  
  428. ___________________
  429. ________________ HTML
  430. ____________________
  431.  
  432.  
  433.  
  434.  
  435. <div id="contained">
  436. <div class="pow"> </div>
  437. <div class="powbg"> </div>
  438. <div class="title">HIT-GIRL</div>
  439. <div class="box first">
  440. <div class="about">So where do we begin . . .</div>
  441. </div>
  442. <div class="textspace">
  443. <p class="intro">
  444. <b>Weapon Specialist:</b> <small>Hit-Girl was trained to take a bullet (with a bulletproof vest, of course), hand-to-hand fighting, blunt and bladed weapons, and taught about guns, gun inventors, and action movies and stars the action movie.</small>
  445. <br>
  446. <b>Martial Arts and Combatant:</b><small> The nature of Hit-Girl's training has made her particularly brutal and remorseless in combat. Her physical, and skill set is virtually unmatched by any character in the Kick-Ass Universe. Hit-Girl is individually the most powerful character introduced in the Kick-Ass comic series. Hit-Girl has a very particular set of skills that have saved Kick-Ass many times. However, she is limber and hard to catch because of her small size.
  447. </small>
  448. <br>
  449.  
  450. <b>Multilingual:</b> <small>In Kick-Ass 2, Hit-Girl has demonstrated the use of Russian. This was after the defeat Russiat of Mot
  451. </small>
  452. <br>
  453. Acrobat: <small> Hit Girl is an excellent acrobat and parkour practitioner</small>
  454. </div>
  455. <div class="box second"> </div>
  456. <div class="box third"> </div>
  457. <div class="box fourth">
  458. <div class="ooc"><span class="oocheader">Ooc Info</span>
  459. <p class="ooctext">— Text text text and rules regaring OOC preferences. <br /><br /> — Text text text and rules regaring OOC preferences. <br /><br /> — Text text text and rules regaring OOC preferences.</p>
  460. </div>
  461. </div>
  462. </div>
  463. <div class="credit">
  464. <p><a target="_blank" href="https://[FILTERED].tumblr.com/" target="_blank">♠</a></p>
  465. </div>
Advertisement
Add Comment
Please, Sign In to add comment