Advertisement
rpaccount

Lord H

Apr 20th, 2018 (edited)
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.90 KB | None | 0 0
  1. <style>
  2. /*
  3. INVISIBLE CREDIT; PLEASE DON'T REMOVE
  4.  
  5. Author: Elle
  6. For: Abandoned;
  7. Text type: CSS/HTML
  8. */
  9. <style>
  10. /*
  11. INVISIBLE CREDIT; PLEASE DON'T REMOVE
  12.  
  13. Author: Elle
  14. For: Abandoned;
  15. Text type: CSS/HTML
  16. */
  17. @import url('https://fonts.googleapis.com/css?family=Eater|Freckle+Face|Metal+Mania|Rye|Special+Elite|Trade+Winds');
  18.  
  19. ::-webkit-scrollbar {width: 0.3vw; height: 0.3vw;}
  20. ::-webkit-scrollbar-track { border-radius: 0px; background-color: transparent;}
  21. ::-webkit-scrollbar-thumb { border-radius: 0px; background-color: transparent;}
  22.  
  23. *{
  24. box-sizing: border-box;
  25. }
  26. body{
  27. background-color: #444;
  28. background-image: url('https://mir-s3-cdn-cf.behance.net/project_modules/max_1200/13236d88752111.5ddfa82a12e2b.jpg');
  29. background-size:100% 100%;
  30. overflow:hidden;
  31. }
  32.  
  33. img {
  34. user-drag: none;
  35. user-select: none;
  36. -moz-user-select: none;
  37. -webkit-user-drag: none;
  38. -webkit-user-select: none;
  39. -ms-user-select: none;
  40. }
  41.  
  42. .r{float:right;}
  43.  
  44. .nav-container{
  45. position:absolute;
  46. top: 5%;
  47. width:13%;
  48. margin-top:10px;
  49. box-shadow: 0 2px 2px 2px black;
  50. transition-duration: 0.3s;
  51. background: transparent;
  52. z-index: 100;
  53. }
  54.  
  55. a.nav {
  56. border-top: 1px solid rgba(255,255,255,0.1);
  57. border-bottom: 1px solid black;
  58. text-decoration:none;
  59. display:block;
  60. width:100%;
  61. line-height:50px;
  62. color:#792424;
  63. text-transform: uppercase;
  64. font-family: avanti serif regular;
  65. font-weight: bold;
  66. padding-left: 25%;
  67. border-left:5px solid transparent;
  68. letter-spacing:1px;
  69. border-radius: 10px;
  70. }
  71.  
  72. a.nav:hover{
  73. color: #eee;
  74. border-left: 5px solid #FCFCFC;
  75. background-color: #1B1B1B;
  76. }
  77.  
  78. #shark {
  79. height:100%;
  80. width:25%;
  81. left: 10%;
  82. position: absolute;
  83. animation: shark 2.5s;
  84. animation-iteration-count: infinite;
  85. animation-direction: alternate;
  86. z-index:-1;
  87. }
  88.  
  89. @keyframes shark{
  90. from{opacity:1;top:-2%;}
  91. to{opacity:0.7;top:0%;}
  92. }
  93.  
  94. #content {
  95. position: absolute;
  96. height: 80%;
  97. width: 50%;
  98. background: transparent;
  99. top: 16%;
  100. left: 45%;
  101. overflow:hidden;
  102. }
  103.  
  104. #sheet {
  105. position: absolute;
  106. z-index: -1;
  107. left: 0%;
  108. top:0%;
  109. bottom:0%;
  110. right:0%;
  111. background: black;
  112. opacity:0.8;
  113. }
  114.  
  115. #one, #two, #three, #four, #five {
  116. min-height: 100%;
  117. width: 100%;
  118. background: transparent;
  119. top: 0%;
  120. left: 0%;
  121. opacity: 1;
  122. }
  123.  
  124. #host{
  125. min-height:100%;
  126. width:100%;
  127. overflow:hidden;
  128. }
  129.  
  130. .top {
  131. height: 13.5%;
  132. width: 87%;
  133. border-top: 1px solid rgba(255,255,255,0.1);
  134. border-bottom: 1px solid black;
  135. text-decoration:none
  136. border-left: 1px solid black;
  137. background: url('http://i.imgur.com/yE6vfo4.jpg');
  138. background-size:cover;
  139. top: 16%;
  140. border-radius: 10px;
  141. opacity: 1;
  142. padding: 10px;
  143. font-size: 5vh;
  144. font-family: Trade Winds;
  145. color: #eee;
  146. }
  147.  
  148. .information {
  149. height: 74%;
  150. width: 87%;
  151. border-top: 3px solid rgba(255,255,255,0.1);
  152. border-bottom: 3px solid black;
  153. text-decoration:none;
  154. background: #1B1B1B;
  155. border-radius: 10px;
  156. top: 28%;
  157. opacity: 1;
  158. font-family: Special Elite;
  159. font-size: 3vh;
  160. color: #eee;
  161. padding: 30px;
  162. overflow: auto;
  163. z-index: 1;
  164. line-height: 95%
  165. }
  166.  
  167. a {
  168. text-decoration: none;
  169. color: #fff;
  170. }
  171.  
  172. a:hover {
  173. color: #0c4299;
  174. }
  175.  
  176. b {
  177. font-family: 'Rye';
  178. font-size: 2.8vh;
  179. color: #662117;
  180. }
  181.  
  182. i {
  183. color: #ad4737;
  184. }
  185.  
  186. </style>
  187. <div id="sheet"></div>
  188. <div id="shark">
  189. <img src="https://vignette.wikia.nocookie.net/woy/images/9/98/Lord_Hater.png/revision/latest?cb=20140604005435" style="height:100%" draggable="false">
  190. </div>
  191. <div class="nav-container">
  192. <a href="#one" class="nav">Stats</a>
  193. <a href="#two" class="nav">Bio</a>
  194. <a href="#three" class="nav">Friends</a>
  195. <a href="#four" class="nav">OOC</a>
  196. <a href="https://ellexidecodes.github.io/" class="nav" title="&copy; Elle">coder</a>
  197. </div>
  198. <div id="content">
  199. <div id="host">
  200. <div id="one">
  201. <div class="top"><center>Statistics</center></div>
  202. <br>
  203. <div class="information">
  204. <b>Name</b> <div class="r">Abagail Leicester</div><br><br>
  205. <b>Moniker</b> <div class="r">Abby</div><br><br>
  206. <b>Age</b> <div class="r">i dunno fam</div><br><br>
  207. <b>Family</b> <div class="r">Shark</div><br><br>
  208. <b>Species</b> <div class="r">Great White</div><br><br>
  209. <b>Hair</b> <div class="r">Black</div><br><br>
  210. <b>Eyes</b> <div class="r">Blue</div><br><br>
  211. <b>Gender</b> <div class="r">Femme AF</div><br><br>
  212. <b>Orientation</b> <div class="r">lol</div><br><br>
  213. </div>
  214. </div>
  215. <br>
  216. <div id="two">
  217. <div class="top"><center>Biography</center></div>
  218. <br>
  219. <div class="information">
  220. <center>Work In Progress
  221. <br><br>
  222. I honestly don't know what to tell you, mate.
  223. <br>
  224. <b>bold</b> <i>italics</i> <s>strikethrough</s> <a href="">link</a>
  225. </center>
  226. </div>
  227. </div>
  228. <br>
  229. <div id="three">
  230. <div class="top"><center>Friends</center></div>
  231. <br>
  232. <div class="information">
  233. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  234. <center><b>- Name -</b><br> <i>foe/friend/neutral</i><br>small note.</center><br><br><br>
  235. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  236. <center><b>- Name -</b><br> <i>foe/friend/neutral</i><br>small note.</center><br><br><br>
  237. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  238. <center><b>- Name -</b><br> <i>foe/friend/neutral</i><br>small note.</center><br><br><br>
  239. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  240. <center><b>- Name -</b><br> <i>foe/friend/neutral</i><br>small note.</center><br><br><br>
  241. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  242. <center><b>- Name -</b><br> <i>foe/friend/neutral</i><br>small note.</center><br><br><br>
  243. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  244. <center><b>- Name -</b><br> <i>foe/friend/neutral</i><br>small note.</center><br><br><br>
  245. </div>
  246. </div>
  247. <br>
  248. <div id="four">
  249. <div class="top"><center>Out of Character</center></div>
  250. <br>
  251. <div class="information">
  252. <font color="#ffff80">&#9734;</font> In-room approach is your best bet.<br>
  253. <font color="#ffff80">&#9734;</font> PM Friendly.<br>
  254. <font color="##ffff80">&#9734;</font> lewd is earned.<br>
  255. <font color="#ffff80">&#9734;</font> What I do IC does not reflect on me OOC.<br>
  256. <font color="#ffff80">&#9734;</font> More here idk fam
  257. </div>
  258. </div>
  259. <br>
  260. </div>
  261. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement