spirkism

Theme #15: Under Water

Nov 17th, 2014
5,185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.15 KB | None | 0 0
  1. <!--
  2.  
  3. ----------------------------THEME #15: UNDER WATER---------------------------
  4. ------------------------by Phi (spirkthemes/spirkism)------------------------
  5.  
  6. -----------------------------------RULES:------------------------------------
  7. - do not steal/redistribute
  8. - don't (re)move the credit
  9. - don't use as a base code, there are plenty of those out there & don't take snippets
  10. - you are allowed to edit as much as you like for your own personal use
  11. - don't hesitate to contact me if you find a bug or need otherwise help
  12. ------------------------------------------------------------------------------
  13.  
  14. -->
  15.  
  16.  
  17.  
  18. <!DOCTYPE html>
  19.  
  20. <head>
  21.  
  22.  
  23. <title>{Title}</title>
  24.  
  25. <link rel="shortcut icon" href="{Favicon}" />
  26.  
  27. <script type="text/javascript" src="http://static.tumblr.com/tiu5k68/xTkm8wqw2/tumblr-title-qtip.js"></script>
  28. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
  29.  
  30.  
  31. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/h5czl1a/aTqnk4mjj/tooltipstuff.css"/>
  32.  
  33.  
  34. <link href='http://fonts.googleapis.com/css?family=Overlock:400,700' rel='stylesheet' type='text/css'>
  35. <link href='http://fonts.googleapis.com/css?family=Shadows+Into+Light|Megrim|Fredericka+the+Great|Josefin+Sans:400,600|Limelight|Open+Sans+Condensed:300|Julius+Sans+One|Lobster|Audiowide|Special+Elite|Amatic+SC|Pacifico|Iceland' rel='stylesheet' type='text/css'>
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42. <meta name="color:background" content="#fff" />
  43. <meta name="color:text" content="#2E2E2E" />
  44. <meta name="color:links" content="#010246" />
  45. <meta name="color:linkshover" content="#0419a4" />
  46. <meta name="color:sidebar" content="#defbff" />
  47. <meta name="color:desctext" content="#fff" />
  48. <meta name="color:posts" content="#DBDBDB" />
  49. <meta name="color:border" content="#a2a2a2" />
  50. <meta name="color:sbborder" content="#efefef" />
  51. <meta name="color:postinside" content="#ffffff" />
  52. <meta name="color:caption" content="7A1BDF" />
  53. <meta name="color:bubble" content="#04dbd4" />
  54. <meta name="color:bubble2" content="#039090" />
  55.  
  56. <meta name="image:background" content="" />
  57. <meta name="image:sbimg1" content="http://i.imgur.com/k3XhJXS.png" />
  58. <meta name="image:sbimg2" content="http://i.imgur.com/k3XhJXS.png" />
  59. <meta name="image:sbimg3" content="http://i.imgur.com/k3XhJXS.png" />
  60.  
  61. <meta name="text:link1url" content="/" />
  62. <meta name="text:link1hover" content="link" />
  63. <meta name="text:link2url" content="/" />
  64. <meta name="text:link2hover" content="link" />
  65. <meta name="text:link3url" content="/" />
  66. <meta name="text:link3hover" content="link" />
  67. <meta name="text:link4url" content="/" />
  68. <meta name="text:link4hover" content="link" />
  69. <meta name="text:link5url" content="/" />
  70. <meta name="text:link5hover" content="link" />
  71. <meta name="text:link6url" content="/" />
  72. <meta name="text:link6hover" content="link" />
  73. <meta name="text:link7url" content="/" />
  74. <meta name="text:link7hover" content="link" />
  75.  
  76.  
  77.  
  78. <meta name="select:Font" content="fredericka" title="Fredericka the Great">
  79. <meta name="select:Font" content="limelight" title="Limelight">
  80. <meta name="select:Font" content="shadowsintolight" title="Shadows Into Light">
  81. <meta name="select:Font" content="lobster" title="Lobster">
  82. <meta name="select:Font" content="pacifico" title="Pacifico">
  83. <meta name="select:Font" content="audiowide" title="Audiowide">
  84. <meta name="select:Font" content="specialelite" title="Special Elite">
  85. <meta name="select:Font" content="amaticsc" title="Amatic SC">
  86.  
  87.  
  88.  
  89.  
  90.  
  91. <style type="text/css">
  92.  
  93.  
  94. ::-webkit-scrollbar-thumb{
  95. background-color: {color:bubble};
  96. border-left: 2px solid {color:background};
  97. border-right: 2px solid {color:background};
  98. height:auto;
  99. }
  100.  
  101. ::-webkit-scrollbar {
  102. height:auto;
  103. width:11px;
  104. background-color:{color:bubble};
  105. border-left: 5px solid {color:background};
  106. border-right: 5px solid {color:background};
  107. }
  108.  
  109. iframe#tumblr_controls {
  110. position:fixed;-webkit-filter:invert(100%);opacity:0.5;
  111. -webkit-transition: 0.7s ease;transition: 0.7s ease;
  112. -o-transition: 0.7s ease;-moz-transition: 0.7s ease;}
  113.  
  114.  
  115. div#qTip {
  116. margin-left: 5px;
  117. margin-top: -5px;
  118. text-transform: lowercase;
  119. font-size: 11px;
  120. font-family: 'Shadows Into Light', sans-serif;
  121. line-height: 12px;
  122. display: none;
  123. text-align: center;
  124. position: absolute;
  125. z-index: 99999999999999999999999999999999999999999999999;
  126. background-color: {color:bubble2};
  127. padding: 2px 3px;
  128. color: {color:desctext};
  129. max-width: 200px;
  130. height: auto;
  131. border: 1px solid {color:bubble};
  132. -webkit-transition: all 0.1s ease-out;
  133. -moz-transition: all 0.1s ease-out;
  134. -o-transition: all 0.1s ease-out;
  135. }
  136.  
  137.  
  138. body {
  139. background-color: {color:background};
  140. background-image: url({image:background});
  141. background-attachment: fixed;
  142. background-repeat: no-repeat;
  143. background-size: 100% auto;
  144. margin: 0 auto;
  145. font-family: 'Calibri', sans-serif;
  146. word-wrap:break-word;
  147. }
  148.  
  149. a:link, a:active, a:visited {
  150. text-decoration: none;
  151. -webkit-transition: 0.5s ease;transition: 0.5s ease;
  152. -o-transition: 0.5s ease;
  153. -moz-transition: 0.5s ease;
  154. color:{color:links};
  155. }
  156.  
  157. a:hover {
  158. color:{color:linkshover};
  159. -webkit-transition: 0.5s ease;transition: 0.5s ease;
  160. -o-transition: 0.5s ease;
  161. -moz-transition: 0.5s ease;
  162. }
  163.  
  164.  
  165. :focus, :active {
  166. outline: 0;
  167. }
  168.  
  169.  
  170.  
  171. /* SIDEBAR */
  172.  
  173. #titlebubble {
  174. position: fixed;
  175. top: 30px;
  176. left: 200px;
  177. width: 130px;
  178. height: 130px;
  179. -webkit-transition: 0.5s ease;transition: 0.5s ease;
  180. -o-transition: 0.5s ease;
  181. -moz-transition: 0.5s ease;
  182. }
  183.  
  184. #title {
  185. color: {color:desctext};
  186. text-align: center;
  187. font-size: 18px;
  188. position: absolute;
  189. top: 40px;
  190. }
  191.  
  192.  
  193.  
  194. #titlebubble:hover {
  195. background-color: {color:bubble2};
  196. -webkit-transition: 0.5s ease;transition: 0.5s ease;
  197. -o-transition: 0.5s ease;
  198. -moz-transition: 0.5s ease;
  199. }
  200.  
  201. #sidebar {
  202. position: fixed;
  203. background-color: {color:sidebar};
  204. height: 100%;
  205. top:0;
  206. left:0;
  207. z-index:-1;
  208. width: 420px;
  209. border-right: 30px solid {color:sbborder};
  210. }
  211.  
  212. .bubble {
  213. border-radius: 50%;
  214. background-color: {color:bubble};
  215. }
  216.  
  217. .bubble img {
  218. border-radius: 50%;
  219. padding: 5px;
  220. overflow:hidden;
  221. }
  222.  
  223.  
  224.  
  225. #sbimg01 {
  226. width: 130px;
  227. height: 130px;
  228. position: fixed;
  229. left: 50px;
  230. top: 130px;
  231. }
  232.  
  233. #sbimg01 img {
  234. width: 130px;
  235. height: 130px;
  236. overflow: hidden;
  237. }
  238.  
  239. #sbimg02 {
  240. width: 160px;
  241. height: 160px;
  242. position: fixed;
  243. left: 220px;
  244. top:200px;
  245. }
  246.  
  247. #sbimg02 img {
  248. width: 160px;
  249. height: 160px;
  250. overflow: hidden;
  251. }
  252.  
  253. #sbimg03 {
  254. width: 110px;
  255. height: 110px;
  256. position: fixed;
  257. left: 70px;
  258. top: 450px;
  259. z-index: 2;
  260. }
  261.  
  262. #sbimg03 img {
  263. width: 110px;
  264. height: 110px;
  265. overflow: hidden;
  266. }
  267.  
  268.  
  269.  
  270.  
  271. #sblinks {
  272. left: 90px;
  273. top: 330px;
  274. position: fixed;
  275. }
  276.  
  277. #sblinkbutton {
  278. width: 80px;
  279. height: 80px;
  280. position: absolute;
  281. z-index: 1;
  282. cursor: help;
  283. color: {color:desctext};
  284. line-height: 80px;
  285. text-align: center;
  286. z-index:9;
  287. font-size: 16px;
  288. }
  289.  
  290.  
  291. #descbubble {
  292. position: fixed;
  293. left: 210px;
  294. top: 410px;
  295. width: 50px;
  296. height: 50px;
  297. z-index:9;
  298. }
  299.  
  300. #desc {
  301. width: 50px;
  302. height: 50px;
  303. position: absolute;
  304. overflow: hidden;
  305. font-size: 12px;
  306. color: {color:bubble};
  307. z-index: 8;
  308. -webkit-transition: 0.5s ease;transition: 0.5s ease;
  309. -o-transition: 0.5s ease;
  310. -moz-transition: 0.5s ease;
  311. }
  312.  
  313. #descbubble:hover #desc {
  314. color: {color:desctext};
  315. background-color: {color:bubble2};
  316. width: 170px;
  317. height: 170px;
  318. border-radius: 30%;
  319. -webkit-transition: 0.5s ease;transition: 0.5s ease;
  320. -o-transition: 0.5s ease;
  321. -moz-transition: 0.5s ease;
  322. }
  323.  
  324. #desctitle {
  325. color: {color:desctext};
  326. position: absolute;
  327. z-index: 9;
  328. line-height: 50px;
  329. text-align: center;
  330. width: 50px;
  331. font-size: 14px;
  332. z-index: 9;
  333. -webkit-transition: 0.2s ease;transition: 0.2s ease;
  334. -o-transition: 0.2s ease;
  335. -moz-transition: 0.2s ease;
  336. }
  337.  
  338. #descbubble:hover #desctitle {
  339. opacity: 0;
  340. z-index: 1;
  341. -webkit-transition: 0.2s ease;transition: 0.2s ease;
  342. -o-transition: 0.2s ease;
  343. -moz-transition: 0.2s ease;
  344. }
  345.  
  346.  
  347. #desc a {
  348. color: {color:bubble};
  349. -webkit-transition: 0.5s ease;transition: 0.5s ease;
  350. -o-transition: 0.5s ease;
  351. -moz-transition: 0.5s ease;
  352. }
  353.  
  354. #desc a:hover {
  355. color: {color:desctext};
  356. -webkit-transition: 0.5s ease;transition: 0.5s ease;
  357. -o-transition: 0.5s ease;
  358. -moz-transition: 0.5s ease;
  359. }
  360.  
  361.  
  362. .sblink {
  363. position: absolute;
  364. width: 20px;
  365. height: 20px;
  366. border-radius: 50%;
  367. background-color: {color:bubble};
  368. z-index: 2;
  369. display:none;
  370. }
  371.  
  372. .sblink:hover {
  373. background-color: {color:bubble2};
  374. -webkit-transition: 0.5s ease;transition: 0.5s ease;
  375. -o-transition: 0.5s ease;
  376. -moz-transition: 0.5s ease;
  377. }
  378.  
  379. #sblink1 {
  380. top: -27px;
  381. left: 60px;
  382. }
  383.  
  384. #sblink2 {
  385. top: -50px;
  386. left: 85px;
  387. }
  388.  
  389. #sblink3 {
  390. top: -82px;
  391. left: 90px;
  392. }
  393.  
  394. #sblink4 {
  395. top: -115px;
  396. left: 100px;
  397. }
  398.  
  399. #sblink5 {
  400. top: -140px;
  401. left: 115px;
  402. }
  403.  
  404. #sblink6 {
  405. top: -170px;
  406. left: 100px;
  407. }
  408.  
  409. #sblink7 {
  410. top: -195px;
  411. left: 83px;
  412. }
  413.  
  414. #sblink8 {
  415. top: -225px;
  416. left: 85px;
  417. }
  418.  
  419.  
  420.  
  421. #prevpage {
  422. position: fixed;
  423. left: 60px;
  424. top: 300px;
  425. font-family: 'Calibri', sans-serif;
  426. text-align: center;
  427. color: {color:desctext};
  428. width: 20px;
  429. height: 20px;
  430. z-index:9;
  431. }
  432.  
  433.  
  434.  
  435.  
  436.  
  437. #nextpage {
  438. position: fixed;
  439. left: 220px;
  440. top: 360px;
  441. font-family: 'Calibri', sans-serif;
  442. text-align: center;
  443. color: {color:desctext};
  444. width: 20px;
  445. height: 20px;
  446. z-index: 9;
  447. }
  448.  
  449.  
  450.  
  451.  
  452. .limelight {
  453. font-family: 'Limelight', sans-serif;
  454. }
  455.  
  456. .fredericka {
  457. font-family: 'Fredericka the Great', sans-serif;
  458. }
  459.  
  460. .shadowsintolight {
  461. font-family: 'Shadows Into Light', sans-serif;
  462. }
  463.  
  464. .lobster {
  465. font-family: 'Lobster', sans-serif;
  466. }
  467.  
  468. .pacifico {
  469. font-family: 'Pacifico', sans-serif;
  470. }
  471.  
  472. .audiowide {
  473. font-family: 'Audiowide', sans-serif;
  474. }
  475.  
  476.  
  477. .specialelite {
  478. font-family: 'Special Elite', sans-serif;
  479. }
  480.  
  481. .amaticsc {
  482. font-family: 'Amatic SC', sans-serif;
  483. }
  484.  
  485.  
  486. .randombubble {
  487. width: 15px;
  488. height: 15px;
  489. border-radius: 50%;
  490. opacity: 0.7;
  491. background-color: {color:bubble};
  492. position: fixed;
  493. }
  494.  
  495. #b1 {
  496. left: 40px;
  497. top: 500px;
  498. }
  499.  
  500. #b2 {
  501. left: 70px;
  502. top: 390px;
  503. }
  504.  
  505. #b3 {
  506. left: 120px;
  507. top: 110px;
  508. }
  509.  
  510. #b4 {
  511. left: 60px;
  512. top: 260px;
  513. }
  514.  
  515. #b5 {
  516. left: 83px;
  517. top: 325px;
  518. }
  519.  
  520. #b6 {
  521. left: 170px;
  522. top: 80px;
  523. }
  524.  
  525. #b7 {
  526. left: 180px;
  527. top: 450px;
  528. }
  529.  
  530.  
  531. /*CONTENT THINGS */
  532.  
  533. #content {
  534. width: 560px;
  535. background-color: none;
  536. padding: 20px 0;
  537. color: {color:text};
  538. overflow: hidden;
  539. margin-left: 505px;
  540. top: 20px;
  541. position: relative;
  542. }
  543.  
  544. #content a {
  545. color: {color:link color};
  546. text-decoration: none;
  547. }
  548.  
  549. #content a:hover {
  550. color: {color:link hover color};
  551. }
  552.  
  553. #content blockquote {
  554. border-left: solid 2px #505050;
  555. margin: 0;
  556. padding-left: 10px;
  557. }
  558.  
  559. img {
  560. border: 0;
  561. max-width: 100%;
  562. }
  563.  
  564.  
  565. #content #posts {
  566. background-color: {color:posts};
  567. width: 500px;
  568. height: auto;
  569. margin: 0 0 80px 0;
  570. padding: 20px;
  571. font-size: 14px;
  572. position: relative;
  573. border-radius: 30px;
  574. float: left;
  575. border: 1px dotted {color:border};
  576. z-index: 100;
  577. }
  578.  
  579.  
  580. #content #posts .title {
  581. font-size: 16px;
  582. border-radius: 20px;
  583. }
  584.  
  585. #content #posts .text {
  586. font-size: 12px;
  587. border-radius: 20px;
  588. }
  589.  
  590.  
  591. /* PERMALINK STUFF */
  592.  
  593.  
  594.  
  595. .permlink {
  596. position: absolute;
  597. width: 12px;
  598. height: 12px;
  599.  
  600. margin-bottom: 2px;
  601. background-color: {color:bubble};
  602. -webkit-transition: 0.5s ease;transition: 0.5s ease;
  603. -o-transition: 0.5s ease;
  604. -moz-transition: 0.5s ease;
  605. }
  606.  
  607. .permlink:hover {
  608. background-color: {color:bubble2};
  609. -webkit-transition: 0.5s ease;transition: 0.5s ease;
  610. -o-transition: 0.5s ease;
  611. -moz-transition: 0.5s ease;
  612. }
  613.  
  614. #perm {
  615. position: relative;
  616. border-radius: 50%;
  617. }
  618.  
  619. #via {
  620. position: relative;
  621. border-radius: 50%;
  622. }
  623.  
  624. #origin {
  625. position: relative;
  626. border-radius: 50%;
  627. }
  628.  
  629. #reblog {
  630. position: relative;
  631. border-radius: 50%;
  632. }
  633.  
  634.  
  635. #posts:hover #tags {
  636. opacity: 1;
  637. }
  638.  
  639. #tags {
  640. font-size:9px;
  641. width: 500px;
  642. text-align: center;
  643. margin-top: 25px;
  644. position: absolute;
  645. opacity: 0;
  646. -webkit-transition: 0.7s ease;transition: 0.7s ease;
  647. -o-transition: 0.7s ease;
  648. -moz-transition: 0.7s ease;
  649. }
  650.  
  651. #tags .comma:last-child {
  652. display: none;
  653. }
  654.  
  655.  
  656. #reblogged {
  657. position: relative;
  658. font-size: 9px;
  659. overflow: hidden;
  660. border-radius: 20px;
  661. }
  662.  
  663.  
  664. /* PERMALINK PAGE THINGS */
  665.  
  666. #content #notecontainer {
  667. margin-left: 30px;
  668. margin-top: -10px;
  669. width: 460px;
  670. font-size: 11px;
  671. border-radius: 20px;
  672. }
  673.  
  674.  
  675. #content #notecontainer ol.notes {
  676. list-style-type: none;
  677. margin: 1px 1px 1px 1px;
  678. padding: 1px;
  679. line-height: 16px;
  680. }
  681.  
  682. #content #notecontainer img.avatar {
  683. width: 16px;
  684. height: 16px;
  685. margin: 1px 5px 1px 1px;
  686. padding: 1px;
  687. }
  688.  
  689. #content #posts #tagsbox {
  690. position: absolute;
  691. background-color: transparent;
  692. float: right;
  693. left: 545px;
  694. }
  695.  
  696.  
  697. /* POST STUFF */
  698.  
  699. .linkpost {
  700. background-color: #ececec;
  701. padding: 5px;
  702. border-radius: 20px;
  703. }
  704.  
  705.  
  706. .linktitle {
  707. margin-bottom: 3px;
  708. font-size: 15px;
  709. background-color: {color:postinside};
  710. padding: 10px;
  711. text-align: center;
  712. border-radius: 20px;
  713. }
  714.  
  715. .linktitle:hover {
  716. background-color: {color:caption};
  717. }
  718.  
  719.  
  720.  
  721. .askericon {
  722. width: auto;
  723. margin-left:228px;
  724. margin-top: -25px;
  725. overflow: visible;
  726. border-radius: 100px;
  727.  
  728. }
  729.  
  730. .askericon img {
  731. border-radius: 100px;
  732. border: 1px solid {color:border};
  733. }
  734.  
  735. .askicon img{
  736. z-index: 9;
  737. width: 40px;
  738. -webkit-transition:all 0.6s ease-out;
  739. -moz-transition:all 0.6s ease-out;
  740. -ms-transition:all 0.6s ease-out;
  741. -o-transition:all 0.6s ease-out;
  742. transition:all 0.6s ease-out;
  743. }
  744.  
  745. .askicon img:hover {
  746. -webkit-transform:rotate(360deg);
  747. -moz-transform:rotate(360deg);
  748. -ms-transform:rotate(360deg);
  749. -o-transform:rotate(360deg);
  750. transform:rotate(360deg);
  751. }
  752.  
  753. .askicon img {
  754. z-index: 9;
  755. height: 40px;
  756. width: 40px;
  757. position: relative;
  758. }
  759.  
  760.  
  761.  
  762.  
  763.  
  764.  
  765. .question {
  766. overflow: hidden;
  767. width: 480px;
  768. height: auto;
  769. margin-top: -14px;
  770. padding: 2px 10px 5px 10px;
  771. color: {color:text color};
  772. background-color: {color:postinside};
  773. font-size: 12px;
  774. text-decoration: italic;
  775. z-index:-9;
  776. text-align: center;
  777. border-radius: 20px;
  778.  
  779. }
  780.  
  781. .asker {
  782. font-size: 13px;
  783. text-transform:uppercase;
  784. color: {color:link};
  785. text-align: center;
  786. margin-top: 10px;
  787. margin-bottom: 3px;
  788. }
  789.  
  790. .answer {
  791. font-size: 12px;
  792. padding: 5px 10px 0 10px;
  793. width: 480px;
  794. margin-top:-12px;
  795. overflow: hidden;
  796. background-color: {color:postinside};
  797. text-align: center;
  798. border-radius: 20px;
  799. }
  800.  
  801. .textpost {
  802. font-size: 12px;
  803. margin-top: -12px;
  804. }
  805.  
  806. .posttitle {
  807. font-size: 15px;
  808. border-radius: 20px;
  809. border: 1px solid {color:border};
  810. background-color: {color:postinside};
  811. text-align: center;
  812. margin-bottom: 5px;
  813. padding: 2px;
  814.  
  815. }
  816.  
  817. .caption {
  818. font-size: 12px;
  819. background-color: {color:caption};
  820. padding: 5px;
  821. border-radius: 20px;
  822. }
  823.  
  824. .quote {
  825. font-size: 15px;
  826. text-align: center;
  827. }
  828.  
  829. .quotesource {
  830. text-align: center;
  831. font-size: 11px;
  832. margin-top: 5px;
  833. }
  834.  
  835.  
  836.  
  837. .audiopost {
  838. padding: 0 10px;
  839. width: 477px;
  840. font-size: 10px;
  841. margin-top: -20px;
  842. border-radius: 20px;
  843. }
  844.  
  845. .player {
  846. position: absolute;
  847. float: left;
  848. width: 30px;
  849. height: 30px;
  850. border-radius: 50%;
  851. -webkit-border-radius: 100px;
  852. -moz-border-radius: 100px;
  853. overflow: hidden;
  854. margin-left: 20px;
  855. }
  856.  
  857. .audio {
  858. border: 1px solid {color:border};
  859. background-color: {color:postinside};
  860. text-align: center;
  861. padding: 5px 10px;
  862. width: 420px;
  863. font-size: 15px;
  864. margin-bottom: 7px;
  865. margin-left: 48px;
  866. border-radius: 20px;
  867. position: relative;
  868. float: right;
  869. }
  870.  
  871. .chat {
  872. font-size: 12px;
  873. }
  874.  
  875. .chattitle {
  876. font-size: 15px;
  877. border-radius: 20px;
  878. border: 1px solid {color:border};
  879. background-color: {color:postinside};
  880. text-align: center;
  881. margin-bottom: 5px;
  882. padding: 2px;
  883. }
  884.  
  885. .chatbubble {
  886. width: 5px;
  887. height: 5px;
  888. border-radius: 50%;
  889. background-color: {color:bubble};
  890. margin-left: 13px;
  891. margin-right: 5px;
  892. float: left;
  893. position: relative;
  894. margin-top: 6px;
  895. }
  896.  
  897.  
  898.  
  899. /*------------------------CREDIT----------------------- */
  900.  
  901. /* -- DO NOT EDIT ANYTHING HERE WITHOUT ASKING ME FIRST -- */
  902.  
  903. #credit {
  904. position: fixed;
  905. right: 5px;
  906. bottom: 5px;
  907. width: 25px;
  908. height: 25px;
  909. line-height: 25px;
  910. padding: 2px;
  911. background-color: {color:links};
  912. color:{color:postinside};
  913. text-align: center;
  914. z-index: 99999999999999999999999999999999999999999999999;
  915. }
  916.  
  917.  
  918.  
  919. #credit:before {
  920. content: "\f259";
  921. font-family: FontAwesome;
  922. font-size:1.1em;
  923. }
  924.  
  925.  
  926. #tab1 {
  927. position: fixed;
  928. top: 20px;
  929. left: 200px;
  930. width: 20px;
  931. height: 20px;
  932. border-radius: 50%;
  933. background-color: {color:bubble};
  934. }
  935.  
  936. #tab2 {
  937. position: fixed;
  938. top: 170px;
  939. left: 300px;
  940. width: 20px;
  941. height: 20px;
  942. border-radius: 50%;
  943. background-color: {color:bubble};
  944. }
  945.  
  946.  
  947.  
  948. #tab3 {
  949. position: fixed;
  950. top: 400px;
  951. left: 185px;
  952. width: 20px;
  953. height: 20px;
  954. border-radius: 50%;
  955. background-color: {color:bubble};
  956. }
  957.  
  958.  
  959. #tab4 {
  960. position: fixed;
  961. top: 440px;
  962. left: 70px;
  963. width: 20px;
  964. height: 20px;
  965. border-radius: 50%;
  966. background-color: {color:bubble};
  967. }
  968.  
  969.  
  970.  
  971. #tab5 {
  972. position: fixed;
  973. top: 560px;
  974. left: 30px;
  975. width: 20px;
  976. height: 20px;
  977. border-radius: 50%;
  978. background-color: {color:bubble};
  979. }
  980.  
  981.  
  982.  
  983.  
  984.  
  985.  
  986.  
  987. </style>
  988.  
  989.  
  990. </head>
  991.  
  992.  
  993. <body>
  994.  
  995.  
  996.  
  997. <a href="/"><div class="bubble" id="titlebubble"><div id="title" class="{select:Font}">{Title}</div></div></a>
  998.  
  999.  
  1000. <div id="sbimg01" class="bubble"><img src="{image:sbimg1}"></div>
  1001. <div id="sbimg02" class="bubble"><img src="{image:sbimg2}"></div>
  1002. <div id="sbimg03" class="bubble"><img src="{image:sbimg3}"></div>
  1003.  
  1004.  
  1005.  
  1006. <div id="descbubble">
  1007. <div id="desctitle" class="{select:Font}">desc</div>
  1008. <div id="desc" class="bubble"><br/><br/><center>{Description}</center></div>
  1009. </div>
  1010.  
  1011.  
  1012.  
  1013. <div id="sblinks">
  1014. <div id="sblinkbutton" class="bubble {select:Font}">links</div>
  1015.  
  1016. <a href="{text:link1url}" title="{text:link1hover}"><div id="sblink1" class="sblink"></div></a>
  1017. <a href="{text:link2url}" title="{text:link2hover}"><div id="sblink2" class="sblink"></div></a>
  1018. <a href="{text:link3url}" title="{text:link3hover}"><div id="sblink3" class="sblink"></div></a>
  1019. <a href="{text:link4url}" title="{text:link4hover}"><div id="sblink4" class="sblink"></div></a>
  1020. <a href="{text:link5url}" title="{text:link5hover}"><div id="sblink5" class="sblink"></div></a>
  1021. <a href="{text:link6url}" title="{text:link6hover}"><div id="sblink6" class="sblink"></div></a>
  1022. <a href="{text:link7url}" title="{text:link7hover}"><div id="sblink7" class="sblink"></div></a>
  1023. <a href="{text:link8url}" title="{text:link8hover}"><div id="sblink7" class="sblink"></div></a>
  1024.  
  1025. </div>
  1026.  
  1027.  
  1028.  
  1029.  
  1030. {block:PreviousPage}
  1031. <a href="{PreviousPage}"><div id="prevpage" class="bubble">&laquo;</div></a>
  1032. {/block:PreviousPage}
  1033.  
  1034.  
  1035.  
  1036. {block:NextPage}
  1037. <a href="{NextPage}"><div id="nextpage" class="bubble">&raquo;</div></a>
  1038. {/block:NextPage}
  1039.  
  1040.  
  1041. <div id="sidebar">
  1042. </div>
  1043.  
  1044. <div class="randombubble" id="b1"></div>
  1045. <div class="randombubble" id="b2"></div>
  1046. <div class="randombubble" id="b3"></div>
  1047. <div class="randombubble" id="b4"></div>
  1048. <div class="randombubble" id="b5"></div>
  1049. <div class="randombubble" id="b6"></div>
  1050. <div class="randombubble" id="b7"></div>
  1051.  
  1052.  
  1053. <div id="tab1"></div>
  1054. <div id="tab2"></div>
  1055. <div id="tab3"></div>
  1056. <div id="tab4"></div>
  1057. <div id="tab5"></div>
  1058.  
  1059. <!-- boring post stuff - you don't really need to edit there I'd say -->
  1060. <div id="content">
  1061. {block:Posts}
  1062.  
  1063.  
  1064.  
  1065. <div id="posts">
  1066.  
  1067.  
  1068. <div id="tagsbox">
  1069. <a href="{Permalink}" title="{block:Date}{lang:Posted TimeAgo}{/block:Date}
  1070. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}"><div id="perm" class="permlink"></div>
  1071. </a>
  1072. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="via: {ReblogParentName}"><div id="via" class="permlink"></div></a>
  1073. <a href="{ReblogRootURL}" title="originally: {ReblogRootName}"><div id="origin" class="permlink"></div></a>
  1074. {/block:RebloggedFrom}
  1075. <a href="{ReblogURL}" title="reblog" target="_blank"><div id="reblog" class="permlink"></div></a>
  1076. </div>
  1077.  
  1078. {block:ContentSource}
  1079. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  1080. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  1081. {/block:SourceLogo}
  1082. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  1083. {/block:ContentSource}
  1084.  
  1085. {block:Photo}
  1086. {LinkOpenTag}<img src="{PhotoURL-500}" />{LinkCloseTag}
  1087. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  1088. {/block:Photo}
  1089.  
  1090. {block:Photoset}
  1091. {Photoset-500}
  1092. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  1093. {/block:Photoset}
  1094.  
  1095. {block:Video}
  1096. {Video-500}
  1097. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  1098. {/block:Video}
  1099.  
  1100. {block:Audio}
  1101. <div class="audio {select:Font}">
  1102. {block:TrackName}
  1103. {TrackName}
  1104. {/block:TrackName}
  1105. {block:Artist}
  1106. &middot;&middot;&middot;
  1107. {Artist}
  1108. {/block:Artist}
  1109. </div>
  1110. <div class="player">
  1111. {AudioPlayerWhite}
  1112. </div>
  1113.  
  1114. {block:Caption}<br /><div class="audiopost">{Caption}</div>{/block:Caption}
  1115. {/block:Audio}
  1116.  
  1117. {block:Quote}
  1118. <div class="quote {select:Font}">“{Quote}”</div>
  1119. {block:Source}<div class="quotesource">&middot;&middot;&middot; {Source}</div>{/block:Source}
  1120. {/block:Quote}
  1121.  
  1122. {block:Text}
  1123. {block:Title}<div class="{select:Font}" class="posttitle">{Title}</div><br/>{/block:Title}<div class="textpost">{Body}</div>
  1124. {/block:Text}
  1125.  
  1126. {block:Answer}
  1127. <div class="askericon"><div class="askicon"><img src="{AskerPortraitURL-64}" /></div></div>
  1128. <div class="question"><div class="asker {select:Font}">{Asker}:</div><em>{Question}</em></div><br />
  1129. <div class="answer">{block:Answerer}<div class="answerer">{Answerer}:</div>{/block:Answerer}<div class="answerer-answer">{Answer}</div></div>
  1130. {/block:Answer}
  1131. {block:Reblog}<div class="caption">{Replies}</div>{/block:Reblog}
  1132.  
  1133. {block:Chat}
  1134. <div class="chat">
  1135. {block:Title}<div class="chattitle {select:Font}">{Title}</div>{/block:Title}
  1136. {block:Lines}
  1137. {block:Label}<div class="chatbubble"></div><strong>{Label}</strong>{/block:Label} {Line}<br />
  1138. {/block:Lines}
  1139. </div>
  1140. {/block:Chat}
  1141.  
  1142. {block:Link}
  1143. <div class="linkpost">
  1144. <a href="{URL}" ><div class="{select:Font} linktitle">{Name}</div></a>
  1145. {block:Description}<div class="caption">{Description}</div>{/block:Description}</div>
  1146. {/block:Link}
  1147.  
  1148.  
  1149.  
  1150.  
  1151.  
  1152.  
  1153. {block:HasTags}<div id="tags">
  1154. {block:Tags}
  1155. <a href="{TagURL}">{Tag}</a><span class="comma"> &nbsp;&middot;&nbsp; </span>
  1156. {/block:Tags}
  1157. </div>
  1158. {/block:HasTags}
  1159.  
  1160. </div> <!-- posts div -->
  1161.  
  1162.  
  1163.  
  1164.  
  1165. {block:PostNotes}
  1166. <div id="notecontainer">{PostNotes}</div>
  1167. {/block:PostNotes}
  1168.  
  1169. {/block:Posts}
  1170. </div> <!-- content div-->
  1171.  
  1172.  
  1173. <!-- /* CREDIT: DO NOT REMOVE !!! */ -->
  1174.  
  1175. <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
  1176.  
  1177.  
  1178. <a href="http://spirkthemes.tumblr.com"><div id="credit" data-tipped-options="position: 'left'"></div></a>
  1179.  
  1180. <script src="http://static.tumblr.com/h5czl1a/ACynk4kjd/tipped.js"></script>
  1181.  
  1182. <script type='text/javascript'>
  1183. $(document).ready(function() {
  1184. Tipped.create('#credit','theme credit');
  1185. });
  1186. </script>
  1187.  
  1188. <script type="text/javascript">
  1189. $(document).ready(function(){
  1190. var clickCount = 0;
  1191. $('#sblinkbutton').click(function(){
  1192. if(clickCount%2==0) {
  1193. $('#sblink1').show(100);
  1194. $('#sblink2').show(200);
  1195. $('#sblink3').show(300);
  1196. $('#sblink4').show(400);
  1197. $('#sblink5').show(500);
  1198. $('#sblink6').show(600);
  1199. $('#sblink7').show(700);
  1200. $('#sblink8').show(800);
  1201. $('#themedirectory').show(300);
  1202. }
  1203.  
  1204. if(clickCount%2==1) {
  1205. $('#sblink1').hide(100);
  1206. $('#sblink2').hide(200);
  1207. $('#sblink3').hide(300);
  1208. $('#sblink4').hide(400);
  1209. $('#sblink5').hide(500);
  1210. $('#sblink6').hide(600);
  1211. $('#sblink7').hide(700);
  1212. $('#sblink8').hide(800);
  1213. $('#themedirectory').hide(300);
  1214. }
  1215. clickCount++;
  1216. });
  1217. });
  1218. </script>
  1219.  
  1220. <script>
  1221. $(document).ready(function(){
  1222. $('#sblink8').click(function(){
  1223. $('#popuplinks').fadeIn(2000);
  1224. $('#pubg').fadeIn(2000);
  1225. });
  1226. $('#puback').click(function(){
  1227. $('#popuplinks').fadeOut(1000);
  1228. $('#pubg').fadeOut(1000);
  1229. });
  1230. $('#pubg').click(function(){
  1231. $('#popuplinks').fadeOut(1000);
  1232. $('#pubg').fadeOut(1000);
  1233. });
  1234. });
  1235.  
  1236. </script>
  1237.  
  1238.  
  1239. </body>
  1240.  
  1241.  
  1242. </html>
Advertisement
Add Comment
Please, Sign In to add comment