Badger-actual

code for faolan

Apr 4th, 2017
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.13 KB | None | 0 0
  1. <style>
  2.  
  3. .pfor {display: none;}
  4. #profile {border: 0px; background: transparent;}
  5. /* © The Supreme @ RPC */
  6. body{background: #000000 url(http://i.imgur.com/fhHSBpF.jpg); background-size: 250px; overflow: hidden;}
  7. body, a {cursor: url(http://i.picpar.com/Zhzb.png), progress !important;}
  8.  
  9. #whole{position: fixed; left: 0px; top: 0px; right: 0px; bottom: 0px;}
  10.  
  11. ::-webkit-scrollbar-thumb {box-shadow: inset #000000 0px 0px 4px; border-right: 5px transparent solid; border-top: 5px transparent solid; border-bottom: 5px transparent solid;}
  12. ::-webkit-scrollbar {width: 8px; background-color: transparent;}
  13.  
  14. #main{
  15. position: fixed; margin: auto;
  16. left: 0px; right: 0px; top: 0px; bottom: 0px;
  17. width: 506px; height: 454px;
  18. text-align: left;
  19. }
  20.  
  21. /* These should be the same image, just posted twice. */
  22. #main .close, #main .show{
  23. position: absolute;
  24. width: 500px; height: 200px;
  25. margin-top: 124px;
  26. border: 3px solid #F3F5D1;
  27. }
  28.  
  29. .story, .ooc{
  30. position: absolute;
  31. margin-left: 3px;
  32. width: 480px; height: 84px;
  33. padding: 7px;
  34. border: 3px solid #F3F5D1;
  35. background: #F3F5D1;
  36. font-family: tahoma;
  37. font-size: 10px;
  38. color: #B30000;
  39. text-align: center;
  40. text-shadow: #000000 0px 0px 0px;
  41. -webkit-transition: 1s; -moz-transition: 1s; -o-transition: 1s; transition: 1s;
  42. -webkit-transition-delay: 1s; -moz-transition-delay: 1s; -o-transition-delay: 1s; transition-delay: 1s;
  43. }
  44.  
  45. .stats, .links{
  46. position: absolute;
  47. margin-top: 127px;
  48. width: 84px; height: 180px;
  49. padding: 7px;
  50. border: 3px solid #F3F5D1;
  51. background: #F3F5D1;
  52. text-align: center;
  53. font-size: 10px;
  54. font-family: tahoma;
  55. line-height: 12px;
  56. letter-spacing: 2px;
  57. color: #B30000;
  58. text-shadow: #000000 0px 0px 0px;
  59. -webkit-transition: 1s; -moz-transition: 1s; -o-transition: 1s; transition: 1s;
  60. -webkit-transition-delay: 1s; -moz-transition-delay: 1s; -o-transition-delay: 1s; transition-delay: 1s;
  61. }
  62.  
  63. .stats strong{
  64. letter-spacing: 1px;
  65. font-size: 12px;
  66. color: #B30000;
  67. font-variant: small-caps;
  68. text-shadow: #000000 -1px -1px 0px, #000000 1px -1px 0px, #000000 -1px 1px 0px, #000000 1px 1px 0px;
  69. }
  70.  
  71. .links a{
  72. display: block;
  73. width: 84px; height: 15px;
  74. text-decoration: none;
  75. font-family: tahoma;
  76. font-weight: bold;
  77. letter-spacing: 1px;
  78. font-size: 12px;
  79. color: #B30000;
  80. font-variant: small-caps;
  81. line-height: 15px;
  82. text-shadow: #000000 -1px -1px 0px, #000000 1px -1px 0px, #000000 -1px 1px 0px, #000000 1px 1px 0px;
  83. }
  84.  
  85. .links a:hover{
  86. color: #ffffff;
  87. text-shadow: none;
  88. box-shadow: inset #000000 5px 0px 0px, inset #2B818E -5px 0px 0px;
  89. }
  90.  
  91. .story{margin-top: 114px;}
  92. .ooc{margin-top: 236px;}
  93. .stats{margin-left: -10px;}
  94. .links{margin-left: 412px;}
  95.  
  96.  
  97. #main:target .story{margin-top: 0px; background: #000000; -webkit-transition-delay: 0s; -moz-transition-delay: 0s; -o-transition-delay: 0s; transition-delay: 0s;}
  98. #main:target .ooc{margin-top: 350px; background: #000000; -webkit-transition-delay: 0s; -moz-transition-delay: 0s; -o-transition-delay: 0s; transition-delay: 0s;}
  99. #main:target .stats{margin-left: -124px; background: #000000; -webkit-transition-delay: 0s; -moz-transition-delay: 0s; -o-transition-delay: 0s; transition-delay: 0s;}
  100. #main:target .links{margin-left: 526px; background: #000000; -webkit-transition-delay: 0s; -moz-transition-delay: 0s; -o-transition-delay: 0s; transition-delay: 0s;}
  101. #main:target .box{opacity: 1; -webkit-transition-delay: 1s; -moz-transition-delay: 1s; -o-transition-delay: 1s; transition-delay: 1s;}
  102. #main:target .close{z-index: 1;}
  103.  
  104. .box{
  105. position: absolute;
  106. width: 104px; height: 104px;
  107. text-align: left;
  108. font-size: 10px;
  109. opacity: 0;
  110. font-family: tahoma;
  111. line-height: 12px;
  112. letter-spacing: 2px;
  113. color: #B30000;
  114. text-shadow: #000000 0px 0px 0px;
  115. -webkit-transition: 1s; -moz-transition: 1s; -o-transition: 1s; transition: 1s;
  116. -webkit-transition-delay: 0s; -moz-transition-delay: 0s; -o-transition-delay: 0s; transition-delay: 0s;}
  117.  
  118.  
  119. .box img{
  120. position: absolute;
  121. margin-left: 25px; margin-top: 25px;
  122. width: 54px; height: 54px;
  123. }
  124.  
  125. </style>
  126. <div id="whole" oncontextmenu="return false;">
  127.  
  128.  
  129. <div id="main">
  130.  
  131. <div class="stats">
  132. <strong>Name</strong><br />
  133. Faolan Armathain <br />
  134.  
  135. <strong>House</strong><br />
  136. House Armathain.<br />
  137.  
  138. <strong>Title</strong><br />
  139. Knight. <br />
  140.  
  141. <strong>Height</strong><br />
  142. 6'4".<br />
  143.  
  144. <strong>Weight</strong><br />
  145. 201lbs <br />
  146.  
  147. <strong>Hair</strong><br />
  148. Black. <br />
  149.  
  150. <strong>Eyes</strong><br />
  151. Blue.<br />
  152.  
  153. </div>
  154.  
  155. <div class="box" style="margin-left: -124px;"><img src="http://i.imgur.com/0DnMU7I.png"></div>
  156. <div class="box" style="margin-left: 526px; "><img src="http://i.imgur.com/0DnMU7I.png"></div>
  157. <div class="box" style="margin-left: -124px; margin-top: 350px"><img src="http://i.imgur.com/0DnMU7I.png"></div>
  158. <div class="box" style="margin-left: 526px; margin-top: 350px"><img src="http://i.imgur.com/0DnMU7I.png"></div>
  159.  
  160. <div class="story">
  161. <br /><br /><br /><i>Prince of lions, the second son. <br>
  162. Through the darkness, the king will come.</i><br></div>
  163.  
  164.  
  165. <div class="ooc">
  166. OOC =/= IC. <br>
  167. I like story <i>and</i> smut.<br>
  168. <a href="https://www.f-list.net/c/faolan%20armathain" >F-List.</a> <br>
  169. </div>
  170.  
  171.  
  172. <div class="links">
  173. <a href="http://img14.deviantart.net/6db5/i/2016/334/3/1/for_honor_commission___warden__1_by_g21mm-daq63of.png" target="_blank">Armor.</a>
  174. <a href="http://geddon.org/images/7/7f/Halberd.jpg" target="_blank">Halberd.</a>
  175. <a href="http://68.media.tumblr.com/630ecf05afbfa74e1c71eb7e680c167d/tumblr_o6byi4jOqP1tc7ctfo5_500.jpg" target="_blank">Sword.</a>
  176. <a href="http://www.blackstallionranches.com/cmsadmin/images/gallery_photos/FriesianHistoryGallery/album/lg/121.jpg" target="_blank">Horse.</a>
  177. <a href="http://i.imgur.com/bDoEKd6.png" target="_blank">Heraldry</a>
  178. <a href="http://img09.deviantart.net/e45d/i/2014/221/b/5/olavinlinna_castle_by_pajunen-d7uf1r1.jpg" target="_blank">Birthplace.</a>
  179. <a href="http://68.media.tumblr.com/b0294b84e4575dd94474281c2d70c4fd/tumblr_n0dzz8rEt01rcwa0zo5_250.gif" target="_blank">Chained.</a>
  180. <a href="http://68.media.tumblr.com/560d8f86873e5482f6ae958a69efd0b1/tumblr_n0dlcwRg3t1rz0ey2o1_250.gif" target="_blank">Boredom.</a>
  181. <a href="http://68.media.tumblr.com/d68d0b0b578e828d706325ad8be4eec7/tumblr_n0dmrlmylX1rz0ey2o3_250.gif" target="_blank">Mirth.</a>
  182. <a href="https://media1.popsugar-assets.com/files/thumbor/uSq57e4pcdRlT0FREdh6aMGppSY/fit-in/1024x1024/filters:format_auto-!!-:strip_icc-!!-/2014/11/03/896/n/1922283/3ca1dd2450e5138d_ttdw-tv-spot-return-of-an-avenger-loki-fighting-dark-elf-001/i/he-some-whiny-wimp-He-can-kick-some-ass.gif" target="_blank">Rage.</a>
  183. <a href="https://s-media-cache-ak0.pinimg.com/236x/d7/9a/e2/d79ae2e702d138978c8856c1c0e5d597.jpg" target="_blank">Noble.</a>
  184. <a href="http://68.media.tumblr.com/3eca8efdba16c2eec755e11597f04055/tumblr_n0hjdyHkLx1qe8a0fo3_r1_250.gif" target="_blank">Desperation.</a>
  185. </div>
  186.  
  187.  
  188. <a href="#" target="_self"><img class="close" src="http://68.media.tumblr.com/9ad3e19b65a83fe0c3a6a76d2fc20312/tumblr_oase9nnEpa1tmczi0o4_500.gif" alt="" /></a>
  189. <a href="#main" target="_self"><img class="show" src="http://68.media.tumblr.com/244b75adc5d35522561dc12849dfce74/tumblr_ohn0voXLdS1t147ouo1_500.gif" alt="" /></a>
  190. </div>
  191.  
  192. </div></div>
Advertisement
Add Comment
Please, Sign In to add comment