Advertisement
seouless

+ EUPHORIA theme

Oct 6th, 2012
5,056
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.07 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2. <head><title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
  3. <link rel="shortcut icon" href="{Favicon}">
  4. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  5.  
  6. {block:Description}
  7. <meta name="description" content="{MetaDescription}" />
  8. {/block:Description}
  9.  
  10.  
  11. <meta name="image:BG">
  12. <meta name="image:nav BG">
  13. <meta name="image:perma BG">
  14.  
  15. <meta name="if:photo fade" content="0">
  16. <meta name="if:black music" content="0">
  17. <meta name="if:white music" content="1">
  18. <meta name="if:250px" content="1">
  19. <meta name="if:400px" content="0">
  20. <meta name="if:one column">
  21. <meta name="if:two column" content="1">
  22. <meta name="if:infinitescroll" content="1">
  23.  
  24. <meta name="color:BG" content="#fff">
  25. <meta name="color:text" content="#666">
  26. <meta name="color:sp text" content="#555">
  27. <meta name="color:link" content="#333">
  28. <meta name="color:link hover" content="#333">
  29. <meta name="color:link click" content="#000">
  30. <meta name="color:title" content="#333">
  31. <meta name="color:borders" content="#666">
  32. <meta name="color:nav" content="#fff">
  33. <meta name="color:nav BG" content="#666">
  34. <meta name="color:nav hover" content="#fff">
  35. <meta name="color:nav BG hover" content="#000">
  36. <meta name="color:perma" content="#fff">
  37. <meta name="color:perma BG" content="#666">
  38. <meta name="color:scroll" content="#666">
  39.  
  40. <meta name="text:link one">
  41. <meta name="text:link one title" content="One">
  42. <meta name="text:link two">
  43. <meta name="text:link two title" content="Two">
  44. <meta name="text:link three">
  45. <meta name="text:link three title" content="Three">
  46.  
  47.  
  48. <style type="text/css">
  49.  
  50. iframe#tumblr_controls{
  51. right:0px !important;
  52. position:fixed !important;
  53. color:#000;
  54. background:#fff;
  55. -webkit-transition: all 0.7s ease-out;
  56. -moz-transition: all 0.7s ease-out;
  57. transition: all 0.7s ease-out;
  58. z-index:9999;
  59. }
  60.  
  61. ::-webkit-scrollbar-track { background-color:{color:BG}; }
  62. ::-webkit-scrollbar-thumb { background-color:{color:scroll}; }
  63. ::-webkit-scrollbar { width:4px; height:4px; }
  64.  
  65. ::selection { background:#e4e4e4; color:#000; }
  66. ::-moz-selection { background:#e4e4e4; color:#000; }
  67. ::-webkit-selection { background:#e4e4e4; color:#000; }
  68.  
  69. body {
  70. font-family:consolas;
  71. font-size:9px;
  72. text-align:justify;
  73. text-transform:normal;
  74. background:{color:BG} url('{image:BG}') fixed repeat center;
  75. color:{color:text};
  76. margin:0px;
  77. }
  78.  
  79. a {
  80. text-decoration:none;
  81. -webkit-transition:all 0.6s ease-in-out;
  82. -moz-transition:all 0.6s ease-in-out;
  83. -o-transition:all 0.6s ease-in-out;
  84. transition:all 0.6s ease-in-out;
  85. color:{color:link};
  86. }
  87.  
  88. a:hover {
  89. text-decoration:line-through;
  90. }
  91.  
  92. a:active {
  93. color:{color:link click};
  94. -webkit-transition:all 0.05s ease-in-out;
  95. -moz-transition:all 0.05s ease-in-out;
  96. -o-transition:all 0.05s ease-in-out;
  97. transition:all 0.05s ease-in-out;
  98. }
  99.  
  100. b, strong {
  101. font-weight:heavy;
  102. color:{color:sp text};
  103. }
  104.  
  105. i, em {
  106. font-weight:light;
  107. color:{color:sp text};
  108. }
  109.  
  110. blockquote {
  111. margin-left:30px;
  112. border-left:1px solid #666;
  113. padding:1px 0px 1px 9px;
  114. }
  115.  
  116. blockquote img {
  117. {block:indexpage}
  118. max-width:150px;
  119. {/block:indexpage}
  120. {block:permalinkpage}
  121. max-width:420px;
  122. {/block:permalinkpage}
  123. }
  124.  
  125. li {
  126. list-style:square;
  127. }
  128.  
  129. #main {
  130. margin:auto;
  131. {block:indexpage}
  132. {block:iftwocolumn}
  133. {block:if250px}
  134. width:540px;
  135. {/block:if250px}
  136. {block:if400px}
  137. width:840px;
  138. {/block:if400px}
  139. {/block:iftwocolumn}
  140. {block:ifonecolumn}
  141. {block:if250px}
  142. width:270px;
  143. {/block:if250px}
  144. {block:if400px}
  145. width:520px;
  146. {/block:if400px}
  147. {/block:ifonecolumn}
  148. {/block:indexpage}
  149. {block:permalinkpage}
  150. width:530px;
  151. {/block:permalinkpage}
  152. }
  153.  
  154. #posts {
  155. padding:5px;
  156. margin:5px 0px 5px 0px;
  157. {block:indexpage}
  158. {block:iftwocolumn}
  159. {block:if250px}
  160. width:540px;
  161. {/block:if250px}
  162. {block:if400px}
  163. width:840px;
  164. {/block:if400px}
  165. {/block:iftwocolumn}
  166. {block:ifonecolumn}
  167. {block:if250px}
  168. width:270px;
  169. {/block:if250px}
  170. {block:if400px}
  171. width:520px;
  172. {/block:if400px}
  173. {/block:ifonecolumn}
  174. {/block:indexpage}
  175. {block:permalinkpage}
  176. width:520px;
  177. {/block:permalinkpage}
  178. }
  179.  
  180. .post {
  181. padding:5px;
  182. margin:5px;
  183. overflow:hidden;
  184. {block:indexpage}
  185. {block:iftwocolumn}
  186. float:left;
  187. {/block:iftwocolumn}
  188. {block:if250px}
  189. width:250px;
  190. {/block:if250px}
  191. {block:if400px}
  192. width:400px;
  193. {/block:if400px}
  194. {/block:indexpage}
  195. {block:permalinkpage}
  196. width:500px;
  197. {/block:permalinkpage}
  198. }
  199.  
  200. .post img {
  201. {block:indexpage}
  202. max-width:230px;
  203. margin-bottom:-1px;
  204. {/block:indexpage}
  205. {block:permalinkpage}
  206. max-width:500px;
  207. {/block:permalinkpage}
  208. -webkit-transition:all 0.6s ease-in-out;
  209. -moz-transition:all 0.6s ease-in-out;
  210. -o-transition:all 0.6s ease-in-out;
  211. transition:all 0.6s ease-in-out;
  212. }
  213.  
  214. {block:ifphotofade}
  215. .post img:hover {
  216. opacity:.75;
  217. }
  218. {/block:ifphotofade}
  219.  
  220. .post:hover #perma {
  221. opacity:.9;
  222. }
  223.  
  224. #perma {
  225. background:{color:perma BG} url('{image:perma BG}') fixed repeat center;
  226. letter-spacing:1px;
  227. opacity:0;
  228. position:relative;
  229. float:right;
  230. font-size:8px;
  231. text-transform:uppercase;
  232. -webkit-transition:all 0.6s ease-in-out;
  233. -moz-transition:all 0.6s ease-in-out;
  234. -o-transition:all 0.6s ease-in-out;
  235. transition:all 0.6s ease-in-out;
  236. {block:permalinkpage}
  237. display:none;
  238. {/block:permalinkpage}
  239. }
  240.  
  241. #perma a {
  242. color:{color:perma};
  243. }
  244.  
  245. .txt {
  246. float:right;
  247. margin-right:5px;
  248. margin-top:-17px;
  249. padding:1px 7px 1px 7px;
  250. }
  251.  
  252. .pht {
  253. margin-top:-17px;
  254. margin-right:5px;
  255. padding:1px 7px 1px 7px;
  256. }
  257.  
  258. .head {
  259. padding:4px 15px 1px 15px;
  260. font-size:11px;
  261. letter-spacing:1px;
  262. color:{color:title};
  263. }
  264.  
  265. .say {
  266. padding:4px 10px 1px 10px;
  267. color:{color:title};
  268. letter-spacing:1px;
  269. text-transform:uppercase;
  270. }
  271.  
  272. .cap {
  273. padding:2px 10px 3px 10px;
  274. }
  275.  
  276. .permalinkpage {
  277. padding:10px;
  278. width:500px;
  279. }
  280.  
  281. .nav {
  282. position:fixed;
  283. margin-left:-125px;
  284. bottom:25px;
  285. width:115px;
  286. padding:5px;
  287. text-align:right;
  288. {block:ifinfinitescroll}
  289. display:none;
  290. {/block:ifinfinitescroll}
  291. }
  292.  
  293. #side {
  294. position:fixed;
  295. top:0px;
  296. margin-left:-125px;
  297. width:125px;
  298. height:100%;
  299. border-right:1px solid {color:borders};
  300. }
  301.  
  302. #inside {
  303. position:fixed;
  304. top:125px;
  305. width:125px;
  306. text-align:right;
  307. }
  308.  
  309. .show {
  310. padding:5px 5px 0px 5px;
  311. font-size:12px;
  312.  
  313. }
  314.  
  315. .hide {
  316. padding:5px;
  317. }
  318.  
  319. .plus {
  320. color:{color:link};
  321. cursor:help;
  322. padding:0px 5px 0px 5px;
  323. -webkit-transition:all 0.6s ease-in-out;
  324. -moz-transition:all 0.6s ease-in-out;
  325. -o-transition:all 0.6s ease-in-out;
  326. transition:all 0.6s ease-in-out;
  327. }
  328.  
  329. .plus:hover {
  330. background:{color:nav BG};
  331. color:{color:nav};
  332. }
  333.  
  334. .links {
  335. padding:1px 5px 0px 5px;
  336. text-transform:uppercase;
  337. letter-spacing:1px;
  338. line-height:11px;
  339. }
  340.  
  341. .links a {
  342. padding:0px 5px 0px 50px;
  343. background:{color:nav BG} url('{image:nav BG}') fixed repeat center;
  344. color:{color:nav};
  345. }
  346.  
  347. .links a:hover {
  348. text-decoration:none;
  349. background:{color:nav BG hover};
  350. color:{nav hover};
  351. }
  352.  
  353. .title {
  354. padding:2px 10px 2px 10px;
  355. font-size:11px;
  356. letter-spacing:1px;
  357. }
  358.  
  359.  
  360.  
  361. </style>
  362. {block:iftwocolumn}
  363. <script type="text/javascript" src="http://static.tumblr.com/nj7bgyh/zr9m0w1np/masonryq.js"></script>
  364. <script type="text/javascript" src="http://static.tumblr.com/nj7bgyh/J0qm0vycn/querymasonry.js"></script>
  365. {block:ifinfinitescroll}<script src="http://static.tumblr.com/nj7bgyh/bynm0xy7g/endlessscrolljquery.js"></script>{/block:ifinfinitescroll}
  366. <script src="http://static.tumblr.com/nj7bgyh/rNom0vy8o/masonry.js"></script>
  367. <script type="text/javascript">
  368. $(window).load(function () {
  369. $('#posts').masonry(),
  370. $('.masonryWrap').infinitescroll({
  371. navSelector : ".nav a",
  372. // selector for the paged navigation (it will be hidden)
  373. nextSelector : ".nav a",
  374. // selector for the NEXT link (to page 2)
  375. itemSelector : ".post",
  376. // selector for all items you'll retrieve
  377. bufferPx : 10000,
  378. extraScrollPx: 11000,
  379. loadingImg : "http://b.imagehost.org/0548/Untitled-2.png",
  380. loadingText : "<em></em>",
  381. },
  382. // call masonry as a callback.
  383. function() { $('#posts').masonry({ appendedContent: $(this) }); }
  384. );
  385. });
  386. </script>
  387. </script>
  388. <script src="toggle.js" type="text/javascript"></script>
  389. <script type="text/javascript">
  390. $(document).ready(function(){
  391. $(".hide").hide();
  392. $(".show").click(function(){
  393. $('.hide').slideToggle(300);
  394. return true;
  395. });
  396. });
  397. </script>
  398. {/block:iftwocolumn}
  399. {block:ifonecolumn}
  400. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js">
  401. </script>
  402. <script type="text/javascript">
  403. $(document).ready(function(){
  404. $(".hide").hide();
  405. $(".show").click(function(){
  406. $(this).next(".hide").slideToggle('fast');
  407. }); }); </script>
  408. {block:ifinfinitescroll}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifinfinitescroll}
  409. {/block:ifonecolumn}
  410. </head>
  411. <body>
  412.  
  413.  
  414. <div id="main">
  415.  
  416.  
  417. <div id="side">
  418. <div id="inside">
  419. <div class="show"><span class="plus">+</span></div>
  420. <div class="hide">{description}</div>
  421. <div class="links">
  422. <a href="/">home</a><br><a href="/ask">Inbox</a>{block:iflinkone}<br><a href="{text:link one}">{text:link one title}</a>{/block:iflinkone}{block:iflinktwo}<br><a href="{text:link two}">{text:link two title}</a>{/block:iflinktwo}{block:iflinkthree}<br><a href="{text:link three}">{text:link three title}</a>{/block:iflinkthree}
  423. </div>
  424. <div class="title"><a href="/">{title}</a></div>
  425. </div>
  426. </div>
  427.  
  428.  
  429. <div id="posts">
  430.  
  431. {block:Posts}
  432.  
  433. <div class="post">
  434.  
  435.  
  436. {block:Text}
  437. {block:Title}<div class="head">{Title}</div>{/block:Title}
  438. <div class="cap">{Body}</div>
  439. <div id="perma" class="txt">
  440. <a href="{Permalink}">{MonthNumber}/{DayOfMonth};</a> <a href="{ReblogURL}">{24Hour}:{Minutes}</a>
  441. </div>
  442. {/block:Text}
  443.  
  444. {block:Quote}
  445. <div class="say">"{Quote}"</div>
  446. {block:Source}<div style="text-align:right">— {Source}</div>{/block:Source}
  447. <div id="perma" class="txt">
  448. <a href="{Permalink}">{MonthNumber}/{DayOfMonth};</a> <a href="{ReblogURL}">{24Hour}:{Minutes}</a>
  449. </div>
  450. {/block:Quote}
  451.  
  452. {block:Link}
  453. <div class="head"><a href="{URL}" target="{Target}">⇁ {Name}</a></div>
  454. {block:Description}<div class="cap">{Description}</div>{/block:Description}
  455. <div id="perma" class="txt">
  456. <a href="{Permalink}">{MonthNumber}/{DayOfMonth};</a> <a href="{ReblogURL}">{24Hour}:{Minutes}</a>
  457. </div>
  458. {/block:Link}
  459.  
  460. {block:Chat}
  461. {block:Title}<div class="head">{title}</div>{/block:Title}
  462. <div class="cap">{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}</div>
  463. <div id="perma" class="txt">
  464. <a href="{Permalink}">{MonthNumber}/{DayOfMonth};</a> <a href="{ReblogURL}">{24Hour}:{Minutes}</a>
  465. </div>
  466. {/block:Chat}
  467.  
  468. {block:Audio}
  469. {block:indexpage}
  470. {block:AudioEmbed}{AudioEmbed-250}{/block:AudioEmbed}
  471. {/block:indexpage}
  472. {block:permalinkpage}
  473. {block:AudioEmbed}{AudioEmbed}{/block:AudioEmbed}
  474. {/block:permalinkpage}
  475. {block:AudioPlayer}<center>
  476. {block:ifwhitemusic}{AudioPlayerWhite}{/block:ifwhitemusic}
  477. {block:ifnotblackmusic}{block:ifnotwhitemusic}{AudioPlayerGrey}{/block:ifnotwhitemusic}{/block:ifnotblackmusic}
  478. {block:ifblackmusic}{AudioPlayerBlack}{/block:ifblackmusic}
  479. </center>{/block:AudioPlayer}
  480. <div class="cap">
  481. {block:TrackName}{TrackName}<br>{/block:TrackName}
  482. {block:Artist}{Artist}<br>{/block:Artist}
  483. {block:Album}{Album}<br>{/block:Album}
  484. {block:PlayCount}{PlayCountWithLabel}<br>{/block:PlayCount}
  485. {block:ExternalAudio}<a href="{ExternalAudioURL}">Download</a><br>{/block:ExternalAudio}
  486. {block:permalinkpage}
  487. {block:Caption}{Caption}{/block:Caption}
  488. {/block:permalinkpage}
  489. </div>
  490. <div id="perma" class="txt">
  491. <a href="{Permalink}">{MonthNumber}/{DayOfMonth};</a> <a href="{ReblogURL}">{24Hour}:{Minutes}</a>
  492. </div>
  493. {/block:Audio}
  494.  
  495. {block:Answer}
  496. <div class="say">{Question}</div>
  497. <div style="text-align:right;">— {Asker}</div>
  498. <div class="cap">{Answer}</div>
  499. <div id="perma" class="txt">
  500. <a href="{Permalink}">{MonthNumber}/{DayOfMonth};</a> <a href="{ReblogURL}">{24Hour}:{Minutes}</a>
  501. </div>
  502. {/block:Answer}
  503.  
  504. {block:Photo}
  505. {block:indexpage}
  506. <center><a href="{Permalink}" title="{NoteCountWithLabel}; {24Hour}:{Minutes}"><img style="{block:if250px}max-width:250px;{/block:if250px}{block:if400px}max-width:400px;{/block:if400px}" src="{PhotoURL-500}"></a></center>
  507. {/block:indexpage}
  508. {block:permalinkpage}
  509. <center>{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}</center>
  510. {block:HighRes}<div style="text-align:right;"><small><a href="{PhotoURL-HighRes}">High Resolution</a></small></div>{/block:HighRes}
  511. <div class="cap">
  512. {block:Camera}{Camera}<br>{/block:Camera}
  513. {block:Aperture}{Aperture}<br>{/block:Aperture}
  514. {block:Exposure}{Exposure}<br>{/block:Exposure}
  515. {block:FocalLength}{FocalLength}<br>{/block:FocalLength}
  516. {block:Caption}{Caption}<br>{/block:Caption}
  517. </div>
  518. {/block:permalinkpage}
  519. {/block:Photo}
  520.  
  521. {block:Photoset}
  522. {block:indexpage}
  523. <center>{block:if250px}{Photoset-250}{/block:if250px}{block:if400px}{Photoset-400}{/block:if400px}</center>
  524. {/block:indexpage}
  525. {block:permalinkpage}
  526. <center>{Photoset-500}</center>
  527. {block:Caption}<div class="cap">{Caption}</div>{/block:Caption}
  528. {/block:permalinkpage}
  529. <div id="perma" class="pht">
  530. <a href="{Permalink}">{NoteCountWithLabel};</a> <a href="{ReblogURL}">{24Hour}:{Minutes}</a>
  531. </div>
  532. {/block:Photoset}
  533.  
  534. {block:Video}
  535. {block:indexpage}
  536. <center>{block:if250px}{Video-250}{/block:if250px}{block:if400px}{Video-400}{/block:if400px}</center>
  537. {/block:indexpage}
  538. {block:permalinkpage}
  539. <center>{Video-500}</center>
  540. {block:Caption}<div class="cap">{Caption}</div>{/block:Caption}
  541. {/block:permalinkpage}
  542. <div id="perma" class="pht">
  543. <a href="{Permalink}">{NoteCountWithLabel};</a> <a href="{ReblogURL}">{24Hour}:{Minutes}</a>
  544. </div>
  545. {/block:Video}
  546.  
  547. </div><!--post-->
  548.  
  549.  
  550. {block:permalinkpage}
  551. <div class="permalinkpage">
  552.  
  553. {block:Date}Posted — {TimeAgo} on {DayOfWeek} {Month} {DayOfMonth}, {Year} at {12Hour}:{Minutes}{AmPm}<br>{/block:Date}
  554. Navigation — {block:PreviousPost}<a href="{PreviousPost}">Prev Post</a> {/block:PreviousPost}<a href="/ask">Message</a> <a href="/archive">History</a> <a href="/random">Random</a> {block:NextPost}<a href="{NextPost}">Next Post</a>{/block:NextPost}<br>
  555. {block:HasTags}Tagged — {block:Tags}<a href="{TagURL}">{Tag}</a>. {/block:Tags}<br>{/block:HasTags}
  556. {block:RebloggedFrom}Via — <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> — Source — <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a><br>{/block:RebloggedFrom}
  557. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  558. {block:PostNotes}{PostNotes}{/block:PostNotes}
  559.  
  560. </div><!--permalinkpage-->
  561. {/block:permalinkpage}
  562.  
  563.  
  564. {/block:Posts}
  565.  
  566.  
  567. </div><!--posts-->
  568.  
  569.  
  570. <div class="nav">
  571. {block:Pagination}
  572. {block:PreviousPage}
  573. <a href="{PreviousPage}">Prev</a>
  574. {/block:PreviousPage}
  575. {block:JumpPagination length="5"}
  576. {block:CurrentPage}
  577. <span class="current_page">{PageNumber}</span>
  578. {/block:CurrentPage}
  579. {block:JumpPage}
  580. <a class="jump_page" href="{URL}">{PageNumber}</a>
  581. {/block:JumpPage}
  582. {/block:JumpPagination}
  583. {block:NextPage}
  584. <a href="{NextPage}">Next</a>
  585. {/block:NextPage}
  586. {/block:Pagination}
  587. </div>
  588.  
  589.  
  590. </div><!-- main -->
  591.  
  592.  
  593. <a style="position:fixed; bottom:5px; left:10px; z-index:9999;" href="http://subplanets.tumblr.com">theme</a>
  594.  
  595.  
  596. </body>
  597. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement