Advertisement
hypnohs

concave

Jul 23rd, 2015
1,372
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.55 KB | None | 0 0
  1. <!---
  2.  
  3.  
  4. theme: concave
  5. - panthoen themes -
  6. base code by sorrism @ tumblr
  7.  
  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. <meta name="color:Background" content="#f9f9f9"/>
  21. <meta name="color:Sidebar Background" content="#ffffff"/>
  22. <meta name="color:Title" content="#333333"/>
  23. <meta name="color:Text" content="#aaaaaa"/>
  24. <meta name="color:Link" content="#000000"/>
  25. <meta name="color:Link Hover" content="#000000"/>
  26. <meta name="color:Borders" content="#e4e4e4"/>
  27. <meta name="color:Accent" content="#ffffff"/>
  28. <meta name="color:Scrollbar" content="#f9f9f9"/>
  29.  
  30. <meta name="select:Font" content="'Roboto'" title="Roboto"/>
  31. <meta name="select:Font" content="helvetica" title="Helvetica"/>
  32. <meta name="select:Font" content="arial" title="Arial"/>
  33. <meta name="select:Font" content="calibri" title="Calibri"/>
  34.  
  35. <meta name="select:Font Size" content="8px"/>
  36. <meta name="select:Font Size" content="9px"/>
  37. <meta name="select:Font Size" content="10px"/>
  38. <meta name="select:Font Size" content="11px"/>
  39.  
  40. <meta name="select:Post Width" content="275" title="275px"/>
  41. <meta name="select:Post Width" content="300" title="300px"/>
  42. <meta name="select:Post Width" content="325" title="325px"/>
  43. <meta name="select:Post Width" content="350" title="350px"/>
  44. <meta name="select:Post Width" content="400" title="400px"/>
  45. <meta name="select:Post Width" content="500" title="500px"/>
  46.  
  47. <meta name="select:Sidebar Width" content="300px"/>
  48. <meta name="select:Sidebar Width" content="350px"/>
  49. <meta name="select:Sidebar Width" content="400px"/>
  50.  
  51. <meta name="select:Entries Margin Left" content="0px"/>
  52. <meta name="select:Entries Margin Left" content="20px"/>
  53. <meta name="select:Entries Margin Left" content="40px"/>
  54. <meta name="select:Entries Margin Left" content="60px"/>
  55. <meta name="select:Entries Margin Left" content="80px"/>
  56. <meta name="select:Entries Margin Left" content="100px"/>
  57.  
  58. <meta name="if:Hide Title" content=""/>
  59. <meta name="if:Hide Captions" content=""/>
  60. <meta name="if:Tags On Hover" content=""/>
  61. <meta name="if:Infinite Scroll" content=""/>
  62.  
  63. <meta name="text:Link 1 URL" content="" />
  64. <meta name="text:Link 1" content="" />
  65. <meta name="text:Link 2 URL" content="" />
  66. <meta name="text:Link 2" content="" />
  67. <meta name="text:Link 3 URL" content="" />
  68. <meta name="text:Link 3" content="" />
  69. <meta name="text:Link 4 URL" content="" />
  70. <meta name="text:Link 4" content="" />
  71.  
  72. <link href='http://fonts.googleapis.com/css?family=Roboto:300,700,400' rel='stylesheet' type='text/css'>
  73.  
  74. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  75.  
  76. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  77.  
  78. <script>
  79.  
  80. (function($){
  81.  
  82. $(document).ready(function(){
  83.  
  84. $("a[title]").style_my_tooltips({
  85.  
  86. tip_follows_cursor:true,
  87.  
  88. tip_delay_time:30,
  89.  
  90. tip_fade_speed:300,
  91.  
  92. attribute:"title"
  93.  
  94. });
  95.  
  96. });
  97.  
  98. })(jQuery);
  99.  
  100. </script>
  101.  
  102. <style type="text/css">
  103.  
  104. ::-webkit-scrollbar-thumb:vertical {
  105. background-color:{color:Scrollbar};
  106. height:100px;
  107. border-radius: 15px;
  108. }
  109.  
  110. ::-webkit-scrollbar-thumb:horizontal {
  111. background-color:{color:Scrollbar};
  112. height:100px !important;
  113. }
  114.  
  115. ::-webkit-scrollbar {
  116. height:10px;
  117. width:3px;
  118. background-color:#fff;
  119. }
  120.  
  121. #tumblr_controls {
  122. top:10px!important;
  123. right:10px!important;
  124. position:fixed!important;
  125. -webkit-filter: invert(100%)!important;
  126. -moz-filter:invert(100%)!important;
  127. -ms-filter:invert(100%)!important;
  128. filter:invert(100%)!important;
  129. opacity:.5!important;
  130. transition-duration: 0.6s;
  131. -moz-transition-duration: 0.6s;
  132. -webkit-transition-duration: 0.6s;
  133. -o-transition-duration: 0.6s;
  134. }
  135.  
  136. #tumblr_controls:hover {
  137. opacity:.9!important;
  138. }
  139.  
  140. #s-m-t-tooltip{
  141. position:absolute;
  142. margin-top: 15px;
  143. z-index:9999;
  144. background:{color:Accent};
  145. padding:3px 5px 3px 5px;
  146. border:1px solid {color:Borders};
  147. text-transform:uppercase;
  148. font-weight:300;
  149. letter-spacing:1px;
  150. }
  151.  
  152. /* BASICS */
  153.  
  154. blockquote {padding:5px 0 5px 30px;
  155. border-left:1px solid {color:text};
  156. margin-left:30px;
  157. }
  158.  
  159. body {
  160. background:{color:background};
  161. color:{color:text};
  162. font-family:{select:Font};
  163. font-size:{select:Font Size};
  164. text-align:justify;
  165. margin:0;
  166. line-height:16px;}
  167.  
  168. a {
  169. color:{color:link};
  170. text-decoration:none;
  171. }
  172.  
  173. a:hover {
  174. text-decoration:none;
  175. color:{color:Link Hover};
  176. }
  177.  
  178. img{opacity:1;
  179. border:none;
  180. text-decoration:none}
  181.  
  182. small {
  183. font-size:9px;}
  184.  
  185. big {
  186. font-size:12px;}
  187.  
  188. #title {
  189. font-size:14px;
  190. padding:11px 13px 11px 13px;
  191. background:{color:Accent};
  192. border:1px solid {color:Borders};
  193. line-height:18px;
  194. font-weight:bold;
  195. margin-bottom:10px;
  196. text-transform:uppercase;
  197. text-align:left;
  198. }
  199.  
  200. /* SIDEBAR */
  201.  
  202. #side {
  203. height:100%;
  204. width:{select:Sidebar Width};
  205. position:fixed;
  206. background:{color:Sidebar Background};
  207. padding:0px 0px 50px 0px;
  208. text-align:right;
  209. border-right:1px solid {color:Borders};
  210. }
  211.  
  212. #blogt {
  213. text-transform:uppercase;
  214. color:{color:Title};
  215. letter-spacing:2px;
  216. font-size:16px;
  217. margin-top:60px;
  218. margin-right:50px;
  219. padding:0px 0px 20px 100px;
  220. border-bottom:1px solid {color:Borders};
  221. font-weight:bold;
  222. }
  223.  
  224. #desc {
  225. {block:ifNotHideTitle}
  226. margin:0px 50px 20px 50px;
  227. padding:20px 0px 0px 0px;
  228. {/block:ifNotHideTitle}
  229. {block:ifHideTitle}
  230. margin:60px 50px 20px 0px;
  231. border-top:1px solid {color:Borders};
  232. padding:20px 0px 0px 50px;
  233. {/block:ifHideTitle}
  234. }
  235.  
  236. .links {
  237. text-transform:uppercase;
  238. letter-spacing:1.5px;
  239. font-weight:300;
  240. text-align:right;
  241. margin:0px 50px 0px 50px;
  242. padding:20px 0px 0px 0px;
  243. border-top:1px solid {color:Borders};
  244. }
  245.  
  246. .links a {
  247. position:relative;
  248. display:block;
  249. margin-bottom:5px;
  250. }
  251.  
  252. .links a:after {
  253. content: "";
  254. height:1px;
  255. width:0px;
  256. display:inline-block;
  257. margin-bottom:2px;
  258. margin-left:5px;
  259. background-color:{color:Borders};
  260. transition-duration: 0.6s;
  261. -moz-transition-duration: 0.6s;
  262. -webkit-transition-duration: 0.6s;
  263. -o-transition-duration: 0.6s;
  264. }
  265.  
  266. .links a:hover::after {
  267. background-color:{color:Borders};
  268. width:20px;
  269. height:1px;
  270. }
  271.  
  272. /* pag */
  273.  
  274. #right {
  275. background:{color:Sidebar Background};
  276. width:130px;
  277. height:100%;
  278. position:fixed;
  279. padding:90px 0px 0px 45px;
  280. border-left:1px solid {color:Borders};
  281. top:0;
  282. right:0;
  283. }
  284.  
  285. #pag a {
  286. padding:0;
  287. text-transform:uppercase;
  288. letter-spacing:1.5px;
  289. font-weight:300;
  290. }
  291.  
  292. #pag a:before {
  293. content: "";
  294. height:1px;
  295. width:0px;
  296. display:inline-block;
  297. margin-bottom:2px;
  298. margin-right:5px;
  299. background-color:{color:Borders};
  300. transition-duration: 0.6s;
  301. -moz-transition-duration: 0.6s;
  302. -webkit-transition-duration: 0.6s;
  303. -o-transition-duration: 0.6s;
  304. }
  305.  
  306. #pag a:hover::before {
  307. background-color:{color:Borders};
  308. width:25px;
  309. height:1px;
  310. }
  311.  
  312. /* CONTAINER */
  313.  
  314. #con {
  315. background:{color:Background};
  316. left:50%;
  317. padding-left:80px;
  318. margin-left:-270px;
  319. position:absolute;
  320. width:60%;
  321. }
  322.  
  323. /* POSTS */
  324.  
  325. #entries {
  326. margin-top:75px;
  327. margin-left:{select:Entries Margin Left};
  328. width:{select:Post Width}px;
  329. }
  330.  
  331. #posts {
  332. width:{select:Post Width}px;
  333. {block:IndexPage}
  334. margin-bottom:150px;
  335. {/block:IndexPage}
  336. {block:PermalinkPage}
  337. margin-bottom:50px;
  338. {/block:PermalinkPage}
  339.  
  340. }
  341. #posts img {
  342. max-width:{select:Post Width}px;
  343. }
  344.  
  345. #posts img, #posts li, #posts blockquote {max-width: 100%;}
  346. .caption {width:100%;
  347. margin-top:10px;
  348.  
  349. }
  350.  
  351. #eww img {
  352. width:{select:Post Width}px;
  353. display:block;
  354. }
  355.  
  356. /* QUOTE POSTS*/
  357.  
  358. #quo {
  359. text-align:center;
  360. font-size:16px;
  361. line-height:18px;
  362. text-transform:uppercase;
  363. font-weight:700;
  364. }
  365.  
  366. /* AUDIO POSTS*/
  367.  
  368. #albumco {
  369. width:100px;
  370. height:100px;
  371. position:relative;
  372. display:block;
  373. float:left;
  374. border:1px solid {color:Borders};
  375. background:{color:Accent};
  376. margin-right:30px;
  377. }
  378.  
  379. #player {
  380. position:absolute;
  381. width:30px;
  382. height:30px;
  383. overflow:hidden;
  384. margin:35px 0px 0px 35px;
  385. z-index:9999;
  386. background:#fff;
  387. opacity:.5;
  388. }
  389.  
  390. #info {
  391. border:1px solid {color:Borders};
  392. background:{color:Accent};
  393. height:75px;
  394. text-align:right;
  395. padding:10px 30px 15px 15px;
  396. }
  397.  
  398. #trtitle {
  399. font-size:14px;
  400. font-weight:bold;
  401. text-transform:uppercase;
  402. }
  403.  
  404. /* ASK POSTS */
  405.  
  406. .q {
  407. padding-bottom:13px;
  408. border-bottom:1px solid {color:Borders};
  409. text-align:right;
  410. }
  411.  
  412. .as {
  413. font-size:11px;
  414. padding:8px 10px 8px 10px;
  415. background:{color:Accent};
  416. border:1px solid {color:Borders};
  417. margin-bottom:13px;
  418. font-weight:700;
  419. text-transform:uppercase;
  420. }
  421.  
  422. .a {
  423. margin-top:13px;
  424. }
  425.  
  426.  
  427. /* CHAT POSTS */
  428.  
  429. .chat ol {
  430. margin-left:20px;
  431. padding:0;
  432. list-style:none;
  433. }
  434. .line {padding:5px 0;}
  435.  
  436. .label {font-weight:bold;
  437. }
  438.  
  439. /* PERMALINK & NOTES */
  440.  
  441. #perma {
  442. padding:11px 13px 11px 13px;
  443. border:1px solid {color:Borders};
  444. background:{color:Accent};
  445. margin-top:15px;
  446. font-size:{select:Font Size};
  447. display:block;
  448. text-transform:uppercase;
  449. }
  450.  
  451. #perma a {
  452. margin-right:10px;
  453. }
  454.  
  455. .tags {
  456. position:absolute;
  457. word-break:break-all;
  458. font-size:{select:Font Size};
  459. margin-left:20px;
  460. {block:ifNotTagsOnHover}
  461. margin-top:40px;
  462. opacity:1;
  463. {/block:ifNotTagsOnHover}
  464. {block:ifTagsOnHover}
  465. margin-top:25px;
  466. opacity:0;
  467. transition-duration: 0.6s;
  468. -moz-transition-duration: 0.6s;
  469. -webkit-transition-duration: 0.6s;
  470. -o-transition-duration: 0.6s;
  471. {/block:ifTagsOnHover}
  472. }
  473.  
  474. {block:ifTagsOnHover}
  475. #posts:hover .tags {
  476. margin-top:40px;
  477. opacity:1;
  478. transition-duration: 0.6s;
  479. -moz-transition-duration: 0.6s;
  480. -webkit-transition-duration: 0.6s;
  481. -o-transition-duration: 0.6s;
  482. }
  483. {/block:ifTagsOnHover}
  484.  
  485. .notes {
  486. {block:IndexPage}
  487. display: none!important;
  488. {/block:IndexPage}
  489. width:400px;
  490. text-align:left;
  491.  
  492. }
  493. .notes img {
  494. display:none!important;}
  495. .notes li {
  496. list-style-type:none;
  497. padding:5px 0px;
  498. text-align:left;
  499. margin:0 0 0 -40px;
  500. }
  501.  
  502. #cr {
  503. position:fixed;
  504. bottom:15px;
  505. right:20px;
  506. font-size:7px;
  507. opacity:.8;
  508. position:fixed;
  509. padding:5px;
  510. letter-spacing:1px;
  511. text-transform:uppercase;
  512. }
  513.  
  514. #cr:hover {
  515. opacity:1;
  516. }
  517.  
  518.  
  519. {CustomCSS}
  520.  
  521.  
  522. </style>
  523.  
  524. {block:IfInfiniteScroll}
  525. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  526. {/block:IfInfiniteScroll}
  527.  
  528. </head>
  529.  
  530. <body>
  531.  
  532.  
  533.  
  534. <div id="side">
  535. {block:ifNotHideTitle}
  536. <div id="blogt">{Title}</div>
  537. {/block:ifNotHideTitle}
  538. <div id="desc">{Description}</div>
  539. <div class="links">
  540. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
  541. {block:ifLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:ifLink2}
  542. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a> {/block:ifLink3}
  543. {block:ifLink4}<a href="{text:Link 4 URL}">{text:Link 4}</a> {/block:ifLink4}
  544. </div>
  545. </div>
  546.  
  547. <div id="con">
  548.  
  549.  
  550. <div id="entries">
  551.  
  552. <div class="autopagerize_page_element">
  553. {block:Posts}
  554. <div id="posts">
  555.  
  556. {block:Quote}
  557. <div id="quo">{Quote}</div>
  558. {block:Source}
  559. <div style="margin-top:23px;"><center>{Source}</center></div>
  560. {/block:Source}
  561. {/block:Quote}
  562.  
  563.  
  564. {block:Text}
  565. {block:Title}
  566. <div id="title">{Title}</div>
  567. {/block:Title}
  568. {Body}
  569. {/block:Text}
  570.  
  571. {block:Link}
  572. <div id="title"><a href="{URL}">{Name}</a></div>
  573. {block:Description}{Description}{/block:Description}
  574. {/block:Link}
  575.  
  576. {block:Chat}
  577. {block:Title}
  578. <h1>{Title}</h1>
  579. {/block:Title}
  580. <div class="chat">
  581. <ol>
  582. {block:Lines}
  583. <li class="line {Alt}">
  584. {block:Label}
  585. <span class="label">{Label}</span>
  586. {/block:Label}{Line}
  587. </li>
  588. {/block:Lines}
  589. </ol>
  590. </div>
  591. {/block:Chat}
  592.  
  593. {block:Photo}
  594. <div id="eww">
  595. <a href="{Permalink}">
  596. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>
  597. </a>
  598. </div>
  599. {/block:Photo}
  600.  
  601. {block:Photoset}
  602. <div id="eww">
  603. {Photoset}
  604. </div>
  605. {/block:Photoset}
  606.  
  607. {block:Video}
  608. {Video-500}
  609. {/block:Video}
  610.  
  611. {block:Audio}
  612. <div id="albumco">
  613. <div id="player">{AudioPlayerWhite}</div>
  614. {block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}
  615. </div>
  616. <div id="info">
  617. <br>{block:TrackName}<div id="trtitle">{TrackName}</div>
  618. {/block:TrackName}
  619. {block:Artist} {Artist}{/block:Artist}
  620. <br>{PlayCount} plays
  621. </div>
  622. {/block:Audio}
  623.  
  624. {block:Answer}
  625. <div class="q">
  626. <div class="as">{Asker} expressed: </div>
  627. {Question}
  628. </div>
  629. <div class="a">{Answer}</div>
  630. {/block:Answer}
  631.  
  632. {block:ifNotHideCaptions}
  633. {block:Caption}
  634. <div class="caption">{Caption}</div>
  635. {/block:Caption}
  636. {/block:ifNotHideCaptions}
  637.  
  638.  
  639. <div id="perma">
  640. {block:Date}<a href="{Permalink}" title="{TimeAgo}">{Month} {DayOfMonth}</a>{/block:Date}
  641. {block:NoteCount}
  642. -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  643. <a href="{Permalink}">{FormattedNoteCount}</a>
  644. {/block:NoteCount}
  645. {block:RebloggedFrom}
  646. -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  647. <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>
  648. {block:ContentSource}
  649. -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>
  650. {/block:ContentSource}
  651. {/block:RebloggedFrom}
  652. {block:HasTags}
  653. <div class="tags">
  654. {block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}
  655. </div>
  656. {/block:HasTags}
  657. </div>
  658. </div>
  659.  
  660.  
  661. {block:PostNotes}
  662. <div class="notes">
  663. {PostNotes}
  664. </div>
  665. {/block:PostNotes}
  666.  
  667. {/block:Posts}
  668. </div>
  669. </div>
  670.  
  671.  
  672. </div>
  673.  
  674. <div id="right">
  675. {block:ifNotInfiniteScroll}
  676. <div id="pag">
  677. {block:Pagination}
  678. {block:PreviousPage}
  679. <a href="{PreviousPage}">present</a>
  680. {/block:PreviousPage}
  681.  
  682. {block:NextPage}
  683. <a href="{NextPage}">past</a>
  684. {/block:NextPage}
  685. {/block:Pagination}
  686. </div>
  687. {/block:ifNotInfiniteScroll}
  688. </div>
  689.  
  690. {block:Date}
  691. <div id="perma">
  692. <a href="{Permalink}" >{12Hour}:{Minutes} {AmPm}</a>
  693. {block:NoteCount}
  694. <a href="{Permalink}">+ {NoteCount}</a>
  695. {/block:NoteCount}
  696. {block:RebloggedFrom}
  697. <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>
  698. {block:ContentSource}
  699. <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>
  700. {/block:ContentSource}
  701. {/block:RebloggedFrom}
  702. {block:HasTags}
  703. <div class="tags">
  704. {block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}
  705. </div>
  706. {/block:HasTags}
  707. </div>
  708. {/block:Date}
  709.  
  710. {block:ContentSource}
  711. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  712. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  713. {/block:SourceLogo}
  714. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  715. {/block:ContentSource}
  716.  
  717. <div id="cr">
  718. @ <a href="http://panthoen.tumblr.com">panthoen</a>
  719. </div>
  720.  
  721. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement