Advertisement
Chibi-Elle

LI CODE [REMASTERED]

Jan 11th, 2021
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.13 KB | None | 0 0
  1. <style type="text/css">
  2. @import url(//fonts.googleapis.com/css?family=Fondamento|Oxanium|Macondo+Swash+Caps);
  3.  
  4. #profile {background-color: transparent; border: 0px;}
  5.  
  6. body {background-color:#344483;
  7. background-image: url('https://www.transparenttextures.com/patterns/gravel.png');
  8. background-repeat: repeat; }
  9.  
  10. ::-webkit-scrollbar { width: 3px; }
  11. ::-webkit-scrollbar-track { border-radius: 0px; background-color: transparent; }
  12. ::-webkit-scrollbar-thumb { border-radius: 0px; background-color: transparent; }
  13.  
  14. #whole {position: fixed; left: 0px; top: 0px; right: 0px; bottom: 0px;}
  15.  
  16.  
  17. #box{position: absolute;
  18. bottom: 25px;
  19. left: 461px;
  20. background-color: #212C57;
  21. height: 431px;
  22. width: 878px;
  23. background-image:url('https://www.transparenttextures.com/patterns/black-twill.png');
  24. background-position:center;
  25. background-repeat: repeat;
  26. border: 3.7px solid #081121;
  27. z-index: 1;}
  28.  
  29. #fighter{
  30. position:absolute;
  31. bottom:29px;
  32. left:981px;
  33. height:430px;
  34. width:358px;
  35. border-radius:0%;
  36. background-image:url('https://media.discordapp.net/attachments/387771904926154762/798366081815019530/trial.png?width=394&height=473');
  37. background-size:100%;
  38. background-position:top;
  39. background-repeat: no-repeat;
  40. border-left: 2.5px solid #081121;
  41. z-index:5;
  42. }
  43.  
  44. #info{position: absolute;
  45. bottom: 143px;
  46. left: 470px;
  47. background-color: #0A0E1C;
  48. background-image:url('https://www.transparenttextures.com/patterns/black-orchid.png');
  49. background-repeat: repeat;
  50. font-family: 'Macondo Swash Caps', cursive;
  51. height: 307px;
  52. width: 300px;
  53. color:#ADB7CF;
  54. font-size: 15px;
  55. text-align: left;
  56. border: 2px solid #4B6195;
  57. z-index: 5;
  58. }
  59.  
  60. #friends{position: absolute;
  61. bottom: 35px;
  62. left: 470px;
  63. background-color: #0A0E1C;
  64. background-image:url('https://www.transparenttextures.com/patterns/black-orchid.png');
  65. background-repeat: repeat;
  66. font-family: 'Macondo Swash Caps', cursive;
  67. height: 98px;
  68. width: 300px;
  69. color:#ADB7CF;
  70. font-size: 15px;
  71. text-align: left;
  72. border: 2px solid #4B6195;
  73. z-index: 5;
  74. }
  75.  
  76. #info2{position: absolute;
  77. bottom: 274px;
  78. left: 780px;
  79. background-color: #0A0E1C;
  80. background-image:url('https://www.transparenttextures.com/patterns/black-orchid.png');
  81. background-repeat: repeat;
  82. font-family: 'Macondo Swash Caps', cursive;
  83. height: 177px;
  84. width: 193px;
  85. color:#ADB7CF;
  86. font-size: 15px;
  87. text-align: left;
  88. border: 2px solid #4B6195;
  89. z-index: 5;
  90. }
  91.  
  92. #ooc{position: absolute;
  93. bottom: 66px;
  94. left: 780px;
  95. background-color: #0A0E1C;
  96. background-image:url('https://www.transparenttextures.com/patterns/black-orchid.png');
  97. background-repeat: repeat;
  98. font-family: 'Macondo Swash Caps', cursive;
  99. height: 197px;
  100. width: 193px;
  101. color:#ADB7CF;
  102. font-size: 15px;
  103. text-align: left;
  104. border: 2px solid #4B6195;
  105. z-index: 5;
  106. }
  107.  
  108. a{color:#4D66B4;
  109. text-decoration:none;
  110. -webkit-transition:opacity 0.7s linear;
  111. -webkit-transition:all 0.6s ease-out;
  112. -moz-transition:all 0.6s ease-out;
  113. transition:all 0.6s ease-out;}
  114. a:hover{ color:#5E6781;
  115. text-decoration:none;
  116. -webkit-transition:opacity 0.7s linear;
  117. -webkit-transition:all 0.6s ease-out;
  118. -moz-transition:all 0.6s ease-out;
  119. transition:all 0.6s ease-out;}
  120. i{color: #A5B5D3;}
  121. b{color: #A88992;}
  122. h1{color:#965D6E;margin:0px;margin-bottom:6px;margin-top:6px;font-size:17px;font-family: 'Fondamento', cursive;letter-spacing:2px;text-align:right;background-color:#112355; line-height:6px;}
  123.  
  124. #tab1{position: absolute;
  125. bottom: 35px;
  126. left: 784px;
  127. background-color: #3C4A78;
  128. width: 38px;
  129. height: 20px;
  130. border: 1.5px solid #081121;
  131. z-index: 4;
  132. -webkit-transition:opacity 0.7s linear;
  133. -webkit-transition:all 0.6s ease-out;
  134. -moz-transition:all 0.6s ease-out;
  135. transition:all 0.6s ease-out;}
  136. #tab1:hover {border: 1.5px solid #4B6195;
  137. background-color: #5163A1;
  138. -webkit-transition:opacity 0.7s linear;
  139. -webkit-transition:all 0.6s ease-out;
  140. -moz-transition:all 0.6s ease-out;
  141. transition:all 0.6s ease-out;}
  142.  
  143. #tab2{position: absolute;
  144. bottom: 35px;
  145. left: 832px;
  146. background-color: #3C4A78;
  147. width: 38px;
  148. height: 20px;
  149. border: 1.5px solid #081121;
  150. z-index: 4;
  151. -webkit-transition:opacity 0.7s linear;
  152. -webkit-transition:all 0.6s ease-out;
  153. -moz-transition:all 0.6s ease-out;
  154. transition:all 0.6s ease-out;}
  155. #tab2:hover {border: 1.5px solid #4B6195;
  156. background-color: #5163A1;
  157. -webkit-transition:opacity 0.7s linear;
  158. -webkit-transition:all 0.6s ease-out;
  159. -moz-transition:all 0.6s ease-out;
  160. transition:all 0.6s ease-out;}
  161.  
  162. #tab3{position: absolute;
  163. bottom: 35px;
  164. left: 880.4px;
  165. background-color: #3C4A78;
  166. width: 38px;
  167. height: 20px;
  168. border: 1.5px solid #081121;
  169. z-index: 4;
  170. -webkit-transition:opacity 0.7s linear;
  171. -webkit-transition:all 0.6s ease-out;
  172. -moz-transition:all 0.6s ease-out;
  173. transition:all 0.6s ease-out;}
  174. #tab3:hover {border: 1.5px solid #4B6195;
  175. background-color: #5163A1;
  176. -webkit-transition:opacity 0.7s linear;
  177. -webkit-transition:all 0.6s ease-out;
  178. -moz-transition:all 0.6s ease-out;
  179. transition:all 0.6s ease-out;}
  180.  
  181. #tab4{position: absolute;
  182. bottom: 35px;
  183. left: 929px;
  184. background-color: #3C4A78;
  185. width: 38px;
  186. height: 20px;
  187. border: 1.5px solid #081121;
  188. z-index: 4;
  189. -webkit-transition:opacity 0.7s linear;
  190. -webkit-transition:all 0.6s ease-out;
  191. -moz-transition:all 0.6s ease-out;
  192. transition:all 0.6s ease-out;}
  193. #tab4:hover {border: 1.5px solid #4B6195;
  194. background-color: #5163A1;
  195. -webkit-transition:opacity 0.7s linear;
  196. -webkit-transition:all 0.6s ease-out;
  197. -moz-transition:all 0.6s ease-out;
  198. transition:all 0.6s ease-out;}
  199.  
  200. .friend { width: 50px;
  201. height:32px;
  202. opacity: 1;
  203. border: 2px dotted #3D527B;
  204. border-Radius: 10%;
  205. margin-right: 0px;
  206. margin-top: 1px;
  207. margin-bottom:0px;
  208. opacity: 0.8;
  209. -webkit-transition:opacity 0.7s linear;
  210. -webkit-transition:all 0.6s ease-out;
  211. -moz-transition:all 0.6s ease-out;
  212. transition:all 0.6s ease-out;}
  213. .friend:hover { opacity: 0.7;
  214. border: 2px dotted #6982B5;
  215. margin-right: 0px;
  216. margin-top: 1px;
  217. margin-bottom:0px;
  218. border-Radius: 100%;
  219. -webkit-transition:opacity 0.7s linear;
  220. -webkit-transition:all 0.6s ease-out;
  221. -moz-transition:all 0.6s ease-out;
  222. transition:all 0.6s ease-out;}
  223. </style>
  224. <div id="whole" oncontextmenu="return false;">
  225. <div id="box"></div>
  226. <div id="fighter"></div>
  227. <a href="#01"><div id="tab1"></div></a>
  228. <a href="#02"><div id="tab2"></div></a>
  229. <a href="#03"><div id="tab3"></div></a>
  230. <a href="#04"><div id="tab4"></div></a>
  231.  
  232. <div id="info">
  233. <div style="height:307px;overflow-y:hidden;">
  234. <a name="01"></a>
  235. <div style="height:307px;overflow:auto;">
  236. <div style="margin: 0 auto; width: 19.3em;">
  237. <h1>Dossier</h1>
  238. <b>Name:</b> <font style="float:right;">Fa Li-Jie</font><br>
  239. <b>Monikers:</b> <font style="float:right;">Li</font><br>
  240. <b>Birthday:</b> <font style="float:right;">July 30th, 1998</font><br>
  241. <b>Gender:</b> <font style="float:right;">Male</font><br>
  242. <b>Age:</b> <font style="float:right;">Twenty-one</font><br>
  243. <b>Orientation:</b> <font style="float:right;">Heterosexual</font><br>
  244. <b>Marital:</b> <font style="float:right;"><a target="_blank" href="https://pbs.twimg.com/media/EUtRteZXQAAiewB.jpg" target="_blank">Holding onto a memory</a></font><br>
  245. <b>Hair / Eyes:</b> <font style="float:right;">Black / Dark Brown</font><br>
  246. <b>Height / Weight:</b> <font style="float:right;">6'1'' / 163lbs</font><br>
  247. <b>Body:</b> <font style="float:right;">Scarred; Toned</font><br>
  248. <b>Nationality:</b> <font style="float:right;">Chinese-American</font><br>
  249. <b>Occupation:</b> <font style="float:right;">Singer</font><br>
  250. <b>Species:</b> <font style="float:right;">Humanoid</font><br>
  251. <b>Classifaction:</b> <font style="float:right;">Kinmoku</font><br>
  252. <b>Location:</b> <font style="float:right;">Crystia City, California</font><br>
  253. <b>Affilation:</b> <font style="float:right;">His Queen; Starlights</font><br>
  254. <b>Alignment:</b> <font style="float:right;">Chaotic Good</font>
  255. </div></div>
  256.  
  257. <a name="02"></a>
  258. <div style="height:307px;overflow:auto;">
  259. <div style="margin: 0 auto; width: 19.3em;">
  260. <h1>Alter Ego</h1>
  261. <b>Identity:</b> <font style="float:right;">Sailor Star Fighter</font><br>
  262. <b>Classification:</b> <font style="float:right;">Tankei Senshi</font><br>
  263. <b>Type:</b> <font style="float:right;">Fighter</font><br>
  264. <b>Domain:</b> <font style="float:right;"> </font><br>
  265. <b>Elements:</b> <font style="float:right;">Laser/Light</font><br>
  266. <b>Forms:</b> <font style="float:right;">One</font><br>
  267. <b>Colors:</b> <font style="float:right;">Red, Green, Blue</font><br>
  268. <b>Weapon:</b> <font style="float:right;">Sailor Star Yell</font><br>
  269. <b>Transform. Item:</b> <font style="float:right;">Change Star</font><br><br>
  270. <h1>Abilities</h1>
  271. </div></div>
  272.  
  273. <a name="03"></a>
  274. <div style="height:307px;overflow:auto;">
  275. <div style="margin: 0 auto; width: 19.3em;">
  276. <h1>History</h1>
  277. wip
  278. </div></div>
  279.  
  280. <a name="04"></a>
  281. <div style="height:307px;overflow:auto;">
  282. <div style="margin: 0 auto; width: 19.3em;">
  283. <h1>Headcanons</h1>
  284. in time
  285. </div></div></div></div>
  286.  
  287. <div id="info2">
  288. <div style="height:177px;overflow-y:hidden;">
  289. <div style="height:177px;overflow:auto;">
  290. <div style="margin: 0 auto; width: 12em;">
  291. <h1>Personality</h1>
  292.  
  293. </div></div></div></div>
  294.  
  295. <div id="ooc">
  296. <div style="height:197px;overflow-y:hidden;">
  297. <div style="height:197px;overflow:auto;">
  298. <div style="margin: 0 auto; width: 12em;">
  299. <h1>Out of Character</h1>
  300. <b>★</b> Coding is mine, leave it where it is.<br>
  301. <b>★</b> FC is Allen Deng Lun. I do not own any of the images.<br>
  302. <b>★</b> Sailor Moon oriented character. Got an issue with Fighter being a trans dude? Hit the red x at the top of the tab. I give no fucks about what you think.<br>
  303. <b>★</b> I work full time, if I don't reply chances are I'm either asleep or at work.<br>
  304. <b>★</b> Story driven, smut is reserved for the poor soul that gets with him.<br>
  305. <b>★</b> Chemistry is bomb, if I tell you no I don't wanna pair that's that, don't push.<br>
  306. <b>★</b> Li will not be played outside of the Sailor Moon room.<br>
  307. <b>★</b> I'm friendly enough until pushed.<br>
  308. <b>★</b> Do not DM me a post unless it's been agreed upon.<br>
  309. <b>★</b> Creepy ass DMs that fetishize Trans folk will be ignored and blocked. A character's race, sexuality, or gender identity isn't a fetish. You're just a shitty person.<br>
  310. <b>★</b> Am I an asshole? Probably at times, but all in all. I'm just three gremlins in a trench coat. Feed me memes.
  311. </div></div></div></div>
  312.  
  313. <div id="friends">
  314. <div style="height:98px;overflow-y:hidden;">
  315. <div style="height:98px;overflow:auto;">
  316. <div style="margin: 0 auto; width: 19.3em;">
  317. <h1>Connections</h1>
  318. <a href="/profile.php?user=Lunae" target="_blank"><img src="https://i.imgur.com/TgUv5WT.gif" title="Eun Bi: They have history together.
  319. Someone he's loved in both his lives.
  320. An ex that still means everything to him.
  321. He'd do anything to protect her." class="friend"></a>
  322. <a href="/profile.php?user=Flores" target="_blank"><img src="https://i.imgur.com/QUX2gsQ.gif" title="Chun Ha: His Queen, his hero.
  323. He's loyal to her, he'll die for her.
  324. Where she goes, so will he.
  325. She constantly keeps him in check." class="friend"></a>
  326. <a href="/profile.php?user=Sailor+Chuu" target="_blank"><img src="https://i.imgur.com/DzdDOyH.gif" title="Yin Yue: An ally. Another under his queen.
  327. They have an odd relationship.
  328. Company has fans thinking they're an item.
  329. Neither can deny it. It's very stressful." class="friend"></a>
  330. <a href=" " target="_blank"><img src="https://i.imgur.com/o40UKQa.gif" title="Info here" class="friend"></a>
  331. <a href=" " target="_blank"><img src="https://i.imgur.com/o40UKQa.gif" title="Info here" class="friend"></a>
  332. <a href=" " target="_blank"><img src="https://i.imgur.com/o40UKQa.gif" title="Info here" class="friend"></a>
  333. <a href=" " target="_blank"><img src="https://i.imgur.com/o40UKQa.gif" title="Info here" class="friend"></a>
  334. <a href=" " target="_blank"><img src="https://i.imgur.com/o40UKQa.gif" title="Info here" class="friend"></a>
  335. <a href=" " target="_blank"><img src="https://i.imgur.com/o40UKQa.gif" title="Info here" class="friend"></a>
  336. <a href=" " target="_blank"><img src="https://i.imgur.com/o40UKQa.gif" title="Info here" class="friend"></a>
  337. </div></div></div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement