Advertisement
belleamerph

space between singular muse page; by belleamerph

Jan 19th, 2019
356
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.72 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}"}
  7.  
  8.  
  9.  
  10. <!-------- fonts ------>
  11.  
  12. <link href="https://fonts.googleapis.com/css?family=Dancing+Script|Great+Vibes|Herr+Von+Muellerhoff|Lovers+Quarrel|Parisienne" rel="stylesheet">
  13.  
  14.  
  15. <link href="//dl.dropbox.com/s/vpi3f9s7nhpe7v7/honeybee.css" rel="stylesheet">
  16.  
  17. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  18. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  19. <script>
  20. (function($){
  21. $(document).ready(function(){
  22. $("[title],a[title],img[title]").style_my_tooltips({
  23. tip_follows_cursor:true,
  24. tip_delay_time:90,
  25. tip_fade_speed:600,
  26. attribute:"title"
  27. });
  28. });
  29. })(jQuery);
  30. </script>
  31.  
  32.  
  33.  
  34. <!--- for my reference
  35.  
  36. font-family: 'Dancing Script', cursive;
  37. font-family: 'Great Vibes', cursive;
  38. font-family: 'Parisienne', cursive;
  39. font-family: 'Herr Von Muellerhoff', cursive;
  40. font-family: 'Lovers Quarrel', cursive;
  41.  
  42. --->
  43.  
  44.  
  45. <style>
  46.  
  47. ::-webkit-scrollbar {
  48. width: 2px;
  49. height: 2px;
  50. }
  51. ::-webkit-scrollbar-button {
  52. width: 0px;
  53. height: 0px;
  54. }
  55. ::-webkit-scrollbar-thumb {
  56. background: #e1e1e1;
  57. border: 0px none #ffffff;
  58. border-radius: 0px;
  59. }
  60. ::-webkit-scrollbar-thumb:hover {
  61. background: #ffffff;
  62. }
  63. ::-webkit-scrollbar-thumb:active {
  64. background: #000000;
  65. }
  66. ::-webkit-scrollbar-track {
  67. background: #666666;
  68. border: 0px none #ffffff;
  69. border-radius: 2px;
  70. }
  71. ::-webkit-scrollbar-track:hover {
  72. background: #666666;
  73. }
  74. ::-webkit-scrollbar-track:active {
  75. background: #333333;
  76. }
  77. ::-webkit-scrollbar-corner {
  78. background: transparent;
  79. }
  80.  
  81. body {
  82. background-color:#eee;
  83. font-size: 11px;
  84. color:#000;
  85. background-image:url('');
  86. }
  87.  
  88. a {
  89. text-decoration:none;
  90. color:#008080;
  91. -webkit-transition: all 0.7s ease;
  92. -moz-transition: all 0.7s ease;
  93. -o-transition: all 0.7s ease;
  94. }
  95.  
  96. a:hover {
  97. color:#353535;
  98. }
  99.  
  100. b, strong {
  101. color:#008080;
  102. text-transform:uppercase;
  103. }
  104.  
  105. i, em {
  106. color:#008080;
  107. }
  108.  
  109. h1 {
  110. font-family: 'Herr Von Muellerhoff';
  111. text-align:center;
  112. font-size:30px;
  113. margin-top:-5px;
  114. }
  115.  
  116. h2 {
  117. font-family: 'Herr Von Muellerhoff';
  118. text-align:center;
  119. font-size:30px;
  120. }
  121.  
  122. blockquote {
  123. padding:2px 7px;
  124. margin:3px 0 3px 8px;
  125. border-left:1px solid #008080;
  126. }
  127.  
  128. img {
  129. border-radius:5px;
  130. }
  131.  
  132. blockquote img {
  133. max-width:100%;
  134. height:auto;
  135. }
  136.  
  137. #s-m-t-tooltip {
  138. color:#fff;
  139. margin:15px 10px 10px 10px;
  140. border-radius:5px;
  141. font-size:20px;
  142. text-transform:uppercase;
  143. font-family: 'Dancing Script';
  144. text-align:center;
  145. text-shadow:
  146. -1px -1px 0 #000,
  147. 1px -1px 0 #000,
  148. -1px 1px 0 #000,
  149. 1px 1px 0 #000;
  150. padding:4px 8px 2px 8px;
  151. background:#008080;
  152. }
  153.  
  154. #title {
  155. position:fixed;
  156. width:350px;
  157. left:200px;
  158. top:250px;
  159. color:#fff;
  160. text-align:center;
  161. }
  162.  
  163. #title h1 {
  164. text-align:center;
  165. text-shadow: 5px 7px 10px #008080;
  166. font-family: 'Herr Von Muellerhoff';
  167. font-size:65px;
  168. }
  169.  
  170. #sidebar {
  171. position:fixed;
  172. left:200px;
  173. top:200px;
  174. height:300px;
  175. width:350px;
  176. background:url('https://66.media.tumblr.com/f5a4f9772b66112ec8e007db089b6e8a/tumblr_inline_plijgiJX0t1w4kmn8_1280.jpg');
  177. background-color:#353535;
  178. border-radius:30px;
  179. box-shadow: 4px 4px 5px #008080;
  180. opacity:0.9;
  181. -webkit-transition: all 0.7s ease;
  182. -moz-transition: all 0.7s ease;
  183. -o-transition: all 0.7s ease;
  184. }
  185.  
  186. #sidebar:hover {
  187. opacity:1;
  188. }
  189.  
  190. #description {
  191. position:relative;
  192. left:15px;
  193. top:-215px;
  194. width:300px;
  195. height:100px;
  196. overflow-y:scroll;
  197. font-size:10px;
  198. color:#fff;
  199. background-color:#353535;
  200. text-align:center;
  201. padding:10px;
  202. border-radius:30px;
  203. box-shadow: 4px 4px 5px #008080;
  204. }
  205.  
  206. #description::-webkit-scrollbar {
  207. display:none;
  208. }
  209.  
  210. #sidebarimg {
  211. position:relative;
  212. left:10px;
  213. top:-150px;
  214. background:transparent;
  215. }
  216.  
  217. #links {
  218. position:fixed;
  219. left:185px;
  220. top:427px;
  221. font-size:12px;
  222. padding:10px;
  223. }
  224.  
  225. #links a {
  226. display:inline-block;
  227. height:35px;
  228. width:35px;
  229. font-size:35px;
  230. border-radius:100%;
  231. text-align:center;
  232. color:#008080;
  233. padding:10px;
  234. margin-left:25px;
  235. background-color:#fff;
  236. box-shadow: 4px 4px 5px #008080;
  237. -webkit-transition: all 0.7s ease;
  238. -moz-transition: all 0.7s ease;
  239. -o-transition: all 0.7s ease;
  240. }
  241.  
  242. #links a:hover {
  243. color:#353535;
  244. background-color:transparent;
  245. letter-spacing:1px;
  246. box-shadow: 4px 4px 5px transparent;
  247. }
  248.  
  249. .container {
  250. top:50px;
  251. margin-left:580px;
  252. padding:10px;
  253. position:fixed;
  254. width:740px;
  255. height:550px;
  256. border-radius:20px;
  257. background-color:#fff;
  258. color:#6c4b45;
  259. box-shadow: 4px 4px 5px #008080;
  260. }
  261.  
  262. /* TABS STYLING--
  263. BASE CODE BY ALYOFRP. DO NOT REMOVE THIS CREDIT!
  264. */
  265.  
  266. .tabz {
  267. margin-top:0px;
  268. margin-left:0px;
  269. padding:10px;
  270. position:fixed;
  271. width:205px;
  272. background-color:#c6b19a; /* tablinks bar bg color */
  273. overflow:hidden;
  274.  
  275. }
  276.  
  277. .tabz a {
  278. padding:5px;
  279. width:50px;
  280. text-align:center;
  281. font-family:arial black;
  282. background-color:#dddcdc; /* tablinks bg color */
  283. color:#c6a29a; /* tablinks color */
  284. font-size:12px;
  285. display:inline-block;
  286. margin-left:5px;
  287. transition:.2s;
  288. -webkit-transition:.2s;
  289. -moz-transition:.2s;
  290. }
  291.  
  292. .tabz a:hover {
  293. background-color:#c6a29a; /* tablinks hover bg color */
  294. color:#dddcdc; /* tablinks hover color */
  295. transition:.2s;
  296. -webkit-transition:.2s;
  297. -moz-transition:.2s;
  298. }
  299.  
  300. .tabz a:focus, .active {
  301. background-color: #c6a29a; /* tablinks clicked bg color */
  302. color:#dddcdc; /* tablinks clicked color */
  303. }
  304.  
  305. .tabzcon { /* tablinks content aka the box under the tablinks */
  306. top:50px;
  307. margin-left:0px;
  308. padding:10px;
  309. position:fixed;
  310. width:740px;
  311. height:550px;
  312. border-radius:20px;
  313. background-color:#fff;
  314. color:#000;
  315. box-shadow: 4px 4px 5px #008080;
  316. }
  317.  
  318. .tabzclose { /* the close button, u prob dont need to touch this */
  319. text-transform:uppercase;
  320. font-weight:bold;
  321. font-size:15px;
  322. padding:10px;
  323. color:inherit;
  324. margin-top:-8px;
  325. margin-right:-5px;
  326. float:right;
  327. }
  328.  
  329. .tabzclose:hover {
  330. cursor:pointer;
  331. }
  332.  
  333. .bioname {
  334. position:absolute;
  335. top:10px;
  336. width:700px;
  337. height:100px;
  338. }
  339.  
  340. .bioname h2 {
  341. margin-top:-1px;
  342. font-size:80px;
  343. font-family: 'Lovers Quarrel';
  344. color:#d4859a;
  345. }
  346.  
  347. .bioimg {
  348. position:absolute;
  349. top:100px;
  350. margin-left:10px;
  351. width:200px;
  352. height:400px;
  353. padding:3px;
  354. border:3px double #000;
  355. border-radius:5px;
  356. }
  357.  
  358. .factstitle {
  359. position:absolute;
  360. top:75px;
  361. left:235px;
  362. width:500px;
  363. text-align:center;
  364. color:#d4859a;
  365. }
  366.  
  367. .facts {
  368. position:absolute;
  369. width:500px;
  370. height:150px;
  371. top:150px;
  372. left:235px;
  373. padding:5px;
  374. overflow-y:scroll;
  375. display:block;
  376. }
  377.  
  378. .fact {
  379. margin-top:10px;
  380. margin-left:10px;
  381. width:215px;
  382. font-size:11px;
  383. border-bottom:3px double #000;
  384. line-height:25px;
  385. display:inline-block;
  386. }
  387.  
  388. .facts b {
  389. font-family: 'Dancing Script';
  390. }
  391.  
  392. .biotitle {
  393. position:absolute;
  394. top:280px;
  395. left:235px;
  396. width:500px;
  397. text-align:center;
  398. color:#d4859a;
  399. }
  400.  
  401. .bio {
  402. position:absolute;
  403. padding:5px;
  404. width:500px;
  405. height:150px;
  406. top:350px;
  407. left:235px;
  408. overflow-y:scroll;
  409. }
  410.  
  411. .bio p::first-letter {
  412. font-size:25px;
  413. }
  414.  
  415. .bottombar {
  416. position:absolute;
  417. top:525px;
  418. height:20px;
  419. width:740px;
  420. font-size:20px;
  421. padding:5px;
  422. text-align:center;
  423. font-family: 'Great Vibes';
  424. }
  425.  
  426. .versename {
  427. position:absolute;
  428. top:10px;
  429. width:700px;
  430. height:100px;
  431. }
  432.  
  433. .versename h2 {
  434. margin-top:-1px;
  435. font-size:80px;
  436. font-family: 'Lovers Quarrel';
  437. color:#d4859a;
  438. }
  439.  
  440. .verse {
  441. position:absolute;
  442. top:100px;
  443. left:20px;
  444. width:700px;
  445. height:100px;
  446. padding:10px;
  447. overflow-y:scroll;
  448. }
  449.  
  450. .verse v {
  451. color: #fff;
  452. font-size:10px;
  453. font-family: 'Dancing Script';
  454. line-height:20px;
  455. letter-spacing:1.5px;
  456. text-transform:uppercase;
  457. background:url('https://66.media.tumblr.com/f5a4f9772b66112ec8e007db089b6e8a/tumblr_inline_plijgiJX0t1w4kmn8_1280.jpg') repeat; /* background image for the verse names. */
  458. border:3px double #000;
  459. padding: 4px 4px 4px 12px;
  460. margin-left:-2px;
  461. text-shadow:
  462. -1px -1px 0 #000,
  463. 1px -1px 0 #000,
  464. -1px 1px 0 #000,
  465. 1px 1px 0 #000;;
  466. }
  467.  
  468. .connect {
  469. position:absolute;
  470. top:225px;
  471. left:20px;
  472. height:300px;
  473. width:700px;
  474. padding:10px;
  475. overflow-y:scroll;
  476. }
  477.  
  478. .conn {
  479. margin-top:10px;
  480. margin-left:10px;
  481. height:140px;
  482. width:140px;
  483. }
  484.  
  485. .connecticon {
  486. margin-top:10px;
  487. margin-left:30px;
  488. }
  489.  
  490. .connectname {
  491. text-align:center;
  492. font-size:20px;
  493. font-family: 'Dancing Script';
  494. color:#d4859a;
  495. }
  496.  
  497. .connecturl {
  498. text-align:center;
  499. font-size:18px;
  500. font-family: 'Dancing Script';
  501. }
  502.  
  503. .cj {
  504. position:fixed;bottom:5px;left:5px;color:#008080;
  505. }
  506.  
  507.  
  508. </style>
  509. </head>
  510.  
  511. <body>
  512. <div id="sidebar">
  513.  
  514. <div id="sidebarimg"><img src="https://66.media.tumblr.com/1ca6d0bd9e1ff152a8496fb071143340/tumblr_inline_plijgh0uia1w4kmn8_1280.png"></div>
  515.  
  516. <div id="description">description</div>
  517.  
  518. <div id="links">
  519. <a href="/" title="return"><span class="th th-home-o"></span></a>
  520. <a href="/ask" title="message"><span class="th th-bubble-heart-o"></span></a>
  521. <a href="/" title="link 1"><span class="th th-app-o"></span></a>
  522. <a href="/" title="link 2"><span class="th th-plus-5-o"></span></a>
  523. </div>
  524.  
  525. <div id="title"><h1>space between</h1></div>
  526.  
  527. </div>
  528.  
  529. <div class="cj"><a href="http://belleamerph.tumblr.com/"><span class="th th-cherry-o"></span></a></div>
  530.  
  531. <!--- this is your muse table, you can add as many as you want it scrolls. to start a new row you need a <tr> tag between the muse blocks.
  532.  
  533. where it states onclick="openAlytut(event, 'TabzBioOne'), you need to make sure that the number in both the bio and verse tabs match for your muse pop ups to properly work !
  534. ---->
  535.  
  536. <div class="container">
  537. <div class="bioname"><h2>character name</h2></div>
  538. <div class="bioimg"><img src="https://via.placeholder.com/200x400"></div>
  539. <div class="factstitle"><h2>facts</h2></div>
  540. <div class="facts">
  541. <div class="fact"><b>full name:</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tba</div>
  542. <div class="fact"><b>nickname(s):</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tba</div>
  543. <div class="fact"><b>age:</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tba</div>
  544. <div class="fact"><b>date of birth:</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tba</div>
  545. <div class="fact"><b>zodiac:</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tba</div>
  546. <div class="fact"><b>faceclaim:</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tba</div>
  547. <div class="fact"><b>alignment:</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tba</div class="fact">
  548. <div class="fact"><b>hogwarts:</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tba</div>
  549. <div class="fact"><b>positive:</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tba</div>
  550. <div class="fact"><b>negative:</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tba</div>
  551. </div>
  552. <div class="biotitle"><h2>biography</h2></div>
  553. <div class="bio">
  554. <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>
  555. <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore </p>
  556. </div>
  557. <div class="bottombar">verses:&nbsp;&nbsp;<a href="javascript:void(0)" class="tablink tabzact" onclick="openAlytut(event, 'TabzVerOne');"><span class="th th-cherry-o"></span></a>&nbsp;&nbsp;availablity:&nbsp;&nbsp;;<b>open</b>&nbsp;&nbsp;shipping:&nbsp;&nbsp;<b>open</b>&nbsp;&nbsp;
  558. <!--- muse links ---->
  559. muse links:&nbsp;&nbsp;
  560. <!--- muse link 1 ----><a href="/tagged/" title="tag 1"><span class="th th-pencil-o"></a>&nbsp;&nbsp;
  561. <!--- muse link 2 ----><a href="/tagged/" title="tag 2"><span class="th th-picture-o"></a>&nbsp;&nbsp;
  562. <!--- muse link 3 ----><a href="/tagged/" title="tag 3"><span class="th th-rose-o"></a>&nbsp;&nbsp;
  563. <!--- muse link 4 ----><a href="/tagged/" title="tag 4"><span class="th th-smartphone-o"></a>&nbsp;&nbsp;
  564. <!--- muse link 5 ----><a href="/tagged/" title="tag 5"><span class="th th-star-o"></a>&nbsp;&nbsp;
  565. <!--- muse link 6 ----><a href="/tagged/" title="tag 6"><span class="th th-notebook-o"></a></div>
  566. </div>
  567. </div>
  568. <!--
  569.  
  570. *TABS BASE CODE BY ALYOFRP. DO NOT REMOVE THIS CREDIT!
  571.  
  572. --->
  573.  
  574. <!-- < tabs content >
  575. -->
  576.  
  577.  
  578. <div id="TabzVerOne" class="tabzcon alytut" style="display:none">
  579. <span onclick="this.parentElement.style.display='none'" class="tabzclose">
  580. X
  581. </span>
  582. <div class="versename"><h2>verses & connections</h2></div>
  583. <div class="verse"><v>verse name.</v> &nbsp;&nbsp; Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore </div>
  584.  
  585. <!---- these are your characters connections; to add more simply copy from here :
  586. <td><div class="conn">
  587. <div class="connecticon"><img src="https://via.placeholder.com/80"></div>
  588. <div class="connectname">name</div>
  589. <hr>
  590. <div class="connecturl"><a href="/">user</a></div>
  591. </div>
  592. </div></td>
  593.  
  594. after the fourth in a row, you'll need a <tr> tag to start another row! ---->
  595.  
  596.  
  597. <div class="connect">
  598.  
  599. <table>
  600.  
  601. <td><div class="conn">
  602. <div class="connecticon"><img src="https://via.placeholder.com/80"></div>
  603. <div class="connectname">name</div>
  604. <hr>
  605. <div class="connecturl"><a href="/">user</a></div>
  606. </div>
  607. </div></td>
  608.  
  609.  
  610. </table>
  611.  
  612. </div>
  613.  
  614.  
  615. <!--
  616.  
  617. < *TABS END >
  618.  
  619. -->
  620.  
  621. </div>
  622. </body>
  623.  
  624. <script>
  625. function openAlytut(evt, alytutName) {
  626. var i, x, tablinks;
  627. x = document.getElementsByClassName("alytut");
  628. for (i = 0; i < x.length; i++) {
  629. x[i].style.display = "none";
  630. }
  631. tablinks = document.getElementsByClassName("tablink");
  632. for (i = 0; i < x.length; i++) {
  633. tablinks[i].className = tablinks[i].className.replace(" tabzact", "");
  634. }
  635. document.getElementById(alytutName).style.display = "block";
  636. evt.currentTarget.className += " tabzact";
  637. }
  638. </script>
  639.  
  640.  
  641.  
  642. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement