Advertisement
Guest User

Untitled

a guest
Aug 25th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.92 KB | None | 0 0
  1. <style>
  2. .clearfix {
  3. margin-top: -125px;
  4. }
  5. br {
  6. line-height: 0px;
  7. }
  8. td td td br {
  9. line-height: auto;
  10. }
  11. table,
  12. tr,
  13. td {
  14. background-color: transparent !important;
  15. }
  16. table table {
  17. visibility: hidden;
  18. }
  19. table table table,
  20. table.blurbs td.text,
  21. span.orangetext15,
  22. #footerWarpper {
  23. display: none;
  24. }
  25. div table,
  26. table.blurbs,
  27. table.blurbs table {
  28. visibility: visible;
  29. display: table;
  30. _display: inline;
  31. }
  32. div div table div,
  33. div.clearfix a,
  34. input {
  35. display: none;
  36. }
  37. div.clearfix table div div,
  38. #footerWarpper {
  39. display: block;
  40. }
  41.  
  42.  
  43.  
  44. body {
  45. background-image: url(https://i.imgur.com/Az6Ut21.png);
  46. font-family: arial;
  47. font-size: 8px;
  48. color: #b2b2b2;
  49. }
  50.  
  51. .container {
  52. background-color: #transparent;
  53. width: 300px;
  54. height: 300px;
  55. margin: auto;
  56. position: absolute;
  57. top: 0px;
  58. left: 0px;
  59. bottom: 0px;
  60. right: 0px;
  61. }
  62.  
  63. .navi {
  64. background-color: #transparent;
  65. width: 15px;
  66. height: 100px;
  67. position: absolute;
  68. margin-left: 280px;
  69. margin-top: 10px;
  70. }
  71.  
  72. .navi a {
  73. text-decoration: none;
  74. font-family: calibri;
  75. font-size: 10px;
  76. display: block;
  77. margin-top: 5px;
  78. color: #377378;
  79. -webkit-transition: all 0.4s ease-in-out;
  80. -moz-transition: all 0.4s ease-in-out;
  81. -o-transition: all 0.4s ease-in-out;
  82. transition: all 0.4s ease-in-out;
  83. }
  84.  
  85. .navi a:hover {
  86. color: #377378;
  87. }
  88.  
  89. .kisepic {
  90. background-color: #000000;
  91. position: absolute;
  92. width: 100px;
  93. height: 230px;
  94. padding: 10px;
  95. border: solid 1px #2f787e;
  96. }
  97.  
  98. .headtitle {
  99. background-color: #000000;
  100. position: absolute;
  101. width: 150px;
  102. height: 50px;
  103. margin-left: 122px;
  104. border-top: solid 1px #2f787e;
  105. border-bottom: solid 1px #2f787e;
  106. border-right: solid 1px #2f787e;
  107. }
  108.  
  109. .headtitle h1 {
  110. font-size: 20px;
  111. padding: 0px;
  112. text-align: right;
  113. margin: 13px 10px 0px 0px;
  114. color: #2f787e;
  115. font-family: ms mincho;
  116. font-weight: lighter;
  117. }
  118.  
  119. .textbox {
  120. position: absolute;
  121. background-color: #000000;
  122. width: 150px;
  123. height: 170px;
  124. margin-left: 122px;
  125. margin-top: 50px;
  126. border-top: solid 1px #;
  127. border-bottom: solid 1px #d5d5d5;
  128. border-right: solid 1px #d5d5d5;
  129. }
  130.  
  131. .musicbox {
  132. position: absolute;
  133. background-color: #000000;
  134. width: 150px;
  135. height: 30px;
  136. margin-top: 220px;
  137. margin-left: 122px;
  138. border-top: solid 1px #d5d5d5;
  139. border-bottom: solid 1px #d5d5d5;
  140. border-right: solid 1px #d5d5d5;
  141. }
  142.  
  143. .player {
  144. background-color: #a70;
  145. position: absolute;
  146. overflow: hidden;
  147. width: 20px;
  148. margin-top: 4px;
  149. }
  150.  
  151. .songtitle {
  152. background-color: #transparent;
  153. position: absolute;
  154. width: 120px;
  155. height: 20px;
  156. margin-top: 10px;
  157. margin-left: 30px;
  158. font-family: calibri;
  159. color: #939393;
  160. font-size: 8px;
  161. text-transform: uppercase;
  162. }
  163. .quote {
  164. background-color: #transparent;
  165. position: absolute;
  166. width: 274px;
  167. height: 40px;
  168. margin-top: 250px;
  169. }
  170.  
  171. .quote h1 {
  172. font-family: calibri;
  173. color: #939393;
  174. font-size: 8px;
  175. text-transform: uppercase;
  176. letter-spacing: 1.5px;
  177. text-align: left;
  178. padding: 0;
  179. margin: 2;
  180. }
  181.  
  182. .quote h2 {
  183. font-family: calibri;
  184. color: #939393;
  185. font-size: 8px;
  186. text-transform: uppercase;
  187. letter-spacing: 1.5px;
  188. text-align: right;
  189. margin-top: -3px;
  190. padding: 0;
  191. }
  192.  
  193. .tabs input[type=radio] {
  194. position: absolute;
  195. top: -9999px;
  196. left: -9999px;
  197. }
  198. .tabs {
  199. width: 150px;
  200. float: none;
  201. list-style: none;
  202. position: relative;
  203. padding: 0;
  204. margin-top: -5px;
  205. margin-left: 1px;
  206. }
  207. .tabs li {
  208. float: left;
  209. }
  210. .tabs label {
  211. text-align: center;
  212. display: inline-block;
  213. padding: 0px;
  214. color: #377378;
  215. font-size: 7px;
  216. line-height: 10px;
  217. letter-spacing: 2px;
  218. width: 49px;
  219. height: 10px;
  220. text-transform: uppercase;
  221. font-family: calibri;
  222. position: relative;
  223. -webkit-transition: all 0.4s ease-in-out;
  224. -moz-transition: all 0.4s ease-in-out;
  225. -o-transition: all 0.4s ease-in-out;
  226. transition: all 0.4s ease-in-out;
  227. }
  228. .tabs label:hover {
  229. background-color: #000000;
  230. color: #ffffff;
  231. }
  232.  
  233. [id^=tab]:checked + label {
  234. background: #377378;
  235. color: #ffffff;
  236. letter-spacing: 3px;
  237. }
  238.  
  239. [id^=tab]:checked ~ [id^=tab-content] {
  240. display: block;
  241. }
  242. .tab-content {
  243. z-index: 2;
  244. display: none;
  245. font-family: calibri;
  246. color: #939393;
  247. font-size: 8px;
  248. letter-spacing: .5px;
  249. width: 120px;
  250. height: 140px;
  251. text-transform: uppercase;
  252. text-align: justify;
  253. background: #transparent;
  254. position: absolute;
  255. top: 25px;
  256. left: 13px;
  257. padding-right: 7px;
  258. overflow: auto;
  259. -webkit-animation-duration: 0.7s;
  260. -o-animation-duration: 0.7s;
  261. -moz-animation-duration: 0.7s;
  262. animation-duration: 0.7s;
  263. }
  264.  
  265. @keyframes fadeInDown {
  266. from {
  267. opacity: 0;
  268. transform: translate3d(0, -100%, 0);
  269. }
  270.  
  271. to {
  272. opacity: 1;
  273. transform: none;
  274. }
  275. }
  276.  
  277. .fadeInDown {
  278. animation-name: fadeInDown;
  279. }
  280.  
  281. ::-webkit-scrollbar {
  282. width: 2px;
  283. height: 10px;
  284. padding-top: 40px;
  285. }
  286.  
  287. ::-webkit-scrollbar-track {
  288. background-color: #ffffff;
  289. }
  290.  
  291. ::-webkit-scrollbar-thumb {
  292. background-color: #377378;
  293. height: 30px;
  294. width: 2px;
  295. }
  296.  
  297. ::-webkit-scrollbar-track-piece {
  298. height: 30px;
  299. width: 30px;
  300. padding-left: 10px;
  301. }
  302.  
  303. ::-moz-selection, ::selection {
  304. background-color: #377378;
  305. color: #000;
  306. }
  307.  
  308. ::selection {
  309. background-color: #377378;
  310. color: #000;
  311. }
  312.  
  313. b {
  314. font-family: 'Open Sans Condensed', sans-serif;
  315. font-size: 9px;
  316. text-transform: uppercase;
  317. color: #377378;
  318. }
  319.  
  320. i {
  321. font-family: georgia;
  322. font-size: 11px;
  323. color: #e4d1d3;
  324. letter-spacing: -1px;
  325. }
  326.  
  327.  
  328. </style>
  329.  
  330.  
  331.  
  332. <style>
  333. .lovely {
  334. position: fixed;
  335. right: 3px;
  336. bottom: 3px;
  337. }
  338.  
  339. .lovely a {
  340. font-family: calibri;
  341. font-size: 9px;
  342. text-transform: uppercase;
  343. color: #a1a1a1;
  344. letter-spacing: 0px;
  345. text-decoration: none;
  346. -webkit-transition: all .5s ease-in-out;
  347. -moz-transition: .5s ease-in-out;
  348. }
  349.  
  350. .lovely a:hover {
  351. color: #000;
  352. }
  353. </style>
  354.  
  355.  
  356. <div class="lovely">
  357. <a href="http://loveatelier.tumblr.com/sites">R</a>
  358. </div>
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365. <div class="container">
  366. <div class="navi">
  367. <a href="/home.php">H</a>
  368. <a href="/send_message.php?member_id=472137">M</a>
  369. <a href="/add_comment.php?member_id=472137">C</a>
  370. <a href="/gallery.php?member_id=472137">P</a>
  371. </div>
  372.  
  373. <div class="kisepic">
  374. <img src="https://i.imgur.com/D0iql7U.png">
  375. </div>
  376. <div class="headtitle">
  377. <h1>時透 無一郎</h1>
  378. </div>
  379.  
  380.  
  381. <div class="textbox">
  382. <ul class="tabs">
  383. <li>
  384. <input type="radio" checked name="tabs" id="tab1">
  385. <label for="tab1">main</label>
  386. <div id="tab-content1" class="tab-content animated fadeInDown">
  387. Muichiro Tokito (時とき透とう 無む一いち郎ろう Tokitō Muichirō?) is a Demon Hunter and the Mist Pillar of the Demon Killing Corps.
  388. <br>
  389. <br>
  390. <center><B>Name</B>
  391. Tokitō Muichirō</i><br><br>
  392. <b>Nickname(s)</b> Give me some?<br><br>
  393. <B>Alias</B> Mist Pillar <br><br>
  394. <b>Gender</b> Male<br><br>
  395. <B>Age</B> 14<br><br>
  396. <b>Affiliation</b> Demon Killing Corps<br><br>
  397. <B>Occupation</B> Demon Hunter | Pillar<br><br>
  398. <b>Species</b> Human<br><br>
  399.  
  400.  
  401. </div>
  402. </li>
  403. <li>
  404. <input type="radio" name="tabs" id="tab2">
  405. <label for="tab2">Details</label>
  406. <div id="tab-content2" class="tab-content animated fadeInDown">
  407. <center>Muichiro is an air-headed individual who seems to constantly wander off in thought and never focus on one thing. However, he has been shown to get serious at times and is devoted to his work as a Demon Hunter and the Mist Pillar. Impassive and at times obtuse, Muichiro tends to think only for himself and operates on logic alone.
  408. <br><br>
  409. Muichiro's original personality was much more caring and kind having taken after his father. Despite this, he always held an omnipresent rage deeply suppressed inside of him that inevitably drove his training. After his memories returned, Muichiro has been more emotive such as displaying sarcasm and smugness towards the fifth upper moon, Gyokko.
  410. </div>
  411. </li>
  412. <li>
  413. <input type="radio" name="tabs" id="tab3">
  414. <label for="tab3">Abilities</label>
  415. <div id="tab-content3" class="tab-content animated fadeInDown">
  416.  
  417. <center><b>First Form: Hanging Sky, Distant Mist </b> <br><br>A straightforward thrust attack.<br><br>
  418. <b>Second Form: Eight Layered Mist</b> <br><br>Muichiro unleashes multiple slashes one on top of the other in quick succession.<br><br>
  419. <b>Third Form: Demisting Blast</b> <br><br>A circular slash that blows away projectile attacks from enemies.<br><br>
  420. <b>Fourth Form: Advection Slash</b> <br><br>A quick slash from the sheathe reminiscent of an Iaidō technique.<br><br>
  421. <b>Fifth Form: Sea of Clouds and Haze</b> <br><br>Muichiro charges towards an enemy attack at high speed and unleashes a flurry of slashes.<br><br>
  422. <b>Six Form: Moonlit Mist</b> <br><br>Muichiro leaps high in the air and sends a series of countless ranged slashes downwards. <br><br>
  423. <b>Seventh form: Haze</b> <br><br>A technique in which Muichiro drastically changes the tempo of his movement to disorient an enemy. When he shows himself, his speed will appear to be extremely slow but when he hides, he moves in the blink of an eye.<br>
  424.  
  425.  
  426.  
  427. </div>
  428. </li>
  429. </ul>
  430.  
  431. </div>
  432.  
  433.  
  434. <div class="musicbox">
  435. <div class="player">
  436.  
  437. </div>
  438. <div class="songtitle">
  439. <b>Moonlit Mist</b>
  440. </div>
  441. </div>
  442. <div class="quote">
  443. <h1>I tried to catch some fog</h1>
  444. <h2>But I mist.</h2>
  445. </div>
  446. </div>
  447.  
  448. <link href="https://fonts.googleapis.com/css?family=Fjalla+One|Open+Sans+Condensed:300|Oswald|Rochester" rel="stylesheet">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement