Chibi-Elle

LEE-KUN [DONE]

Oct 16th, 2020 (edited)
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.55 KB | None | 0 0
  1. <style type="text/css">
  2. @import url('https://fonts.googleapis.com/css?family=Kaushan+Script|Permanent+Marker|Rock+Salt|Ubuntu+Condensed|Rokkitt|Trade+Winds');
  3.  
  4. body {
  5. background-color: #;
  6. background-image: linear-gradient(to bottom left, #118B2B, #0E6F23, #0B571C, #093B13);
  7. background-position: center;
  8. background-size: 100%;
  9. background-repeat:no-repeat;
  10. }
  11.  
  12. #profile {
  13. background-color: transparent;
  14. border:0px;
  15. }
  16.  
  17. #whole {
  18. position: fixed;
  19. left: 0px;
  20. right: 0px;
  21. top: 0px;
  22. bottom: 0px;
  23. }
  24.  
  25. ::-webkit-scrollbar-track {
  26. background-color:;
  27. }
  28.  
  29. ::-webkit-scrollbar-thumb {
  30. background-color:;
  31. }
  32.  
  33. ::-webkit-scrollbar {
  34. width:0px;
  35. height:0px;
  36. }
  37.  
  38. #container {
  39. position: absolute;
  40. z-index: 4;
  41. bottom: 6vh;
  42. left: 32vw;
  43. height: 384px;
  44. width: 880px;
  45. border: 2px solid #0E6F23;
  46. background: #118E2C;
  47. background-image: url('https://www.transparenttextures.com/patterns/az-subtle.png');
  48. background-repeat: repeat;
  49. background-size: 8%;
  50. }
  51.  
  52. #tit {
  53. position: absolute;
  54. z-index: 5;
  55. left: 68.8vw;
  56. transform: skew(-27deg);
  57. bottom: 46vh;
  58. height: 120px;
  59. width: 320px;
  60. background-color: transparent;
  61. background-image: url('http://i.picpar.com/bKbf.png');
  62. background-repeat: no-repeat;
  63. background-size: 100%;
  64. }
  65.  
  66. #bar1 {
  67. position: absolute;
  68. z-index: 5;
  69. left: 32.17vw;
  70. bottom: 62vh;
  71. border: 1px solid #0E6F23;
  72. background: #0E6F23;
  73. height: 7px;
  74. width: 500px;
  75. }
  76.  
  77. #bar2 {
  78. position: absolute;
  79. z-index: 5;
  80. left: 32.17vw;
  81. bottom: 59vh;
  82. border: 1px solid #0E6F23;
  83. background: #0E6F23;
  84. height: 7px;
  85. width: 500px;
  86. }
  87.  
  88. #bar3 {
  89. position: absolute;
  90. z-index: 5;
  91. left: 25.4vw;
  92. bottom: 29.5vh;
  93. border: 1px solid #0E6F23;
  94. transform: rotate(90deg);
  95. background: #0E6F23;
  96. height: 7px;
  97. width: 310px;
  98. }
  99.  
  100. #bar4 {
  101. position: absolute;
  102. z-index: 5;
  103. left: 27vw;
  104. bottom: 29.5vh;
  105. border: 1px solid #0E6F23;
  106. transform: rotate(90deg);
  107. background: #0E6F23;
  108. height: 7px;
  109. width: 310px;
  110. }
  111.  
  112. #bar5 {
  113. position: absolute;
  114. z-index: 5;
  115. left: 51.3vw;
  116. bottom: 29.5vh;
  117. border: 1px solid #0E6F23;
  118. transform: rotate(90deg);
  119. background: #0E6F23;
  120. height: 7px;
  121. width: 310px;
  122. }
  123.  
  124. #bar6 {
  125. position: absolute;
  126. z-index: 5;
  127. left: 52.9vw;
  128. bottom: 29.5vh;
  129. border: 1px solid #0E6F23;
  130. transform: rotate(90deg);
  131. background: #0E6F23;
  132. height: 7px;
  133. width: 310px;
  134. }
  135.  
  136. #image1 {
  137. position: absolute;
  138. z-index: 5;
  139. left: 70.99vw;
  140. bottom: -11.4vh;
  141. height: 500px;
  142. width: 350px;
  143. background-color: transparent;
  144. border-radius: 0%;
  145. background-image: url('https://i.pinimg.com/originals/05/ed/df/05eddf3cd976329358428430f1f52d65.png');
  146. background-repeat: no-repeat;
  147. background-size: 110%;
  148. opacity: 0.95;
  149. }
  150.  
  151. .overlay {
  152. opacity: 0;
  153. overflow: auto;
  154. }
  155.  
  156. #image1:hover .overlay {
  157. position: absolute;
  158. bottom: 20vh;
  159. left: -4vw;
  160. height: 150px;
  161. width: 250px;
  162. background: #FFF;
  163. border: 1px dashed yellow;
  164. font-family: 'Ubuntu Condensed';
  165. color: #666;
  166. font-size: 10px;
  167. line-height: 11px;
  168. text-align: left;
  169. padding: 5px;
  170. overflow-y: auto;
  171. opacity: 2;
  172. }
  173.  
  174. #info {
  175. position: absolute;
  176. z-index: 6;
  177. bottom: 8.6vh;
  178. left: 41vw;
  179. height: 300px;
  180. width: 260px;
  181. background-color: transparent;
  182. border-radius: 0%;
  183. background-image: url('https://i.pinimg.com/564x/94/83/71/948371e5b3a9381c825db1f15ae77905.jpg');
  184. background-repeat: no-repeat;
  185. background-position: center, center;
  186. background-size: 100%;
  187. }
  188.  
  189. #info:hover .overlay {
  190. position: absolute;
  191. bottom: 0vh;
  192. left: 0vw;
  193. height: 290px;
  194. width: 249px;
  195. background: #FFF;
  196. border: 1px dashed yellow;
  197. font-family: 'Ubuntu Condensed';
  198. color: #666;
  199. font-size: 10px;
  200. line-height: 11px;
  201. text-align: left;
  202. padding: 5px;
  203. overflow-y: auto;
  204. opacity: 2;
  205. }
  206.  
  207. #icon1 {
  208. position: absolute;
  209. z-index: 6;
  210. left: 34vw;
  211. bottom: 53.5vh;
  212. border: 5px solid #0e6f23;
  213. height: 90px;
  214. width: 90px;
  215. border-radius: 50%;
  216. box-shadow: 1px 1px 10px;
  217. background-image: url('https://i.pinimg.com/originals/aa/da/27/aada27b560097713798435e8f2dd0760.png');
  218. background-repeat: no-repeat;
  219. background-size: 100%;
  220. }
  221.  
  222. #icon2 {
  223. position: absolute;
  224. z-index: 6;
  225. left: 59.8vw;
  226. bottom: 53.5vh;
  227. border: 5px solid #0e6f23;
  228. height: 90px;
  229. width: 90px;
  230. border-radius: 50%;
  231. box-shadow: 1px 1px 10px #000;
  232. background-image: url('https://i.pinimg.com/736x/d7/25/f7/d725f70c6faef9feb0e34f2dd130129a.jpg');
  233. background-repeat: no-repeat;
  234. background-size: 100%;
  235. }
  236.  
  237. #gay {
  238. position: absolute;
  239. z-index: 5;
  240. left: 39.8vw;
  241. bottom: 53vh;
  242. height: 90px;
  243. width: 300px;
  244. border-radius: 0%;
  245. background-image: url('https://gifprint.s3.amazonaws.com/p/gif/87010/62a6d1a0bf2201376ecf6685052b74e9.gif');
  246. background-repeat: no-repeat;
  247. background-size: 100%;
  248. }
  249.  
  250. h1 {
  251. font-family: 'Kaushan Script';
  252. text-align: center;
  253. font-size: 13px;
  254. background-color: #118B2B;
  255. line-height: 13px;
  256. margin-top: 0px;
  257. margin-bottom: 3px;
  258. color: yellow;
  259. }
  260.  
  261. b {
  262. font-family: 'Rokkit';
  263. text-transform: uppercase;
  264. color: #0E6F23;
  265. }
  266.  
  267. a {
  268. text-decoration: none;
  269. font-family: 'Rock Salt';
  270. font-size: 9px;
  271. color: orange;
  272. }
  273.  
  274. #reset {
  275. position: absolute;
  276. z-index: 7;
  277. left: 89vw;
  278. bottom: 7vh;
  279. height: 36px;
  280. width: 36px;
  281. border-radius: 0%;
  282. background-color: transparent;
  283. background-image: url('https://media4.giphy.com/media/WmigT28kb3cCWSF2x5/giphy.gif');
  284. background-size: 100%;
  285. background-repeat: no-repeat;
  286. }
  287.  
  288. #tab1 {
  289. position: absolute;
  290. z-index: 7;
  291. left: 87.8vw;
  292. bottom: 13.9vh;
  293. height: 36px;
  294. width: 36px;
  295. border-radius: 0%;
  296. background-color: transparent;
  297. background-image: url('https://media4.giphy.com/media/WmigT28kb3cCWSF2x5/giphy.gif');
  298. background-size: 100%;
  299. background-repeat: no-repeat;
  300. }
  301.  
  302. #tab2 {
  303. position: absolute;
  304. z-index: 7;
  305. left: 86.4vw;
  306. bottom: 19.7vh;
  307. height: 36px;
  308. width: 36px;
  309. border-radius: 0%;
  310. background-color: transparent;
  311. background-image: url('https://media4.giphy.com/media/WmigT28kb3cCWSF2x5/giphy.gif');
  312. background-size: 100%;
  313. background-repeat: no-repeat;
  314. }
  315.  
  316. #tab3 {
  317. position: absolute;
  318. z-index: 7;
  319. left: 88.4vw;
  320. bottom: 24.7vh;
  321. height: 36px;
  322. width: 36px;
  323. border-radius: 0%;
  324. background-color: transparent;
  325. background-image: url('https://media4.giphy.com/media/WmigT28kb3cCWSF2x5/giphy.gif');
  326. background-size: 100%;
  327. background-repeat: no-repeat;
  328. }
  329.  
  330. #tab4 {
  331. position: absolute;
  332. z-index: 7;
  333. left: 90.5vw;
  334. bottom: 30vh;
  335. height: 36px;
  336. width: 36px;
  337. border-radius: 0%;
  338. background-color: transparent;
  339. background-image: url('https://media4.giphy.com/media/WmigT28kb3cCWSF2x5/giphy.gif');
  340. background-size: 100%;
  341. background-repeat: no-repeat;
  342. }
  343.  
  344. </style>
  345.  
  346. <div id="whole" oncontextmenu="return false;">
  347. <div id="container"></div>
  348. <div id="tit"></div>
  349. <div id="bar1"></div>
  350. <div id="bar2"></div>
  351. <div id="bar3"></div>
  352. <div id="bar4"></div>
  353. <div id="bar5"></div>
  354. <div id="bar6"></div>
  355. <div id="icon1"></div>
  356. <div id="gay"></div>
  357. <a href="#1"><div id="reset"></div></a>
  358. <a href="#2"><div id="tab1"></div></a>
  359. <a href="#3"><div id="tab2"></div></a>
  360. <a href="#4"><div id="tab3"></div></a>
  361. <a href="#5"><div id="tab4"></div></a>
  362. <a href="//roleplay.chat/profile.php?user=Medich" target="_blank"><div id="icon2"></div></a>
  363. <div id="image1"><div class="overlay"><h1>OOC</h1>
  364. <B>00.</B> Code was created by <a href="//roleplay.chat/profile.php?use=Sailor+Chuu">Chuu</a> for Rock Lee! No touchy! It is best viewed in 100% zoom.</div></div>
  365. <div id="info"><div class="overlay">
  366. <div style="height: 292px; overflow-y: hidden;">
  367. <a name="1"></a>
  368. <div style="height: 292px; overflow: auto;">
  369. <div style="margin: 0 auto; width: 24.9em;">
  370. <h1>Statistics</h1>
  371. <B>Given Name:</B> <font style=float:right>Rock Lee.</font><br>
  372. <B>Katakana:</B> <font style=float:right>ロック・リー.</font><br>
  373. <B>Nickname(s):</B> <font style=float:right>Bushy Brows ; Handsome Devil.</font><br>
  374. <B>Clan:</B> <font style=float:right>Lee Clan.</font><br>
  375. <B>Age:</B> <font style=float:right>19-23.</font><br>
  376. <B>D.o.B.:</B> <font style=float:right>November 27th (♐︎).</font><br>
  377. <B>P.o.B.:</B> <font style=float:right>Konohagakure, Ho no Kuni.</font><br>
  378. <B>Gender:</B> <font style=float:right>Male (♂).</font><br>
  379. <B>Species:</B> <font style=float:right>Humanoid.</font><br>
  380. <B>Classification:</B> <font style=float:right>Taijutsu Specialist.</font><br>
  381. <B>Orientation:</B> <font style=float:right>Heterosexual.</font><br>
  382. <B>Marital:</B> <font style=float:right>Single.</font><br>
  383. <B>Alignment:</B> <font style=float:right>Good.</font><br>
  384. <B>Affiliation:</b> <font style=float:right>Konohagakure ; ASF.</font><br>
  385. <B>Former:</b> <font style=float:right>Team Guy.</font><br>
  386. <B>Occupation:</B> <font style=float:right>Exam Proctor.</font><br>
  387. <h1> Appearance </h1>
  388. <B>Hair Color:</B> <font style=float:right>Black.</font><br>
  389. <B>Hair Style:</B> <font style=float:right>Bowl Cut.</font><br>
  390. <B>Eye Color:</B> <font style=float:right>Onyx.</font><br>
  391. <B>Skin Tone:</B> <font style=float:right>Tanned.</font><br>
  392. <B>Complexion:</B> <font style=float:right>Scarred.</font><br>
  393. <B>Height:</B> <font style=float:right>177 cm / 5'8".</font><br>
  394. <B>Blood Type:</b> <font style=float:right>A.</font><br>
  395. <B>Scent:</B> <font style=float:right>Bowl Cut Babe.</font>
  396. </div></div>
  397.  
  398. <a name="2"></a>
  399. <div style="height: 292px; overflow: auto;">
  400. <div style="margin: 0 auto; width: 24.9em;">
  401. <h1>Headcanons</h1>
  402. </div></div>
  403.  
  404. <a name="3"></a>
  405. <div style="height: 292px; overflow: auto;">
  406. <div style="margin: 0 auto; width: 24.9em;">
  407. <h1>Bingo Book</h1>
  408. </div></div>
  409.  
  410. <a name="4"></a>
  411. <div style="height: 292px; overflow: auto;">
  412. <div style="margin: 0 auto; width: 24.9em;">
  413. <h1>Personality</h1>
  414. </div></div>
  415.  
  416. <a name="5"></a>
  417. <div style="height: 292px; overflow: auto;">
  418. <div style="margin: 0 auto; width: 24.9em;">
  419. <h1>Connections</h1>
  420. </div></div></div></div></div>
Add Comment
Please, Sign In to add comment