Advertisement
spirkism

theme #31: zeus

Jul 16th, 2017
1,229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.53 KB | None | 0 0
  1. <!--
  2.  
  3. -------------------------------THEME #31: ZEUS-------------------------------
  4. -------------------------#2 in the greek gods series-------------------------
  5. ------------------------by Phi (spirkthemes/spirkism)------------------------
  6.  
  7. --updated 2017/07/30: fixed bugs:
  8. - audioposts not playing properly
  9.  
  10. -----------------------------------RULES:------------------------------------
  11. - do not steal/redistribute
  12. - don't (re)move the credit
  13. - don't use as a base code, there are plenty of those out there & don't take snippets
  14. - you are allowed to edit as much as you like for your own personal use
  15. - don't hesitate to contact me if you find a bug or need otherwise help
  16. ------------------------------------------------------------------------------
  17.  
  18. -->
  19.  
  20. <!DOCTYPE html>
  21. <head>
  22.  
  23. <title>{Title}</title>
  24.  
  25. <!-- /* LINKS */ -->
  26. <link rel="shortcut icon" href="{Favicon}">
  27. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  28. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
  29. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/h5czl1a/aTqnk4mjj/tooltipstuff.css"/>
  30.  
  31.  
  32.  
  33.  
  34. <!-- /* META TAGS */ -->
  35. <meta name="color:background" content="#fafafa" />
  36. <meta name="color:primary" content="#ffffff" />
  37. <meta name="color:accent" content="#3c5376" />
  38. <meta name="color:text" content="#8c8c8c" />
  39. <meta name="color:links" content="#3c5376" />
  40. <meta name="color:links hover" content="#6082b5" />
  41.  
  42.  
  43. <meta name="text:link 1 url" content="/" />
  44. <meta name="text:link 1 text" content="home" />
  45. <meta name="text:link 2 url" content="/ask" />
  46. <meta name="text:link 2 text" content="message" />
  47. <meta name="text:link 3 url" content="/archive" />
  48. <meta name="text:link 3 text" content="archive" />
  49. <meta name="text:link 4 url" content="/" />
  50. <meta name="text:link 4 text" content="link 4" />
  51. <meta name="text:link 5 url" content="/" />
  52. <meta name="text:link 5 text" content="" />
  53. <meta name="text:link 6 url" content="/" />
  54. <meta name="text:link 6 text" content="" />
  55. <meta name="text:link 7 url" content="/" />
  56. <meta name="text:link 7 text" content="" />
  57. <meta name="text:link 8 url" content="/" />
  58. <meta name="text:link 8 text" content="" />
  59.  
  60. <meta name="image:background" content="" />
  61. <meta name="image:sidebar" content="" />
  62. <meta name="font:Body" content="Arial, Helvetica, sans-serif"/>
  63. <meta name="font:Special" content="Arial, Helvetica, sans-serif"/>
  64.  
  65. <meta name="if:title" content="1" />
  66. <meta name="if:searchbar" content="1" />
  67. <meta name="if:shadows" content="0" />
  68. <meta name="if:scroll to top" content="1" />
  69. <meta name="if:infinite scroll" content="0" />
  70.  
  71.  
  72. <meta name="select:post size" content="500px" title="500px">
  73. <meta name="select:post size" content="400px" title="400px">
  74. <meta name="select:post size" content="250px" title="250px">
  75.  
  76.  
  77. <meta name="select:Index tags" content="fixed-tags" title="visible tags" />
  78. <meta name="select:Index tags" content="hover-tags" title="tags on hover" />
  79. <meta name="select:Index tags" content="no-tags" title="no tags" />
  80.  
  81. <meta name="select:Perma tags" content="fixed-tags" title="visible tags" />
  82. <meta name="select:Perma tags" content="no-tags" title="no tags" />
  83. <meta name="select:Perma tags" content="hover-tags" title="tags on hover" />
  84.  
  85.  
  86.  
  87. <style type="text/css">
  88.  
  89.  
  90. /* ----------- GENERAL ---------- */
  91.  
  92. ::-webkit-scrollbar-thumb {
  93. background-color: RGBA({RGBcolor:accent},0.5);
  94. height:auto;
  95. width: 5px;
  96. z-index: 9999999999999999999999999999999999999;
  97. }
  98.  
  99. ::-webkit-scrollbar {
  100. height:auto;
  101. width:5px;
  102. background-color:{color:primary};
  103. z-index: 999999999999999999999999999999999999;
  104. }
  105.  
  106.  
  107. div#qTip {
  108. font-size: 11px;
  109. font: 0.9em {font:body};
  110. line-height: 11px;
  111. display: none;
  112. text-align: center;
  113. position: absolute;
  114. z-index: 999999999999999999999999999999999999999999999999999999;
  115. background-color: {color:accent};
  116. padding: 3px 7px;
  117. color: {color:primary};
  118. max-width: 200px;
  119. height: auto;
  120. border: 0.5px solid {color:background};
  121. -webkit-transition: all 0.1s ease-out;
  122. -moz-transition: all 0.1s ease-out;
  123. -o-transition: all 0.1s ease-out;
  124. }
  125.  
  126. body {
  127. word-wrap:break-word;
  128. margin: 0;
  129. background-image: url('{image:background}');
  130. background-attachment: fixed;
  131. background-size: 100% auto;
  132. background-color: {color:background};
  133. font: 11px {font:body};
  134. color: {color:text};
  135. }
  136.  
  137. img {
  138. max-width: 100%;
  139. }
  140.  
  141. a {
  142. text-decoration: none;
  143. color: {color:links};
  144. -webkit-transition: 0.5s ease;transition: 0.5s ease;
  145. -o-transition: 0.5s ease;
  146. -moz-transition: 0.5s ease;
  147. }
  148.  
  149. a:hover {
  150. text-decoration: none;
  151. color: {color:links hover};
  152. -webkit-transition: 0.5s ease;transition: 0.5s ease;
  153. -o-transition: 0.5s ease;
  154. -moz-transition: 0.5s ease;
  155. }
  156.  
  157. blockquote {
  158. border-left: solid 2px {color:text};
  159. padding-left: 10px;
  160. max-width: 100%;
  161. }
  162.  
  163.  
  164.  
  165.  
  166. /* ---------------------SIDEBAR--------------------- */
  167.  
  168. #sidebar {
  169. position: fixed;
  170. top: 130px;
  171. left: 70px;
  172. }
  173.  
  174.  
  175. #bolt {
  176. position: absolute;
  177. width: 103px;
  178. top: 0px;
  179. margin-top: -50px;
  180. z-index: 3;
  181. overflow:hidden;
  182. }
  183.  
  184. #bolt svg {
  185. width: 220px;
  186. fill: {color:accent};
  187. }
  188.  
  189. #bolt svg path {
  190. width: 220px;
  191. }
  192.  
  193.  
  194.  
  195. #sb-content {
  196. position: absolute;
  197. width: 205px;
  198. z-index: 2;
  199. margin-left: 50px;
  200. }
  201.  
  202. #sb-box {
  203. position: relative;
  204. background-color: {color:primary};
  205. width: 205px;
  206. max-height: 160px;
  207. z-index: 2;
  208. {block:IfShadows}
  209. box-shadow: 2px 2px 2px #EAEAEA;
  210. {/block:IfShadows}
  211. }
  212.  
  213. #desc {
  214. position: relative;
  215. padding: 8px 7px 8px 22px;
  216. height: 50px;
  217. font-size: 0.9em;
  218. overflow: hidden;
  219. }
  220.  
  221. #sb-links {
  222. position: relative;
  223. margin-left: 50px;
  224. width: 150px;
  225. margin-top: 5px;
  226. padding-bottom: 10px;
  227. }
  228.  
  229. .sb-link {
  230. width: 65px;
  231. display: inline-block;
  232. text-align: center;
  233. border-bottom: 0.5px solid RGBA({RGBcolor:text}, 0.3);
  234. padding: 3px;
  235. margin-bottom: 2px;
  236. color: {color:accent};
  237. -webkit-transition: 0.5s ease;transition: 0.5s ease;
  238. -o-transition: 0.5s ease;
  239. -moz-transition: 0.5s ease;
  240. }
  241.  
  242. .sb-link:hover {
  243. letter-spacing: 0.1em;
  244. -webkit-transition: 0.5s ease;transition: 0.5s ease;
  245. -o-transition: 0.5s ease;
  246. -moz-transition: 0.5s ease;
  247. }
  248.  
  249. #title {
  250. position: relative;
  251. margin-top: 5px;
  252. font:1.2em {font:special};
  253. color: {color:accent};
  254. text-align: right;
  255. {block:IfShadows}
  256. text-shadow: 2px 2px 2px #EAEAEA;
  257. {/block:IfShadows}
  258. }
  259.  
  260.  
  261. /* ------- SEARCHBAR -------- */
  262.  
  263. #searchbar {
  264. position: relative;
  265. margin-left: 15px;
  266. display: inline-block;
  267. background-color: {color:primary};
  268. padding: 3px;
  269. margin-top: 5px;
  270. {block:IfShadows}
  271. box-shadow: 2px 2px 2px #EAEAEA;
  272. {/block:IfShadows}
  273. }
  274.  
  275. #searchform input {
  276. border: 0px;
  277. padding: 5px;
  278. text-transform: uppercase;
  279. margin-top: 0px;
  280. letter-spacing: 1px;
  281. font-size: 0.8em;
  282. color: #575757;
  283. border-radius: 3px;
  284. }
  285.  
  286. #searchinput {
  287. background-color: {color:background};
  288. border-radius: 3px;
  289. width: 150px;
  290. }
  291.  
  292. #searchbutton {
  293. vertical-align: bottom;
  294. height: 10px;
  295. background-color: {color:background};
  296. border-radius: 3px;
  297. }
  298.  
  299.  
  300. #searchform input:focus {
  301. outline: none;
  302. }
  303.  
  304.  
  305. /* ---------------- TUMBLR CONTROLS ----------------- */
  306.  
  307. .tmblr-iframe {
  308. position: fixed;
  309. margin-top: 5px;
  310. -webkit-filter: invert(100%);
  311. filter: invert(100%);
  312. border: none;
  313. opacity: 0.2;
  314. z-index: 999;
  315. }
  316.  
  317.  
  318.  
  319. /* ---------------- LIGHTBOX ----------------- */
  320.  
  321.  
  322. .tmblr-lightbox {
  323. background-color: RGBA({RGBcolor:background}, 0.7) !important;
  324. }
  325.  
  326.  
  327. .tmblr-lightbox .vignette {
  328. opacity:0; !important;
  329. }
  330.  
  331.  
  332. .tmblr-lightbox .lightbox-image {
  333. box-shadow: none !important;
  334. overflow:hidden !important;
  335. border-radius: 0px !important;
  336. border: 10px solid {color:primary} !important;
  337. }
  338.  
  339. .tmblr-lightbox .lightbox-image img {
  340. overflow:hidden !important;
  341. border-radius: 0px !important;
  342. }
  343.  
  344. .tmblr-lightbox .lightbox-image-container {
  345.  
  346. }
  347.  
  348. .tmblr-lightbox .lightbox-caption {
  349. display: none;
  350. }
  351.  
  352.  
  353.  
  354.  
  355. /* ---------------------------------------- */
  356. /* ------------ POSTS & CONTENT ----------- */
  357. /* ---------------------------------------- */
  358.  
  359.  
  360.  
  361. #content {
  362. position: relative;
  363. width: {select:post size};
  364. margin-left: 450px;
  365. }
  366.  
  367.  
  368. #posts {
  369. margin-top: 50px;
  370. }
  371.  
  372. #post {
  373. background-color: {color:primary};
  374. width: {select:post size};
  375. {block:IfShadows}
  376. box-shadow: 2px 2px 2px #EAEAEA;
  377. {/block:IfShadows}
  378. }
  379.  
  380. .posty {
  381. width: {select:post size};
  382. margin-bottom: 70px;
  383. }
  384.  
  385.  
  386. .caption {
  387. padding: 0px 10px 0px 10px;
  388. }
  389.  
  390. .caption blockquote {
  391. margin-left: 5px;
  392. margin-right: 0px;
  393. max-width: 100%;
  394. }
  395.  
  396. .caption img {
  397. height: 100%;
  398. width: auto;
  399. }
  400.  
  401. .bolt-div-500px svg {
  402. width: 500px;
  403. fill: RGBA({RGBcolor:text}, 0.5);
  404. }
  405.  
  406. .bolt-div-400px svg {
  407. width: 90%;
  408. fill: RGBA({RGBcolor:text}, 0.5);
  409. margin-left: 20px;
  410. }
  411.  
  412. .bolt-div-250px svg {
  413. width: 90%;
  414. margin-left: 5%;
  415. border:1px solid transparent;
  416. fill: RGBA({RGBcolor:text}, 0.7);
  417. }
  418.  
  419. .pag {
  420. position: relative;
  421. display: inline-block;
  422. padding-bottom: 5px;
  423. border-bottom: 0.5px solid RGBA({RGBcolor:text}, 0.5);
  424. -webkit-transition: 0.5s ease;transition: 0.5s ease;
  425. -o-transition: 0.5s ease;
  426. -moz-transition: 0.5s ease;
  427. }
  428.  
  429. .pag:hover {
  430. letter-spacing:0.1em;
  431. -webkit-transition: 0.5s ease;transition: 0.5s ease;
  432. -o-transition: 0.5s ease;
  433. -moz-transition: 0.5s ease;
  434. }
  435.  
  436. #pag {
  437. position: relative;
  438. margin-bottom: 30px;
  439. width: {select:post size};
  440. text-align: center;
  441. }
  442.  
  443. #prev {
  444. margin-right: 10px;
  445. }
  446.  
  447.  
  448. /*------------------------TEXT POST----------------------- */
  449.  
  450.  
  451.  
  452. .textpost {
  453. padding: 10px;
  454. }
  455.  
  456. .textpost-title {
  457. font: 1.1em {font:special};
  458. margin-bottom: 5px;
  459. padding-left: 10px;
  460. padding-right: 10px;
  461. }
  462.  
  463. .textpost-text {
  464.  
  465. }
  466.  
  467. .textpost blockquote {
  468. margin-left: 5px;
  469. margin-right: 0px;
  470. max-width: 100%;
  471. }
  472.  
  473. .textpost img {
  474. height: 100%;
  475. max-width: 100%;
  476. }
  477.  
  478. /*------------------------PHOTO POST----------------------- */
  479.  
  480.  
  481. .photopost {
  482.  
  483. }
  484.  
  485. .panorama-post {
  486.  
  487. }
  488.  
  489. .photosetpost {
  490. overflow:hidden;
  491. }
  492.  
  493. .photoset {
  494. width: calc(100% + 3px);
  495. margin-right: 0px;
  496. padding: 0px;
  497. overflow:hidden;
  498. }
  499.  
  500.  
  501. /*------------------------QUOTE POST----------------------- */
  502.  
  503. .quotepost {
  504. padding: 10px;
  505. }
  506.  
  507. .quotepost-quote {
  508. margin-bottom: 10px;
  509. }
  510.  
  511. .quotepost-source {
  512. margin-top: 10px;
  513. text-align: right;
  514. font-size: 0.9em;
  515. }
  516.  
  517. /*------------------------LINK POST----------------------- */
  518.  
  519. .linkpost {
  520. padding: 10px;
  521. }
  522.  
  523. .linkpost blockquote {
  524. margin-left: 5px;
  525. margin-right: 0px;
  526. max-width: 100%;
  527. }
  528.  
  529. .linkpost-title {
  530. font: 1.1em {font:special};
  531. margin-bottom: 5px;
  532. padding-left: 10px;
  533. padding-right: 10px;
  534. -webkit-transition: 0.5s ease;transition: 0.5s ease;
  535. -o-transition: 0.5s ease;
  536. -moz-transition: 0.5s ease;
  537. }
  538.  
  539. .linkpost-title:hover{
  540. letter-spacing:0.1em;
  541. -webkit-transition: 0.5s ease;transition: 0.5s ease;
  542. -o-transition: 0.5s ease;
  543. -moz-transition: 0.5s ease;
  544. }
  545.  
  546.  
  547. .linkpost .caption {
  548.  
  549. }
  550.  
  551. .linkpost-img {
  552.  
  553. }
  554.  
  555.  
  556. /*------------------------CHAT POST----------------------- */
  557.  
  558. .chatpost {
  559. padding: 10px;
  560. }
  561.  
  562. .chatpost-title {
  563. font: 1.1em {font:special};
  564. margin-bottom: 5px;
  565. padding-left: 10px;
  566. padding-right: 10px;
  567. }
  568.  
  569. .chatpost ul {
  570. list-style-type: none;
  571. padding-left: 10px;
  572. }
  573.  
  574. .chatpost ul li {
  575. margin-bottom: 3px;
  576. line-height: 1.2em;
  577. }
  578.  
  579. .chatpost ul li:last-child {
  580.  
  581. }
  582.  
  583. .chatpost ul .odd {
  584.  
  585. }
  586.  
  587. .chatpost ul .even {
  588.  
  589. }
  590.  
  591. /*------------------------AUDIO POST----------------------- */
  592.  
  593. .audiopost {
  594. padding: 10px;
  595. }
  596.  
  597. .audiopost-button {
  598. margin-top: 15px;
  599. margin-left: 15px;
  600. position: absolute;
  601. height: 30px;
  602. width: 30px;
  603. background-color: RGBA({RGBcolor:primary}, 1);
  604. opacity: 0.5;
  605. z-index: 1;
  606. }
  607.  
  608. .audiopost-player {
  609. position: absolute;
  610. width: 25px;
  611. height: 25px;
  612. overflow:hidden;
  613. opacity: 0.5;
  614. z-index: 999;
  615. }
  616.  
  617.  
  618. .audiopost-img {
  619. position: absolute;
  620. height: 60px;
  621. width: 60px;
  622. overflow:hidden;
  623. display: inline-block;
  624. }
  625.  
  626.  
  627.  
  628. .audiopost-fallbackimg {
  629. position: absolute;
  630. height: 60px;
  631. width: 60px;
  632. overflow: hidden;
  633. display: inline-block;
  634. }
  635.  
  636.  
  637.  
  638.  
  639. .audiopost ul {
  640. list-style-type: none;
  641. position: relative;
  642. display: inline-block;
  643. vertical-align: top;
  644. margin-top: 0px;
  645. padding-left: 70px;
  646. min-height: 60px;
  647. }
  648.  
  649. .audiopost ul li {
  650. border-bottom: 0.5px solid RGBA({RGBcolor:text}, 0.5);
  651. padding-bottom: 3px;
  652. margin-bottom: 3px;
  653. }
  654.  
  655. .audiopost .caption {
  656. margin-top: -10px;
  657. }
  658.  
  659.  
  660. /*------------------------VIDEO POST----------------------- */
  661.  
  662. .videopost {
  663.  
  664. }
  665.  
  666. .videopost-video {
  667.  
  668. }
  669.  
  670.  
  671. .main-250px .select-400px {
  672. display: none;
  673. }
  674.  
  675. .main-250px .select-500px {
  676. display: none;
  677. }
  678.  
  679. .main-400px .select-500px {
  680. display: none;
  681. }
  682.  
  683. .main-400px .select-250px {
  684. display: none;
  685. }
  686.  
  687. .main-500px .select-250px {
  688. display: none;
  689. }
  690.  
  691. .main-500px .select-400px {
  692. display: none;
  693. }
  694.  
  695. /*------------------------ASK POST----------------------- */
  696.  
  697. .answerpost {
  698. padding: 10px;
  699. }
  700.  
  701. .answerpost .caption {
  702. padding: 0px;
  703. margin-top: 15px;
  704. border-top: 0.5px solid RGBA({RGBcolor:text}, 0.5);
  705. }
  706.  
  707.  
  708. .answerpost img {
  709. width: 100%;
  710. height: auto;
  711. }
  712.  
  713. .answerpost-asker {
  714. display: inline-block;
  715. vertical-align: 12px;
  716. margin-left: 3px;
  717. border-bottom: 0.5px solid RGBA({RGBcolor:text}, 0.5);
  718. padding-bottom: 10px;
  719. }
  720.  
  721.  
  722. .answerpost-askerimg {
  723. width: 30px;
  724. height: 30px;
  725. display: inline-block;
  726. }
  727.  
  728. .answerpost-askerimg img {
  729. width: 30px;
  730. height: 30px;
  731. display: inline-block;
  732. }
  733.  
  734.  
  735.  
  736.  
  737. .answerpost-question {
  738. margin-top: 10px;
  739. padding-left: 0px;
  740. margin-bottom: 15px;
  741. }
  742.  
  743.  
  744.  
  745. .answerpost-answererimg {
  746.  
  747. }
  748.  
  749. .answerpost-answerer {
  750. border-bottom: 0.5px solid RGBA({RGBcolor:text}, 0.5);
  751. padding-bottom: 5px;
  752. display:inline-block;
  753. }
  754.  
  755. .answerpost-answer {
  756. margin-top: 15px;
  757. }
  758.  
  759. .answerpost .caption:empty {
  760. display: none;
  761. }
  762.  
  763. /*------------------------PERM----------------------- */
  764.  
  765. #permbox1 {
  766. background-color: RGBA({RGBcolor:background}, 0.5);
  767. padding: 4px;
  768. }
  769.  
  770. #permbox2 {
  771. background-color: RGBA({RGBcolor:background}, 0.5);
  772. padding: 4px;
  773. {block:IfInfiniteScroll}
  774. min-height: 12px;
  775. {/block:IfInfiniteScroll}
  776. }
  777.  
  778. .permbox-box {
  779. display: inline-block;
  780. color: {color:text};
  781. }
  782.  
  783.  
  784.  
  785. #parent-portrait:before {
  786. font-family: FontAwesome;
  787. font-size: 1.2em;
  788. content: "\f007";
  789. }
  790.  
  791. #root-portrait:before {
  792. font-family: FontAwesome;
  793. font-size: 1.2em;
  794. content: "\f1f9";
  795. }
  796.  
  797. #notecount-box:before {
  798. font-family: FontAwesome;
  799. font-size: 1.3em;
  800. content: "\f0e7";
  801. }
  802.  
  803.  
  804. #timeago-box:before {
  805. font-family: FontAwesome;
  806. font-size: 1.3em;
  807. content: "\f0e7";
  808. }
  809.  
  810. #reblogbutton:before {
  811. font-family: FontAwesome;
  812. font-size: 1.3em;
  813. content: "\f079";
  814. }
  815.  
  816. #timeago {
  817. position: absolute;
  818. right: 5px;
  819. display: inline-block;
  820. }
  821.  
  822. #timeago-box {
  823. margin-left: 3px;
  824. }
  825.  
  826. #root-portrait {
  827. margin-left: 3px;
  828. }
  829.  
  830. #parent-portrait {
  831. margin-left: 3px;
  832. }
  833.  
  834. #notecount {
  835. margin-left: 3px;
  836. vertical-align: 2px;
  837. }
  838.  
  839. #reblogbutton {
  840. position:absolute;
  841. {block:IfNotInfiniteScroll}
  842. right: 20px;
  843. {/block:IfNotInfiniteScroll}
  844. {block:IfInfiniteScroll}
  845. right: 5px;
  846. {/block:IfInfiniteScroll}
  847. margin-top: -1px;
  848. {block:IndexPage}
  849. margin-top: -2px;
  850. {/block:IndexPage}
  851. }
  852.  
  853. #like-heart {
  854. position:absolute;
  855. display:inline-block;
  856. margin-top: -10px;
  857. {block:IndexPage}
  858. margin-top: -9px;
  859. {/block:IndexPage}
  860. width:12px;
  861. height:12px;
  862. right: 5px;
  863. }
  864.  
  865. #like-heart svg {
  866. width:12px;
  867. height:auto;
  868. opacity: 0.9;
  869. display:block;
  870. fill: {color:text};
  871. }
  872.  
  873.  
  874. #like-heart .liked + svg {
  875. opacity:1;
  876. }
  877.  
  878. #like-heart .liked + svg path {
  879. fill:{color:accent};
  880. }
  881.  
  882.  
  883. #like-heart .like_button iframe {
  884. position:absolute;
  885. top:0;
  886. left:0;
  887. bottom:0;
  888. right:0;
  889. z-index:2;
  890. opacity:0;
  891. }
  892.  
  893.  
  894.  
  895.  
  896. /*------------------------TAGS----------------------- */
  897.  
  898.  
  899. .no-tags {
  900. display: none;
  901. }
  902.  
  903. .no-tags .comma:last-child {
  904. display: none;
  905. }
  906.  
  907. .hover-tags {
  908. text-align: center;
  909. padding: 0px 7px;
  910. color:{color:text};
  911. opacity: 0;
  912. font-size: 0.9em;
  913. height: 0px;
  914. -webkit-transition: 0.5s ease;transition: 0.5s ease;
  915. -o-transition: 0.5s ease;
  916. -moz-transition: 0.5s ease;
  917. }
  918.  
  919. .hover-tags .comma:last-child {
  920. display: none;
  921. }
  922.  
  923. .hover-tags .comma {
  924. margin-left: 6px;
  925. margin-right: 3px;
  926. }
  927.  
  928. .posty:hover .hover-tags {
  929. padding: 7px;
  930. height: auto;
  931. opacity: 1;
  932. -webkit-transition: 0.5s ease;transition: 0.5s ease;
  933. -o-transition: 0.5s ease;
  934. -moz-transition: 0.5s ease;
  935. }
  936.  
  937. .fixed-tags {
  938. text-align: center;
  939. padding: 7px;
  940. color:{color:text};
  941. font-size: 0.9em;
  942. }
  943.  
  944. .fixed-tags .comma:last-child {
  945. display: none;
  946. }
  947.  
  948. .fixed-tags .comma {
  949. margin-left: 6px;
  950. margin-right: 3px;
  951. }
  952.  
  953.  
  954. /*------------------------NOTES----------------------- */
  955.  
  956. #notes {
  957. background-color: {color:primary};
  958. padding: 10px;
  959. width: calc({select:post size} - 20px);
  960. margin-top: -30px;
  961. {block:IfShadows}
  962. box-shadow: 2px 2px 2px #EAEAEA;
  963. {/block:IfShadows}
  964. }
  965.  
  966. #notes ol {
  967. list-style-type: none;
  968. padding-left: 0px;
  969. text-align: center;
  970. width: 100%;
  971. margin-left: -20px;
  972. }
  973.  
  974. #notes ol li {
  975. margin-bottom: 5px;
  976. font-size: 0.9em;
  977. }
  978.  
  979. #notes img {
  980. width: 20px;
  981. height: 20px;
  982. margin-right: 5px;
  983. display: none;
  984. }
  985.  
  986. /*------------------------SCROLL TO TOP----------------------- */
  987.  
  988. #scroll-button {
  989. background-color: {color:primary};
  990. position: fixed;
  991. right: 5px;
  992. bottom: 35px;
  993. width: 25px;
  994. height: 25px;
  995. line-height: 25px;
  996. color:{color:accent};
  997. text-align: center;
  998. display: block;
  999. cursor: help;
  1000. z-index: 99999999999999999999999999999999999999999999999;
  1001. {block:IfShadows}
  1002. box-shadow: 2px 2px 2px #EAEAEA;
  1003. {/block:IfShadows}
  1004. }
  1005.  
  1006. #scroll-button:before {
  1007. content: "\f062";
  1008. font-family: FontAwesome;
  1009. font-size:1.2em;
  1010. }
  1011.  
  1012.  
  1013. /*------------------------CREDIT----------------------- */
  1014.  
  1015. /* -- DO NOT EDIT ANYTHING HERE WITHOUT ASKING ME FIRST -- */
  1016.  
  1017. #credit {
  1018. position: fixed;
  1019. right: 5px;
  1020. bottom: 5px;
  1021. width: 25px;
  1022. height: 25px;
  1023. line-height: 25px;
  1024. background-color: {color:accent};
  1025. color:{color:primary};
  1026. text-align: center;
  1027. z-index: 99999999999999999999999999999999999999999999999;
  1028. {block:IfShadows}
  1029. box-shadow: 2px 2px 2px #EAEAEA;
  1030. {/block:IfShadows}
  1031. }
  1032.  
  1033.  
  1034.  
  1035. #credit:before {
  1036. content: "\f259";
  1037. font-family: FontAwesome;
  1038. font-size:1.2em;
  1039. }
  1040.  
  1041.  
  1042.  
  1043. </style>
  1044. </head>
  1045.  
  1046. <body>
  1047.  
  1048. <!-- /* SIDEBAR, HEADER, ETC. */ -->
  1049.  
  1050. <!-- /* SIDEBAR */ -->
  1051.  
  1052. <div id="sidebar">
  1053.  
  1054. <div id="bolt">
  1055. <svg width="300px" height="300px"
  1056. viewBox="0 0 300 300" version="1.1"
  1057. xmlns="http://www.w3.org/2000/svg">
  1058. <clipPath id="sidebarPic">
  1059. <path d="M40 0 L0 160 L60 160 L50 300 L140 110 L70 110 L100 0 Z"/>
  1060. </clipPath>
  1061. <image xlink:href="{image:sidebar}" x="-50" y="0" width="100%" height="100%" clip-path="url(#sidebarPic)"/>
  1062. </svg>
  1063. </div>
  1064.  
  1065. <div id="sb-content">
  1066. <div id="sb-box">
  1067. <div id="desc">{Description}</div>
  1068. <div id="sb-links">
  1069. {block:IfLink1Text}<a href="{text:link 1 url}"><div class="sb-link">{text:link 1 text}</div></a>{/block:IfLink1Text}
  1070. {block:IfLink2Text}<a href="{text:link 2 url}"><div class="sb-link">{text:link 2 text}</div></a>{/block:IfLink2Text}
  1071. {block:IfLink3Text}<a href="{text:link 3 url}"><div class="sb-link">{text:link 3 text}</div></a>{/block:IfLink3Text}
  1072. {block:IfLink4Text}<a href="{text:link 4 url}"><div class="sb-link">{text:link 4 text}</div></a>{/block:IfLink4Text}
  1073. {block:IfLink5Text}<a href="{text:link 5 url}"><div class="sb-link">{text:link 5 text}</div></a>{/block:IfLink5Text}
  1074. {block:IfLink6Text}<a href="{text:link 6 url}"><div class="sb-link">{text:link 6 text}</div></a>{/block:IfLink6Text}
  1075. {block:IfLink7Text}<a href="{text:link 7 url}"><div class="sb-link">{text:link 7 text}</div></a>{/block:IfLink7Text}
  1076. {block:IfLink8Text}<a href="{text:link 8 url}"><div class="sb-link">{text:link 8 text}</div></a>{/block:IfLink8Text}
  1077. </div>
  1078. </div>
  1079.  
  1080. {block:IfSearchbar}
  1081. <div id="searchbar">
  1082. <form action="/search" method="get" id=searchform>
  1083. <input type="text" name="q" value="{SearchQuery}" id="searchinput"/>
  1084. <input type="image" value="search" src="http://static.tumblr.com/h5czl1a/b6qom9fvn/search-icon-png-21.png" id="searchbutton"/>
  1085. </form></div>
  1086. {/block:IfSearchbar}
  1087.  
  1088. {block:IfTitle}<div id="title">{Title}</div>{/block:IfTitle}
  1089. </div>
  1090. </div>
  1091.  
  1092.  
  1093.  
  1094.  
  1095. <!-- /* POSTS */ DON'T CHANGE ANYTHING HERE PLEASE (or you might heck it) -->
  1096.  
  1097. <div id="content">
  1098. <div id="posts">
  1099. <div class="autopagerize_page_element">
  1100. {block:Posts}
  1101. <div class="posty">
  1102.  
  1103. <div id="post" class="{select:post size}">
  1104.  
  1105. <!-- {block:NoRebloggedFrom}
  1106. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  1107. {/block:NoRebloggedFrom} -->
  1108.  
  1109. {block:ContentSource}<!-- {SourceURL}
  1110. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  1111. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  1112. {/block:ContentSource}
  1113.  
  1114.  
  1115. <div id="permbox1">
  1116. {block:Date}
  1117. {block:IndexPage}
  1118. <a href="{Permalink}" title="{TimeAgo}{block:NoteCount} with {NoteCount} notes{/block:NoteCount}" id="time-link">
  1119. <div id="timeago-box" class="permbox-box"></div></a>
  1120. {block:IndexPage}
  1121. {block:RebloggedFrom}
  1122. <a href="{ReblogParentURL}" title="via: {ReblogParentName}">
  1123. <div id="parent-portrait" class="permbox-box">
  1124. </div>
  1125. </a>
  1126. <a href="{ReblogRootURL}" title="source: {ReblogRootName}">
  1127. <div id="root-portrait" class="permbox-box">
  1128. </div>
  1129. </a>
  1130. {/block:RebloggedFrom}
  1131. {block:NotReblog}
  1132. <a href="{PermaLink}" title="source: {Name}">
  1133. <div id="root-portrait" class="permbox-box"></div>
  1134. </a>
  1135. {/block:NotReblog}
  1136. {block:PermalinkPage}
  1137. <div id="timeago">{TimeAgo}</div>
  1138. {/block:PermalinkPage}
  1139. {/block:Date}
  1140. </div>
  1141.  
  1142.  
  1143. <!-- /* TEXT POST */ -->
  1144. {block:Text}<div class="textpost">
  1145. {block:Title}<div class="textpost-title">{Title}</div>
  1146. <div class="bolt-div-{select:post size}">
  1147. <svg width="400px" height="5px"
  1148. viewBox="0 0 400 5" version="1.1"
  1149. xmlns="http://www.w3.org/2000/svg">
  1150. <path d="M0 0 L200 0 L180 5 L400 5 Z">
  1151. </path>
  1152. </svg>
  1153. </div>
  1154. {/block:Title}
  1155. <div class="textpost-text">
  1156. {Body}
  1157. </div>
  1158. </div>
  1159. {/block:Text}
  1160.  
  1161. <!-- /* PHOTO POST */ -->
  1162. {block:Photo}<div class="photopost">
  1163. {LinkOpenTag}
  1164. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  1165. {LinkCloseTag}
  1166. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  1167. </div>
  1168. {/block:Photo}
  1169.  
  1170. <!-- /* PANORAMA POST */ -->
  1171. {block:Panorama}<div class="panoramapost">
  1172. {LinkOpenTag}
  1173. <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}" />
  1174. {LinkCloseTag}
  1175. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  1176. </div>
  1177. {/block:Panorama}
  1178.  
  1179. <!-- /* PHOTOSET POST */ -->
  1180. {block:Photoset}<div class="photosetpost">
  1181. {Photoset}
  1182. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  1183. </div>
  1184. {/block:Photoset}
  1185.  
  1186. <!-- /* QUOTE POST */ -->
  1187. {block:Quote}<div class="quotepost">
  1188. <div class="quotepost-quote">{Quote}</div>
  1189. {block:Source}
  1190. <div class="bolt-div-{select:post size}">
  1191. <svg width="400px" height="5px"
  1192. viewBox="0 0 400 5" version="1.1"
  1193. xmlns="http://www.w3.org/2000/svg">
  1194. <path d="M0 0 L200 0 L180 5 L400 5 Z">
  1195. </path>
  1196. </svg>
  1197. </div>
  1198. <div class="quotepost-source">{Source}</div>{/block:Source}
  1199. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  1200. </div>
  1201. {/block:Quote}
  1202.  
  1203. <!-- /* LINK POST */ -->
  1204. {block:Link}<div class="linkpost">
  1205. <a href="{URL}"><div class="linkpost-title">{Name}</div></a>
  1206. <div class="bolt-div-{select:post size}">
  1207. <svg width="400px" height="5px"
  1208. viewBox="0 0 400 5" version="1.1"
  1209. xmlns="http://www.w3.org/2000/svg">
  1210. <path d="M0 0 L200 0 L180 5 L400 5 Z">
  1211. </path>
  1212. </svg>
  1213. </div>
  1214. {block:Description}<div class="caption">{Description}</div>{/block:Description}
  1215. </div>
  1216. {/block:Link}
  1217.  
  1218.  
  1219. <!-- /* CHAT POST */ -->
  1220. {block:Chat}<div class="chatpost">
  1221. {block:Title}<div class="chatpost-title">{Title}</div>
  1222. <div class="bolt-div-{select:post size}">
  1223. <svg width="400px" height="5px"
  1224. viewBox="0 0 400 5" version="1.1"
  1225. xmlns="http://www.w3.org/2000/svg">
  1226. <path d="M0 0 L200 0 L180 5 L400 5 Z">
  1227. </path>
  1228. </svg>
  1229. </div>
  1230. {/block:Title}
  1231. <ul>
  1232. {block:Lines}
  1233. <li class="{Alt}">{block:Label}<strong>{Label}</strong> {/block:Label}{Line}</li>
  1234. {/block:Lines}
  1235. </ul>
  1236. </div>
  1237. {/block:Chat}
  1238.  
  1239.  
  1240. <!-- /* AUDIO POST */ -->
  1241. {block:Audio}<div class="audiopost">
  1242. {block:AlbumArt}
  1243. <div class="audiopost-img"><img src="{AlbumArtURL}"></div>
  1244. {/block:AlbumArt}
  1245. <div class="audiopost-fallbackimg"><img src="{image:sidebar}"></div>
  1246. {block:AudioPlayer}
  1247. <div class="audiopost-button">
  1248. <div class="audiopost-player">{AudioPlayer}</div>
  1249. </div>
  1250. {/block:AudioPlayer}
  1251. <ul>
  1252. {block:TrackName}<li><strong>Track:</strong> {TrackName}</li>{/block:TrackName}
  1253. {block:Artist}<li><strong>Artist:</strong> {Artist}</li>{/block:Artist}
  1254. {block:Album}<li><strong>Album:</strong> {Album}</li>{/block:Album}
  1255. </ul>
  1256. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  1257. </div>
  1258. {/block:Audio}
  1259.  
  1260.  
  1261. <!-- /* VIDEO POST */ -->
  1262. {block:Video}<div class="videopost"><div class="main-{select:post size}">
  1263. <div class="select-500px">{Video-500}</div>
  1264. <div class="select-400px">{Video-400}</div>
  1265. <div class="select-250px">{Video-250}</div>
  1266. </div>
  1267. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  1268. </div>
  1269. {/block:Video}
  1270.  
  1271. <!-- /* ASK POST */ -->
  1272. {block:Answer}
  1273. <div class="answerpost">
  1274. <div class="answerpost-askerimg"><img src="{AskerPortraitURL-48}"></div>
  1275. <div class="answerpost-asker"><strong>{Asker}</strong> asked:</div>
  1276. <div class="answerpost-question">{Question}</div>
  1277. <div class="bolt-div-{select:post size}">
  1278. <svg width="400px" height="5px"
  1279. viewBox="0 0 400 5" version="1.1"
  1280. xmlns="http://www.w3.org/2000/svg">
  1281. <path d="M0 0 L200 0 L180 5 L400 5 Z">
  1282. </path>
  1283. </svg>
  1284. </div>
  1285. {block:Answerer}
  1286. <div class="answerpost-answer"><div class="answerpost-answerer"><strong>{Answerer}</strong> answered: </div>{Answer}</div>
  1287. {/block:Answerer}
  1288. {block:NotReblog}
  1289. <div class="answerpost-answer">{Replies}</div>
  1290. {/block:NotReblog}
  1291. {block:RebloggedFrom}<div class="caption">{Replies}</div>{/block:RebloggedFrom}
  1292. </div>
  1293. {/block:Answer}
  1294.  
  1295.  
  1296. <!-- /* PERM */ -->
  1297.  
  1298.  
  1299. <div id="permbox2">
  1300. {block:Date}
  1301. {block:PermalinkPage}
  1302. <div id="notecount-box" class="permbox-box"></div><div id="notecount" class="permbox-box"> {NoteCount} notes</div>
  1303. {/block:PermalinkPage}
  1304. <a href="{ReblogUrl}" target="_blank"><div id="reblogbutton" class="permbox-box"></div></a>
  1305. {block:IfNotInfiniteScroll}
  1306. <div id="likebutton" class="permbox-box">
  1307. <div id="like-heart">{LikeButton}
  1308. <svg viewBox="0 0 19 16" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M14.0425097,0.000920262799 C16.1435097,-0.0400797372 18.8835097,1.28192026 18.9635097,5.36992026 C19.0525097,9.95492026 15.1985097,13.3079203 9.48350967,16.2089203 C3.76650967,13.3079203 -0.0874903349,9.95492026 0.00150966509,5.36992026 C0.0815096651,1.28192026 2.82150967,-0.0400797372 4.92250967,0.000920262799 C7.02450967,0.0419202628 8.87050967,2.26592026 9.46950967,2.92792026 C10.0945097,2.26592026 11.9405097,0.0419202628 14.0425097,0.000920262799 Z"></path></svg>
  1309. </div>
  1310. </div>
  1311. {/block:IfNotInfiniteScroll}
  1312. {/block:Date}
  1313.  
  1314.  
  1315. <!--
  1316. {block:RebloggedFrom}<div id="reblogged-box" class="permbox-box"><a href="{ReblogParentURL}">VIA</a></div>{/block:RebloggedFrom} -->
  1317.  
  1318. <!--<a href="{ReblogURL}" title="reblog" target="_blank"><div id="reblog" class="permbox-box">REBLOG</div></a>-->
  1319. </div> <!--id="permbox1"-->
  1320.  
  1321.  
  1322. <!-- /* TAGS */ -->
  1323. {block:IndexPage}
  1324. {block:HasTags}<div class="{select:index tags}">
  1325. {block:Tags}
  1326. <a href="{TagURL}" class="tag">{Tag}</a><span class="comma"><i class="fa fa-bolt" aria-hidden="true"></i></span>
  1327. {/block:Tags}
  1328. </div>
  1329. {/block:HasTags}
  1330. {/block:IndexPage}
  1331.  
  1332. {block:PermalinkPage}
  1333. {block:HasTags}<div class="{select:perma tags}">
  1334. {block:Tags}
  1335. <a href="{TagURL}" class="tag">{Tag}</a><span class="comma"><i class="fa fa-bolt" aria-hidden="true"></i></span>
  1336. {/block:Tags}
  1337. </div>
  1338. {/block:HasTags}
  1339. {/block:PermalinkPage}
  1340.  
  1341. </div>
  1342.  
  1343.  
  1344.  
  1345.  
  1346.  
  1347. </div> <!-- post div -->
  1348.  
  1349.  
  1350.  
  1351. {/block:Posts}
  1352.  
  1353. {block:IfNotInfiniteScroll}
  1354. <div id="pag">
  1355. {block:PreviousPage}
  1356. <a href="{PreviousPage}"><div id="prev" class="pag">previous</div></a>
  1357. {/block:PreviousPage}
  1358. {block:NextPage}
  1359. <a href="{NextPage}"><div id="next" class="pag">next</div></a>
  1360. {/block:NextPage}
  1361. </div>
  1362. {/block:IfNotInfiniteScroll}
  1363.  
  1364. </div>
  1365.  
  1366.  
  1367.  
  1368.  
  1369. <!-- /* POST NOTES */ -->
  1370. {block:PostNotes}
  1371. <div id="notes">
  1372. <ul>
  1373. {PostNotes-64}
  1374. </ul>
  1375. </div>
  1376. {/block:PostNotes}
  1377. </div> <!-- posts div -->
  1378. </div> <!-- content div -->
  1379.  
  1380. <!-- scroll to top button -->
  1381.  
  1382. {block:IfScrollToTop}
  1383. <div id="scroll-button"></div>
  1384. {/block:IfScrollToTop}
  1385.  
  1386.  
  1387. <!-- /* CREDIT: DO NOT REMOVE !!! */ -->
  1388.  
  1389. <a href="http://spirkthemes.tumblr.com"><div id="credit" data-tipped-options="position: 'left'"></div></a>
  1390.  
  1391.  
  1392. <!-- /* SCRIPTS */ -->
  1393.  
  1394. <script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js'></script>
  1395. <script type="text/javascript" src="http://static.tumblr.com/tiu5k68/xTkm8wqw2/tumblr-title-qtip.js"></script>
  1396. <script src="http://static.tumblr.com/h5czl1a/ACynk4kjd/tipped.js"></script>
  1397.  
  1398. <script type="text/javascript">
  1399.  
  1400.  
  1401. {block:IfScrollToTop}
  1402. $(document).ready(function(){
  1403. var scrollButton = $("#scroll-button");
  1404. scrollButton.click(function(){
  1405. $("html, body").animate({scrollTop:0},1000)});
  1406. $(window).scroll(function(){
  1407. if($(window).scrollTop()<=0){
  1408. scrollButton.fadeOut(100)
  1409. }
  1410. else{scrollButton.fadeIn(100)
  1411. }
  1412. });
  1413. });
  1414. {/block:IfScrollToTop}
  1415.  
  1416. </script>
  1417.  
  1418.  
  1419. {block:IfInfiniteScroll}
  1420. <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/EIBmz7s0p/infinitescrolling.js"></script>
  1421. {block:IfInfiniteScroll}
  1422.  
  1423.  
  1424. <script type='text/javascript'>
  1425. $(document).ready(function() {
  1426. Tipped.create('#credit','theme credit');
  1427. });
  1428. </script>
  1429.  
  1430. <script>
  1431. (function($){
  1432. $(document).ready(function(){
  1433. $("[title]").style_my_tooltips({
  1434. tip_follows_cursor:true,
  1435. tip_delay_time:200,
  1436. tip_fade_speed:300
  1437. }
  1438. );
  1439. });
  1440. })(jQuery);
  1441. </script>
  1442.  
  1443. </body>
  1444. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement