Advertisement
str-wrs

Dionysus

Jul 12th, 2015
15,973
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.04 KB | None | 0 0
  1. <!--
  2.  
  3. THEME: DIONYSUS
  4. by acuite
  5.  
  6. - this one is super customisable
  7. - don't steal this pls
  8. - enjoy, ilu (ノ◕ヮ◕)ノ*:・゚✧
  9.  
  10. - @acuite for more themes
  11.  
  12. -->
  13.  
  14. <html>
  15. <head>
  16.  
  17. <title>{Title}</title>
  18. <link rel="shortcut icon" href="{Favicon}">
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  21.  
  22. <meta name="image:Sidebar" content=""/>
  23.  
  24. <meta name="color:Background" content="#f8f8f8"/>
  25. <meta name="color:Post" content="#fff"/>
  26. <meta name="color:Border" content="#eee"/>
  27. <meta name="color:Text" content="#555"/>
  28. <meta name="color:Link" content="#999"/>
  29.  
  30. <meta name="if:Drop Links" content=""/>
  31. <meta name="if:Title" content=""/>
  32. <meta name="if:Image" content=""/>
  33. <meta name="if:Paginate" content=""/>
  34. <meta name="if:Captions" content=""/>
  35. <meta name="if:Tags" content=""/>
  36. <meta name="if:Border" content=""/>
  37. <meta name="if:Shadow" content=""/>
  38.  
  39. <meta name="text:Post" content="350"/>
  40. <meta name="text:Sidebar" content="150"/>
  41. <meta name="text:Margin" content="75"/>
  42.  
  43. <meta name="text:Navigate URL" content="/links"/>
  44. <meta name="text:Link 1" content="/"/>
  45. <meta name="text:Link 1 Title" content="one"/>
  46. <meta name="text:Link 2" content="/" />
  47. <meta name="text:Link 2 Title" content="two"/>
  48. <meta name="text:Link 3" content="/" />
  49. <meta name="text:Link 3 Title" content="three"/>
  50. <meta name="text:Link 4" content="/" />
  51. <meta name="text:Link 4 Title" content="four"/>
  52.  
  53. <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  54. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
  55. <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,400italic,600italic,700italic' rel='stylesheet' type='text/css'>
  56. <style type="text/css">
  57.  
  58. ::-webkit-scrollbar {width:5px;height:5px;background:{color:Background};}
  59. ::-webkit-scrollbar-thumb {background:{color:Border};}
  60.  
  61. .tmblr-iframe--desktop-logged-in-controls, .iframe-controls--desktop, .tmblr-iframe, #tumblr_controls{-webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%);opacity:0.5;}
  62.  
  63. /* General */
  64.  
  65. body {
  66. margin:0px;
  67. background:{color:Background};
  68. color:{color:Text};
  69. }
  70.  
  71. a:link, a:active, a:visited {text-decoration:none;}
  72. a,.playh,.p{
  73. transition:0.5s ease;
  74. -o-transition:0.5s ease;
  75. -moz-transition:0.5s ease;
  76. -webkit-transition:0.5s ease;
  77. }
  78.  
  79. pre, p, blockquote,body,big,small,sub,sup {font-size:9.5px;}
  80. p, body, pre, em {font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;}
  81.  
  82. /* Credit & Pagi */
  83.  
  84. .c{position:fixed;bottom:30px;right:30px;letter-spacing:1px;text-transform:uppercase;}
  85. .pag a{margin:0px 5px;}
  86. .pag {position:relative;margin:0px;font-weight:500;}
  87. .c, .pag {text-align:center;}
  88. {block:ifnotPaginate}
  89. .pag,#infscr-loading {display:none!important;}
  90. {/block:ifnotPaginate}
  91.  
  92. /* Containers */
  93.  
  94. #center {
  95. position:relative;
  96. margin:{text:Margin}px auto;
  97. width:{text:Post}px;
  98. }
  99.  
  100. .entry img{max-width:100%;height:auto;}
  101. .entry {
  102. width:{text:Post}px;
  103. margin:{text:Margin}px 0px;
  104. background:{color:Post};
  105. {block:ifBorder}border:1px solid {color:Border};{/block:ifBorder}
  106. {block:ifShadow}box-shadow:rgba(0,0,0,0.05)0px 0px 3px 2px;{/block:ifShadow}
  107. }
  108.  
  109. /* Sidebar */
  110.  
  111. #sidebar {
  112. position:fixed;
  113. width:{text:Sidebar}px;
  114. margin-left:calc(-{text:Sidebar}px + -{text:Margin}px);
  115. background:{color:Post};
  116. {block:ifBorder}border:1px solid {color:Border};{/block:ifBorder}
  117. {block:ifShadow}box-shadow:rgba(0,0,0,0.05)0px 0px 3px 2px;{/block:ifShadow}
  118. }
  119.  
  120. .image img{width:100%;}
  121. .desc {margin:10px;font-style:italic;letter-spacing:0.1px;}
  122. .links a:hover {padding-left:15px;}
  123. .links a{display:block;padding:6px;border-top:1px solid {color:Border};}
  124.  
  125. /* Titles */
  126.  
  127. h1, h2 {font-weight:400;letter-spacing:1.5px;text-transform:uppercase;}
  128. h1 {margin:10px;font-size:10px;}
  129. h2 {margin:0px;font-style:italic;font-size:9.5px;}
  130. h3 {
  131. margin:10px 0px;
  132. font-weight:500;
  133. font-size:8px;
  134. letter-spacing:1px;
  135. text-transform:uppercase;
  136. }
  137.  
  138. .src {margin-top:10px;}
  139. .qut {
  140. font-style:italic;
  141. font-size:10px;
  142. letter-spacing:0.5px;
  143. }
  144.  
  145. /* Permalinks */
  146.  
  147. .p a{margin:0px 3px;}
  148. .p {padding:8px;}
  149. .tags a{margin-right:5px;letter-spacing:0.5px;}
  150. .tags {text-transform:none;margin-top:3px;}
  151.  
  152. /* Audio & Chat */
  153.  
  154. .lines {padding:5px;}
  155. .lines b{display:block;font-weight:400;}
  156. .play {height:27px;padding:10px;border-bottom:1px solid {color:Border};}
  157. .au {padding:5px;border-bottom:1px solid {color:Border};}
  158. .au span{display:block;margin:5px;}
  159.  
  160. /* Text */
  161.  
  162. p, blockquote {margin:0px;text-align:justify;}
  163. ul,ol {list-style:none;padding-left:10px;}
  164. li:before {content:"› ";margin-right:5px;}
  165. b,strong {font-weight:600;}
  166. blockquote p{margin:10px 0px;}
  167. blockquote p:first-child{margin:0px 0px 10px;}
  168. blockquote p:last-child{margin:10px 0px 0px;}
  169. blockquote p:only-child{margin:0px;}
  170. blockquote{
  171. margin:5px 0px 0px;
  172. padding:0px 0px 0px 10px;
  173. border-left:1px solid {color:Border};
  174. }
  175.  
  176. pre {
  177. white-space:pre-wrap;
  178. white-space:-moz-pre-wrap;
  179. white-space:-pre-wrap;
  180. white-space:-o-pre-wrap;
  181. word-wrap:break-word;
  182. }
  183.  
  184. /* Video */
  185.  
  186. .video {overflow:hidden;}
  187. .vine-embed {margin-bottom:-3px;}
  188. .instagram-media {border-radius:0px!important;box-shadow:none!important;}
  189.  
  190. /* Captions */
  191.  
  192. .tp {padding:10px;{block:IndexPage}border-bottom:1px solid {color:Border};{/block:IndexPage}}
  193. .txt {padding:5px;margin:0px;}
  194. .cap {
  195. margin:0px;
  196. padding:15px;
  197. border-bottom:1px solid {color:Border};
  198. }
  199.  
  200. .txt iframe,.ans iframe,.cap iframe,.tp iframe{
  201. display:block;max-width:100%;overflow:hidden;
  202. }
  203.  
  204. /* Photosets */
  205.  
  206. #tumblr_lightbox,.tmblr-lightbox {
  207. background:rgba({RGBcolor:Background},0.75)!important;
  208. }
  209.  
  210. #vignette,#tumblr_lightbox_caption,.vignette,.lightbox-caption{
  211. opacity:0!important;
  212. }
  213.  
  214. #tumblr_lightbox_center_image, #tumblr_lightbox_left_image,
  215. #tumblr_lightbox_right_image, .lightbox-image {
  216. box-shadow:none!important;
  217. border-radius:0px!important;
  218. background:{color:Post}!important;
  219. padding:5px!important;
  220. {block:ifBorder}border:1px solid {color:Border}!important;{/block:ifBorder}
  221. }
  222.  
  223. /* Ask */
  224.  
  225. .ask h2{background:none;padding:0px;margin-bottom:5px;font-style:normal;}
  226. .ask {padding:15px;letter-spacing:0.3px;border-bottom:1px solid {color:Border};}
  227.  
  228. /* Permalink Page + Postnotes */
  229.  
  230. .perma {padding:15px;text-transform:lowercase;}
  231. .perma a{margin-right:5px;}
  232. .pmt a{margin-right:3px;}
  233. .pmt a:after {content:'·';margin-left:5px;}
  234. .pmt a:last-of-type:after {display:none;}
  235. .pn img{display:none;}
  236. .pn li{list-style-type:none;padding:2px 0px;}
  237. .pn li:before {display:none;}
  238. .pn ul, .pn ol {padding:0px;margin:0px;}
  239. .pn {
  240. display:none;
  241. padding:10px 15px;
  242. font-size:8px;
  243. font-style:italic;
  244. border-top:1px solid {color:Border};
  245. }
  246.  
  247. .pnh,a.more_notes_link {text-transform:uppercase;font-style:normal;}
  248. a.more_notes_link {text-align:left;}
  249. .pph{letter-spacing:0.5px;}
  250. .pnh{display:block;margin-top:10px;}
  251.  
  252. /* Tooltips */
  253.  
  254. #s-m-t-tooltip{
  255. max-width:300px;
  256. margin:15px;
  257. z-index:99999999;
  258. padding:7px;
  259. font-size:8px;
  260. font-style:italic;
  261. letter-spacing:0.5px;
  262. background:{color:Post};
  263. {block:ifBorder}border:1px solid {color:Border};{/block:ifBorder}
  264. {block:ifShadow}box-shadow:rgba(0,0,0,0.05)0px 0px 3px 2px;{/block:ifShadow}
  265. }
  266.  
  267. /* Common Styles */
  268.  
  269. .ask,p,.perma,blockquote,.lines,ul,ol,.pn,.qut,.desc{line-height:160%;}
  270. a:hover,.ask,.ask a{color:{color:Text};}
  271. a,.p,.perma,.src,h1,.links,.lines b,.tn,h2,h2 a{color:{color:Link};}
  272. .src,.links,.lines b,.p,.tn{
  273. font-size:8px;
  274. letter-spacing:1px;
  275. text-transform:uppercase;
  276. }
  277.  
  278. /* Etc */
  279.  
  280. .notes img {width:0px;}
  281. img {margin:0px;display:block;}
  282.  
  283. </style>
  284. </head>
  285. <body>
  286.  
  287. <div id="center">
  288. <div id="sidebar">
  289. {block:ifImage}<div class="image"><a href="/"><img src="{image:Sidebar}"/></a></div>{/block:ifImage}
  290. {block:ifTitle}<a href="/"><h1>{Title}</h1></a>{/block:ifTitle}
  291. {block:Description}<div class="desc">{Description}</div>{/block:Description}
  292. <div class="links">
  293. <a href="/">index</a>
  294. <a href="/ask">message</a>
  295. {block:ifnotDropLinks}
  296. <a href="{text:Navigate URL}">navigate</a>
  297. {/block:ifnotDropLinks}
  298. {block:ifDropLinks}
  299. <a href="#" class="lh">navigate</a>
  300. <div class="lb">
  301. {block:ifLink1}
  302. <a href="{text:Link 1}">{text:Link 1 Title}</a>
  303. {/block:ifLink1}{block:ifLink2}
  304. <a href="{text:Link 2}">{text:Link 2 Title}</a>
  305. {/block:ifLink2}{block:ifLink3}
  306. <a href="{text:Link 3}">{text:Link 3 Title}</a>
  307. {/block:ifLink3}{block:ifLink4}
  308. <a href="{text:Link 4}">{text:Link 4 Title}</a>
  309. {/block:ifLink4}
  310. </div>
  311. {/block:ifDropLinks}
  312. </div>
  313. </div>
  314.  
  315.  
  316. <div id="content">
  317. {block:Posts}
  318. <div class="entry">
  319.  
  320. {block:Text}<div class="tp">
  321. {block:Title}<h2>{Title}</h2>{/block:Title}<div class="txt">{Body}</div>
  322. </div>{/block:Text}
  323.  
  324. {block:Link}<div class="tp">
  325. <a title="{URL}" href="{URL}"><h2> {Name} &rsaquo;</h2></a>
  326. {block:Description}<div class="txt">{Description}</div>{/block:Description}
  327. </div>{/block:Link}
  328.  
  329. {block:Photo}
  330. <a href="{Permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/></a>
  331. {block:ifCaptions}{block:Caption}<div class="cap">{Caption}</div>{/block:Caption}{/block:ifCaptions}
  332. {/block:Photo}
  333.  
  334. {block:Photoset}
  335. <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div>
  336. {block:ifCaptions}{block:Caption}<div class="cap">{Caption}</div>{/block:Caption}{/block:ifCaptions}
  337. {/block:Photoset}
  338.  
  339. {block:Quote}<div class="tp">
  340. <div class="qut">{Quote}</div>
  341. {block:Source}<div class="src">{Source}</div>{/block:Source}
  342. </div>{/block:Quote}
  343.  
  344. {block:Chat}<div class="tp">
  345. {block:Title}<h2>{Title}</h2>{/block:Title}
  346. {block:Lines}<div class="lines {Alt}"><div class="{Alt} user_{UserNumber}">{block:Label}<b>{Label}</b> {/block:Label}{Line}</div></div>{/block:Lines}
  347. </div>{/block:Chat}
  348.  
  349. {block:Audio}
  350. {block:AudioPlayer}<div class="play">{AudioPlayer}</div>{/block:AudioPlayer}
  351. <div class="au">
  352. {block:TrackName}<span class="tn">{TrackName}</span>{/block:TrackName}
  353. {block:Artist}<span>by {Artist}</span>{/block:Artist}
  354. {block:PlayCount}<span>{PlayCountWithLabel}</span>{/block:PlayCount}
  355. </div>
  356. {/block:Audio}
  357.  
  358. {block:Video}
  359. <div class="video">{Video-500}</div>
  360. {block:ifCaptions}{block:Caption}<div class="cap">{Caption}</div>{/block:Caption}{/block:ifCaptions}
  361. {/block:Video}
  362.  
  363. {block:Answer}
  364. <div class="ask"><h2>{Asker}:</h2> {Question}</div>
  365. <div class="tp"><div class="ans">{Answer}</div></div>
  366. {/block:Answer}
  367.  
  368. {block:IndexPage}<div class="p">
  369. <a href="{Permalink}">{NoteCountWithLabel}</a> /
  370. <a href="{Permalink}">{TimeAgo}</a> /
  371. <a href="{ReblogURL}">reblog</a>
  372. {block:ifTags}{block:HasTags}<div class="tags">{block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}{/block:ifTags}
  373. </div>{/block:IndexPage}
  374.  
  375. {block:PermalinkPage}
  376. {block:Date}
  377. <div class="pph">
  378. <div class="perma">
  379. posted {TimeAgo} on {DayofMonthWithSuffix} {Month}
  380. {block:RebloggedFrom}<br>
  381. via <a href="{ReblogParentURL}">{ReblogParentName}</a>
  382. source <a href="{ReblogRootURL}">{ReblogRootName}</a>
  383. {/block:RebloggedFrom}
  384.  
  385. {block:HasTags}<div class="pmt">tags: &nbsp;
  386. {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}
  387. </div>{/block:HasTags}
  388. <a href="#" class="pnh"><b style="font-size:10px;">&rsaquo; </b> view {NoteCountWithLabel}</a>
  389. </div>
  390.  
  391. {block:PostNotes}
  392. <div class="pn">{PostNotes}</div>
  393. {/block:PostNotes}
  394.  
  395. </div>
  396. {/block:Date}
  397. {/block:PermalinkPage}
  398.  
  399. {block:ContentSource}
  400. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  401. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  402. {/block:SourceLogo}
  403. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  404. {/block:ContentSource}
  405.  
  406. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  407.  
  408. </div>
  409. {/block:Posts}
  410.  
  411. {block:ifPaginate}
  412. {block:Pagination}
  413. <div class="pag">
  414. {block:PreviousPage}
  415. <a href="{PreviousPage}"><i class="fa fa-angle-left"></i> back</a>
  416. {/block:PreviousPage}
  417.  
  418. <span class="cp">{CurrentPage} / {TotalPages}</span>
  419.  
  420. {block:NextPage}
  421. <a href="{NextPage}">next <i class="fa fa-angle-right"></i></a>
  422. {/block:NextPage}
  423. </div>
  424. {/block:Pagination}
  425. {/block:ifPaginate}
  426.  
  427. </div>
  428.  
  429. {block:ifnotPaginate}
  430. {block:Pagination}
  431. <div class="pag">
  432. {block:PreviousPage}
  433. <a href="{PreviousPage}" class="prev">back</a>
  434. {/block:PreviousPage}
  435. {block:NextPage}
  436. <a href="{NextPage}" class="next">next</a>
  437. {/block:NextPage}
  438. </div>
  439. {/block:Pagination}
  440. {/block:ifnotPaginate}
  441.  
  442. </div>
  443.  
  444. <div class="c"><a href="http://acuite.tumblr.com/">acuite</a></div>
  445.  
  446. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  447. <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  448. <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  449. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  450. <script src ="//static.tumblr.com/fwgzvyf/l6jnyutne/shythemes.vr.js"></script>
  451.  
  452. <script>
  453. $(document).ready(function(){
  454. $('.photo-slideshow').pxuPhotoset({
  455. lightbox: true,
  456. rounded: false,
  457. gutter: '2px',
  458. photoset: '.photo-slideshow',
  459. photoWrap: '.photo-data',
  460. photo: '.pxu-photo'
  461. });
  462. {block:ifnotPaginate}
  463. var $container = $('#content');
  464. $container.infinitescroll({
  465. itemSelector: '.entry',
  466. navSelector: '.pag',
  467. nextSelector: '.next',
  468. loadingImg: ' ',
  469. loadingText: ' ',
  470. donetext: 'No more posts' ,
  471. bufferPx: 2000
  472. },
  473. function( newElements ) {
  474. var $newElems = $( newElements );
  475. $newElems.find('.photo-slideshow').pxuPhotoset({
  476. lightbox: true,
  477. rounded: false,
  478. gutter: '2px',
  479. photoset: '.photo-slideshow',
  480. photoWrap: '.photo-data',
  481. photo: '.pxu-photo'
  482. });
  483. resizeVideos();
  484. });
  485. {/block:ifnotPaginate}
  486. });
  487.  
  488.  
  489. // minimal soundcloud player © eoxk.tumblr
  490. $(document).ready(function(){
  491. var color = '{color:Link}'; // color of play button (hex)
  492. $('.soundcloud_audio_player').each(function(){
  493. $(this).attr({ src: $(this).attr('src').split('&')[0] + '&amp;liking=false&amp;sharing=false&amp;auto_play=false&amp;show_comments=false&amp;continuous_play=false&amp;buying=false&amp;show_playcount=false&amp;show_artwork=true&amp;origin=tumblr&amp;color=' + color.split('#')[1], height: 20, width: '100%' });
  494. });
  495. });
  496.  
  497.  
  498. // drop links & post notes
  499. $(document).ready(function(){
  500. $(".pn").hide();
  501. $(".pnh").show();$('.pnh').toggle(function(){
  502. $(".pn").slideDown(function(){});
  503. },function(){
  504. $(".pn").slideUp(function(){});
  505. });
  506. $(".lb").hide();
  507. $(".lh").show();$('.lh').toggle(function(){
  508. $(".lb").slideDown(function(){});
  509. },function(){
  510. $(".lb").slideUp(function(){});
  511. });
  512. });
  513.  
  514.  
  515. // tooltips
  516. (function($){
  517. $(document).ready(function(){
  518. $("[title]").style_my_tooltips({
  519. tip_delay_time:200,
  520. tip_fade_speed:300
  521. }
  522. );
  523. });
  524. })(jQuery);
  525.  
  526. </script>
  527. </body>
  528. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement