Advertisement
TissueCube

Finn Code

Apr 25th, 2018
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.30 KB | None | 0 0
  1. <style type="text/css">
  2. @import url('https://fonts.googleapis.com/css?family=Gugi');
  3.  
  4. ::-webkit-scrollbar {width: 0.3vw; height: 0.3vw;}
  5. ::-webkit-scrollbar-track { border-radius: 0px; background-color: transparent;}
  6. ::-webkit-scrollbar-thumb { border-radius: 0px; background-color: transparent;}
  7.  
  8.  
  9. body{
  10. background-color: #0D163C;
  11. background-image: url(https://www.transparenttextures.com/patterns/pixel-weave.png);
  12. }
  13.  
  14. b, strong {
  15. color: #053590;
  16. }
  17.  
  18. i, em {
  19. color: #053590;
  20. }
  21.  
  22. strike {
  23. color: #053590;
  24. }
  25.  
  26. u {
  27. color: #053590;
  28. }
  29.  
  30. a {color: #053590;}
  31.  
  32. h1 { Color: #053590; Border-bottom: 1px solid #E6E6FA; font-size:25px; text-align: center; Text-Shadow: #5356A0 1px 1px 1px; font-family: 'Gugi'; Margin-top: 2px;}
  33.  
  34. h2 { Color: #053590; Border-bottom: 1px dashed #E6E6FA; Border-top: 1px dashed #E6E6FA; font-size:16px; text-align: center; Text-Shadow: #5356A0 1px 1px 1px; Margin-top: 2px;}
  35.  
  36. .bartop {
  37. Position: fixed;
  38. Bottom: 80px;
  39. right: 300px;
  40. Width: 500px;
  41. Height: 405px;
  42. background: rgba(210,221,238, 0.5);
  43. border: 10px double #0D163C;
  44. Z-index: -5;
  45. }
  46.  
  47. .pic {
  48. Position: fixed;
  49. background-image: url('https://i.imgur.com/DBXM9V8.png');
  50. background-repeat: no-repeat;
  51. background-size: 100% 100%;
  52. Bottom: 0px;
  53. right: 100px;
  54. Width: 350px;
  55. Height: 600px;
  56. z-index: 20;
  57. filter:contrast(180%);
  58. }
  59.  
  60. .pic2 {
  61. Position: fixed;
  62. background-image: url('https://i.imgur.com/4hEKZJ3.png');
  63. background-repeat: no-repeat;
  64. background-size: 100% 100%;
  65. Bottom: 0px;
  66. right: 430px;
  67. Width: 250px;
  68. Height: 150px;
  69. z-index: 5;
  70. }
  71.  
  72. .boop { Width: 80px;
  73. Height: 80px;
  74. border-radius: 100%;
  75. background-image:url("https://i.gifer.com/2j2J.gif"); background-repeat:no-repeat; background-position:100% 100%; color:#FFFFFF; background-size: 100% 100%;
  76.  
  77. border:3px solid #0D163C;
  78.  
  79. position:fixed; Bottom: 400px;
  80. Right: 772px;
  81.  
  82. visibility:visible }
  83.  
  84. .boop2 { Width: 80px;
  85. Height: 80px;
  86. border-radius: 100%;
  87. background-image:url("http://33.media.tumblr.com/eb1a36506d57f69a21816920f6eb270c/tumblr_mj60zq68AU1rkiy6bo2_500.gif"); background-repeat:no-repeat; background-position:100% 100%; color:#FFFFFF; background-size: 100% 100%;
  88.  
  89. border:3px solid #0D163C;
  90.  
  91. position:fixed; Bottom: 100px;
  92. Right: 772px;
  93.  
  94. visibility:visible }
  95.  
  96. .boop3 { Width: 80px;
  97. Height: 80px;
  98. border-radius: 100%;
  99. background-image:url("https://78.media.tumblr.com/e091973c146cfcf7cbf9f6db598a1e28/tumblr_osbxwkBd2i1vxd43yo1_500.gif"); background-repeat:no-repeat; background-position:100% 100%; color:#FFFFFF; background-size: 100% 100%;
  100.  
  101. border:3px solid #0D163C;
  102.  
  103. position:fixed; Bottom: 250px;
  104. Right: 772px;
  105.  
  106. visibility:visible }
  107.  
  108. /* Buttons */
  109.  
  110. .ff {z-index: 30; position: absolute; right: 0px; bottom: 0px; width: 25px; height: 25px; background-color: #0D163C; }
  111.  
  112. .f1 {Position: absolute; bottom: 510px; right: 152px; Z-index: 30;}
  113.  
  114. .f2 {Position: absolute; bottom: 510px; right: 122px; Z-index: 30;}
  115.  
  116. .f3 {Position: absolute; bottom: 510px; right: 92px; Z-index: 30;}
  117.  
  118. .f4 {Position: absolute; bottom: 510px; right: 62px; Z-index: 30;}
  119.  
  120. .f5 {Position: absolute; bottom: 510px; right: 32px; Z-index: 30;}
  121.  
  122. .slide {
  123. Position: fixed;
  124. bottom: -100px;
  125. Right: 0px;
  126. transition: all 0.6s ease-in-out;
  127. opacity: 0;
  128. z-index:-8;
  129. }
  130.  
  131. .slide:target {
  132. bottom: 0px;
  133. transition: all 0.6s ease-in-out;
  134. opacity: 1;
  135. z-index: 5;}
  136.  
  137. /* Boxes */
  138.  
  139. .box1 {
  140. Position: fixed;
  141. Bottom: 80px;
  142. right: 10px;
  143. Width: 150px;
  144. Height: 385px;
  145. padding: 10px 10px;
  146. background: rgba(210,221,238, 0.5);
  147. border: 10px double #0D163C;
  148. color: #000000; font-size: 13px;
  149. Z-index: -5;
  150. }
  151.  
  152.  
  153. .finn {
  154. Width: 255px;
  155. Height: 180px;
  156. font-size: 13px;
  157. Overflow: auto;
  158. background-color: rgba(255,255,255, 0.3);color:#000000;
  159. border: 4px double #D6DFDF;
  160. position:absolute; Bottom: 195px;
  161. Right: 398px;
  162. padding: 20px 20px;
  163. visibility:visible;
  164. z-index: 15;}
  165.  
  166. .finn2 {
  167. Width: 255px;
  168. Height: 140px;
  169. font-size: 13px;
  170. Overflow: auto;
  171. background-color: rgba(255,255,255, 0.3);color:#000000;
  172. border: 4px double #D6DFDF;
  173. position:absolute; Bottom: 110px;
  174. Right: 398px;
  175. padding: 20px 20px;
  176. visibility:visible;
  177. z-index: 15;}
  178.  
  179. .finn3 {
  180. Width: 255px;
  181. Height: 140px;
  182. font-size: 13px;
  183. Overflow: auto;
  184. background-color: rgba(255,255,255, 0.3);color:#000000;
  185. border: 4px double #D6DFDF;
  186. position:absolute; Bottom: 302px;
  187. Right: 398px;
  188. padding: 20px 20px;
  189. visibility:visible;
  190. z-index: 15;}
  191.  
  192. .finn4 {
  193. Width: 255px;
  194. Height: 333px;
  195. font-size: 13px;
  196. Overflow: auto;
  197. background-color: rgba(255,255,255, 0.3);color:#000000;
  198. border: 4px double #D6DFDF;
  199. position:absolute; Bottom: 110px;
  200. Right: 398px;
  201. padding: 20px 20px;
  202. visibility:visible;
  203. z-index: 15;}
  204.  
  205. /* Cool buttons */
  206.  
  207. .swords {
  208. height: 60px;
  209. width: 30px;
  210. border: #FFFFFF 2px solid;
  211. opacity: 0.5;
  212. }
  213.  
  214. .swords:hover {
  215. height: 60px;
  216. width: 30px;
  217. border: #FFFFFF 2px solid;
  218. opacity: 1;
  219. transition: all 0.5s ease-in-out;
  220. }
  221.  
  222. .pals {
  223. height: 100px;
  224. width: 100px;
  225. border: #FFFFFF 2px solid;
  226. }
  227.  
  228. </style>
  229.  
  230. <div class="box1">
  231.  
  232. <h1>Under Co.</h1>
  233.  
  234.  
  235.  
  236. <center><i>Italic</i>, <b>Bold</b>, <a href="Link">Link</a>, <u>Underline</u>, <strike>Strike</strike></center><br />
  237.  
  238. <h2>Another Header</h2>
  239.  
  240. </div>
  241. <div id="1" class="slide"><div class="finn">
  242.  
  243. <b><font style=float:left>Name:</font></b> <font style=float:right> Finn.</span></font><br>
  244.  
  245. <b><font style=float:left>Age:</font></b> <font style=float:right> 18.</span></font><br>
  246.  
  247. <b><font style=float:left>Gender:</font></b> <font style=float:right> Male.</span></font><br>
  248.  
  249. <b><font style=float:left>Species:</font></b> <font style=float:right> Human.</span></font><br>
  250.  
  251. <b><font style=float:left>Status:</font></b> <font style=float:right> Single.</span></font><br>
  252.  
  253. <b><font style=float:left>Height:</font></b> <font style=float:right> 5'10".</span></font><br>
  254.  
  255. <b><font style=float:left>Alignment:</font></b> <font style=float:right> Chaotic Good. </span></font><br>
  256.  
  257. <b><font style=float:left>Occupation:</font></b> <font style=float:right> Adventurer, Hero.</span></font><br>
  258.  
  259. <b><font style=float:left>Stuff:</font></b> <font style=float:right>Is red-green colorblind.<br> Visibly missing teeth.<br></font>
  260.  
  261.  
  262. </div></div>
  263. <div id="2" class="slide"><div class="finn2">
  264.  
  265. <center>FinnFinnFinn</center>
  266.  
  267. </div>
  268. <div class="finn3">
  269.  
  270. <center>Weewooweewoo</center>
  271.  
  272. </div></div>
  273. <div id="3" class="slide"><div class="finn">
  274.  
  275. <h1>Gallery</h1><center>
  276.  
  277. <a href="https://78.media.tumblr.com/22acbbcab77a453b00d086c4a9e7f83f/tumblr_n6v9r5MxPs1rn4abzo1_1280.jpg" target="_blank"><img src="https://78.media.tumblr.com/22acbbcab77a453b00d086c4a9e7f83f/tumblr_n6v9r5MxPs1rn4abzo1_1280.jpg" class="swords"></a>
  278.  
  279. <a href="PutPicHere" target="_blank"><img src="PutLinkOfPicHere" class="swords"></a>
  280.  
  281. <a href="PutPicHere" target="_blank"><img src="PutLinkOfPicHere" class="swords"></a>
  282.  
  283.  
  284. </center></div></div>
  285. <div id="4" class="slide"><div class="finn4">
  286. <h1>Peeps</h1>
  287.  
  288. <a href="https://roleplay.chat/profile.php?user=Finn+Mertens" target="_blank"><img src="https://media.giphy.com/media/psEUNtWjENnxe/giphy.gif" class="pals" align="left"></a> You can add some stuff here! Then once you finish, you just go ahead and place [hr]. Make sure to put a lot of [br] codes if it gets funky, so that it splits it up from the other peeplez.
  289.  
  290. <hr><br>
  291.  
  292. <a href="https://roleplay.chat/profile.php?user=Finn+Mertens" target="_blank"><img src="https://media.giphy.com/media/psEUNtWjENnxe/giphy.gif" class="pals" align="right"></a> You can add some stuff here! Then once you finish, you just go ahead and place [hr]. Make sure to put a lot of [br] codes so that it splits it up from the other peeplez.
  293.  
  294. <hr><br>
  295.  
  296. <a href="https://roleplay.chat/profile.php?user=Finn+Mertens" target="_blank"><img src="https://media.giphy.com/media/psEUNtWjENnxe/giphy.gif" class="pals" align="left"></a> Woogity boogity!
  297.  
  298. </div></div>
  299. <div id="5" class="slide">
  300.  
  301. </div>
  302.  
  303. <div class="f1"><a href="#1"><div class="ff"></div></div></a>
  304.  
  305. <div class="f2"><a href="#2"><div class="ff"></div></div></a>
  306.  
  307. <div class="f3"><a href="#3"><div class="ff"></div></div></a>
  308.  
  309. <div class="f4"><a href="#4"><div class="ff"></div></div></a>
  310.  
  311. <div class="f5"><a href="#5"><div class="ff"></div></div></a>
  312.  
  313.  
  314. <div class="bartop"></div> <div class="pic"></div> <div class="pic2"></div> <div class="boop"></div> <div class="boop2"></div> <div class="boop3"></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement