Advertisement
heavenlydoctor

paracosm

Feb 22nd, 2015
793
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.60 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!---paracosm theme by eurhipides (elisionthemes) basic rules apply. enjoy!---->
  5.  
  6. <title>{Title}</title>
  7. {block:Description}<meta name="description" content="{MetaDescription}">{/block:Description}
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10.  
  11. <!-- meta tags go here -->
  12.  
  13. <meta name="color:link" content="#aaa">
  14. <meta name="color:link hover" content="#000"/>
  15. <meta name="color:blockquote" content="#444"/>
  16. <meta name="color:scrollbar" content="#fff"/>
  17. <meta name="color:text" content="#2e2e2e"/>
  18. <meta name="color:borders" content="#fff"/>
  19. <meta name="color:info" content="#444"/>
  20. <meta name="color:posts background" content="#fff"/>
  21. <meta name="color:selection" content="#aaa"/>
  22.  
  23. <meta name="image:background" content="https://ununsplash.imgix.net/photo-1422479516648-9b1f0b6e8da8?fit=crop&fm=jpg&h=725&q=75&w=1050">
  24.  
  25. <meta name="if:fade in effect" content="1">
  26.  
  27. <meta name="text:link 1" content="link 1">
  28. <meta name="text:link 1 url" content="">
  29. <meta name="text:link 2" content="link 2">
  30. <meta name="text:link 2 url" content="">
  31. <meta name="text:link 3" content="link 3">
  32. <meta name="text:link 3 url" content="">
  33. <meta name="text:link 4" content="link 4">
  34. <meta name="text:link 4 url" content="">
  35. <meta name="text:link 5" content="link 5">
  36. <meta name="text:link 5 url" content="">
  37.  
  38. <!-- metas end-->
  39.  
  40. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  41.  
  42. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  43.  
  44. <script>
  45.  
  46. (function($){
  47.  
  48. $(document).ready(function(){
  49.  
  50. $("a[title]").style_my_tooltips({
  51.  
  52. tip_follows_cursor:true,
  53.  
  54. tip_delay_time:100,
  55.  
  56. tip_fade_speed:300,
  57.  
  58. attribute:"title"
  59.  
  60. });
  61.  
  62. });
  63.  
  64. })(jQuery);
  65.  
  66. </script>
  67.  
  68. <script>
  69. $(document).ready(function(){
  70. $("#down").click(function(){
  71. var x = $("#header").height();
  72. $('#entries').css("overflow", "auto" );
  73. $(this).fadeOut(600);
  74. $('#entries').animate({
  75. scrollTop: x
  76. }, 820);
  77. });
  78. });
  79. </script>
  80.  
  81. <link href='http://fonts.googleapis.com/css?family=Raleway:200,400' rel='stylesheet' type='text/css'>
  82.  
  83. <link href='http://fonts.googleapis.com/css?family=Lato:400,700,900' rel='stylesheet' type='text/css'>
  84.  
  85. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  86.  
  87. <style>
  88.  
  89. ::-webkit-scrollbar {width: 1px; height: 3px; background-color:transparent;}
  90. ::-webkit-scrollbar-thumb { background-color:#fff}
  91.  
  92. {block:iffadeineffect}
  93.  
  94. @-webkit-keyframes fadeposts {
  95. 0% { opacity: 0; }
  96. 100% { opacity: 1; }
  97. }
  98. @-moz-keyframes fadeposts {
  99. 0% { opacity: 0; }
  100. 100% { opacity: 1; }
  101. }
  102.  
  103. @-o-keyframes fadeposts {
  104. 0% { opacity: 0; }
  105. 100% { opacity: 1; }
  106. }
  107. @keyframes fadeposts {
  108. 0% { opacity: 0; }
  109. 100% { opacity: 1; }
  110. }
  111.  
  112. {/block:iffadeineffect}
  113.  
  114. #s-m-t-tooltip {
  115. max-width:150px;
  116. padding:5px 8px;
  117. margin:20px 14px 7px 10px;
  118. background-color:{color:posts background};
  119. border:1px solid {color:info};
  120. font-family:Calibri;
  121. font-size:10px;
  122. line-height:11px;
  123. letter-spacing:1px;
  124. text-transform:uppercase;
  125. color:{color:info};
  126. z-index:99999999;
  127. }
  128.  
  129. ::-moz-selection {
  130. color: #fff;
  131. background:{color:selection};
  132. }
  133.  
  134. ::selection {
  135. color: #fff;
  136. background:{color:selection};
  137. }
  138.  
  139. pre {
  140. white-space: pre-wrap;
  141. white-space: -moz-pre-wrap;
  142. white-space: -pre-wrap;
  143. white-space: -o-pre-wrap;
  144. word-wrap: break-word;
  145. }
  146.  
  147. body {
  148. background:#fff;
  149. font-family:arial;
  150. font-size:12px;
  151. color:{color:text};
  152. -webkit-animation:fadeposts 2s;
  153. -moz-animation:fadeposts 2s;
  154. -o-animation:fadeposts 2s;
  155. animation:fadeposts 2s;
  156. }
  157.  
  158. big {
  159. font-size:14px;
  160. }
  161.  
  162. small {
  163. font-size:11px;
  164. }
  165.  
  166. a {
  167. text-decoration:none;
  168. color:{color:link};
  169. -webkit-transition:0.5s;
  170. -moz-transition:0.5s;
  171. -ms-transition:0.5s;
  172. -o-transition:0.5s;
  173. }
  174.  
  175. a:hover {
  176. color:{color:link hover};
  177. }
  178.  
  179. blockquote {
  180. border-left:1px solid {color:blockquote};
  181. padding-left:10px;
  182. margin-left:15px;
  183. }
  184.  
  185. h2 {
  186. text-align:center;
  187. font-size:14px;
  188. text-transform:uppercase;
  189. letter-spacing:2px;
  190. margin:0px;
  191. font-family:'Lato', sans-serif;
  192. }
  193.  
  194. h2 a:hover {
  195. color:{color:link};
  196. }
  197.  
  198. #top {
  199. position:fixed;
  200. height:50px;
  201. left:0;
  202. right:0;
  203. top:0;
  204. text-align:center;
  205. line-height:50px;
  206. }
  207.  
  208. #top a {
  209. margin:0px 18px;
  210. color:{color:info};
  211. font-size:10px;
  212. padding:0px 9px 16px;
  213. border-bottom:3px solid transparent;
  214. text-transform:uppercase;
  215. font-family:'Lato', sans-serif;
  216. letter-spacing:2px;
  217. }
  218.  
  219. #top a:hover {
  220. border-bottom:3px solid {color:info};
  221. }
  222.  
  223. #top, #bottom, #left, #right {
  224. background:{color:borders};
  225. }
  226.  
  227. #bottom {
  228. position:fixed;
  229. height:40px;
  230. bottom:0;
  231. left:0;
  232. right:0;
  233. }
  234.  
  235. #right {
  236. position:fixed;
  237. top:0;
  238. bottom:0;
  239. right:0;
  240. width:40px;
  241. }
  242.  
  243. #left {
  244. position:fixed;
  245. left:0;
  246. top:0;
  247. bottom:0;
  248. width:40px;
  249. }
  250.  
  251. #header {
  252. height:100%;
  253. width:100%;
  254. {block:PermalinkPage}
  255. display:none;
  256. {/block:PermalinkPage}
  257. }
  258.  
  259. #stuff {
  260. display:inline-block;
  261. max-width:400px;
  262. }
  263.  
  264. #title {
  265. background:{color:posts background};
  266. font-size:18px;
  267. font-family:'Lato', sans-serif;
  268. color:{color:info};
  269. text-transform:uppercase;
  270. letter-spacing:3px;
  271. font-weight:900;
  272. padding:40px;
  273. position:relative;
  274. }
  275.  
  276. #title a {
  277. color:{color:info};
  278. }
  279.  
  280. #title:after {
  281. content:' ';
  282. position:absolute;
  283. bottom:30px;
  284. left:0;
  285. right:0;
  286. margin:0 auto;
  287. background:{color:info};
  288. width:40px;
  289. height:3px;
  290. }
  291.  
  292. #desc {
  293. background:{color:info};
  294. color:{color:posts background};
  295. position:relative;
  296. overflow:hidden;
  297. padding:40px;
  298. }
  299.  
  300. #desc a {
  301. color:{color:posts background};
  302. text-decoration:underline;
  303. }
  304.  
  305. #down {
  306. background:red;
  307. position:absolute;
  308. bottom:10px;
  309. padding:10px 15px;
  310. left:50%;
  311. color:{color:info};
  312. cursor:pointer;
  313. margin-left:-18px;
  314. background:{color:posts background};
  315. }
  316.  
  317. /*all posts*/
  318. .posts {
  319. width:400px;
  320. margin-left:auto;
  321. margin-right:auto;
  322. margin-top:150px;
  323. margin-bottom:150px;
  324. background:{color:posts background};
  325. padding:20px;
  326. }
  327.  
  328. #entries {
  329. position:fixed;
  330. top:50px;
  331. bottom:40px;
  332. left:40px;
  333. right:40px;
  334. background:
  335. linear-gradient(
  336. rgba(255,255,255,0.2),
  337. rgba(255,255,255,0.2)
  338. ),
  339. url({image:background});
  340. background-size:cover;
  341. {block:IndexPage}
  342. overflow:hidden;
  343. {/block:IndexPage}
  344. {block:PermalinkPage}
  345. overflow:auto;
  346. {/block:PermalinkPage}
  347. }
  348.  
  349. #ask_form {
  350. height: 265px!important;
  351. margin-top:15px;
  352. }
  353.  
  354. .posts img {
  355. max-width:100%;
  356. }
  357.  
  358. #text p {
  359. margin-top:0px;
  360. }
  361.  
  362. /*quote posts*/
  363. #words {
  364. font-style:italic;
  365. font-size:17px;
  366. font-family:'Lato', sans-serif;
  367. }
  368.  
  369. .source {
  370. text-align:right;
  371. margin-top:10px;
  372. }
  373.  
  374. .link {
  375. background:{color:info};
  376. color:{color:posts background};
  377. padding:15px;
  378. text-align:center;
  379. font-family:'Lato', sans-serif;
  380. display:block;
  381. }
  382.  
  383. .link:hover {
  384. color:{color:posts background};
  385. opacity:0.8;
  386. }
  387.  
  388. /*chat posts*/
  389. #chat ul {
  390. list-style:none;
  391. margin:0;
  392. padding:0;
  393. line-height:180%;
  394. }
  395.  
  396. #chat .label {
  397. font-weight:bold;
  398. display:inline-block;
  399. color:{color:info};
  400. }
  401.  
  402. /*audio posts*/
  403. #audioplayer {
  404. width:30px;
  405. height:30px;
  406. overflow:hidden;
  407. margin-left:11px;
  408. position:absolute;
  409. margin-top:11px;
  410. }
  411.  
  412. .audiobg {
  413. width:50px;
  414. height:50px;
  415. border-radius:50%;
  416. border:1px solid;
  417. }
  418.  
  419. /*permalink*/
  420. ol.notes::-webkit-scrollbar-thumb {
  421. background-color: {color:link};
  422. }
  423.  
  424. ol.notes {
  425. padding:0px 5px 5px;
  426. list-style-type: none;
  427. width: 405px;
  428. margin-left:10px;
  429. max-height:145px;
  430. overflow:auto;
  431. }
  432.  
  433. ol.notes li.note {
  434. text-align:left;
  435. line-height:180%;
  436. }
  437.  
  438. ol.notes li.note blockquote {
  439. margin-top:5px;
  440. margin-left:15px;
  441. }
  442.  
  443. ol.notes li.note img.avatar {
  444. display:none;
  445. }
  446.  
  447. #permabox {
  448. line-height: 10px;
  449. letter-spacing: 1px;
  450. width: 440px;
  451. margin-top:-50px;
  452. margin-bottom:100px;
  453. font-size:10px;
  454. max-height:180px;
  455. padding:5px 0px;
  456. background-color:{color:posts background};
  457. margin-left:auto;
  458. margin-right:auto;
  459. }
  460.  
  461. /*ask posts*/
  462. #asker {
  463. padding:10px;
  464. text-transform:uppercase;
  465. font-size:11px;
  466. background:{color:info};
  467. letter-spacing:1px;
  468. line-height:150%;
  469. color:{color:posts background};
  470. }
  471.  
  472. #asker a {
  473. color:{color:posts background};
  474. }
  475.  
  476. /*info*/
  477. .info, .tags {
  478. text-transform:uppercase;
  479. width:410px;
  480. margin-top:-20px;
  481. margin-left:-20px;
  482. font-size:10px;
  483. font-family:calibri;
  484. letter-spacing:1px;
  485. padding:15px;
  486. color:{color:posts background};
  487. background:{color:info};
  488. margin-bottom:20px;
  489. }
  490.  
  491. .info a {
  492. margin:0px 5px;
  493. color:{color:posts background};
  494. }
  495.  
  496. .info a:first-of-type:before {
  497. content:'{Name}';
  498. }
  499.  
  500. .tags {
  501. margin-bottom:-30px;
  502. margin-top:30px;
  503. padding:15px;
  504. }
  505.  
  506. .tags a {
  507. color:{color:posts background};
  508. margin:0px 6px;
  509. }
  510.  
  511. .tags a:first-child {
  512. margin-left:0px;
  513. }
  514.  
  515. .pag a {
  516. background:{color:info};
  517. color:{color:posts background};
  518. padding:15px 25px;
  519. margin:0px 20px;
  520. }
  521.  
  522. .pag {
  523. width:400px;
  524. margin-left:auto;
  525. margin-right:auto;
  526. margin-bottom:80px;
  527. margin-top:-30px;
  528. text-align:center;
  529. text-transform:uppercase;
  530. font-size:10px;
  531. letter-spacing:2px;
  532. }
  533.  
  534. /*CREDIT, DO NOT TOUCH*/
  535. .credit {
  536. position:fixed;
  537. color:{color:info};
  538. right:10px;
  539. bottom:10px;
  540. background-color:{color:borders};
  541. font-size:12px;
  542. }
  543.  
  544. .credit:hover {
  545. color:{color:link};
  546. }
  547.  
  548.  
  549. {CustomCSS}
  550. </style>
  551. </head>
  552. <body>
  553.  
  554. <div id="top">
  555. {block:iflink1}<a href="{text:link 1 url}">{text:link 1}</a>{/block:iflink1}
  556. {block:iflink2}<a href="{text:link 2 url}">{text:link 2}</a>{/block:iflink2}
  557. {block:iflink3}<a href="{text:link 3 url}">{text:link 3}</a>{/block:iflink3}
  558. {block:iflink4}<a href="{text:link 4 url}">{text:link 4}</a>{/block:iflink4}
  559. {block:iflink5}<a href="{text:link 5 url}">{text:link 5}</a>{/block:iflink5}
  560. </div>
  561.  
  562. <div id="right"></div>
  563. <div id="bottom"></div>
  564. <div id="left"></div>
  565.  
  566. <div id="entries">
  567.  
  568. <div id="header">
  569. <div style="height:100%; display:table;width:100%;text-align:center">
  570. <div style="display:table-cell;height:100%;vertical-align:middle">
  571. <div id="stuff">
  572.  
  573. <div id="title"><a href="/">{Title}</a></div>
  574. <div id="desc">{Description}</div>
  575. <div id="down">
  576. <i class="fa fa-angle-down"></i>
  577. </div>
  578.  
  579. </div>
  580. </div>
  581. </div>
  582. </div>
  583.  
  584. {block:TagPage}
  585. <div class="info" style="margin:70px auto -80px;text-align:center">
  586. posts tagged as "{Tag}"
  587. </div>
  588. {/block:TagPage}
  589.  
  590. {block:Posts}
  591. <div class="posts">
  592.  
  593. {block:ContentSource}<!-- {SourceURL}
  594. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  595. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  596. {/block:ContentSource}
  597.  
  598. {block:Date}
  599. <div class="info">
  600. <a href="{Permalink}"></a>{block:RebloggedFrom} <i class="fa fa-refresh"></i> <a href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}
  601. <a href="{ReblogURL}" style="float:right" target="_blank">reblog</a>
  602. </div> <!--info-->
  603. {/block:Date}
  604.  
  605. {block:Text}
  606. <h2>{Title}</h2>
  607. {Body}
  608. {/block:Text}
  609.  
  610. {block:Photo}
  611. <img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
  612. {block:Caption}{Caption}{/block:Caption}
  613. {/block:Photo}
  614.  
  615. {block:Panorama}
  616. {LinkOpenTag}
  617. <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>
  618. {LinkCloseTag}
  619. {block:Caption}{Caption}{/block:Caption}
  620. {/block:Panorama}
  621.  
  622. {block:Photoset}
  623. {Photoset-400}
  624. {block:Caption}{Caption}{/block:Caption}
  625. {/block:Photoset}
  626.  
  627. {block:Quote}
  628. <div id="words">{Quote}</div>
  629. {block:Source}<div class="source">- {Source}</div>{/block:Source}
  630. {/block:Quote}
  631.  
  632. {block:Link}
  633. <a href="{URL}" {Target} class="link">{Name}</a>
  634. {block:Description}
  635. {Description}
  636. {/block:Description}
  637. {/block:Link}
  638.  
  639. {block:Chat}
  640. <div id="chat">
  641. {block:PostTitle}<h2>{Title}</h2>{/block:PostTitle}
  642. <ul>
  643. {block:Lines}
  644. <li class="{Alt} user_{UserNumber}">
  645. {block:Label}
  646. <div class="label">{Label}</div>
  647. {/block:Label}{Line}
  648. </li>
  649. {/block:Lines}
  650. </ul>
  651. </div> <!--chat-->
  652. {/block:Chat}
  653.  
  654. {block:Video}
  655. {block:PostTitle}<h2>{PostTitle}</h2>{/block:PostTitle}
  656. {Video-400}
  657. {block:Caption}{Caption}{/block:Caption}
  658. {/block:Video}
  659.  
  660. {block:Audio}
  661. <div style="margin-bottom:10px">
  662. <table style="margin-bottom:5px;">
  663. <tr>
  664. <td style="vertical-align:middle;padding-right:10px;"><div class="audiobg"><div id="audioplayer">{AudioPlayerWhite}</div></div>
  665. </td>
  666. <td style="vertical-align:middle; font-size:14px; letter-spacing:1px; line-height:14px;">{block:TrackName}{TrackName}{/block:TrackName}
  667. {block:Artist}- {Artist}{/block:Artist}
  668. </td>
  669. </tr>
  670. </table>{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  671. </div> <!--audio-->
  672. {/block:Audio}
  673.  
  674. {block:Answer}
  675. <div id="asker">
  676. {Asker} asked:<br>
  677. {Question}
  678. </div>
  679. <p>{block:Answerer}{Answerer} replied: <br><blockquote>{Answer}</blockquote>{/block:Answerer}</p>
  680. {Replies}
  681. {/block:Answer}
  682.  
  683. {block:HasTags}
  684. <div class="tags">
  685. {block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}
  686. </div>
  687. {/block:HasTags}
  688.  
  689. </div> <!--posts-->
  690.  
  691. <!---permalink---->
  692. {block:PermalinkPage}
  693. {block:PostNotes}
  694. <div id="permabox">
  695. <div class="notes">{PostNotes}</div>
  696. </div>
  697. {/block:PostNotes}
  698. {/block:PermalinkPage}
  699. <!---permalink--->
  700.  
  701.  
  702. {/block:Posts}
  703.  
  704. <!---pagination--->
  705. {block:Pagination}
  706. <div class="pag">
  707. {block:PreviousPage}
  708. <a href="{PreviousPage}">back</a>
  709. {/block:PreviousPage}
  710. {block:NextPage}
  711. <a href="{NextPage}">next</a>
  712. {/block:NextPage}
  713. </div>
  714. {/block:Pagination}
  715. <!---end pagination--->
  716.  
  717. </div>
  718.  
  719. <!-----CREDIT, DO NOT TOUCH---->
  720. <a href="http://gloriousponds.co.vu" class="credit" title="eurhipides">©</a>
  721.  
  722.  
  723. </body>
  724. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement