Advertisement
hypnohs

Quintessential

Apr 10th, 2015
1,057
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.22 KB | None | 0 0
  1. <!---
  2. THEME /// QUINTESSENTIAL
  3. by hypnohs (lena)
  4. - don't steal -
  5. - don't (re)move the credit -
  6. - don't use as a base -
  7. - have fun ily -
  8. --->
  9.  
  10. <!DOCTYPE html>
  11. <head>
  12.  
  13.  
  14. <title>{Title}</title>
  15.  
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  19.  
  20. <!--Defaults-->
  21.  
  22. <meta name="image:Sidebar Image" content=""/>
  23.  
  24. <meta name="color:Background" content="#ffffff"/>
  25. <meta name="color:Text" content="#aaaaaa"/>
  26. <meta name="color:Link" content="#000000"/>
  27. <meta name="color:Link Hover" content="#000000"/>
  28. <meta name="color:Accent" content=""/>
  29. <meta name="color:Borders" content="#dadada"/>
  30.  
  31. <meta name="if:Sidebar Image" content=""/>
  32. <meta name="if:Right Sidebar" content=""/>
  33. <meta name="if:Reblog Sign" content=""/>
  34. <meta name="if:400px" content=""/>
  35. <meta name="if:500px" content=""/>
  36.  
  37. <meta name="select:Blogtitle Align" content="left"/>
  38. <meta name="select:Blogtitle Align" content="center"/>
  39. <meta name="select:Blogtitle Align" content="right"/>
  40.  
  41. <meta name="text:Ask Box Title" content=""/>
  42. <meta name="text:Link 1 URL" content="" />
  43. <meta name="text:Link 1" content=""/>
  44. <meta name="text:Link 2 URL" content="" />
  45. <meta name="text:Link 2" content=""/>
  46. <meta name="text:Link 3 URL" content="" />
  47. <meta name="text:Link 3" content=""/>
  48. <meta name="text:Link 4 URL" content="" />
  49. <meta name="text:Link 4" content=""/>
  50. <meta name="text:Link 5 URL" content="" />
  51. <meta name="text:Link 5" content=""/>
  52.  
  53.  
  54. <!--tooltip scripts-->
  55.  
  56. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  57.  
  58. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  59.  
  60. <script>
  61.  
  62. (function($){
  63.  
  64. $(document).ready(function(){
  65.  
  66. $("a[title]").style_my_tooltips({
  67.  
  68. tip_follows_cursor:true,
  69.  
  70. tip_delay_time:30,
  71.  
  72. tip_fade_speed:300,
  73.  
  74. attribute:"title"
  75.  
  76. });
  77.  
  78. });
  79.  
  80. })(jQuery);
  81.  
  82. </script>
  83.  
  84. <!--pop up ask-->
  85.  
  86. <script type="text/javascript"
  87. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  88. <script>
  89. $(document).ready(function() {
  90. //
  91. $('a.poplight[href^=#]').click(function() {
  92. var popID = $(this).attr('rel'); //Get Popup Name
  93. var popURL = $(this).attr('href'); //Get Popup href to define size
  94. var query= popURL.split('?');
  95. var dim= query[1].split('&');
  96. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  97. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  98. var popMargTop = ($('#' + popID).height() + 80) / 2;
  99. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  100. //Apply Margin to Popup
  101. $('#' + popID).css({
  102. 'margin-top' : -popMargTop,
  103. 'margin-left' : -popMargLeft
  104. });
  105. $('body').append('<div id="fade"></div>');
  106. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  107. return false;
  108. });
  109. $('a.close, #fade').live('click', function() {
  110. $('#fade , .popup_block').fadeOut(function() {
  111. $('#fade, a.close').remove(); //fade them both out
  112. });
  113. return false;
  114. });
  115. });
  116. </script>
  117.  
  118.  
  119. <style type="text/css">
  120.  
  121. #s-m-t-tooltip{
  122. position:absolute;
  123. margin-top: 15px;
  124. padding:4px 7px 4px 7px;
  125. z-index:9999;
  126. background:{color:background};
  127. border: 1px solid {color:borders};
  128. }
  129.  
  130. ::-webkit-scrollbar {
  131. width:4px;
  132. }
  133. ::-webkit-scrollbar-track {
  134. background-color:#fbfbfb;
  135. border-left:1px solid {color:borders};
  136. }
  137. ::-webkit-scrollbar-thumb {
  138. background-color:#eaeaea;
  139. }
  140. ::-webkit-scrollbar-thumb:hover {
  141. background-color:#eaeaea;
  142. }
  143.  
  144. /*basics*/
  145. blockquote {margin:3px 0 0 5px;
  146. padding:0px 0 0 10px;
  147. border-left:1px solid {color:text};
  148. }
  149.  
  150. body {
  151. background-color:{color:background};
  152. color:{color:text};
  153. font-family:arial;
  154. font-size:9px;
  155. text-align:justify;
  156. margin:0;
  157. line-height:16px;}
  158.  
  159.  
  160. a {
  161. transition:0.5s ease;
  162. -o-transition:0.5s ease;
  163. -moz-transition:0.5s ease;
  164. -webkit-transition:0.5s ease;
  165. color:{color:link};
  166. text-decoration:none;
  167. }
  168.  
  169. a:hover {
  170. transition:0.5s ease;
  171. -o-transition:0.5s ease;
  172. -moz-transition:0.5s ease;
  173. -webkit-transition:0.5s ease;
  174. color:{color:link hover};
  175. cursor:help;
  176. text-decoration:underline;}
  177.  
  178. img{opacity:1;
  179. border:none;
  180. text-decoration:none}
  181.  
  182.  
  183. small {
  184. font-size:8px;}
  185.  
  186. big {
  187. font-size:10px;}
  188.  
  189.  
  190. #title {font-size:11px;
  191. line-height:18px;
  192. margin-bottom:10px;
  193. text-transform:none;
  194. text-align:left;}
  195.  
  196.  
  197. /*sidebar*/
  198. #sidebar {position:fixed;
  199. {block:ifNotRightSidebar}
  200. margin-left:-160px;
  201. {/block:ifNotRightSidebar}
  202. {block:ifRightSidebar}
  203. margin-left:520px;
  204. {/block:ifRightSidebar}
  205. margin-top:107px;
  206. width:152px;
  207. }
  208.  
  209. #sidebar img {
  210. display:inline-block;
  211. border-top:1px solid {color:borders};
  212. border-left:1px solid {color:borders};
  213. border-right:1px solid {color:borders};
  214. width:150px;
  215. height:150px;
  216. margin-bottom:-5px;
  217. }
  218.  
  219. #blogt {font-size:12px;
  220. text-align:{select:Blogtitle Align};
  221. font-weight:bold;
  222. letter-spacing:2px;
  223. text-transform:uppercase;
  224. padding:10px;
  225. border:1px solid {color:borders};
  226. background-color:{color:accent};
  227. }
  228.  
  229. #blogt a:hover {
  230. text-decoration:none;
  231. }
  232.  
  233. #description {
  234. padding-bottom:10px;
  235. margin-top:10px;
  236. text-align:justify;
  237. }
  238.  
  239. nav {
  240. text-transform:uppercase;
  241. font-size:7px;
  242. background:{color:accent};
  243. }
  244.  
  245. nav a {
  246. cursor:help;
  247. position:relative;
  248. text-align:right;
  249. padding:5px 8px 5px 0px;
  250. border-top:1px solid {color:borders};
  251. border-left:1px solid {color:borders};
  252. border-right:1px solid {color:borders};
  253. display:block;
  254. letter-spacing:1px;
  255. }
  256.  
  257. nav a:after {
  258. content: "";
  259. height:1px;
  260. width:0px;
  261. display:inline-block;
  262. margin-left:5px;
  263. margin-bottom:2px;
  264. background-color:{color:borders};
  265. transition-duration: 0.6s;
  266. -moz-transition-duration: 0.6s;
  267. -webkit-transition-duration: 0.6s;
  268. -o-transition-duration: 0.6s;
  269. }
  270.  
  271. nav a:hover::after {
  272. background-color:{color:text};
  273. width:15px;
  274. height:1px;
  275. }
  276.  
  277. nav a:hover {
  278. text-decoration:none;
  279. }
  280.  
  281. nav a:last-of-type {
  282. border-bottom:1px solid {color:borders};
  283. }
  284.  
  285. nav a span {
  286. padding-left:8px;
  287. float:left;
  288. text-align:left;
  289. font-family:consolas;
  290. font-size:8px;
  291. color:#000;
  292. }
  293.  
  294. #next a {
  295. text-align:right;
  296. float:right;
  297. display:block;
  298. text-align:right;
  299. padding:5px 8px 5px 8px;
  300. width:42%;
  301. background:{color:accent};
  302. padding:5px 8px 5px 0px;
  303. border-left:1px solid {color:borders};
  304. border-right:1px solid {color:borders};
  305. border-bottom:1px solid {color:borders};
  306. }
  307.  
  308. #next a:hover {
  309. text-decoration:none;
  310. }
  311.  
  312. #next a:hover::after {
  313. width:0px;
  314. height:0px;
  315. }
  316.  
  317. #pre a {
  318. text-align:left;
  319. float:left;
  320. display:block;
  321. padding:5px 0px 5px 8px;
  322. width:42%;
  323. background:{color:accent};
  324. border-left:1px solid {color:borders};
  325. border-right:1px solid {color:borders};
  326. border-bottom:1px solid {color:borders};
  327. }
  328.  
  329. #pre a:hover {
  330. text-decoration:none;
  331. }
  332.  
  333. #pre a:hover::after {
  334. width:0px;
  335. height:0px;
  336. }
  337.  
  338. /*container*/
  339. #con {
  340. left:50%;
  341. margin-left:-250px;
  342. position:absolute;
  343. }
  344.  
  345.  
  346.  
  347. /*posts*/
  348.  
  349. #entries {
  350. {block:ifNotRightSidebar}
  351. margin-left:70px;
  352. {/block:ifNotRightSidebar}
  353. {block:ifRightSidebar}
  354. margin-left:30px;
  355. {/block:ifRightSidebar}
  356. margin-top:105px;
  357. {block:if400px}
  358. width:400px;
  359. {/block:if400px}
  360. {block:if500px}
  361. width:500px;
  362. {/block:if500px}
  363. }
  364.  
  365.  
  366. #posts {
  367. {block:if400px}
  368. width:400px;
  369. {/block:if400px}
  370. {block:if500px}
  371. width:500px;
  372. {/block:if500px}
  373. {block:IndexPage}
  374. margin-bottom:75px;
  375. {/block:IndexPage}
  376. {block:PermalinkPage}
  377. margin-bottom:50px;
  378. {/block:PermalinkPage}
  379.  
  380. }
  381. #posts img {
  382. {block:if400px}
  383. max-width:400px;
  384. {/block:if400px}
  385. {block:if500px}
  386. max-width:500px;
  387. {/block:if500px}
  388. }
  389.  
  390. #posts img, #posts li, #posts blockquote {max-width: 100%;}
  391. .caption {width:100%;
  392. margin-top:10px;
  393.  
  394. }
  395.  
  396. /*quote*/
  397.  
  398. #tbox{
  399. background:{color:accent};
  400. border:1px solid {color:borders};
  401. }
  402.  
  403. #titlequote{
  404. padding:10px;
  405. text-align:left;
  406. font-size:11px;
  407. line-height:16px;
  408. font-weight:bold;
  409. }
  410. #source {
  411. margin-top:15px;
  412. margin-left:35px;
  413. }
  414.  
  415. #audio {
  416. border:1px solid {color:borders};
  417. height:24px;
  418. {block:if400px}
  419. width:380px;
  420. {/block:if400px}
  421. {block:if500px}
  422. width:480px;
  423. {/block:if500px}
  424. padding:10px;
  425. background:{color:accent};
  426. }
  427.  
  428. #aplayer {
  429. overflow:hidden;
  430. margin:3px;
  431. margin-top:-1px;
  432. width:27px;
  433. height:30px;
  434. opacity:0.3;
  435. }
  436.  
  437. #ainfo {
  438. margin-top:-33px;
  439. margin-left:30px;
  440. background:{color:accent};
  441. padding:6px 7px 5px 40px;
  442. }
  443.  
  444. /*asks*/
  445. #qbox {
  446. background:{color:accent};
  447. border:1px solid {color:borders};
  448. }
  449.  
  450. .q {
  451. text-align:right;
  452. padding:10px;
  453. }
  454. .as {
  455. font-weight:bold;
  456. text-align:right;
  457. }
  458.  
  459. .a {
  460. margin-top:10px;
  461. }
  462.  
  463.  
  464. /*chat*/
  465.  
  466. .chat ol {
  467. padding:0;
  468. list-style:none;
  469. }
  470. .line {padding:5px 0;}
  471.  
  472. .label {font-weight:bold;
  473. }
  474.  
  475. /*permalink and notes*/
  476.  
  477. #permalink {
  478. padding:10px;
  479. background:{color:accent};
  480. border:1px solid {color:borders};
  481. text-align:center;
  482. margin-top:15px;
  483. font-size:9px;
  484. text-transform:none;
  485. }
  486. #permalink a {margin-right:10px;
  487. }
  488.  
  489. .tags {
  490. word-break:break-all;
  491. font-size:9px;
  492. font-style:italic;
  493. }
  494.  
  495. .pagenotes {
  496. {block:IndexPage}
  497. display: none!important;
  498. {/block:IndexPage}
  499. width:400px;
  500. text-align:left;
  501.  
  502. }
  503. .pagenotes img {
  504. display:none!important;}
  505. .pagenotes li {
  506. list-style-type:none;
  507. padding:5px 0px;
  508. text-align:left;
  509. margin:0 0 0 -40px;
  510. }
  511.  
  512. .popup_block{
  513. display:none;
  514. background:#fff;
  515. padding:20px;
  516. float:left;
  517. position:fixed;
  518. top:50%;left:50%;
  519. z-index: 99999;
  520. }
  521.  
  522. *html #fade {position: absolute;}
  523. *html .popup_block {position: absolute;}
  524. #fade {
  525. display:none;
  526. position:fixed;
  527. left:0px;
  528. top:0px;
  529. width:100%;
  530. height:100%;
  531. z-index:9999;
  532. background:#fff;
  533. opacity:0.9;
  534. }
  535.  
  536. h1 {
  537. margin:0px 0px 10px;
  538. padding:0px 0px 10px;
  539. font-size:12px;
  540. color:#222;
  541. text-align:center;
  542. border-bottom:1px solid #eee;
  543. }
  544.  
  545. #cr {
  546. bottom:0;
  547. right:0;
  548. font-size:10px;
  549. opacity:.8;
  550. position:fixed;
  551. padding:5px;
  552. }
  553.  
  554. #cr:hover {
  555. opacity:1;
  556. }
  557.  
  558.  
  559. {CustomCSS}
  560.  
  561.  
  562. </style>
  563.  
  564.  
  565.  
  566. </head>
  567.  
  568. <body>
  569.  
  570. <div id="con">
  571.  
  572. <div id="sidebar">
  573. {block:ifSidebarImage}
  574. <img src="{image:Sidebar Image}">
  575. {/block:ifSidebarImage}
  576. <div id="blogt"><a href="/">{Title}</a></div>
  577. <div id="description">{Description}</div>
  578. <nav>
  579. <a href="/"><span>01</span>index</a>
  580. <a href="#?w=450" rel="box1" class="poplight"><span>02</span>contact</a>
  581. <a href="{text:Link 1 URL}"><span>03</span>{text:Link 1}</a>
  582. <a href="{text:Link 2 URL}"><span>04</span>{text:Link 2}</a>
  583. <a href="{text:Link 3 URL}"><span>05</span>{text:Link 3}</a>
  584. </nav>
  585.  
  586. {block:Pagination}
  587.  
  588. <div id="pre">
  589. {block:PreviousPage}
  590. <a href="{PreviousPage}">&larr;</a>
  591. {/block:PreviousPage}
  592. </div>
  593.  
  594. <div id="next">
  595. {block:NextPage}
  596. <a href="{NextPage}">&rarr;</a>
  597. {/block:NextPage}
  598. </div>
  599.  
  600. {/block:Pagination}
  601.  
  602. </div>
  603.  
  604.  
  605.  
  606.  
  607. <div id="entries">
  608.  
  609. {block:Posts}
  610. <div id="posts">
  611.  
  612.  
  613. {block:Quote}
  614.  
  615. <div id="tbox">
  616. <div id="titlequote">{Quote}</div></div>
  617. {block:Source}<div id="source">- {Source}</div>{/block:Source}
  618. {/block:Quote}
  619.  
  620.  
  621.  
  622. {block:Text}
  623.  
  624. {block:Title}
  625. <div id="title">{Title}</div>{/block:Title}
  626. {Body}
  627. {/block:Text}
  628.  
  629. {block:Link}
  630. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  631. {/block:Link}
  632.  
  633. {block:Chat}
  634. {block:Title}
  635. <h1>{Title}</h1>
  636. {/block:Title}
  637. <div class="chat">
  638. <ol>{block:Lines}
  639. <li class="line {Alt}">
  640. {block:Label}
  641. <span class="label">
  642. {Label}</span>
  643. {/block:Label}{Line}</li>
  644. {/block:Lines}
  645. </ol></div>
  646. {/block:Chat}
  647.  
  648. {block:Photo}
  649. {LinkOpenTag}
  650. {block:if400px}
  651. <img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
  652. {/block:if400px}
  653. {block:if500px}
  654. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  655. {/block:if500px}
  656. {LinkCloseTag}
  657. {/block:Photo}
  658.  
  659. {block:Photoset}
  660. {block:if400px}
  661. {Photoset-400}
  662. {/block:if400px}
  663. {block:if500px}
  664. {Photoset-500}
  665. {/block:if500px}
  666. {/block:Photoset}
  667.  
  668. {block:Video}
  669. {block:if400px}
  670. {Video-400}
  671. {/block:if400px}
  672. {block:if500px}
  673. {Video-500}
  674. {/block:if500px}
  675. {/block:Video}
  676.  
  677. {block:Audio}
  678. <div id="audio">
  679. <div id="aplayer">
  680. {block:AudioPlayer}
  681. {AudioPlayerWhite}
  682. {/block:AudioPlayer}
  683. </div>
  684. <div id="ainfo">
  685. <b>{block:Artist}{Artist}{/block:Artist}</b> - {block:TrackName}{TrackName}{/block:TrackName}
  686. </div>
  687. </div>
  688. {/block:Audio}
  689.  
  690. {block:Answer}
  691. <div id="qbox">
  692. <div class="q">
  693. <div class="as">{Asker} said: </div>
  694. {Question}</div></div>
  695. <div class="a">{Answer}</div>
  696. {/block:Answer}
  697.  
  698. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  699.  
  700. {block:Date}
  701. <div id="permalink">
  702. <a href="{Permalink}" title="{TimeAgo}">{12Hour}:{Minutes} {AmPm}</a>
  703.  
  704. {block:NoteCount}
  705. <a href="{Permalink}"> {NoteCount} notes</a>
  706. {/block:NoteCount}
  707.  
  708. {block:PermalinkPage}
  709. {block:RebloggedFrom}
  710. <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>
  711. {block:ContentSource}
  712. <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>
  713. {/block:ContentSource}
  714. {/block:RebloggedFrom}
  715. {/block:PermalinkPage}
  716.  
  717. {block:ifReblogSign}
  718. <a href="{ReblogURL}" title="reblog">↻</a>
  719. {/block:ifReblogSign}
  720.  
  721. {block:HasTags}
  722. <div class="tags">
  723. {block:Tags}
  724. <a href="{TagUrl}">{Tag}</a>
  725. {/block:Tags}
  726. </div>
  727. {/block:HasTags}
  728. </div>
  729. {/block:Date}
  730.  
  731. </div>
  732.  
  733.  
  734. {block:PostNotes}
  735. <div class="pagenotes">
  736. {PostNotes}
  737. </div>
  738. {/block:PostNotes}
  739.  
  740.  
  741. {/block:Posts}
  742.  
  743.  
  744.  
  745. </div>
  746.  
  747. </div>
  748.  
  749.  
  750. {block:ContentSource}
  751. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  752. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  753. {/block:SourceLogo}
  754. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  755. {/block:ContentSource}
  756.  
  757. <div id="cr">
  758. <a href="http://hypnohs.tumblr.com" title="theme by hypnos"><img src="http://static.tumblr.com/uhxkout/6panjtxcj/credit.png" height="25"></a>
  759. </div>
  760.  
  761. </body>
  762.  
  763. <div id="box1" class="popup_block">
  764. <h1>{text:Ask Box Title}</h1>
  765. <iframe frameborder="0" height="200" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" width="100%"></iframe>
  766. </div>
  767.  
  768. </div></div></div></div></div></div></div></div></div></div>
  769.  
  770. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement