Advertisement
seouless

ABSOULS theme

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