Advertisement
LadyDarkness

Skye's code

Nov 30th, 2020
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.99 KB | None | 0 0
  1. <style>
  2. @import url('https://fonts.googleapis.com/css?family=Alex+Brush|Alike|Allan|Audiowide');
  3.  
  4. body {
  5. background-image: url("https://i.imgur.com/HlgqL0a.png");
  6. background-attachment: fixed;
  7. background-position: top;
  8. color: black;
  9. background-color:#c2e4ce;
  10. font-family: "Alike";
  11. font-size: 16px;
  12. }
  13.  
  14. #credit {
  15. Position: fixed; bottom: 10px; left: 10px;
  16. font-family: "Audiowide";
  17. font-size: 14px;
  18. z-index: 99;
  19. text-shadow: 2px 0 0 #4C9DCC, -2px 0 0 #4C9DCC, 0 2px 0 #4C9DCC, 0 -2px 0 #4C9DCC, 1px 1px #4C9DCC, -1px -1px 0 #4C9DCC, 1px -1px 0 #4C9DCC, -1px 1px 0 #4C9DCC;
  20. }
  21.  
  22. #LeftPic{
  23. position: fixed; left: -940px; right: 0px; top: -240px; bottom: 0px; margin: auto;
  24. height: 200px;
  25. border: solid 10px gray;
  26. z-index: 2;
  27. }
  28.  
  29. #RightPic{
  30. position: fixed; left: 0px; right: -940px; top: 0px; bottom: -240px; margin: auto;
  31. border: solid 10px black;
  32. height: 200px;
  33. z-index: 2;
  34. }
  35.  
  36. #FrameTopLeft{
  37. position: fixed; left: -500px; right: 0px; top: -500px; bottom: 0px; margin: auto;
  38. width: 450px;
  39. height: 10px;
  40. background-color: gray;
  41. z-index: 1;
  42. }
  43.  
  44. #FrameTopRight{
  45. position: fixed; left: 0px; right: -500px; top: -500px; bottom: 0px; margin: auto;
  46. width: 450px;
  47. height: 10px;
  48. background-color: black;
  49. z-index: 1;
  50. }
  51.  
  52. #FrameLeft{
  53. position: fixed; left: -940px; right: 0px; top: 0px; bottom: 0px; margin: auto;
  54. width: 10px;
  55. height: 500px;
  56. background-color: gray;
  57. z-index: 1;
  58. }
  59.  
  60. #FrameRight{
  61. position: fixed; left: 0px; right: -940px; top: 0px; bottom: 0px; margin: auto;
  62. width: 10px;
  63. height: 500px;
  64. background-color: black;
  65. z-index: 1;
  66. }
  67.  
  68. #FrameBottomLeft{
  69. position: fixed; left: -500px; right: 0px; top: 0px; bottom: -500px; margin: auto;
  70. width: 450px;
  71. height: 10px;
  72. background-color: gray;
  73. z-index: 1;
  74. }
  75.  
  76. #FrameBottomRight{
  77. position: fixed; left: 0px; right: -500px; top: 0px; bottom: -500px; margin: auto;
  78. width: 450px;
  79. height: 10px;
  80. background-color: black;
  81. z-index: 1;
  82. }
  83.  
  84. #BoxBG{
  85. position: fixed; left: 0px; right: 0px; top: 0px; bottom: 0px; margin: auto;
  86. width: 420px;
  87. height: 570px;
  88. background-image: linear-gradient(to right, gray , black);
  89. z-index: 2;
  90. }
  91.  
  92. #Quote {
  93. position: fixed; left: 0px; right: 0px; top: 0px; bottom: 0px; margin: auto;
  94. width: 390px;
  95. height: 540px;
  96. color: black;
  97. z-index: 5;
  98. font-size: 30px;
  99. font-family: "Alex Brush";
  100. background-image: url("https://i.imgur.com/Z7nU0yR.png");
  101. }
  102.  
  103. #tab {
  104. position: fixed; left: 0px; right: 0px; top: 0px; bottom: 0px; margin: auto;
  105. width: 370px;
  106. height: 520px;
  107. padding: 10px;
  108. background-color: white;
  109. background-image: url("");
  110. overflow: auto;
  111. z-index: 15;
  112. display: none;
  113. }
  114. /* Background pattern from Toptal Subtle Patterns */
  115.  
  116. #Stats:target #tab, #Personality:target #tab, #Abilities:target #tab, #History:target #tab, #OOC:target #tab {
  117. display: block;
  118. z-index: 99;
  119. }
  120.  
  121. #Navigation {
  122. position: fixed; left: -940px; right: 0px; top: 0px; bottom: -240px; margin: auto;
  123. width: 200px;
  124. padding: 0 100 0 100;
  125. height: 220px;
  126. z-index: 15;
  127. text-align: center;
  128. }
  129.  
  130. #Friends {
  131. position: fixed; left: 0px; right: -940px; top: -240px; bottom: 0px; margin: auto;
  132. width: 200px;
  133. height: 220px;
  134. padding: 0 100 0 100;
  135. z-index: 15;
  136. text-align: center;
  137. overflow: auto;
  138. }
  139.  
  140. #NaviBox {
  141. width: 200px;
  142. height: 25px;
  143. background-color: gray;
  144. margin: 0px;
  145. margin-bottom: 14px;
  146. font-size: 20px;
  147. }
  148.  
  149. #FriendBox {
  150. width: 200px;
  151. height: 25px;
  152. background-color: black;
  153. margin: 0px;
  154. margin-bottom: 14px;
  155. font-size: 20px;
  156. }
  157.  
  158. a.credit:link {color:#f0f0f0; font-family: "Audiowide"; font-size: 16px; text-decoration:none;}
  159. a.credit:visited {color:#f0f0f0;}
  160. a.credit:hover {color:#6f52be;}
  161.  
  162. a.nav:link {color:#f0f0f0; text-decoration:none; font-family: "Allan";
  163. -webkit-transition: 0.5s linear;
  164. -moz-transition: 0.5s linear;
  165. -o-transition: 0.5s linear;
  166. transition: 0.5s linear;
  167. }
  168. a.nav:visited {color:#f0f0f0;}
  169. a.nav:hover {color:#0c8dbc;}
  170.  
  171. a {color: gray; text-decoration:none; font-family: "Allan";
  172. -webkit-transition: 0.5s linear;
  173. -moz-transition: 0.5s linear;
  174. -o-transition: 0.5s linear;
  175. transition: 0.5s linear;
  176. }
  177. a:visited {color: gray;}
  178. a:hover {color:#0c8dbc;}
  179.  
  180. b {color: gray;}
  181.  
  182. h1, h2, h3 {
  183. text-align: center;
  184. font-family: "Allan";
  185. margin: 0px;
  186. padding: 5px;
  187. }
  188.  
  189. ::-webkit-scrollbar {
  190. width: 5px;
  191. height: 1px;
  192. }
  193.  
  194. ::-webkit-scrollbar-track {
  195. border-radius: 5px;
  196. }
  197.  
  198. ::-webkit-scrollbar-thumb {
  199. background: transparent;
  200. }
  201. </style>
  202. <body>
  203.  
  204. <div id="FrameTopLeft"></div>
  205. <div id="FrameTopRight"></div>
  206. <div id="FrameLeft"></div>
  207. <div id="FrameRight"></div>
  208. <div id="FrameBottomLeft"></div>
  209. <div id="FrameBottomRight"></div>
  210. <div id="BoxBG"></div>
  211.  
  212. <div id="Navigation">
  213. <div id="NaviBox"><a class="nav" href="#Stats">Stats</a></div>
  214. <div id="NaviBox"><a class="nav" href="#Personality">Personality</a></div>
  215. <div id="NaviBox"><a class="nav" href="#Abilities">Inventory</a></div>
  216. <div id="NaviBox"><a class="nav" href="#History">History</a></div>
  217. <div id="NaviBox"><a class="nav" href="#OOC">Out of Character</a></div>
  218. <div id="NaviBox"><a class="nav" href="#Back">Back</a></div>
  219. </div>
  220.  
  221. <div id="Friends">
  222. <div id="FriendBox"><a class="nav" target="_blank" href="FRIENDLINKHERE" title="FRIENDDESCRIPTIONHERE">Friend Name</a></div>
  223. <div id="FriendBox"><a class="nav" target="_blank" href="FRIENDLINKHERE" title="FRIENDDESCRIPTIONHERE">Friend Name</a></div>
  224. <div id="FriendBox"><a class="nav" target="_blank" href="FRIENDLINKHERE" title="FRIENDDESCRIPTIONHERE">Friend Name</a></div>
  225. <div id="FriendBox"><a class="nav" target="_blank" href="FRIENDLINKHERE" title="FRIENDDESCRIPTIONHERE">Friend Name</a></div>
  226. <div id="FriendBox"><a class="nav" target="_blank" href="FRIENDLINKHERE" title="FRIENDDESCRIPTIONHERE">Friend Name</a></div>
  227. <div id="FriendBox"><a class="nav" target="_blank" href="FRIENDLINKHERE" title="FRIENDDESCRIPTIONHERE">Friend Name</a></div>
  228. <div id="FriendBox"><a class="nav" target="_blank" href="FRIENDLINKHERE" title="FRIENDDESCRIPTIONHERE">Friend Name</a></div>
  229. <div id="FriendBox"><a class="nav" target="_blank" href="FRIENDLINKHERE" title="FRIENDDESCRIPTIONHERE">Friend Name</a></div>
  230. <div id="FriendBox"><a class="nav" target="_blank" href="FRIENDLINKHERE" title="FRIENDDESCRIPTIONHERE">Friend Name</a></div>
  231. <div id="FriendBox"><a class="nav" target="_blank" href="FRIENDLINKHERE" title="FRIENDDESCRIPTIONHERE">Friend Name</a></div>
  232. <div id="FriendBox"><a class="nav" target="_blank" href="FRIENDLINKHERE" title="FRIENDDESCRIPTIONHERE">Friend Name</a></div>
  233. </div>
  234.  
  235. <img id="LeftPic" src="http://i.picpar.com/E7kf.png" alt="left picture"></div>
  236. <img id="RightPic" src="http://i.picpar.com/H7kf.gif" alt="right picture"></div>
  237.  
  238. <div id="Quote">
  239. <div style="display: table; width: 390px; height: 540px; overflow: hidden;">
  240. <div style="display: table-cell; vertical-align: middle; text-align: center;">
  241. My mind remains my pain, <br>
  242. I'm tied down to this chain
  243. </div></div></div>
  244.  
  245.  
  246. <div id="Stats">
  247. <div id="tab">
  248. <h1>Stats</h1>
  249. <b>Name:</b><span style=float:right>Skye Rose</span><br>
  250. <b>Alias:</b><span style=float:right>The wondering rose</span><br>
  251. <b>Age:</b><span style=float:right>26</span><br>
  252. <b>Race:</b><span style=float:right>Human</span><br>
  253. <b>Sexuality:</b><span style=float:right>Bisexual</span><br>
  254. <b>Status:</b><span style=float:right><a target="_blank" href="Insert link here">Single</a></span><br>
  255. <b>Occupation:</b><span style=float:right>Pianoist and singer</span><br>
  256. <b>Voice:</b><span style=float:right><a target="_blank" href="https://www.youtube.com/watch?v=cIlghWDd7RU">♥</a></span><br>
  257. <b>Likes:</b><span style=float:right>Piano, Ink, Piercings, ECT.</span><br>
  258. <b>Dislikes:</b><span style=float:right>Vore, Rape/Force, Incest, Anal, She-males, ECT.</span>
  259. </div></div>
  260.  
  261. <div id="Personality">
  262. <div id="tab">
  263. <h1>Personality</h1>
  264. Intelligent, Artistic, Caring, Gentle, Nuturing, Has a temper (When provoked)
  265. </div></div>
  266.  
  267. <div id="Abilities">
  268. <div id="tab">
  269. <h1>Inventory</h1>
  270. <a href="http://i.picpar.com/M7kf.jpg" target="_blank"><img src="http://i.picpar.com/M7kf.jpg" width="75" height="75" border="1px solid"></a>
  271. <a href="http://i.picpar.com/N7kf.jpg" target="_blank"><img src="http://i.picpar.com/N7kf.jpg" width="75" height="75" border="1px solid"></a>
  272. <a href="http://i.picpar.com/O7kf.jpg" target="_blank"><img src="http://i.picpar.com/O7kf.jpg" width="75" height="75" border="1px solid"></a>
  273. <a href="http://i.picpar.com/P7kf.jpg" target="_blank"><img src="http://i.picpar.com/P7kf.jpg" width="75" height="75" border="1px solid"></a>
  274. </div></div>
  275.  
  276. <div id="History">
  277. <div id="tab">
  278. <h1>History</h1>
  279. Will tell another time.
  280. </div></div>
  281.  
  282. <div id="OOC">
  283. <div id="tab">
  284. <h1>Out of Character</h1>
  285. <li>Dont force me things I dont like.</li>
  286. <li>Dont be afraid to say hello.</li>
  287. <li>Ic =/= OOC</li>
  288. <li>Happily Married IRL.</li>
  289. <li>Story before smut!!!</li>
  290. <li>Once mated, sex with ONLY mate. </li>
  291. <li>SEX IS EARNED!!!</li>
  292. <li> Not my own art, will take down at request. </li>
  293. </div></div>
  294.  
  295. <div id="credit"><a class="credit" href="https://roleplay.chat/profile.php?user=Spaceman+Codes">Spaceman</a></div>
  296. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement