Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.87 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://steamcdn-a.akamaihd.net/steamcommunity/public/images/items/450060/0a3b4a87f8682b1d333c431c2df77678c9ab06da.jpg");
  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("https://i.imgur.com/Z7nU0yR.png");
  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: #696969;
  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: black;
  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">Abilities</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="https://roleplay.chat/profile.php?user=Crawl" title="FRIENDDESCRIPTIONHERE">Crawl</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="https://vignette.wikia.nocookie.net/satellite-city/images/a/a6/Lucy_Lacemaker-0.png/revision/latest?cb=20190222065202" alt="left picture"></div>
  236. <img id="RightPic" src="https://i.ytimg.com/vi/jbcu9wMX4k8/maxresdefault.jpg" 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. "Let 'em see how crazy you're not and it's a sign of weakness. It opens the doors to all kinds of sappiness."
  242. </div></div></div>
  243.  
  244.  
  245. <div id="Stats">
  246. <div id="tab">
  247. <h1>Stats</h1>
  248. <b>Name:</b><span style=float:right>Charlotte Chanceberry</span><br>
  249. <b>Race:</b><span style=float:right>Monster</span><br>
  250. <b>Gender:</b><span style=float:right>Female</span><br>
  251. <b>Age:</b><span style=float:right>Unknown</span><br>
  252. <b>Eyes:</b><span style=float:right>Red/Silver</span><br>
  253. <b>Hair/fur:</b><span style=float:right>Tan with green spots</span><br>
  254. <b>Body:</b><span style=float:right>Medium sized dog</span><br>
  255. <b>Status:</b><span style=float:right>Single</span>
  256. </div></div>
  257.  
  258. <div id="Personality">
  259. <div id="tab">
  260. <h1>Personality</h1>
  261. <br>*Brash</br>
  262. <br>*Sarcastic</br>
  263. <br>*Confident</br>
  264. <br>*Unbalanced (crazy)</br>
  265.  
  266. </div></div>
  267.  
  268. <div id="Abilities">
  269. <div id="tab">
  270. <h1>Abilities</h1>
  271. <b>Stealth:</b> Silent on her feet.<br>
  272. <b>Color shifting:</b> Fur changes colors. Might blend with her surroundings.<br>
  273. <b>Invisibility:</b> Can turn completely invisible if need be.</br>
  274. <b>On Target:</b> Can hit what she's aiming at with precision.<br>
  275. <b>Rapid healing:</b> Can brush off minor injuries. Major take a bit longer to heal.<br>
  276. <b>Enhanced Strength:</b> Stronger than she looks.<br>
  277. <b>Phasing:</b> Pass through solid objects.<br>
  278. <b>Enhanced senses:</b> Scent, hearing, sight, ect.<br>
  279. <b>Powerful bite:</b> Sharp teeth and jaw strength to crush bone.
  280. </div></div>
  281.  
  282. <div id="History">
  283. <div id="tab">
  284. <h1>History</h1>
  285. Lorem ipsum...
  286. </div></div>
  287.  
  288. <div id="OOC">
  289. <div id="tab">
  290. <h1>Out of Character</h1>
  291. <b>01.</b> Char is a WIP.<br>
  292. <b>02.</b> OOC here.<br>
  293. <b>03.</b> OOC here.<br>
  294. <b>04.</b> OOC here.<br>
  295. <b>05.</b> OOC here.
  296. </div></div>
  297.  
  298. <div id="credit"><a class="credit" href="https://roleplay.chat/profile.php?user=Spaceman+Codes">Spaceman</a></div>
  299. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement