Advertisement
CaezarZ

CODE HTML Profile @pantshunters3

Oct 25th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.70 KB | None | 0 0
  1. Mini profile
  2.  
  3. <CENTER><font size="100">m<font color="#FDD7E4">e</font><font color="#000000">o<font color="#00FFFF">n<font color="#FDD7E4">g
  4.  
  5. Full profile
  6.  
  7. <html>
  8. <head>
  9. <!-- tab title -->
  10. <script language="javascript">document.title=(">.<")</script>
  11. <!-- favicon -->
  12. <link rel="shorcut icon" href="http://orig12.deviantart.net/1848/f/2014/174/2/3/inori_yuzuriha_painting_by_nikkonh-d7npnzg.png">
  13. <!-- font style -->
  14. <link href='https://fonts.googleapis.com/css?family=Dynalight' rel='stylesheet' type='text/css'>
  15. <!-- css style -->
  16. <style>
  17. /* chatango */
  18. #buyers_ad {
  19. visibility: none !important;
  20. display: none !important;
  21. }
  22.  
  23. .uppermenu {
  24. visibility: none !important;
  25. display: none !important;
  26. }
  27.  
  28. .bottombar {
  29. visibility: none !important;
  30. display: none !important;
  31. }
  32.  
  33. #show_chat_btn {
  34. visibility: none !important;
  35. display: none !important;
  36. }
  37.  
  38. .top-links {
  39. visibility: none !important;
  40. display: none !important;
  41. }
  42.  
  43. .profile_text {
  44. visibility: none !important;
  45. display: none !important;
  46. }
  47.  
  48. .fpix_header {
  49. visibility: none !important;
  50. display: none !important;
  51. }
  52.  
  53. #asltable {
  54. visibility: none !important;
  55. display: none !important;
  56. }
  57.  
  58. #left_container {
  59. visibility: none !important;
  60. display: none !important;
  61. }
  62. /* all */
  63. * {
  64. margin: 0px;
  65. padding: 0px;
  66. font-family: 'Dynalight', cursive;
  67. font-size: 18px;
  68. color: rgb(64, 64, 64);
  69. text-align: center;
  70. text-transform: capitalize;
  71. }
  72. /* body */
  73. body {
  74. background-color: rgb(255, 255, 255);
  75. background-image: url('https://images8.alphacoders.com/673/thumb-1920-673526.jpg') !important;
  76. background-position: right top;
  77. background-repeat: no-repeat !important;
  78. background-size: cover;
  79. }
  80. /* a */
  81. div a {
  82. text-decoration: none !important;
  83. color: rgb(64, 64, 64);
  84. }
  85. /* box 1 */
  86. #box1 {
  87. float: right;
  88. position: absolute;
  89. height: 205px;
  90. width: 300px;
  91. right: 3%;
  92. top: 15px;
  93. padding: 3px;
  94. border-style: solid;
  95. border-color: rgb(218, 147, 177);
  96. background-color: rgba(255, 255, 255, 0.7);
  97. border-width: 2px;
  98. border-radius: 5px;
  99. }
  100.  
  101. #box1:hover {
  102. border-color: rgb(64, 64, 64);
  103. background-color: rgba(218, 147, 177, 0.7);
  104. -webkit-transition: all 1s ease-in-out;
  105. -moz-transition: all 1s ease-in-out;
  106. -o-transition: all 1s ease-in-out;
  107. transition: all 1s ease-in-out;
  108. }
  109. /* nav */
  110. nav {
  111. top: 25%;
  112. position: absolute;
  113. float: left;
  114. left: 0px;
  115. }
  116. /* li */
  117. li {
  118. list-style: none;
  119. margin-left: 15px;
  120. position: relative;
  121. }
  122. /* img */
  123. li img {
  124. height: 35px;
  125. width: 35px;
  126. margin: 5px;
  127. padding: 3px;
  128. border-style: solid;
  129. border-color: rgb(218, 147, 177);
  130. background-color: rgba(255, 255, 255, 0.7);
  131. border-width: 2px;
  132. border-radius: 5px;
  133. }
  134.  
  135. li img:hover {
  136. border-color: rgb(64, 64, 64);
  137. background-color: rgba(218, 147, 177, 0.7);
  138. -webkit-transition: all 1s ease-in-out;
  139. -moz-transition: all 1s ease-in-out;
  140. -o-transition: all 1s ease-in-out;
  141. transition: all 1s ease-in-out;
  142. }
  143. /* li ul */
  144. li ul {
  145. display: none;
  146. position: absolute;
  147. }
  148.  
  149. li:hover ul {
  150. display: block;
  151. }
  152. /* div */
  153. li div {
  154. position: absolute;
  155. margin-left: 55px;
  156. padding: 3px;
  157. border-style: solid;
  158. border-color: rgb(218, 147, 177);
  159. background-color: rgba(255, 255, 255, 0.7);
  160. border-width: 2px;
  161. border-radius: 5px;
  162. }
  163.  
  164. li div:hover {
  165. border-color: rgb(64, 64, 64);
  166. background-color: rgba(218, 147, 177, 0.7);
  167. -webkit-transition: all 1s ease-in-out;
  168. -moz-transition: all 1s ease-in-out;
  169. -o-transition: all 1s ease-in-out;
  170. transition: all 1s ease-in-out;
  171. }
  172.  
  173. li div::before {
  174. content:"";
  175. position: absolute;
  176. right: 100%;
  177. width: 0;
  178. height: 0;
  179. border-top: 9px solid transparent;
  180. border-right: 18px solid rgba(218, 147, 177, 0.7);
  181. border-bottom: 9px solid transparent;
  182. }
  183. /* h1 */
  184. div h1 {
  185. display: block;
  186. background-color: rgba(64, 64, 64, 0.7);
  187. color: rgb(218, 147, 177);
  188. padding: 3px;
  189. margin-bottom: 5px;
  190. border-radius: 3px;
  191. }
  192.  
  193. div:hover h1 {
  194. color: rgb(255, 255, 255);
  195. -webkit-transition: all 1s ease-in-out;
  196. -moz-transition: all 1s ease-in-out;
  197. -o-transition: all 1s ease-in-out;
  198. transition: all 1s ease-in-out;
  199. }
  200. /* id */
  201. #homeBox {
  202. top: -130px;
  203. height: 200px;
  204. width: 300px;
  205. text-align: left;
  206. }
  207.  
  208. #homeBox::before {
  209. top: 92px;
  210. }
  211.  
  212. #chatBox {
  213. top: -230px;
  214. min-height: 420px;
  215. min-width: 260px;
  216. }
  217.  
  218. #chatBox::before {
  219. top: 190px;
  220. }
  221.  
  222. #friendsBox {
  223. top: -120px;
  224. min-height: 175px;
  225. min-width: 300px;
  226. }
  227.  
  228. #friendsBox img {
  229. height: 30px;
  230. width: 30px;
  231. margin: 5px;
  232. padding: 3px;
  233. border-style: solid;
  234. border-color: rgb(64, 64, 64);
  235. background-color: rgba(255, 255, 255, 0.7);
  236. border-width: 2px;
  237. border-radius: 90px;
  238. }
  239.  
  240. #friendsBox img:hover {
  241. -webkit-transform:rotateZ(360deg);
  242. -moz-transform:rotateZ(360deg);
  243. -o-transform: rotateZ(360deg);
  244. transform: rotateZ(360deg);
  245. }
  246.  
  247. #friendsBox:before {
  248. top: 80px;
  249. }
  250.  
  251. #musicBox {
  252. top: -60px;
  253. min-height: 30px;
  254. min-width: 30px;
  255. }
  256.  
  257. #musicBox:before {
  258. top: 20px;
  259. }
  260.  
  261. #helpBox {
  262. top: -60px;
  263. min-height: 50px;
  264. min-width: 300px;
  265. }
  266.  
  267. #helpBox:before {
  268. top: 20px;
  269. }
  270. </style>
  271. </head>
  272. <body>
  273. <!-- box 1 -->
  274. <div id="box1">
  275. don't worry
  276. <br>
  277. <br>
  278. about those
  279. <br>
  280. <br>
  281. who talk behind your back,
  282. <br>
  283. <br>
  284. they're behind
  285. <br>
  286. <br>
  287. you for a reason.
  288. <br>
  289. </div>
  290. <!-- navigation bar -->
  291. <nav>
  292. <ul>
  293. <!-- home -->
  294. <li>
  295. <img src="https://cdn1.iconfinder.com/data/icons/real-estate-set-2/512/15-512.png">
  296. <ul>
  297. <li>
  298. <div id="homeBox">
  299. <h1>about me</h1>
  300. name : pantshunters
  301. <br>
  302. <br>
  303. gender : male
  304. <br>
  305. <br>
  306. age : 21
  307. <br>
  308. <br>
  309. </div>
  310. </li>
  311. </ul>
  312. </li>
  313. <!-- chat -->
  314. <li>
  315. <img src="https://cdn3.iconfinder.com/data/icons/simplius-pack/512/message2-512.png">
  316. <ul>
  317. <li>
  318. <div id="chatBox">
  319. <h1>chatango</h1>
  320. <script id="cid0020000145284284357" data-cfasync="false" async src="//st.chatango.com/js/gz/emb.js" style="width: 250px;height: 350px;">{"handle":"miniconn","arch":"js","styles":{"a":"ffcccc","b":100,"c":"000000","d":"000000","k":"ffcccc","l":"ffcccc","m":"ffcccc","p":"10","q":"ffcccc","r":100,"fwtickm":1}}</script>
  321. </div>
  322.  
  323. </li>
  324. </ul>
  325. </li>
  326. <!-- friends -->
  327. <li>
  328. <img src="https://cdn4.iconfinder.com/data/icons/eldorado-user/40/friends-512.png">
  329. <ul>
  330. <li>
  331. <div id="friendsBox">
  332. <h1>friends </h1>
  333. <a href="http://achazia.chatango.com" target="_blank">
  334. <img src="http://fp.chatango.com/profileimg/a/c/achazia/full.jpg"/>
  335. </a>
  336. <a href="http://ahriki.chatango.com" target="_blank">
  337. <img src="http://fp.chatango.com/profileimg/a/h/ahriki/full.jpg"/>
  338. </a>
  339. <a href="http://endrasofaa.chatango.com" target="_blank">
  340. <img src="http://fp.chatango.com/profileimg/e/n/endrasofaa/full.jpg"/>
  341. </a>
  342. <a href="http://kenkirito.chatango.com" target="_blank">
  343. <img src="http://fp.chatango.com/profileimg/k/e/kenkirito/full.jpg"/>
  344. </a>
  345. <a href="http://gaktauapa.chatango.com" target="_blank">
  346. <img src="http://fp.chatango.co.profileimg/g/a/gaktauapa/full.jpg"/>
  347. </a>
  348. <a href="http://cyrkun.chatango.com" target="_blank">
  349. <img src="http://fp.chatango.com/profileimg/c/y/cyrkun/full.jpg"/>
  350. </a>
  351. <a href="http://singgih87.chatango.com" target="_blank">
  352. <img src="http://fp.chatango.com/profileimg/s/i/singgih87/full.jpg"/>
  353. </a>
  354. <a href="http://hizanagi,chatango.com" target="_blank">
  355. <img src="http://fp.chatango.com/profileimg/h/i/hizanagi/full.jpg"/>
  356. </a>
  357. <a href="http://cutewidower.chatango.com" target="_blank">
  358. <img src="http://fp.chatango.com/profileimg/c/u/cutewidower/full.jpg"/>
  359. </a>
  360. <a href="http://nosoba.chatango.com" target="_blank">
  361. <img src="http://fp.chatango.com/profileimg/n/o/nosoba/full.jpg"/>
  362. </a>
  363. <a href="http://gadis.chatango.com" target="_blank">
  364. <img src="http://fp.chatango.com/profileimg/g/a/gadis/full.jpg"/>
  365. </a>
  366. <a href="http://7hz.chatango.chatango.com" target="_blank">
  367. <img src="http://fp.chatango.com/profileimg/7/h/7hz/full.jpg"/>
  368. </a>
  369. <a href="http://yamatoaoi.chatango.com" target="_blank">
  370. <img src="http://fp.chatango.com/profileimg/y/a/yamatoaoi/full.jpg"/>
  371. </a>
  372. <a href="http://hiyoriiki193.chatango.com" target="_blank">
  373. <img src="http://fp.chatango.com/profileimg/h/i/hiyoriiki193/full.jpg"/>
  374. </a>
  375. <a href="http://ryuzekai.chatango.com" target="_blank">
  376. <img src="http://fp.chatango.com/profileimg/r/y/ryuzekai/full.jpg"/>
  377. </a>
  378. </div>
  379. </li>
  380. </ul>
  381. </li>
  382. <!-- music -->
  383. <li>
  384. <img src="https://cdn1.iconfinder.com/data/icons/computer-hardware-4/512/headphones-512.png">
  385. <ul>
  386. <li>
  387. <div id="musicBox">
  388. <h1>listen</h1>
  389. <audio controls autoplay loop>
  390. <source src="https://puu.sh/xJZQV/6871989b27.mp3">
  391. </audio>
  392. </div>
  393. </li>
  394. </ul>
  395. </li>
  396. <!-- help -->
  397. <li>
  398. <img src="https://cdn0.iconfinder.com/data/icons/simple-seo-and-internet-icons/512/support_settings_maintanance-512.png">
  399. <ul>
  400. <li>
  401. <div id="helpBox">
  402. <h1>theme by</h1>
  403. <a href="http://pantshunters3.chatango.com/" target="_blank">pantshunters3</a>
  404. </div>
  405. </li>
  406. </ul>
  407. </li>
  408. </ul>
  409. </nav>
  410. <!-- tracker -->
  411. <script src="//barrykun.com/vl.js" private="true" anons="true"></script>
  412. </body>
  413. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement