Advertisement
Guest User

bolin

a guest
Mar 2nd, 2015
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.88 KB | None | 0 0
  1. <style type="text/css">
  2. .pfor {display: none;}
  3. #profile {background-color: transparent; border: 0;}
  4.  
  5. body {cursor: url("http://cur.cursors-4u.net/cursors/cur-9/cur817.cur"), progress !important;}
  6.  
  7. a:hover {cursor: url("http://cur.cursors-4u.net/cursors/cur-9/cur817.cur"), progress !important;}
  8.  
  9. @font-face{font-family:Indie Star;src:url(http://static.tumblr.com/9wzbixa/EOUmj2m9n/indiestarbb_reg.otf);}
  10.  
  11. @font-face{font-family:Haymaker;src:url(http://static.tumblr.com/9wzbixa/OYnmj2ji0/haymaker.ttf);}
  12.  
  13. body {
  14. background-image: url("");
  15. background-repeat: repeat;
  16. background-position: bottom right;
  17. background-size: 200px;
  18. background-color: #78AB46;
  19. font-size: 10px;
  20. color: #000000;
  21. text-align: center;
  22. }
  23.  
  24. a {
  25. color: #000000;
  26. text-decoration: none;
  27. -moz-transition-duration: 0.5s;
  28. -o-transition-duration: 0.5s;
  29. -webkit-transition-duration: 0.5s;
  30. transition-duration: 0.5s;
  31. }
  32.  
  33. a:hover {
  34. color: #333333;
  35. -moz-transition-duration: 0.5s;
  36. -o-transition-duration: 0.5s;
  37. -webkit-transition-duration: 0.5s;
  38. transition-duration: 0.5s;
  39. }
  40.  
  41. b {
  42. text-transform: none;
  43. color: #a13652;
  44. }
  45.  
  46. i {
  47. color: #FFFFFF;
  48. }
  49.  
  50. ::-webkit-scrollbar-thumb{
  51. background-color: #666666;
  52. height:auto;
  53. }
  54.  
  55. ::-webkit-scrollbar {
  56. height:3px;
  57. width:3px;
  58. background-color: #cccccc;
  59. border: 1px solid #999999;
  60. }
  61.  
  62. #no{position: fixed; top: 0px; left: 0px; right: 0px; bottom: 0px; }
  63.  
  64. #boxnavi{
  65. position:fixed;
  66. right:940px;
  67. bottom: 356px;
  68. overflow: hidden;
  69. z-index: 10;
  70. }
  71.  
  72. #boxnavi a:link, a:visited{
  73. position: fixed;
  74. display: block;
  75. height: 50px;
  76. width: 50px;
  77. margin-left: 2px;
  78. margin-right: 2px;
  79. border: 1px solid #000000;
  80. border-radius: 100px;
  81. background-image: url('http://i62.tinypic.com/34s5xmr.png');
  82. background-size: 72px;
  83. background-position: center;
  84. background-repeat: no-repeat;
  85. transition: all .6s ease-in-out;
  86. -webkit-transition: all .6s ease-in-out;
  87. -moz-transition: all .6s ease-in-out;
  88. -o-transition: all .6s ease-in-out;
  89. -ms-transition: all .6s ease-in-out;
  90. }
  91.  
  92. #boxnavi a:hover, a:active{
  93. background-color: #ffffff;
  94. transition: all .6s ease-in-out;
  95. -webkit-transition: all .6s ease-in-out;
  96. -moz-transition: all .6s ease-in-out;
  97. -o-transition: all .6s ease-in-out;
  98. -ms-transition: all .6s ease-in-out;
  99. }
  100.  
  101. .box{
  102. position: fixed;
  103. left: 0px;
  104. bottom: 130px;
  105. height: 119px;
  106. width: 165px;
  107. background-color: #333333;
  108. font-family: Haymaker;
  109. font-size: 10px;
  110. color: #ffffff;
  111. border: 1px solid #000000;
  112. padding: 10px;
  113. opacity: 0;
  114. overflow: auto;
  115. transition: all .6s ease-in-out;
  116. -webkit-transition: all .6s ease-in-out;
  117. -moz-transition: all .6s ease-in-out;
  118. -o-transition: all .6s ease-in-out;
  119. -ms-transition: all .6s ease-in-out;
  120. }
  121.  
  122. .box:target{
  123. position: fixed;
  124. left: 70px;
  125. bottom: 130px;
  126. height: 119px;
  127. width: 165px;
  128. opacity: 1;
  129. z-index: 5;
  130. transition: all .6s ease-in-out;
  131. -webkit-transition: all .6s ease-in-out;
  132. -moz-transition: all .6s ease-in-out;
  133. -o-transition: all .6s ease-in-out;
  134. -ms-transition: all .6s ease-in-out;
  135. }
  136.  
  137. #boxnavi2{
  138. position:fixed;
  139. right:880px;
  140. bottom: 356px;
  141. overflow: hidden;
  142. z-index: 10;
  143. }
  144.  
  145. #boxnavi2 a:link, a:visited{
  146. position: fixed;
  147. display: block;
  148. height: 50px;
  149. width: 50px;
  150. margin-left: 2px;
  151. margin-right: 2px;
  152. border: 1px solid #000000;
  153. border-radius: 100px;
  154. background-image: url('http://i62.tinypic.com/14noklg.png');
  155. background-size: 72px;
  156. background-position: center;
  157. background-repeat: no-repeat;
  158. transition: all .6s ease-in-out;
  159. -webkit-transition: all .6s ease-in-out;
  160. -moz-transition: all .6s ease-in-out;
  161. -o-transition: all .6s ease-in-out;
  162. -ms-transition: all .6s ease-in-out;
  163. }
  164.  
  165. #boxnavi2 a:hover, a:active{
  166. background-color: #ffffff;
  167. transition: all .6s ease-in-out;
  168. -webkit-transition: all .6s ease-in-out;
  169. -moz-transition: all .6s ease-in-out;
  170. -o-transition: all .6s ease-in-out;
  171. -ms-transition: all .6s ease-in-out;
  172. }
  173.  
  174. .box2{
  175. position: fixed;
  176. left: 0px;
  177. bottom: 130px;
  178. height: 119px;
  179. width: 165px;
  180. background-color: #333333;
  181. font-family: Haymaker;
  182. font-size: 10px;
  183. color: #ffffff;
  184. border: 1px solid #000000;
  185. padding: 10px;
  186. opacity: 0;
  187. overflow: auto;
  188. transition: all .6s ease-in-out;
  189. -webkit-transition: all .6s ease-in-out;
  190. -moz-transition: all .6s ease-in-out;
  191. -o-transition: all .6s ease-in-out;
  192. -ms-transition: all .6s ease-in-out;
  193. }
  194.  
  195. .box2:target{
  196. position: fixed;
  197. left: 260px;
  198. bottom: 130px;
  199. height: 119px;
  200. width: 165px;
  201. opacity: 1;
  202. z-index: 5;
  203. transition: all .6s ease-in-out;
  204. -webkit-transition: all .6s ease-in-out;
  205. -moz-transition: all .6s ease-in-out;
  206. -o-transition: all .6s ease-in-out;
  207. -ms-transition: all .6s ease-in-out;
  208. }
  209.  
  210. #boxnavi3{
  211. position:fixed;
  212. right:820px;
  213. bottom: 356px;
  214. overflow: hidden;
  215. z-index: 10;
  216. }
  217.  
  218. #boxnavi3 a:link, a:visited{
  219. position: fixed;
  220. display: block;
  221. height: 50px;
  222. width: 50px;
  223. margin-left: 2px;
  224. margin-right: 2px;
  225. border: 1px solid #000000;
  226. border-radius: 100px;
  227. background-image: url('http://i62.tinypic.com/adnf43.png');
  228. background-size: 72px;
  229. background-position: center;
  230. background-repeat: no-repeat;
  231. transition: all .6s ease-in-out;
  232. -webkit-transition: all .6s ease-in-out;
  233. -moz-transition: all .6s ease-in-out;
  234. -o-transition: all .6s ease-in-out;
  235. -ms-transition: all .6s ease-in-out;
  236. }
  237.  
  238. #boxnavi3 a:hover, a:active{
  239. background-color: #ffffff;
  240. transition: all .6s ease-in-out;
  241. -webkit-transition: all .6s ease-in-out;
  242. -moz-transition: all .6s ease-in-out;
  243. -o-transition: all .6s ease-in-out;
  244. -ms-transition: all .6s ease-in-out;
  245. }
  246.  
  247. .box3{
  248. position: fixed;
  249. left: 0px;
  250. bottom: 130px;
  251. height: 119px;
  252. width: 165px;
  253. background-color: #333333;
  254. font-family: Haymaker;
  255. font-size: 10px;
  256. color: #ffffff;
  257. border: 1px solid #000000;
  258. padding: 10px;
  259. opacity: 0;
  260. overflow: auto;
  261. transition: all .6s ease-in-out;
  262. -webkit-transition: all .6s ease-in-out;
  263. -moz-transition: all .6s ease-in-out;
  264. -o-transition: all .6s ease-in-out;
  265. -ms-transition: all .6s ease-in-out;
  266. }
  267.  
  268. .box3:target{
  269. position: fixed;
  270. left: 450px;
  271. bottom: 130px;
  272. height: 119px;
  273. width: 165px;
  274. opacity: 1;
  275. z-index: 5;
  276. transition: all .6s ease-in-out;
  277. -webkit-transition: all .6s ease-in-out;
  278. -moz-transition: all .6s ease-in-out;
  279. -o-transition: all .6s ease-in-out;
  280. -ms-transition: all .6s ease-in-out;
  281. }
  282.  
  283. #boxnavi4{
  284. position:fixed;
  285. right: 760px;
  286. bottom: 356px;
  287. overflow: hidden;
  288. z-index: 10;
  289. }
  290.  
  291. #boxnavi4 a:link, a:visited{
  292. position: fixed;
  293. display: block;
  294. height: 50px;
  295. width: 50px;
  296. margin-left: 2px;
  297. margin-right: 2px;
  298. border: 1px solid #000000;
  299. border-radius: 100px;
  300. background-image: url('http://i60.tinypic.com/jahnrk.png');
  301. background-size: 72px;
  302. background-position: center;
  303. background-repeat: no-repeat;
  304. transition: all .6s ease-in-out;
  305. -webkit-transition: all .6s ease-in-out;
  306. -moz-transition: all .6s ease-in-out;
  307. -o-transition: all .6s ease-in-out;
  308. -ms-transition: all .6s ease-in-out;
  309. }
  310.  
  311. #boxnavi4 a:hover, a:active{
  312. background-color: #ffffff;
  313. transition: all .6s ease-in-out;
  314. -webkit-transition: all .6s ease-in-out;
  315. -moz-transition: all .6s ease-in-out;
  316. -o-transition: all .6s ease-in-out;
  317. -ms-transition: all .6s ease-in-out;
  318. }
  319.  
  320. .box4{
  321. position: fixed;
  322. left: 0px;
  323. bottom: 130px;
  324. height: 119px;
  325. width: 165px;
  326. background-color: #333333;
  327. font-family: Haymaker;
  328. font-size: 10px;
  329. color: #ffffff;
  330. border: 1px solid #000000;
  331. padding: 10px;
  332. opacity: 0;
  333. overflow: auto;
  334. transition: all .6s ease-in-out;
  335. -webkit-transition: all .6s ease-in-out;
  336. -moz-transition: all .6s ease-in-out;
  337. -o-transition: all .6s ease-in-out;
  338. -ms-transition: all .6s ease-in-out;
  339. }
  340.  
  341. .box4:target{
  342. position: fixed;
  343. left: 640px;
  344. bottom: 130px;
  345. height: 119px;
  346. width: 165px;
  347. opacity: 1;
  348. z-index: 5;
  349. transition: all .6s ease-in-out;
  350. -webkit-transition: all .6s ease-in-out;
  351. -moz-transition: all .6s ease-in-out;
  352. -o-transition: all .6s ease-in-out;
  353. -ms-transition: all .6s ease-in-out;
  354. }
  355.  
  356. #boxnavi5{
  357. position:fixed;
  358. right: 700px;
  359. bottom: 356px;
  360. overflow: hidden;
  361. z-index: 10;
  362. }
  363.  
  364. #boxnavi5 a:link, a:visited{
  365. position: fixed;
  366. display: block;
  367. height: 50px;
  368. width: 50px;
  369. margin-left: 2px;
  370. margin-right: 2px;
  371. border: 1px solid #000000;
  372. border-radius: 100px;
  373. background-image: url('http://i61.tinypic.com/6f2pn7.png');
  374. background-size: 72px;
  375. background-position: center;
  376. background-repeat: no-repeat;
  377. transition: all .6s ease-in-out;
  378. -webkit-transition: all .6s ease-in-out;
  379. -moz-transition: all .6s ease-in-out;
  380. -o-transition: all .6s ease-in-out;
  381. -ms-transition: all .6s ease-in-out;
  382. }
  383.  
  384. #boxnavi5 a:hover, a:active{
  385. background-color: #ffffff;
  386. transition: all .6s ease-in-out;
  387. -webkit-transition: all .6s ease-in-out;
  388. -moz-transition: all .6s ease-in-out;
  389. -o-transition: all .6s ease-in-out;
  390. -ms-transition: all .6s ease-in-out;
  391. }
  392.  
  393. .box5{
  394. position: fixed;
  395. left: 0px;
  396. bottom: 130px;
  397. height: 119px;
  398. width: 165px;
  399. background-color: #333333;
  400. font-family: Indie Star;
  401. font-size: 14px;
  402. color: #ffffff;
  403. border: 1px solid #000000;
  404. padding: 10px;
  405. opacity: 0;
  406. overflow: hidden;
  407. transition: all .6s ease-in-out;
  408. -webkit-transition: all .6s ease-in-out;
  409. -moz-transition: all .6s ease-in-out;
  410. -o-transition: all .6s ease-in-out;
  411. -ms-transition: all .6s ease-in-out;
  412. }
  413.  
  414. .box5:target{
  415. position: fixed;
  416. left: 0px;
  417. bottom: 0px;
  418. height: 0px;
  419. width: 0px;
  420. opacity: 0;
  421. z-index: 5;
  422. transition: all .6s ease-in-out;
  423. -webkit-transition: all .6s ease-in-out;
  424. -moz-transition: all .6s ease-in-out;
  425. -o-transition: all .6s ease-in-out;
  426. -ms-transition: all .6s ease-in-out;
  427. }
  428.  
  429. #filmstrip {
  430. position: fixed;
  431. right:0px;
  432. bottom:100px;
  433. height:200px;
  434. width:1450px;
  435. background-image: url('http://i59.tinypic.com/300wp42.png');
  436. background-size: 760px;
  437. background-repeat: repeat;
  438. background-position: center;
  439. border: 1px black solid;
  440. padding: 0px;
  441. overflow: hidden;
  442. }
  443.  
  444. #render{
  445. position: fixed;
  446. right: -10px;
  447. bottom: -20px;
  448. index: 20;
  449. }
  450.  
  451. #title {
  452. width: 600px;
  453. height: 50px;
  454. position: fixed;
  455. font-family: Indie Star;
  456. font-size: 75px;
  457. font-weight: normal;
  458. padding: 5px;
  459. right: 850px;
  460. bottom: 315px;
  461. background-color: transparent;
  462. border: none;
  463. }
  464.  
  465. #gif1 {
  466. position: fixed;
  467. background-image: url('http://i60.tinypic.com/ekjnea.gif');
  468. background-size: 300px;
  469. background-repeat: no-repeat;
  470. background-position: left;
  471. border: 1px solid #000000;
  472. right: 1300px;
  473. bottom: 130px;
  474. height: 140px;
  475. width: 180px;
  476. }
  477.  
  478. #gif2 {
  479. position: fixed;
  480. background-image: url('http://i58.tinypic.com/2u60eue.gif');
  481. background-size: 300px;
  482. background-repeat: no-repeat;
  483. background-position: center;
  484. border: 1px solid #000000;
  485. right: 1112px;
  486. bottom: 130px;
  487. height: 140px;
  488. width: 180px;
  489. }
  490.  
  491. #gif3 {
  492. position: fixed;
  493. background-image: url('http://i59.tinypic.com/30abac9.gif');
  494. background-size: 255px;
  495. background-repeat: no-repeat;
  496. background-position: center;
  497. border: 1px solid #000000;
  498. right: 922px;
  499. bottom: 130px;
  500. height: 140px;
  501. width: 180px;
  502. }
  503.  
  504. #gif4 {
  505. position: fixed;
  506. background-image: url('http://i58.tinypic.com/2rmbi9w.gif');
  507. background-size: 250px;
  508. background-repeat: no-repeat;
  509. background-position: center;
  510. border: 1px solid #000000;
  511. right: 731px;
  512. bottom: 130px;
  513. height: 140px;
  514. width: 180px;
  515. }
  516.  
  517. #gif5 {
  518. position: fixed;
  519. background-image: url('http://i58.tinypic.com/x1n01t.gif');
  520. background-size: 270px;
  521. background-repeat: no-repeat;
  522. background-position: center;
  523. border: 1px solid #000000;
  524. right: 541px;
  525. bottom: 130px;
  526. height: 140px;
  527. width: 180px;
  528. }
  529.  
  530. #gif6 {
  531. position: fixed;
  532. background-image: url('http://i59.tinypic.com/rh8zkl.gif');
  533. background-size: 280px;
  534. background-repeat: no-repeat;
  535. background-position: center;
  536. border: 1px solid #000000;
  537. right: 351px;
  538. bottom: 130px;
  539. height: 140px;
  540. width: 180px;
  541. z-index: -1;
  542. }
  543.  
  544. #gif7 {
  545. position: fixed;
  546. background-image: url('http://i58.tinypic.com/2q2eu12.gif');
  547. background-size: 280px;
  548. background-repeat: no-repeat;
  549. background-position: center;
  550. border: 1px solid #000000;
  551. right: 161px;
  552. bottom: 130px;
  553. height: 140px;
  554. width: 180px;
  555. z-index: -1;
  556. }
  557.  
  558. #gif8 {
  559. position: fixed;
  560. background-image: url('http://i58.tinypic.com/e85sok.gif');
  561. background-size: 280px;
  562. background-repeat: no-repeat;
  563. background-position: center;
  564. border: 1px solid #000000;
  565. right: 0px;
  566. bottom: 130px;
  567. height: 140px;
  568. width: 180px;
  569. z-index: -2;
  570. }
  571.  
  572. #friends {
  573. width: 600px;
  574. height: 50px;
  575. position: fixed;
  576. font-family: Indie Star;
  577. font-size: 25px;
  578. font-weight: normal;
  579. color: #000000;
  580. padding: 5px;
  581. word-spacing: 10px;
  582. right: 960px;
  583. bottom: 42px;
  584. background-color: transparent;
  585. border: none;
  586. }
  587.  
  588. #credit {
  589. background-color: transparent;
  590. border: none;
  591. overflow: auto;
  592. position:absolute;
  593. font-variant: small-caps;
  594. font-family: 'Share Tech', sans-serif;
  595. text-shadow: #000000 0px -1px;
  596. font-size: 12px;
  597. right:0px;
  598. bottom:0px;
  599. height: 20px;
  600. width: 160px;
  601. }
  602.  
  603. </style>
  604. <div id="no" oncontextmenu="return false;">
  605. <div id="filmstrip"></div>
  606. <div id="render"><img src="http://i62.tinypic.com/2ujnxoy.png" alt="image3" width="480" height="500"></div>
  607. <div id="title">Bolin AKA - Nuktuk</div>
  608. <div id="gif1"></div>
  609. <div id="gif2"></div>
  610. <div id="gif3"></div>
  611. <div id="gif4"></div>
  612. <div id="gif5"></div>
  613. <div id="gif6"></div>
  614. <div id="gif7"></div>
  615. <div id="gif8"></div>
  616. <div id="friends">
  617. <a href="https://roleplaychat.org/profile.php?user=Bolin">Mako</a>
  618.  
  619. -
  620. <a href="http://3.roleplaychat.org/profile.php?userid=325171">Korra</a>
  621.  
  622. -
  623. <a href="http://1.roleplaychat.org/profile.php?userid=325604">Asami</a>
  624.  
  625.  
  626.  
  627. </div>
  628.  
  629. <div id="boxnavi">
  630. <a href="#b1"></a></div>
  631.  
  632. <div id="b1" class="box">
  633. GENERAL
  634. <hr>
  635. Name - Bolin
  636. <br><br>Born - 154 AG
  637. <br><br>Ethnicity - Mixed
  638. <br><br>Home - Republic City
  639. <br><br>Occupation(s) - Various
  640. <br><br>Height - 6'0''
  641. <br><br>Weight - 175(ish) lbs.
  642. </div>
  643.  
  644. <div id="boxnavi2">
  645. <a href="#b2"></a></div>
  646.  
  647. <div id="b2" class="box2">
  648. APPEARANCE
  649. <hr>
  650. <br><br>Drop. Dead. Gorgeous.
  651. </div>
  652.  
  653. <div id="boxnavi3">
  654. <a href="#b3"></a></div>
  655.  
  656. <div id="b3" class="box3">
  657. PROS AND CONS
  658. <hr>
  659. Pros:
  660. <br>- Funny
  661. <br>- Inventive
  662. <br>- Charismatic
  663. <br>- His name is Bolin
  664.  
  665. <br><br>Cons:
  666. <br>- Naive
  667. <br>- Childish
  668. <br>- Thickheaded
  669. <br>- Shut Uuuuuuuup
  670. </div>
  671.  
  672. <div id="boxnavi4">
  673. <a href="#b4"></a></div>
  674.  
  675. <div id="b4" class="box4">
  676. OOC INFO
  677. <hr>
  678. - Moderator of the Legend of Korra Group.
  679. <br><br>- This does not mean I know anything real. I play Bolin.
  680. <br><br>- Feel free to ask me questions about the group though.
  681. <br><br>- Not big on smut with characters like these. It comes with heavy story.
  682. <br><br>- Profile isn't mine. Steal it and taste my Bolin-esque wrath.
  683. <br><br>- Smile and have fun! YES THIS IS A RULE.
  684. </div>
  685.  
  686. <div id="boxnavi5">
  687. <a href="#b5"></a></div>
  688.  
  689. <div id="b5" class="box5">reset</div>
  690.  
  691. <div id="credit">
  692. ©<a href="http://roleplaychat.org/profile.php?user=Avatar+Korra">KORRA</a> made this profile.</div>
  693. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement