Advertisement
Demi-monde

Xaela

Mar 18th, 2020
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.44 KB | None | 0 0
  1. IN STYLE BOX --- COPY BELOW -----
  2.  
  3. @import url('https://fonts.googleapis.com/css?family=Federant|Audiowide|Abril+Fatface');
  4.  
  5. body {
  6. background-image: url("https://i.imgur.com/YUkiVW0.png");
  7. color: white;
  8. background-color: #000000;
  9. font-family: "Federant";
  10. font-size: 16px;
  11. }
  12.  
  13. #credit {
  14. Position: fixed; bottom: 10px; left: 10px;
  15. font-family: "Audiowide";
  16. font-size: 14px;
  17. z-index: 99;
  18. 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;
  19. }
  20.  
  21. #CenterBG {
  22. position: fixed; left: 0px; right: 0px; top: 0px; bottom: 0px; margin: auto;
  23. width: 360px;
  24. height: 510px;
  25. background-color: #000000;
  26. background-image: url("https://i.imgur.com/zZiqHn5.png");
  27. background-position: center;
  28. background-attachment:fixed;
  29. border-top: 3px solid #737CA1;
  30. border-bottom: 3px solid #737CA1;
  31. z-index:2;
  32. }
  33.  
  34. #LeftBG {
  35. position: fixed; left: -800px; right: 0px; top: 0px; bottom: 0px; margin: auto;
  36. width: 420px;
  37. height: 570px;
  38. padding: 10px;
  39. background-color: #000000;
  40. background-image: url("https://i.imgur.com/zZiqHn5.png");
  41. background-position: center;
  42. background-attachment:fixed;
  43. border: 3px solid #737CA1;
  44. z-index:1;
  45. }
  46.  
  47. #RightBG {
  48. position: fixed; left: 0px; right: -800px; top: 0px; bottom: 0px; margin: auto;
  49. width: 420px;
  50. height: 570px;
  51. padding: 10px;
  52. background-color: #000000;
  53. background-image: url("https://i.imgur.com/zZiqHn5.png");
  54. background-position: center;
  55. background-attachment:fixed;
  56. border: 3px solid #737CA1;
  57. z-index:1;
  58. }
  59.  
  60. #Title {
  61. position: fixed; left: 0px; right: 0px; top: -425px; bottom: 0px; margin: auto;
  62. width: 300px;
  63. height: 35px;
  64. text-align: center;
  65. font-size: 30px;
  66. color: #737CA1;
  67. font-family: "Abril Fatface";
  68. text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #917c9b, 1px 1px #917c9b, -1px -1px 0 #917c9b, 1px -1px 0 #000, -1px 1px 0 #000;
  69. z-index: 5;
  70. }
  71.  
  72. #MainPic {
  73. position: fixed; left: 0px; right: 0px; top: 0px; bottom: 0px; margin: auto;
  74. width: 300px;
  75. height: 470px;
  76. border: 3px solid #737CA1;
  77. z-index: 2;
  78. }
  79.  
  80. #OOCBox {
  81. position: fixed; left: -800px; right: 0px; top: 0px; bottom: -290px; margin: auto;
  82. width: 380px;
  83. height: 240px;
  84. padding: 10px;
  85. border: 3px solid #737CA1;
  86. background-color: #000000;
  87. background-image: url("https://i.imgur.com/oJUsgm3.png");
  88. z-index: 5;
  89. overflow: auto;
  90. }
  91.  
  92. #Tab {
  93. position: fixed; left: -800px; right: 0px; top: -290px; bottom: 0px; margin: auto;
  94. width: 380px;
  95. height: 240px;
  96. padding: 10px;
  97. border: 3px solid #737CA1;
  98. background-color: #000000;
  99. background-image: url("https://i.imgur.com/oJUsgm3.png");
  100. z-index: 5;
  101. display: none;
  102. overflow: auto;
  103. }
  104.  
  105. #one #tab {
  106. display: block;
  107. }
  108.  
  109. #one:target #tab, #two:target #tab, #three:target #tab, #four:target #tab, #five:target #tab, #six:target #tab {
  110. display: block;
  111. z-index: 11;
  112. }
  113.  
  114. #LeftNav {
  115. position: fixed; left: -350px; right: 0px; top: 0px; bottom: 0px; margin: auto;
  116. width: 20px;
  117. height: 300px;
  118. z-index: 5;
  119. }
  120.  
  121. #RightNav {
  122. position: fixed; left: 0px; right: -350px; top: 0px; bottom: 0px; margin: auto;
  123. width: 20px;
  124. height: 300px;
  125. z-index: 5;
  126. }
  127.  
  128. .NaviTab{
  129. display: inline-block;
  130. border: 3px solid #737CA1;
  131. background-color: #000000;
  132. background-image: url("https://i.imgur.com/oJUsgm3.png");
  133. width: 14px;
  134. height: 80px;
  135. z-index: 5;
  136. margin: 10 0 10 0;
  137. -webkit-transition: 0.5s linear;
  138. -moz-transition: 0.5s linear;
  139. -o-transition: 0.5s linear;
  140. transition: 0.5s linear;
  141. }
  142.  
  143. .NaviTab:hover {
  144. background-color: #a0caf0;
  145. }
  146.  
  147. .frienditempic {
  148. border: 7px solid #737CA1;
  149. width: 75px;
  150. height: 75px;
  151. margin: 5px;
  152. padding: 0;
  153. border-radius: 50%;
  154. -webkit-transition: 0.5s linear;
  155. -moz-transition: 0.5s linear;
  156. -o-transition: 0.5s linear;
  157. transition: 0.5s linear;
  158. }
  159.  
  160. .frienditempic:hover {
  161. border: 7px solid #a0caf0;
  162. border-radius: 0;
  163. }
  164.  
  165. #MarqueeBox{
  166. position: fixed; left: 0px; right: -800px; top: 0px; bottom: 0px; margin: auto;
  167. width: 380px;
  168. height: 530px;
  169. padding: 10px;
  170. border: 3px solid #737CA1;
  171. background-color: #000000;
  172. background-image: url("https://i.imgur.com/oJUsgm3.png");
  173. z-index: 5;
  174. }
  175.  
  176. .Marquee {
  177. height: 482px;
  178. width: 400px;
  179. margin: 0 auto;
  180. position: relative;
  181. overflow: hidden;
  182. }
  183.  
  184. .MoveIt {
  185. width: 400px;
  186. height: 10000px;
  187. position: absolute;
  188. overflow-y:hidden;
  189. top: 0;
  190. left: 0;
  191. -moz-animation: MoveIt 25s linear infinite;
  192. -webkit-animation: MoveIt 25s linear infinite;
  193. animation: MoveIt 25s linear infinite;
  194. }
  195.  
  196. .MoveIt img {
  197. display:inline-block;
  198. vertical-align:middle;
  199. height: 230px;
  200. width: auto;
  201. border: 3px solid #737CA1;
  202. margin: 10 20 10 20;
  203. }
  204.  
  205. .MoveIt:hover {
  206. -moz-animation-play-state: paused;
  207. -webkit-animation-play-state: paused;
  208. animation-play-state: paused;
  209. }
  210.  
  211. @keyframes MoveIt {
  212. 0% {
  213. -moz-transform: translateY(515px);
  214. -webkit-transform: translateY(515px);
  215. transform: translateY(515px);
  216. }
  217. 100% {
  218. -moz-transform: translateY(-1280px);
  219. -webkit-transform: translateY(-1280px);
  220. transform: translateY(-1280px);
  221. }
  222. }
  223. /* Credit for the original CSS Marquee solution that this is based on to https://stackoverflow.com/questions/38604929/how-to-create-marquee-infinite-loop-of-logos-slider-with-css-only */
  224.  
  225. h1, h2, h3 {padding: 0px; margin: 0 0 8 0; text-align: center; color: #737CA1; font-family: "Abril Fatface"; border-bottom: dashed pink 3px; text-shadow: 2px 0 0 white, -2px 0 0 white, 0 2px 0 white, 0 -2px 0 white, 1px 1px white, -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white;
  226. }
  227.  
  228. a {color: #a0caf0; font-family: "Abril Fatface"; font-size: 16px; text-decoration:none;
  229. -webkit-transition: 0.5s linear;
  230. -moz-transition: 0.5s linear;
  231. -o-transition: 0.5s linear;
  232. transition: 0.5s linear;}
  233. a:visited {color: #a0caf0;}
  234. a:hover {color: pink;}
  235.  
  236. a.credit:link {color:#f0f0f0; font-family: "Audiowide"; font-size: 16px;}
  237. a.credit:visited {color:#f0f0f0;}
  238. a.credit:hover {color:#6f52be;}
  239. a.credit {text-decoration:none;}
  240.  
  241. b {color: #737CA1;}
  242.  
  243.  
  244. ::-webkit-scrollbar {
  245. width: 8px;
  246. height: 1px;
  247. }
  248.  
  249. ::-webkit-scrollbar-track {
  250. border-radius: 5px;
  251. }
  252.  
  253. ::-webkit-scrollbar-thumb {
  254. background: #737CA1;
  255. }
  256.  
  257.  
  258. **** END STYLE BOX HERE DO NOT INCLUDE THIS COMMENT!*****
  259.  
  260.  
  261. ****COPY BELOW FOR BODY PART********
  262. <div id="CenterBG"></div>
  263. <div id="LeftBG"></div>
  264. <div id="RightBG"></div>
  265.  
  266. <div id="Title">Brinwyld Adjudicator</div>
  267. <img id="MainPic" src ="https://i.imgur.com/kc8CGyH.jpg"alt="Main Picture"></div>
  268.  
  269. <div id="MarqueeBox">
  270. <h1>Gallery</h1>
  271. <div class="Marquee">
  272. <div class="MoveIt">
  273. <center>
  274. <img src="https://pbs.twimg.com/media/EHmPRDuWwAAIFPY?format=jpg&name=large" alt="Gallery Picture"/><br>
  275. <img src="https://pbs.twimg.com/media/EGz-2QNXkAEjDSb?format=jpg&name=large" alt="Gallery Picture"/><br>
  276. <img src="https://pbs.twimg.com/media/EGdBxuxXoAA4-rS?format=jpg&name=large" alt="Gallery Picture"/><br>
  277. <img src="https://pbs.twimg.com/media/EGe-cqWXkAEChKL?format=jpg&name=large" alt="Gallery Picture"/><br>
  278. <img src="https://pbs.twimg.com/media/EF7LQycXoAAm8gj?format=jpg&name=large" alt="Gallery Picture"/><br>
  279. </center>
  280. </div>
  281. </div>
  282.  
  283. <div id="one">
  284. <div id="tab">
  285. <h1>Statistics</h1>
  286. <b>True Name:</b><span style=float:right>Chinua Dotharl</span><br>
  287. <b>Alias:</b> <span style=float:right> Laine Brinwyld</span><br>
  288. <b>Age:</b><span style=float:right>23</span><br>
  289. <b>Gender:</b><span style=float:right>Female</span><br>
  290. <b>Race:</b><span style=float:right>AuRa [Xaela]</span><br>
  291. <b>Height:</b><span style=float:right>Five Fulms, Five Ilms</span><br>
  292. <b>Weight:</b><span style=float:right>One hundred twenty night ponze</span><br>
  293. <b>Orientation:</b><span style=float:right>Heterosexual</span><br>
  294. <b>Preferences:</b><span style=float:right>AuRa, Roegadyn, Hyur</span><br>
  295. <b>Status:</b><span style=float:right>Widow [Heavy Male Lean]</span><br>
  296. <b>Occupation:</b><span style=float:right>Adventurer, Warrior of Light</span>
  297. </div></div>
  298.  
  299. <div id="two">
  300. <div id="tab">
  301. <h1>Personality</h1>
  302. Laine Brinwyld is the oldest female among the Brinwyld siblings. Her usual countenance is one of silent stoicism, reserved in a public environment. Once comfortable with her surroundings and the people she retains familiarity to, Laine's personality seems to take on a complete one-eighty.The Xaela becomes more outgoing, perky and flirty to the point of distraction. Laine both cares for her studies and for her fun and always seeks to balance one against the other. To her family she is insufferable, her friends a trial. To her enemies? She is <i>Indestructible.</i><br> <b>bold example.</b> <i>italics example.</i> <a target="_blank" target="www.example.com">Link example.</a>
  303. </div></div>
  304.  
  305. <div id="three">
  306. <div id="tab">
  307. <h1>History</h1>
  308. Work in Progress.<b>bold example.</b> <i>italics example.</i> <a target="_blank" target="www.example.com">Link example.</a>
  309. </div></div>
  310.  
  311. <div id="four">
  312. <div id="tab">
  313. <h1>Abilities</h1>
  314. <b><i>The Echo:</i></b><br>The Echo is a special ability that some rare individuals possess. Those who have been "gifted", as the members of the Path of the Twelve call it, can resonate with other people's souls—and see their past, albeit not able to interfere or change it—as well as being able to speak every language in the world. The Echo prevents its user from being tempered by primals, and advanced users can transcend their mortal forms.<br>
  315.  
  316. <b><i>Jobs:</b></i><br>
  317. Mastered List [80]:<br>
  318. DRAGOON | ASTROLOGIAN | BLACK MAGE | DARK KNIGHT<br><br>
  319.  
  320. In Training [50-70+]:<br>
  321. SCH/SMN | MNK | SAM | RDM |<br> WHM |
  322. MCH | PLD | WAR | DNC | GNB |<br>
  323.  
  324.  
  325.  
  326. </br><b>bold example.</b> <i>italics example.</i> <a target="_blank" target="www.example.com">Link example.</a>
  327. </div></div>
  328.  
  329. <div id="five">
  330. <div id="tab">
  331. <h1>Associates</h1>
  332. <center>
  333. <a target="_blank" href="https://roleplay.chat/profile.php?user=USERHERE"><img src="PICHERE" class="frienditempic" title="DESCRIPTION OF FRIEND HERE" alt="friend/item picture"></a>
  334. <a target="_blank" href="https://roleplay.chat/profile.php?user=USERHERE"><img src="PICHERE" class="frienditempic" title="DESCRIPTION OF FRIEND HERE" alt="friend/item picture"></a>
  335. <a target="_blank" href="https://roleplay.chat/profile.php?user=USERHERE"><img src="PICHERE" class="frienditempic" title="DESCRIPTION OF FRIEND HERE" alt="friend/item picture"></a>
  336. <a target="_blank" href="https://roleplay.chat/profile.php?user=USERHERE"><img src="PICHERE" class="frienditempic" title="DESCRIPTION OF FRIEND HERE" alt="friend/item picture"></a>
  337. <a target="_blank" href="https://roleplay.chat/profile.php?user=USERHERE"><img src="PICHERE" class="frienditempic" title="DESCRIPTION OF FRIEND HERE" alt="friend/item picture"></a>
  338. <a target="_blank" href="https://roleplay.chat/profile.php?user=USERHERE"><img src="PICHERE" class="frienditempic" title="DESCRIPTION OF FRIEND HERE" alt="friend/item picture"></a>
  339. </center>
  340. </div></div>
  341.  
  342. <div id="six">
  343. <div id="tab">
  344. <h1>Inventory</h1>
  345. <center>
  346. <img src="PICHERE" class="frienditempic" title="DESCRIPTION OF ITEM HERE" alt="friend/item picture">
  347. <img src="PICHERE" class="frienditempic" title="DESCRIPTION OF ITEM HERE" alt="friend/item picture">
  348. <img src="PICHERE" class="frienditempic" title="DESCRIPTION OF ITEM HERE" alt="friend/item picture">
  349. <img src="PICHERE" class="frienditempic" title="DESCRIPTION OF ITEM HERE" alt="friend/item picture">
  350. <img src="PICHERE" class="frienditempic" title="DESCRIPTION OF ITEM HERE" alt="friend/item picture">
  351. <img src="PICHERE" class="frienditempic" title="DESCRIPTION OF ITEM HERE" alt="friend/item picture">
  352. </center>
  353. </div></div>
  354.  
  355. <div id="OOCBox">
  356. <h1>Out of Character</h1>
  357. <b>01.</b> Holy shit this code is so long so--<br>
  358. <b>02.</b> Tis a work in progress.<br>
  359. <b>03.</b> Chinua/ Laine is my character from FFXIV. Over 5+years of backstory to come.<br>
  360. <b>04.</b> I'm DM Friendly.<br>
  361. <b>05.</b> Laine is PM Tolerant.<br>
  362. <b>06.</b> Not here for smut.<br>
  363. <b>07.</b> Here for story.<br>
  364. <b>08.</b> Story + Smut? Depends on my mood.<br>
  365. <b>09.</b> Typist is a snowballing p.o.s.<br>
  366. <b>10.</b> 3rd person Room RP preferred.
  367. </div>
  368.  
  369.  
  370. <div id="LeftNav">
  371. <a href="#one"><div class="NaviTab"></div></a>
  372. <a href="#two"><div class="NaviTab"></div></a>
  373. <a href="#three"><div class="NaviTab"></div></a></div>
  374.  
  375. <div id="RightNav">
  376. <a href="#four"><div class="NaviTab"></div></a>
  377. <a href="#five"><div class="NaviTab"></div></a>
  378. <a href="#six"><div class="NaviTab"></div></a></div>
  379.  
  380. <div id="credit"><a class="credit" href="https://roleplay.chat/profile.php?user=Spaceman+Codes">Spaceman</a></div>
  381.  
  382. ***END BODY PART --- DO NOT INCLUD THIS COMMMENT!*****
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement