Teh_Mouse

Ryo Profile

Mar 31st, 2020
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.53 KB | None | 0 0
  1. <style>
  2. /* Last Update: 07/23/19 */
  3.  
  4. /* PAGE BACKGROUND AND FONT */
  5. body {
  6. background:#000 url('https://images.sharefaith.com/images/3/1481653750119_84/img_mouseover3.jpg') fixed;
  7. background-size:cover;
  8. font-family:serif;
  9. font-size:12px;
  10. }
  11.  
  12. /* MAIN DISPLAY COLORS */
  13. .inner {
  14. background:rgba(0,0,0,0.4) url('https://i1.wp.com/www.nintendo-insider.com/wp-content/uploads/2018/06/battle_chasers_nightwar_review_header.jpg?fit=1280%2C720&ssl=1');
  15. border:9px double #750c07;
  16. color:#fff;
  17. }
  18. h1, .nav label,
  19. h1::before, .nav label::before {
  20. background-color:#020121;
  21. }
  22. h1, .nav label,
  23. .id, .id h3 {
  24. border:3px solid #b8860b;
  25. color:#fff;
  26. }
  27. .tab > p::first-letter {
  28. background-color:#111;
  29. border:2px solid #b8860b;
  30. }
  31. .id, .id h3 {
  32. background-color:rgba(17,17,17,0.4);
  33. }
  34. .id .image {
  35. border-right:3px solid #b8860b;
  36. }
  37. a {
  38. color:#b8860b;
  39. }
  40. a:hover {
  41. text-shadow:0 0 1px #b8860b;
  42. }
  43.  
  44. /* GOOGLE CHROME SCROLLBARS */
  45. ::-webkit-scrollbar {
  46. height:3px;
  47. width:3px;
  48. background-color:transparent;
  49. }
  50. ::-webkit-scrollbar-thumb {
  51. background-color:#b8860b;
  52. }
  53. #mobile-scroll::-webkit-scrollbar {
  54. height:6px;
  55. width:6px;
  56. }
  57.  
  58. /* TRANSITION SPEED */
  59. #gallery img, .tab, .inner h1 {
  60. transition:opacity 1s;
  61. -o-transition:opacity 1s;
  62. -moz-transition:opacity 1s;
  63. -webkit-transition:opacity 1s;
  64. }
  65.  
  66. /* CSS MEAT */
  67. #insignia {
  68. position:fixed;
  69. height:50%;
  70. right:3%;
  71. bottom:-5%;
  72. }
  73. #mobile-scroll {
  74. position:fixed;
  75. top:0;
  76. left:0;
  77. height:100%;
  78. width:100%;
  79. overflow-y:auto;
  80. }
  81. #profile {
  82. position:absolute;
  83. top:0;
  84. left:23vw;
  85. height:160vh;
  86. width:50vw;
  87. margin:5px 0;
  88. }
  89. .container {
  90. position:relative;
  91. }
  92. .nav, h1 {
  93. z-index:2;
  94. position:absolute;
  95. text-align:center;
  96. }
  97. .nav, .nav label {
  98. height:2.7vw;
  99. font-size:1.5vw;
  100. line-height:2.3vw;
  101. }
  102. .nav {
  103. top:99.25%;
  104. padding:3px 0 11px 0;
  105. white-space:nowrap;
  106. overflow-x:auto;
  107. overflow-y:hidden;
  108. }
  109. .nav label, h1 {
  110. border-radius:0 0 1.8vw 1.8vw;
  111. border-top:none;
  112. }
  113. .nav label {
  114. display:inline-block;
  115. position:relative;
  116. margin:3px 0.2vh;
  117. padding:0 0.6vw;
  118. cursor:pointer;
  119. }
  120. input {
  121. display:none;
  122. }
  123. h1, #gallery img, .image img {
  124. left:50%;
  125. transform:translateX(-50%);
  126. -o-transform:translateX(-50%);
  127. -moz-transform:translateX(-50%);
  128. -webkit-transform:translateX(-50%);
  129. }
  130. h1 {
  131. font-size:3.8vh;
  132. margin:0;
  133. padding:0.5vh 2vw;
  134. }
  135. h1::before,
  136. .nav label::before {
  137. content:"";
  138. position:absolute;
  139. top:-3px;
  140. height:4px;
  141. left:0;
  142. right:0;
  143. }
  144. #gallery {
  145. width:100%;
  146. height:55vh;
  147. }
  148. #gallery h1 {
  149. top:11px;
  150. font-size:4.8vh;
  151. }
  152. #gallery .nav,
  153. #gallery .nav label {
  154. height:3.2vw;
  155. font-size:1.9vw;
  156. line-height:2.8vw;
  157. }
  158. #gallery .nav {
  159. width:55vh;
  160. }
  161. #gallery .nav label {
  162. margin:3px 0.8vh;
  163. }
  164. #gallery img, .image img {
  165. position:absolute;
  166. top:0;
  167. height:100%;
  168. }
  169. #statbox {
  170. height:45vh;
  171. }
  172. #statbox .nav {
  173. width:45vh;
  174. }
  175. #box {
  176. height:55vh;
  177. }
  178. #box .nav {
  179. width:55vh;
  180. }
  181. #obox {
  182. height:59vh;
  183. }
  184. #obox .nav {
  185. width:59vh;
  186. }
  187. #fbox {
  188. height:49vh;
  189. }
  190. #fbox .nav {
  191. width:49vh;
  192. }
  193. .left {
  194. float:left;
  195. width:42%;
  196. }
  197. .right {
  198. float:right;
  199. width:58%;
  200. }
  201. .left h1 {
  202. margin:-3px 18px;
  203. }
  204. .right h1 {
  205. margin:-3px -18px;
  206. }
  207. .inner {
  208. z-index:1;
  209. position:absolute;
  210. top:0;
  211. bottom:0;
  212. left:0;
  213. right:0;
  214. margin-top:5px;
  215. border-radius:2px;
  216. }
  217. #gallery .inner {
  218. overflow:hidden;
  219. }
  220. .right .inner {
  221. margin-left:5px;
  222. }
  223. .tab {
  224. positon:absolute;
  225. top:5vh;
  226. bottom:0;
  227. padding:6px;
  228. overflow-y:auto;
  229. }
  230. .left .tab {
  231. left:2.7vw;
  232. margin-left:18px;
  233. right:10px;
  234. }
  235. .right .tab {
  236. right:2.7vw;
  237. margin-right:18px;
  238. left:10px;
  239. }
  240. #gallery img, .tab {
  241. z-index:1;
  242. position:absolute;
  243. opacity:0;
  244. }
  245. #gallery input:checked + img,
  246. input:checked + h1 + .tab {
  247. z-index:2;
  248. opacity:1;
  249. }
  250. .inner h1 {
  251. z-index:2;
  252. opacity:0;
  253. }
  254. input:checked + h1 {
  255. z-index:3;
  256. opacity:1;
  257. }
  258. .id {
  259. display:block;
  260. position:relative;
  261. height:18vh;
  262. margin:4px 0;
  263. overflow:auto;
  264. }
  265. .id .image {
  266. position:absolute;
  267. top:0;
  268. left:0;
  269. right:60%;
  270. height:100%;
  271. overflow:hidden;
  272. }
  273. .id h3, .id p {
  274. position:absolute;
  275. top:3%;
  276. left:40%;
  277. right:0;
  278. }
  279. .id h3 {
  280. margin:0 4px;
  281. padding:3px;
  282. }
  283. .id p {
  284. bottom:0;
  285. margin:35px 10px 10px;
  286. }
  287. .tab > p::first-letter {
  288. padding:2px;
  289. margin:0 2px;
  290. font-size:16px;
  291. line-height:26px;
  292. }
  293. .tab img {
  294. max-width:100%;
  295. }
  296. h2 {
  297. text-decoration:underline;
  298. }
  299. p {
  300. text-indent:5%;
  301. }
  302. @media only screen and (orientation:portrait) {
  303. #profile {
  304. left:2vw;
  305. width:95vw;
  306. font-size:1.4em;
  307. }
  308. .nav, .nav label,
  309. #gallery .nav,
  310. #gallery .nav label {
  311. height:4.7vw;
  312. font-size:3.5vw;
  313. line-height:4.3vw;
  314. }
  315. #gallery h1 {
  316. font-size:3.8vh;
  317. }
  318. h1 {
  319. font-size:2.8vh;
  320. }
  321. }
  322. #credit {
  323. position:fixed;
  324. right:0;
  325. bottom:0;
  326. border-radius:50% 50% 0;
  327. }
  328.  
  329. #music-bg{
  330. position:fixed;
  331. left: 0px;
  332. top: 0px;
  333. width: 35px;
  334. height: 35px;
  335. background-color: black;
  336. border: solid 3px #750c07;
  337. border-radius: 50%;
  338. z-index: 3; }
  339.  
  340. .sheetmusic {
  341. position: fixed;
  342. top: 7px;
  343. left: 14px;
  344. opacity:1;
  345. -webkit-transition: all .7s ease-out;
  346. transition: all .5s ease-out;
  347. transition-delay: 0.4s;
  348. color: #b8860b;
  349. overflow: hidden;
  350. z-index: 1000000; }
  351.  
  352. .sheetmusic:hover {color: #65366a;}
  353.  
  354. .song {
  355. margin-top: -20px;
  356. margin-left: 0px;
  357. height: 20px;
  358. width: 20px;
  359. overflow: hidden;
  360. opacity: 0; }
  361.  
  362.  
  363. </style>
  364. <body>
  365. <link href="https://dl.dropbox.com/s/916nu7kq0libugm/rotation.css" rel="stylesheet" type="text/css">
  366.  
  367. <img src="https://cdn4.iconfinder.com/data/icons/vectortown-endangered-species/32/Tiger-512.png"ay. alt="" id="insignia"/>
  368.  
  369. <div id="mobile-scroll">
  370. <div id="profile">
  371.  
  372. <div class="container" id="gallery">
  373. <h1>Gallery</h1>
  374. <div class="nav ccw">
  375. <label for="g-one">One</label>
  376. <label for="g-two">Two</label>
  377. </div>
  378. <div class="nav cw">
  379. <label for="g-three">Three</label>
  380. <label for="g-four">Four</label>
  381. </div>
  382. <div class="inner">
  383.  
  384. <!-- GALLERY IMAGES BELOW -->
  385.  
  386. <input name="image" type="radio" checked="checked" id="g-one"/>
  387. <img src="https://vignette.wikia.nocookie.net/battle-chasers/images/d/d4/Battle_Chasers_Garrison.png/revision/latest/top-crop/width/360/height/450?cb=20150910003251" alt=""/>
  388. <input name="image" type="radio" id="g-two"/>
  389. <img src="https://66.media.tumblr.com/62799b8b7a764b4603e1479a36cbed0a/tumblr_p8t849Z0kF1qzxbz1o1_1280.jpg" alt=""/>
  390. <input name="image" type="radio" id="g-three"/>
  391. <img src="https://nerdist.com/wp-content/uploads/2015/09/Battle-Chasers-Garrison.jpg" alt=""/>
  392. <input name="image" type="radio" id="g-four"/>
  393. <img src="https://pictures.hentai-foundry.com/d/Darkra/525744/Darkra-525744-Battle_Chasers_-_Red_monika_and_Garrison.jpg" alt=""/>
  394. </div></div>
  395.  
  396.  
  397. <div class="container left" id="statbox">
  398. <div class="nav ccw">
  399. <label for="01-01">Stats</label>
  400. <label for="01-02">Abilities</label>
  401. <label for="01-03">Three</label>
  402. </div>
  403. <div class="inner">
  404.  
  405. <!-- TOP LEFT BOX FIRST TAB BELOW -->
  406.  
  407. <input name="01" id="01-01" type="radio" checked="checked"/>
  408. <h1>Stats</h1>
  409. <div class="tab">
  410. <b>Name:</b> Ryoudo
  411. <br/>
  412. <b>Species:</b> Human?
  413. <br/>
  414. <b>Gender:</b> Male all the way
  415. <br/>
  416. <b>Age:</b> unknown
  417. <br/>
  418. <b>Hair:</b> Black
  419. <br/>
  420. <b>Eyes:</b> Blue
  421. <br/>
  422. <b>Height:</b> 6'9"
  423. <br/>
  424. <b>Weight:</b> Look at all that muscle. Heavy!
  425. <br/>
  426. <b>Build:</b> Brute
  427. <br/>
  428. <b>Orientation:</b> Hetro (Mostly, ain't mad at femboi's)
  429. <br>
  430. <b>Status:</b> Single
  431. <br/>
  432. </div>
  433.  
  434. <!-- TOP LEFT BOX SECOND TAB BELOW -->
  435.  
  436. <input name="01" id="01-02" type="radio"/>
  437. <h1>Abilities</h1>
  438. <div class="tab">
  439. <h2>Ability -</h2>
  440. <p>
  441. Description here.
  442. </p>
  443. <h2>Ability -</h2>
  444. <p>
  445. Description here.
  446. </p>
  447. <h2>Ability -</h2>
  448. <p>
  449. Description here.
  450. </p>
  451. </div>
  452.  
  453. <!-- TOP LEFT BOX THIRD TAB BELOW -->
  454.  
  455. <input name="01" id="01-03" type="radio"/>
  456. <h1>Three</h1>
  457. <div class="tab">
  458. <p>
  459. Text
  460. </p>
  461. </div>
  462. </div></div>
  463.  
  464.  
  465. <div class="container right" id="box">
  466. <div class="nav cw">
  467. <label for="02-01">Personality</label>
  468. <label for="02-02">History</label>
  469. <label for="02-03">Fun Facts</label>
  470. </div>
  471. <div class="inner">
  472.  
  473. <!-- TOP RIGHT BOX FIRST TAB BELOW -->
  474.  
  475. <input name="02" id="02-01" type="radio" checked="checked"/>
  476. <h1>Personality</h1>
  477. <div class="tab">
  478. <p>
  479. Information and stuffity stuff stuff stufff. More stuuuufff. AND. MORE STUFF! Bippity boop bop biddly beep squap. Anyways, what do I usually do for examples when I need to fill space? OH YEAH! *ahem* Hello, people of Earth, I have come to devour you. Do not fear for it shall be a quick and painless death as I intake your entire planet. The sudden loss of atmospheric pressure and its protections will either freeze you in a millisecond or cause all of your blood to boil out of your body in a single instant. Hmm. I suppose that last one doesn't quite sound painless, but nonetheless it should be instantaneous.
  480. </p>
  481. <a href="https://s-media-cache-ak0.pinimg.com/236x/48/f5/77/48f5778e2e42ee5df34b098ffce5cf26.jpg" target="_blank">Link</a>
  482. </div>
  483.  
  484. <!-- TOP RIGHT BOX SECOND TAB BELOW -->
  485.  
  486. <input name="02" id="02-02" type="radio"/>
  487. <h1>Backstory</h1>
  488. <div class="tab">
  489. <p>
  490. Information and stuffity stuff stuff stufff. More stuuuufff. AND. MORE STUFF! Bippity boop bop biddly beep squap. Anyways, what do I usually do for examples when I need to fill space? OH YEAH! *ahem* Hello, people of Earth, I have come to devour you. Do not fear for it shall be a quick and painless death as I intake your entire planet. The sudden loss of atmospheric pressure and its protections will either freeze you in a millisecond or cause all of your blood to boil out of your body in a single instant. Hmm. I suppose that last one doesn't quite sound painless, but nonetheless it should be instantaneous.
  491. </p>
  492. </div>
  493.  
  494. <!-- TOP RIGHT BOX THIRD TAB BELOW -->
  495.  
  496. <input name="02" id="02-03" type="radio"/>
  497. <h1>Fun Facts</h1>
  498. <div class="tab">
  499. <ul>
  500. <li>Bullet one</li>
  501. <li>Bullet two</li>
  502. <li>Bullet three</li>
  503. <li>Bullet four</li>
  504. <li>Bullet five</li>
  505. <li>Bullet six</li>
  506. <li>Bullet seven</li>
  507. <li>Bullet eight</li>
  508. </ul>
  509. </div>
  510. </div></div>
  511.  
  512.  
  513. <div class="container left" id="obox">
  514. <div class="nav ccw">
  515. <label for="03-01">OOC</label>
  516. <label for="03-02">Preferences</label>
  517. <label for="03-03">Journal</label>
  518. </div>
  519. <div class="inner">
  520.  
  521. <!-- BOTTOM LEFT BOX FIRST TAB BELOW -->
  522.  
  523. <input name="03" id="03-01" type="radio" checked="checked"/>
  524. <h1>OOC</h1>
  525. <div class="tab">
  526. <ul>
  527. <li>Bullet one</li>
  528. <li>Bullet two</li>
  529. <li>Bullet three</li>
  530. <li>Bullet four</li>
  531. <li>Bullet five</li>
  532. <li>Bullet six</li>
  533. <li>Bullet seven</li>
  534. <li>Bullet eight</li>
  535. </ul>
  536. </div>
  537.  
  538. <!-- BOTTOM LEFT BOX SECOND TAB BELOW -->
  539.  
  540. <input name="03" id="03-02" type="radio"/>
  541. <h1>Preferences</h1>
  542. <div class="tab">
  543. <ul>
  544. <li>Bullet one</li>
  545. <li>Bullet two</li>
  546. <li>Bullet three</li>
  547. <li>Bullet four</li>
  548. <li>Bullet five</li>
  549. <li>Bullet six</li>
  550. <li>Bullet seven</li>
  551. <li>Bullet eight</li>
  552. </ul>
  553. </div>
  554.  
  555. <!-- BOTTOM LEFT BOX THIRD TAB BELOW -->
  556.  
  557. <input name="03" id="03-03" type="radio"/>
  558. <h1>Journal</h1>
  559. <div class="tab">
  560. <h2>Date</h2>
  561. <p>
  562. Paragraph.
  563. </p>
  564. </div>
  565. </div></div>
  566.  
  567.  
  568. <div class="container right" id="fbox">
  569. <div class="nav cw">
  570. <label for="04-01">Family</label>
  571. <label for="04-02">Friends</label>
  572. <label for="04-03">Enemies</label>
  573. </div>
  574. <div class="inner">
  575.  
  576.  
  577. <!-- BOTTOM RIGHT BOX FIRST TAB BELOW -->
  578.  
  579. <input name="04" id="04-01" type="radio"/>
  580. <h1>Family</h1>
  581. <div class="tab">
  582.  
  583. <div class="id">
  584. <div class="image"><img src="IMAGE URL"/></div>
  585. <a href="" target="_blank"><h3>NAME</h3></a>
  586. <p>
  587. Short description.
  588. </p>
  589. </div>
  590.  
  591. </div>
  592.  
  593.  
  594. <!-- BOTTOM RIGHT BOX SECOND TAB BELOW -->
  595.  
  596. <input name="04" id="04-02" type="radio" checked="checked"/>
  597. <h1>Friends</h1>
  598. <div class="tab">
  599.  
  600. <div class="id">
  601. <div class="image"><img src="https://i.imgur.com/Nh2E8Gp.jpg"/></div>
  602. <a href="https://roleplay.chat/profile.php?user=Jaeldra+Sinclair" target="_blank"><h3>Jae-Bird</h3></a>
  603. <p>
  604. Short description.
  605. </p>
  606. </div>
  607.  
  608. <div class="id">
  609. <div class="image"><img src="IMAGE URL"/></div>
  610. <a href="" target="_blank"><h3>NAME</h3></a>
  611. <p>
  612. Short description.
  613. </p>
  614. </div>
  615.  
  616. </div>
  617.  
  618.  
  619. <!-- BOTTOM RIGHT BOX THIRD TAB BELOW -->
  620.  
  621. <input name="04" id="04-03" type="radio"/>
  622. <h1>Enemies</h1>
  623. <div class="tab">
  624. <div class="id">
  625. <div class="image"><img src="IMAGE URL"/></div>
  626. <a href="" target="_blank"><h3>NAME</h3></a>
  627. <p>
  628. Short description.
  629. </p>
  630. </div>
  631. </div>
  632. </div></div>
  633.  
  634. </div></div>
  635.  
  636. <div id="music-bg"></div>
  637.  
  638. <div class="sheetmusic"><font size="5">▶</font>
  639. <div class="song">
  640. <audio controls>
  641. <source src="https://soundcloud.com/mouse-917907387/queen-princes-of-the-universe-official-video"></audio>
  642.  
  643. <a href="https://tinyurl.com/fukase" target="_blank" title="CC#46">
  644. <img src="INSERT LINK FOR MP3 HERE" id="credit"/>
  645. </a>
  646. </body>
Add Comment
Please, Sign In to add comment