HellaBlind

carnivine code

Apr 8th, 2019 (edited)
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.67 KB | None | 0 0
  1. <!-- This is Oflothlorien's ABOUT THEME #3
  2. RULES:
  3. - Do not remove the credit
  4. - Do not use as a base
  5. - Do not claim as your own
  6.  
  7. If you have any queries, go to oflothlorien.tumblr.com/fask -->
  8.  
  9. <html>
  10. <head>
  11. <title>About</title>
  12. <link rel="shortcut icon" href="{Favicon}">
  13. <style>
  14. a:link {color:#999;} /* unvisited link */
  15. a:visited {color:#999;} /* visited link */
  16. a:hover {color:#000;} /* mouse over link */
  17. a:active {color:#999;} /* selected link */
  18. a:link {text-decoration:none;}
  19. a:visited {text-decoration:none;}
  20. a:hover {text-decoration:none;}
  21. a:active {text-decoration:none;}
  22.  
  23. ::-webkit-scrollbar {
  24. width: 2px;
  25. background-color: #000;
  26. }
  27.  
  28. ::-webkit-scrollbar-thumb {
  29. border-radius: 8px;
  30. -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,.3);
  31. background-color: #000;
  32. }
  33.  
  34. body {
  35. background-color: #000; /* change the background colour here*/
  36. background-image: url('https://cdn.discordapp.com/attachments/521807095545331712/529401419837734923/b8cf2e80e628da3f80c5ee4887fecaee.png'); /* insert a background image, just put the url where the green text is, but I suggest that no image is used */
  37. background-repeat: no-repeat;
  38. background-position: bottom left;
  39. position: fixed;
  40. }
  41.  
  42. a{
  43. -o-transition: all 0.5s ease-in;
  44. -webkit-transition: all 0.5s ease-in;
  45. -moz-transition: all 0.5s ease-in;
  46. }
  47. a:hover {
  48. -o-transition: all 0.5s ease-out;
  49. -webkit-transition: all 0.5s ease-out;
  50. -moz-transition: all 0.5s ease-out;
  51. }
  52.  
  53. #title {
  54. margin-top:250px;
  55. margin-left: 555px;
  56. color:#adb75e; /* Change title colour here */
  57. font-family: corbel;
  58. font-size: 36px;
  59. width: 200px;
  60. text-transform: lowercase;
  61. font-weight: 100px;
  62. opacity: 1px;
  63. text-align: center;
  64. }
  65.  
  66. #description {
  67. margin-left:535px;
  68. margin-top: 40px;
  69. font-family: corbel;
  70. background-color: #300018; /* Change description background here */
  71. color: #adb75e; /* Change font colour here */
  72. width: 200px;
  73. font-size: 10px;
  74. padding-top:20px;
  75. padding-bottom:20px;
  76. padding-left:30px;
  77. padding-right:30px;
  78. text-align: center;
  79. }
  80.  
  81. #links {
  82. margin-top: 6px;
  83. margin-left:555px;
  84. font-family: franklin gothic book;
  85. font-size: 11px;
  86. width: 200px;
  87. text-align:center;
  88. word-spacing: 10px;
  89. z-index: 999;
  90. line-height: 210%;
  91. overflow: scroll;
  92. }
  93.  
  94. #info {
  95. margin-top: 6px;
  96. margin-left: 535px;
  97. width: 260px;
  98. height: 300px;
  99. font-family: cambria;
  100. font-size: 11px;
  101. color: #938989; /* Change word colour here */
  102. overflow: scroll;
  103. text-align: center;
  104. }
  105.  
  106. </style>
  107. </head>
  108.  
  109. <body>
  110. <div id="title">#455</div>
  111. <div id="description"> <!-- This is your description in the grey box -->
  112. Senpai will be mine.<br>He doesn't have a choice.
  113. </div>
  114. <div id="links">
  115. <a target="_blank" href="https://pokemondb.net/pokedex/carnivine">pokΓ©dex</a> <!-- These are the links at the top -->
  116. <a target="_blank" href="https://roleplay.chat/profile.php?user=oratoria">senpai~</a>
  117. <a target="_blank" href="https://www.youtube.com/watch?v=1cDta32a3cU">theme</a>
  118. <a target="_blank" href="http://oflothlorien.tumblr.com/">credit</a> <!-- Do not remove the credit -->
  119. </div>
  120.  
  121. <div id="info">
  122. Mina. 26. Carnivine Gijinka.
  123. <br><br>
  124. <i>Levitate.<br>Binding Band.<br>Brave.<p>
  125. </i><b>Bind | Wring Out <br> Giga Drain | Leaf Tornado<br> Sludge Bomb | Infestation</b><p><br>
  126. Not interested in anyone but Senpai. No one understands or appreciates Senpai the way I do. If he doesn't accept my love soon, I'll find a way to cuddle up to his corpse~<p><br>
  127. <u>Out of Character</u><p>
  128. WIP. She's a yandere. If you don't want blood on you, stay away from her senpai. Simple dimple. Respect to the artist. I'm not this much of a freak in real life.
  129. </div>
  130. </body>
  131. </html>
Add Comment
Please, Sign In to add comment