Advertisement
QueenOfGeckos

Aria Quinn Code

Oct 25th, 2016
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.30 KB | None | 0 0
  1. <style type="text/css">
  2. .pfor {display: none;}
  3. #profile {background-color: transparent;}
  4. #profile {border: 0px;}
  5. </style>
  6.  
  7.  
  8.  
  9.  
  10. <style type="text/css">
  11.  
  12. @import url(http://weloveiconfonts.com/api/?family=fontawesome);
  13.  
  14. /* fontawesome */
  15. [class*="fontawesome-"]:before {
  16. font-family: 'FontAwesome', sans-serif;
  17. position: fixed;
  18. z-index: 1;
  19. }
  20.  
  21. ::-webkit-scrollbar { width: 5px; }
  22. ::-webkit-scrollbar-track-piece { background-color:#fffeff; }
  23. ::-webkit-scrollbar-thumb:vertical {
  24. width: 10px;
  25. background-color: #a4a6b7;
  26. }
  27.  
  28. body {
  29. background-color: #000;
  30. background-image: url(http://static.tumblr.com/kllbcnj/tjcnrqgad/techtheme4.gif); /** The background image. Paste your background image link in between the brackets. **/
  31. background-attachment: fixed;
  32. margin: 0;
  33. word-wrap: break-word;
  34. }
  35. a { text-decoration:none; }
  36.  
  37. #main {
  38. width: 900px;
  39. height: 450px;
  40. margin: 130px auto;
  41. padding: 10px;
  42. border: 1px solid #cccccc; /** main container border **/
  43. background-color: #ffffff; /** main container background **/
  44. }
  45.  
  46. .maint {
  47. color: #cc4400; /**blog title text colour**/
  48. text-shadow: -2px 0 0 #b3c6ff; /**blog title text shadow**/
  49. letter-spacing: 5px;
  50. font-family: courier new;
  51. font-size: 30px;
  52. position: absolute;
  53. width: 900px;
  54. text-align: right;
  55. text-transform: uppercase;
  56. margin: -50px 0;
  57. }
  58.  
  59. .pic {width: 300px;height: 450px;float: left;}
  60.  
  61. .info {
  62. position: absolute;
  63. width: 300px;
  64. overflow: hidden;
  65. margin: 255px 0;
  66. transition: 0.8s;
  67. -moz-transition: 0.8s;
  68. -webkit-transition: 0.8s;
  69. -o-transition: 0.8s;
  70. }
  71.  
  72. .name, .age, .country, .sex, .ort, .occu, .status, .extra1, .extra2, .extra3, .extra4, .extra5 {
  73. font-family: consolas;
  74. font-size: 9px;
  75. text-transform: uppercase;
  76. letter-spacing: 1px;
  77. color: #000000;
  78. padding: 3px 10px;
  79. margin-bottom: 5px;
  80. opacity: 0;
  81. background-color: #eee; /** info bars background **/
  82. border-right: 10px solid #000000; /** info name borders **/
  83. border-left: 10px solid #000000; /** info name borders **/
  84. transition: 0.8s;
  85. -moz-transition: 0.8s;
  86. -webkit-transition: 0.8s;
  87. -o-transition: 0.8s;
  88. }
  89. .age {
  90. border-right: 10px solid #000000; /** info age borders **/
  91. border-left: 10px solid #000000; /** info age borders **/
  92. }
  93. .country {
  94. border-right: 10px solid #000000f; /** info country borders **/
  95. border-left: 10px solid #000000; /** info country borders **/
  96. }
  97. .sex {
  98. border-right: 10px solid #000000; /** info sex borders **/
  99. border-left: 10px solid #000000; /** info sex borders **/
  100. }
  101. .ort {
  102. border-right: 10px solid #000000; /** info ort borders **/
  103. border-left: 10px solid #000000; /** info ort borders **/
  104. }
  105. .occu {
  106. border-right: 10px solid #000000; /** info occu borders **/
  107. border-left: 10px solid #000000; /** info occu borders **/
  108. }
  109. .status {
  110. border-right: 10px solid #000000; /** info status borders **/
  111. border-left: 10px solid #000000; /** info status borders **/
  112. }
  113.  
  114. .extra1 {
  115. border-right: 10px solid #000000; /** info status borders **/
  116. border-left: 10px solid #000000; /** info status borders **/
  117. }
  118. .extra2 {
  119. border-right: 10px solid #000000; /** info status borders **/
  120. border-left: 10px solid #000000; /** info status borders **/
  121. }
  122.  
  123. .extra3 {
  124. border-right: 10px solid #000000; /** info status borders **/
  125. border-left: 10px solid #000000; /** info status borders **/
  126. }
  127.  
  128. .extra4 {
  129. border-right: 10px solid #000000; /** info status borders **/
  130. border-left: 10px solid #000000; /** info status borders **/
  131. }
  132.  
  133. .extra5 {
  134. border-right: 10px solid #000000; /** info status borders **/
  135. border-left: 10px solid #000000; /** info status borders **/
  136. }
  137. .name b,strong { color: #6666ff; } /** info 'NAME:' colour **/
  138. .age b,strong { color: #4d4dff; } /** info 'AGE:' colour **/
  139. .country b,strong { color: #3333ff; } /** info 'COUNTRY:' colour **/
  140. .sex b,strong { color: #1a1aff; } /** info 'sex:' colour **/
  141. .ort b,strong { color: #0000ff; } /** info 'ort:' colour **/
  142. .occu b,strong { color: #0000e6; } /** info 'occu:' colour **/
  143. .status b,strong { color: #0000cc; } /** info 'status:' colour **/
  144. .extra1 b,strong { color: #0000cc; } /** info 'status:' colour **/
  145. .extra2 b,strong { color: #0000cc; } /** info 'status:' colour **/
  146. .extra3 b,strong { color: #0000cc; } /** info 'status:' colour **/
  147. .extra4 b,strong { color: #0000cc; } /** info 'status:' colour **/
  148. .extra5 b,strong { color: #0000cc; } /** info 'status:' colour **/
  149.  
  150. #yi, #er, #san {width:300px;height:450px;float:left;overflow:hidden;}
  151.  
  152. #yi:hover .info { margin: 170px 0; }
  153. #yi:hover .name { opacity: 1; }
  154. #yi:hover .age { opacity: 1; transition-delay: 0.2s; }
  155. #yi:hover .country { opacity: 1; transition-delay: 0.4s; }
  156. #yi:hover .sex { opacity: 1; transition-delay: 0.6s; }
  157. #yi:hover .ort { opacity: 1; transition-delay: 0.8s; }
  158. #yi:hover .occu { opacity: 1; transition-delay: 1s; }
  159. #yi:hover .status { opacity: 1; transition-delay: 1.2s; }
  160. #yi:hover .extra1 { opacity: 1; transition-delay: 1.4s; }
  161. #yi:hover .extra2 { opacity: 1; transition-delay: 1.6s; }
  162. #yi:hover .extra3 { opacity: 1; transition-delay: 1.8s; }
  163. #yi:hover .extra4 { opacity: 1; transition-delay: 2.0s; }
  164. #yi:hover .extra5 { opacity: 1; transition-delay: 2.2s; }
  165.  
  166. .bio {
  167. color: #888888; /** bio text colour **/
  168. width: 240px;
  169. height: 390px;
  170. padding: 10px 20px;
  171. overflow: auto;
  172. font-family: georgia;
  173. font-size: 10px;
  174. text-align: justify;
  175. position: absolute;
  176. margin: 10px;
  177. opacity: 0;
  178. z-index: 10;
  179. transition: 1.2s;
  180. -moz-transition: 1.2s;
  181. -webkit-transition: 1.2s;
  182. -o-transition: 1.2s;
  183. }
  184.  
  185. .bio a { color: #b55c7a; /** bio links colour **/ }
  186. .bio a:hover { color: #cccccc; } /** bio links colour hover **/
  187. .bio b,strong { color: #3d8291; } /** bio bold colour **/
  188. .bio i,em { color: #3f8f7b; } /** bio italic colour **/
  189.  
  190. .ichi, .ni, .san, .shi, .oi, .vie {
  191. background-color: #fff; /** bio background **/
  192. opacity: 0.8;
  193. width: 50px;
  194. height: 450px;
  195. float: left;
  196. position: absolute;
  197. z-index: 9;
  198. height: 0;
  199. transition: 1.2s;
  200. -moz-transition: 1.2s;
  201. -webkit-transition: 1.2s;
  202. -o-transition: 1.2s;
  203. }
  204. .ni { margin-left: 50px; }
  205. .san { margin-left: 100px; }
  206. .shi { margin-left: 150px; }
  207. .oi { margin-left: 200px; }
  208. .vie { margin-left: 250px; }
  209.  
  210. #er:hover .ichi { height: 450px; }
  211. #er:hover .ni { height: 450px; transition-delay: 0.2s; }
  212. #er:hover .san { height: 450px; transition-delay: 0.4s; }
  213. #er:hover .shi { height: 450px; transition-delay: 0.6s; }
  214. #er:hover .oi { height: 450px; transition-delay: 0.8s; }
  215. #er:hover .vie { height: 450px; transition-delay: 1.0s; }
  216. #er:hover .bio { opacity: 1; }
  217.  
  218. #one, #two, #three, #four{
  219. background-color: #ffffff; /** right column: interests background **/
  220. color: #666666; /** right column: interests text **/
  221. font-family: georgia;
  222. font-size: 8.5px;
  223. letter-spacing: 0px;
  224. position: absolute;
  225. padding: 20px 10px 10px 10px;
  226. width: 150px;
  227. margin: 15px -20px;
  228. height: 65px;
  229. overflow: auto;
  230. opacity: 0;
  231. text-align: justify;
  232. transition: 0.8s;
  233. -moz-transition: 0.8s;
  234. -webkit-transition: 0.8s;
  235. -o-transition: 0.8s;
  236. }
  237. #two { margin: 127px 50px; }
  238. #three { margin: 240px -20px; }
  239. #four { margin: 354px 50px; }
  240.  
  241. #san:hover #one { opacity: 1; margin: 15px; }
  242. #san:hover #two { opacity: 1;transition-delay:0.2s; margin: 127px 15px; }
  243. #san:hover #three { opacity:1;transition-delay:0.4s;margin: 240px 15px; }
  244. #san:hover #four { opacity:1;transition-delay:0.6s; margin: 354px 15px; }
  245.  
  246. .onet {
  247. background-color: #000000; /**right column: interests header background**/
  248. color: #ffffff; /**right column: interests header text colour**/
  249. letter-spacing: 1px;
  250. font-family: consolas;
  251. font-size: 8px;
  252. position: absolute;
  253. text-align: center;
  254. width: 170px;
  255. padding: 3px 0 3px 10px;
  256. margin: -20px -20px 10px -20px;
  257. text-transform: uppercase;
  258. }
  259.  
  260. #navigate {margin: -45px 50px;position: absolute;}
  261. #navigate a { color: #888888; } /** navigation icon colour **/
  262.  
  263. #nava {
  264. background-color: #fff; /** navigation icon background **/
  265. overflow: hidden;
  266. float: left;
  267. margin-right: 30px;
  268. font-size: 12px;
  269. width: 25px;
  270. height: 25px;
  271. line-height: 25px;
  272. border-radius: 100px;
  273. transition: 0.6s;
  274. -moz-transition: 0.6s;
  275. -webkit-transition: 0.6s;
  276. -o-transition: 0.6s;
  277. }
  278.  
  279. .navicon {
  280. position: fixed;
  281. width: 25px;
  282. margin: 0 -6px;
  283. text-align: center;
  284. transition: 0.6s;
  285. -moz-transition: 0.6s;
  286. -webkit-transition: 0.6s;
  287. -o-transition: 0.6s;
  288. }
  289.  
  290. #nava:hover .navicon {
  291. color: #ffffff; /** navigation icon hover colour **/
  292. }
  293. #nava:hover .navicon {margin: -25px -6px;}
  294.  
  295. .shield1, .shield2, .shield3 {
  296. background-color: #fcc142; /** navigation icon hover background **/
  297. margin-top: -25px;
  298. width: 25px;
  299. height: 25px;
  300. transition: 0.6s;
  301. -moz-transition: 0.6s;
  302. -webkit-transition: 0.6s;
  303. -o-transition: 0.6s;
  304. }
  305. .shield2 { background-color: #546ecc; } /** nav icon hover background 2 **/
  306. .shield3 { background-color: #5dc9b6; } /** nav icon hover background 3 **/
  307. #nava:hover .shield1, #nava:hover .shield2, #nava:hover .shield3 {margin-top: 0;}
  308.  
  309. .navt {
  310. background-color: #fff; /**navigation text background**/
  311. color: #888888; /**navigation text colour**/
  312. z-index: 1;
  313. font-family: consolas;
  314. text-transform: uppercase;
  315. letter-spacing: 1px;
  316. position: absolute;
  317. margin: 0px 10px;
  318. text-align: center;
  319. line-height: 14px;
  320. opacity: 0;
  321. font-size: 0;
  322. transition: 0.6s;
  323. -moz-transition: 0.6s;
  324. -webkit-transition: 0.6s;
  325. -o-transition: 0.6s;
  326. }
  327.  
  328. #nava:hover .navt {
  329. font-size: 8px;
  330. opacity: 1;
  331. width: 50px;
  332. margin: -55px -10px;
  333. }
  334.  
  335. .tri {
  336. color: #fff; /**navigation text background**/
  337. z-index: 1;
  338. font-size: 0px;
  339. position: absolute;
  340. margin: -5px 12px;
  341. transition: 0.6s;
  342. -moz-transition: 0.6s;
  343. -webkit-transition: 0.6s;
  344. -o-transition: 0.6s;
  345. }
  346.  
  347. #nava:hover .tri {
  348. margin: -50px 5px;
  349. font-size: 16px;
  350. }
  351. {CustomCSS}
  352.  
  353. </style>
  354.  
  355.  
  356. <div id="main">
  357.  
  358. <div class="maint">The Fortune Hacker</div>
  359.  
  360. <div id="navigate">
  361.  
  362.  
  363.  
  364. <a href="cccc"><div id="nava">
  365. <div class="shield1"></div>
  366. <span class="navt">xxxx</span>
  367. <span class="tri">?</span>
  368. <div class="navicon"></div>
  369. </div></a>
  370.  
  371. <a href="xxxxx"><div id="nava">
  372. <div class="shield2"></div>
  373. <span class="navt">XXXX</span>
  374. <span class="tri">?</span>
  375. <div class="navicon"></div>
  376. </div></a>
  377.  
  378. <a href="cccccc"><div id="nava">
  379. <div class="shield3"></div>
  380. <span class="navt">XXX</span>
  381. <span class="tri">?</span>
  382. <div class="navicon"></div>
  383. </div></a>
  384.  
  385. <a href="xxxx"><div id="nava">
  386. <div class="shield1"></div>
  387. <span class="navt">xxxxx</span>
  388. <span class="tri">?</span>
  389. <div class="navicon"></div>
  390. </div></a>
  391.  
  392. <a href="xxxxx"><div id="nava">
  393. <div class="shield2"></div>
  394. <span class="navt">xxxx</span>
  395. <span class="tri">?</span>
  396. <div class="navicon"></div>
  397. </div></a>
  398.  
  399. <a href="http://yukoki.tumblr.com"><div id="nava">
  400. <div class="shield3"></div>
  401. <span class="navt">credit</span>
  402. <span class="tri">?</span>
  403. <div class="navicon"></div>
  404. </div></a>
  405.  
  406. </div>
  407.  
  408. <div id="yi">
  409.  
  410.  
  411. <img class="pic" src="http://i.imgur.com/2DY4oII.png">
  412.  
  413.  
  414.  
  415. <div class="info">
  416. <div class="name"><b>name:</b>Aria Leanne Quinn</div>
  417. <div class="age"><b>nicknames:</b> Ari, Quinn</div>
  418. <div class="country"><b>age:</b> 17</div>
  419. <div class="sex"><b>gender:</b> Female</div>
  420. <div class="ort"><b>birthday:</b> October 18th</div>
  421. <div class="occu"><b>height+weight:</b> 5ft //130lbs</div>
  422. <div class="status"><b>year:</b> eleven </div>
  423. <div class="extra1"><b>specialty + deck:</b>Archetypes// Luna lights</div>
  424. <div class="extra2"><b>recruitment:</b> Volunteer </div>
  425. <div class="extra3"><b>amalgam bonded + manifestation:</b> Luna-Light Blue Cat {Still working on the other part}</div>
  426. <div class="extra4"><b>orientation:</b> Bisexual</div>
  427. <div class="extra5"><b>status:</b> Single/Uninterested</div>
  428. </div>
  429.  
  430. </div>
  431.  
  432.  
  433. <div id="er">
  434.  
  435.  
  436. <img class="pic" src="http://i.imgur.com/K5efZzt.png">
  437.  
  438. <div class="bio">
  439. <b>Info</b><Br>
  440. <p>Aria's the only child of the Quinn family. Her father having a background in mechanical engineering, and her mother having a background in Computer science among other things. The two were crazy college kids when they first met. And would eventually what started as a partnership for a mutual class, they ended up hitting it off. Then they dated, and then married. And maybe over the course of their time together they would start the prototype for what would be later known as a duel runner. Yes the motor cycle in which card games are played.</p>
  441.  
  442. <p>Her mother and father would develop the idea almost all her life. Finally when they had a solid prototype, the engineer and computer tech would show their product and sell to Kaiba corp. The rights and patent for the dual runner or D-runner. Leaving it up to them to perfect the device. And what came with it. </p>
  443.  
  444. <p>Aria's parents would take the funding for the sale and open up their own business after buying their first home. Well owned home. The business that of an auto mechanic shop. Aria's mom works in the back doing the programming if needed, and the for newer models of cars. this was becoming a more common occurrence after all. Her aunt and uncle helped as well. her uncle working as a mechanic with her father and her aunt working as the book keeper.</p>
  445.  
  446. <p>She does not seem like she has much going for her as a person, aside from her ability with computers. She's not athletic, infact she has rather below average stamina, and she often suffers from back issues due to her large bossom. This is usually what prevents her from doing most things that would put her on the spot. Believe it or not she is nervous about sticking out any more than she already does.</p>
  447.  
  448. <p>However when she will be given the Chance Aria will take to D-wheel/Duel Runner for a drive she actually will. She's got a fairly good grasph on the use and ride one. This was more or less from the shop needing to test out custom ones they've been known to build, and while her father often would be the one to test it when shew as much younger, eventually Aria got the chance and it would fall under her to test out the functionality of the devices. </p>
  449. <p>Aria isn't entirely open about it but she wants to actually want to pursue in the up and coming sport (thing) of Turbo dueling. However as of right now, it's a bit too dangerous for most. Only due to the kinks still being worked out still.</i>
  450. Ontop of that Aria is a hacking genius. She's good with computers and stuff. She is rather well adverse at programming and the different languages that run with them too. She's also a skilled hacker, but while she's capable of it, she'd only usually go as far as to do so to pull a prank. And even then. She's more white hat/grey heat then black. Aka she won't do it to harm someone or steal their information, or could be called a 'moral' hacker. Doesn't make it any better though in some folks' eyes. It has landed her in a heep of trouble in the past. She ended up with a record for it. But nothing massive or threatening.
  451. </div>
  452.  
  453. <div class="ichi"></div><div class="ni"></div><div class="san"></div><div class="shi"></div><div class="oi"></div><div class="vie"></div>
  454. </div>
  455.  
  456. <div id="san">
  457.  
  458.  
  459. <img class="pic" src="http://i.imgur.com/r4cbc2d.png">
  460.  
  461.  
  462.  
  463. <div id="one">
  464. <div class="onet">Rules/OOC:</div>
  465. 00. YGO TDoaN Screen name: Blinky
  466. 01. PM Friendly 99.9999% of the time.<br>
  467. 02. Anywhere from one liner to paragraphs. <br>
  468. 03. Be civil that's all I ask.<br>
  469. </div>
  470.  
  471. <div id="two">
  472. <div class="onet">More Rules:</div>
  473. 04. Godmod and Metagaming will not be tolerated.<Br>
  474. 05. Roleplays are fun. Romance is not, nor will it ever be priority.<Br>
  475. 06. Artwork is not mine<br>
  476. 07. Skype is Reserved for friends.</div>
  477.  
  478. <div id="three">
  479. <div class="onet">Even More Rules:</div>
  480. 08. Yugioh Roleplays get priority.<Br>
  481. 09. I have the right to say no.<Br>
  482. 10. Story driven over Smut.<Br>
  483. 11. I do not One on one on skype.<BR>
  484. 12. IC =/= OOC. </div>
  485.  
  486. <div id="four">
  487. <div class="onet">Disclaimer:</div>
  488. The profile code was created by YUKOKI on tumblr and was modified by myself to fit RPC. If you wish to get the code, please visit her page. It's the credit link at the top.<br>
  489. None of the art is mine either. </div>
  490. </div>
  491.  
  492. </div>
  493.  
  494. <div style="position: fixed; bottom: 50px; left: 36px; background-color: transparent;">
  495. <img src="http://i.imgur.com/TMqhwGn.png" height="70%">
  496. <div style="position: fixed; bottom: 50px; right: 150px; background-color: transparent;">
  497. <img src="http://i.imgur.com/WcCCllc.png" height="75%">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement