Advertisement
sunrisen

phantom theme

Mar 27th, 2013
15,373
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.79 KB | None | 0 0
  1. <!--
  2.  
  3. PHANTOM THEME - RELEASED 27.03.13
  4. ----------------------------------------
  5. CREATED BY SUNRISEN - THEME BLOG: SUNRISENTHEMES
  6. ----------------------------------------
  7. THIS THEME AND ALL OTHER THEMES BY SUNRISEN
  8. ARE USED SUBJECT TO THE AGREEMENT OF THE TERMS
  9. FOR MORE INFORMATION, VISIT
  10. HTTP://THEMES.SUNRISEN.CO/TERMS
  11.  
  12. -->
  13. <html lang="en">
  14. <head>
  15.  
  16. </script><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  17.  
  18. <html xmlns="http://www.w3.org/1999/xhtml">
  19. <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#">
  20. <script type="text/javascript"
  21. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  22.  
  23. <title>{Title}</title>
  24.  
  25. <link rel="shortcut icon" href="{Favicon}">
  26.  
  27. <meta name="color:background" content="#ffffff"/>
  28. <meta name="color:text" content-"#000000"/>
  29. <meta name="color:link" content="#000000"/>
  30. <meta name="color:hover" content="#888888"/>
  31. <meta name="color:sidebar border" content="#000000"/>
  32.  
  33. <meta name="font:body" content="courier new"/>
  34.  
  35. <meta name="if:two columns" content="0"/>
  36. <meta name="if:three columns" content="1"/>
  37. <meta name="if:four columns" content="0"/>
  38. <meta name="if:sidebar top" content="0"/>
  39. <meta name="if:centered theme" content="1"/>
  40. <meta name="if:image fade" content="1"/>
  41.  
  42. <meta name="text:sidebar border type" content="solid"/>
  43. <meta name="text:link one" content=""/>
  44. <meta name="text:link one title" content=""/>
  45. <meta name="text:link two" content=""/>
  46. <meta name="text:link two title" content=""/>
  47. <meta name="text:link three" content=""/>
  48. <meta name="text:link three title" content=""/>
  49. <meta name="text:link four" content=""/>
  50. <meta name="text:link four title" content=""/>
  51. <meta name="text:link five" content=""/>
  52. <meta name="text:link five title" content=""/>
  53.  
  54. <style type="text/css">
  55.  
  56. ::-webkit-scrollbar-thumb:vertical{
  57. background-color:#000000;
  58. width:5px;
  59. border:1px solid {color:background};
  60. -moz-border-radius:10px;
  61. -webkit-border-radius:10px;
  62. }
  63.  
  64. ::-webkit-scrollbar {width: 7px; height: 4px; background:#333333;border:3px solid {color:background}; }
  65. ::-webkit-scrollbar-thumb { background-color: #130C11;}
  66.  
  67. #tumblr_controls{
  68. position:fixed !important;
  69. }
  70.  
  71. body{
  72. margin:0px;
  73. background-attachment: fixed;
  74. background-repeat: repeat;
  75. background-color:{color:background};
  76. background-attachment: fixed;
  77. background-repeat: repeat;
  78. font-size: 11px;
  79. font-family:{font:body};
  80. line-height:10px;
  81. color: {color:text};
  82. }
  83.  
  84. a:link, a:active, a:visited{
  85. color: {color:link};
  86. text-decoration: none;
  87. -webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;transition: all 0.2s ease-out;
  88. }
  89.  
  90. a:hover{
  91. color: {color:hover};
  92. -webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;transition: all 0.2s ease-out;
  93. }
  94.  
  95. .entry {
  96. margin:12px;
  97. padding: 2px;
  98. float:left;
  99. background-color:transparent;
  100. {block:IndexPage}
  101. width:250px;
  102. {/block:IndexPage}
  103. {block:PermalinkPage}
  104. width:550px;
  105. {/block:PermalinkPage}
  106. border:1px solid {color:background}
  107. padding-bottom: 0px;
  108. margin-bottom:7px;
  109. font-family:{font:body};
  110. text-transform:uppercase;
  111. font-size: 10px;
  112. line-height:14px;
  113. }
  114.  
  115. .entry img{{block:indexpage}max-width:250px;{/block:indexpage}}
  116.  
  117. #sidebar{
  118. opacity:1;
  119. background-color:transparent;
  120. {block:ifcenteredtheme}
  121. margin-left:0px;
  122. {/block:ifcenteredtheme}
  123. {block:ifnotcenteredtheme}
  124. {block:iftwocolumns}
  125. right:570px;
  126. {/block:iftwocolumns}
  127. {block:ifthreecolumns}
  128. right:835px;
  129. {/block:ifthreecolumns}
  130. {block:iffourcolumns}
  131. right:1115px;
  132. {/block:iffourcolumns}
  133. {/block:ifnotcenteredtheme}
  134. margin-top:0px;
  135. overflow:hidden;
  136. font-family:{font:body};
  137. text-transform:uppercase;
  138. text-align:right;
  139. font-size: 10px;
  140. width: 250px;
  141. padding: 4px;
  142. padding-top:10px;
  143. padding-bottom:0px;
  144. height:100%;
  145. z-index:10;
  146. position:fixed;
  147. line-height:14px;
  148. border-right:1px {text:sidebar border type} {color:sidebar border};
  149. }
  150.  
  151. .wrapper{{block:iftwocolumns}width:825px;{/block:iftwocolumns}{block:ifthreecolumns}width:1100px;{/block:ifthreecolumns}{block:iffourcolumns}width:1380px;{/block:iffourcolumns}margin:0px auto;}
  152.  
  153. #posts {
  154. {block:iftwocolumns}
  155. width: 560px;
  156. {/block:iftwocolumns}
  157. {block:ifthreecolumns}
  158. width:835px;
  159. {/block:ifthreecolumns}
  160. {block:iffourcolumns}
  161. width:1115px;
  162. {/block:iffourcolumns}
  163. background: transparent;
  164. {block:ifcenteredtheme}
  165. margin-left:260px;
  166. {/block:ifcenteredtheme}
  167. {block:ifnotcenteredtheme}
  168. right:0px;
  169. {/block:ifnotcenteredtheme}
  170. padding-left: 2px;
  171. padding-right: 2px;
  172. padding-top:10px;
  173. padding-bottom:100px;
  174. margin-top:0px;
  175. float:right;
  176. }
  177.  
  178. #infscr-loading{
  179. bottom: 5px;
  180. position: absolute;
  181. left: 50%;
  182. margin-left:-8px;
  183. width:16px;
  184. height:11px;
  185. overflow:hidden;
  186. margin-bottom: 50px;
  187. }
  188.  
  189. .title{
  190. font-family:{font:body};
  191. font-size: 13px;
  192. line-height:15px;
  193. color: ;
  194. font-weight: ;
  195. }
  196.  
  197. blockquote{
  198. padding:0px 0px 2px 5px;
  199. margin:0px 0px 2px 10px;
  200. border-left: 1px dashed #555555;
  201. background:#ccc;
  202. }
  203.  
  204. .img{{block:ifimagefade}opacity:.8;{/block:ifimagefade}{block:ifnotimagefade}opacity:1;{/block:ifnotimagefade}-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
  205. .img:hover{opacity:1;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
  206.  
  207. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  208. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  209. .user_7 .label, .user_8 .label, .user_9 .label {color:#130C11;}
  210. .notes img{width:15px; border-radius:20px;position:relative; top:3px;}
  211. .notes{font-size:10px;text-transform:uppercase;letter-spacing:1px;}
  212.  
  213. .blogtitle{
  214. font-family: 'lobster';
  215. font-size:40px;
  216. text-transform:lowercase;
  217. color: {color:link};
  218. line-height: 30px;
  219. -webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;transition: all 0.2s ease-out;
  220. }
  221.  
  222. .blogtitle:hover{
  223. -webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;transition: all 0.2s ease-out;
  224. opacity:1;
  225. }
  226.  
  227. .nav a{font-family:{font:body};border-radius:0px;font-size:10px;text-transform:uppercase;letter-spacing:1px;padding-bottom:5px;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;margin:5px;border-bottom:3px solid {color:background};line-height:20px;}
  228.  
  229. .nav a:hover{border-bottom:0px solid {color:link};-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;border-bottom:3px solid #000;padding-bottom:1px;}
  230.  
  231. .perm, .permm {
  232. margin:0px;
  233. text-align:center;
  234. padding:0px;
  235. padding-bottom:5px;
  236. opacity:0;
  237. margin-top:-15px;
  238. font-family:{font:body};
  239. border-top:1px solid black;
  240. -moz-transition: all 0.6s ease-out;
  241. -o-transition: all 0.6s ease-out;
  242. -webkit-transition: all 0.6s ease-out;
  243. transition: all 0.6s ease-out;
  244. }
  245.  
  246. .entry:hover .perm{
  247. opacity: 1;
  248. margin-top:0px;
  249. }
  250. .entry:hover .permm{
  251. margin-top:3px;opacity:1;}
  252.  
  253. .photoperma {position:absolute; text-decoration:none; bottom:-14px; margin-left:0px; padding:0px; background:transparent; opacity:0; -webkit-transition: 0.4s ease-in;z-index:10;font-family:courier new;width:250px;text-align:center;text-shadow:0px 0px 0px #000000;border-top:1px solid {color:background};border-bottom:1px solid {color:background};}
  254. .entry:hover .photoperma {-webkit-transition: 0.3s ease-in;border-top:1px solid black;border-bottom:1px solid black; position:absolute; margin-left:0px;padding:0px; background:transparent; opacity:1;}
  255. .entry:hover .photoperma:hover{opacity:1;z-index:100;}
  256. </style>
  257. <link href='http://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>
  258. {block:IndexPage}
  259. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  260. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  261.  
  262. <script type="text/javascript">
  263. $(window).load(function () {
  264. var $content = $('#posts');
  265. $content.masonry({itemSelector: '.entry'}),
  266. $content.infinitescroll({
  267. navSelector : 'div#pagination',
  268. nextSelector : 'div#pagination a#nextPage',
  269. itemSelector : '.entry',
  270. loading: {
  271. finishedMsg: '',
  272. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  273. },
  274. bufferPx : 600,
  275. debug : false,
  276. },
  277. // call masonry as a callback.
  278. function( newElements ) {
  279. var $newElems = $( newElements );
  280. $newElems.hide();
  281. // ensure that images load before adding to masonry layout
  282. $newElems.imagesLoaded(function(){
  283. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  284. });
  285. });
  286. });
  287. </script>
  288. <script type="text/javascript">
  289. $(window).load(function(){
  290. $("p").remove(":contains('(Source:')");
  291. $("p").remove(":contains('(source:')");
  292. $("p").remove(":contains('(via ')");
  293. });
  294. </script>
  295. {/block:IndexPage}
  296.  
  297. <meta name="viewport" content="width=800" />
  298.  
  299. </head>
  300. <body>
  301. {block:ifcenteredtheme}
  302. <div class="wrapper">
  303. {/block:ifcenteredtheme}
  304. <div id="sidebar">
  305. {block:ifnotsidebartop}
  306. <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
  307. {/block:ifnotsidebartop}
  308. <div class="blogtitle"><a href="/">{Title}</a></div>
  309. <br>{description}
  310. <br><br>
  311. <div class="nav">
  312. <a href="/">home</a> {block:AskEnabled}<a href="/ask">message</a>{/block:AskEnabled} {block:iflinkonetitle}<a href="{text:link one}">{text:link one title}</a>{/block:iflinkonetitle} {block:iflinktwotitle}<a href="{text:link two}">{text:link two title}</a>{/block:iflinktwotitle} {block:iflinkthreetitle}<a href="{text:link three}">{text:link three title}</a>{/block:iflinkthreetitle} {block:iflinkfourtitle}<a href="{text:link four}">{text:link four title}</a>{/block:iflinkfourtitle} {block:iflinkfivetitle}<a href="{text:link five}">{text:link five title}</a>{/block:iflinkfivetitle} <a href="http://sunrisen.tumblr.com">theme</a>
  313. </div>
  314. </div>
  315.  
  316. <div id="posts">
  317. <div class="auotpagerize_page_element">
  318. {block:Posts}
  319. <div class="entry">
  320.  
  321. {block:Text}
  322. {block:IndexPage}
  323. {/block:IndexPage}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="entrytext">{Body}</span>{block:IndexPage}<div class="perm"><a href="{Permalink}">{NoteCount}</a> / <a href="{ReblogURL}">REBLOG</a></div>{/block:IndexPage}
  324. {/block:Text}
  325.  
  326. {block:Link}
  327. {block:IndexPage}
  328. {/block:IndexPage}<a href="{URL}" class="title">{Name}</a>
  329. {block:Description}{Description}{/block:Description}{block:IndexPage}<div class="perm"><a href="{Permalink}">{NoteCount}</a> / <a href="{ReblogURL}">REBLOG</a></div>{/block:IndexPage}
  330. {block:Link}
  331.  
  332. {block:Photo}
  333. {block:IndexPage}
  334. <div class="img">
  335. <div class="photoperma"><a href="{reblogurl}" target="_blank">REBLOG</a> / <a href="{permalink}">{notecountwithlabel}</a></div>
  336. {/block:IndexPage}
  337. {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="250"/></a></div>{LinkCloseTag}</div>{/block:IndexPage}
  338. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="550px"/></a>{LinkCloseTag}{/block:PermalinkPage}
  339. {/block:Photo}
  340.  
  341.  
  342. {block:Photoset}
  343. <center>
  344. {block:IndexPage}
  345. <div style="width:250px;overflow:hidden;float:center;">{Photoset-250}</div>
  346. {block:IndexPage}
  347. {/block:IndexPage}
  348. </center>
  349. <center>{block:PermalinkPage}{Photoset-410}{/block:PermalinkPage}</center>{block:IndexPage}<div class="perm"><a href="{Permalink}">{NoteCount}</a> / <a href="{ReblogURL}">REBLOG</a></div>{/block:IndexPage}
  350. {/block:Photoset}
  351.  
  352. {block:Quote}
  353. {block:IndexPage}
  354. {/block:IndexPage}
  355. {Quote}</span>{block:IndexPage}<div class="perm"><a href="{Permalink}">{block:Source}{Source}{/block:Source}<div style="display:none;">{block:RebloggedFrom}{ReblogParentName}{ReblogParentTitle}{ReblogParentURL}{/block:RebloggedFrom}{block:ContentSource}{SourceURL} {/block:ContentSource}</div></a> / <a href="{ReblogURL}">REBLOG</a></div>{/block:IndexPage}
  356. {/block:Quote}
  357.  
  358. {block:Chat}
  359. {block:IndexPage}
  360. {/block:IndexPage}
  361. {block:Title}<span class="title">{Title}</span>{/block:Title}
  362. <ul class="chat">
  363. {block:Lines}
  364. <li class="user_{UserNumber}">
  365. {block:Label}
  366. <span class="label">{Label}</span>
  367. {/block:Label}
  368.  
  369. {Line}
  370. </li>
  371. {/block:Lines}
  372. </ul>{block:IndexPage}<div class="perm"><a href="{Permalink}">{NoteCount}</a> / <a href="{ReblogURL}">REBLOG</a></div>{/block:IndexPage}
  373. {/block:Chat}
  374.  
  375. {block:Audio}
  376. <center><div style="{block:IndexPage}width:250px;{/block:IndexPage}{block:permalinkpage}width:550px;{/block:permalinkpage} background-color:#ffffff; height:28px;">
  377. <div style="float:left;left:0px;">{AudioPlayerWhite}</div>
  378. <img style="width:{block:IndexPage}250{/block:IndexPage}{block:PermalinkPage}550{/block:PermalinkPage}px; opacity:1; border-top: 0px solid #fff; margin-top:-6px;" src="http://28.media.tumblr.com/tumblr_lpn6kseZUG1qm57imo1_500.png"/>
  379. <div style="margin-top:0px; float:right;">
  380. {block:ExternalAudio}{/block:ExternalAudio}</div></div></center>{block:IndexPage}<div class="permm"><a href="{Permalink}">{block:TrackName}{TrackName}{/block:TrackName} - {block:Artist}{Artist}{/block:Artist}</a></div>
  381. {/block:IndexPage}
  382. {/block:Audio}
  383.  
  384. {block:Video}
  385. {block:IndexPage}
  386. {/block:IndexPage}
  387. <center>
  388. {block:IndexPage}
  389. <div style="width:250px;overflow:hidden;float:left;">{Video-250}</div>
  390. {/block:IndexPage}
  391. </center>
  392. <center>{block:PermalinkPage}{Video-500}{/block:PermalinkPage}</center>{block:IndexPage}<div class="perm"><a href="{Permalink}">{NoteCount}</a> / <a href="{ReblogURL}">REBLOG</a></div>{/block:IndexPage}
  393. {block:Video}
  394.  
  395. {block:Answer}
  396. {block:IndexPage}
  397. {/block:IndexPage}
  398. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;border-radius:100px;"/>
  399. <b>{Asker}</b>: <b>{Question}</b>{Answer}
  400. {block:IndexPage}<div class="perm"><a href="{Permalink}">{NoteCount}</a> : POSTED {timeago}</div>{/block:IndexPage}
  401. {/block:Answer}
  402.  
  403.  
  404. {block:PermalinkPage}
  405. {block:Date}
  406. <center>
  407. {TimeAgo} | {12HourWithZero}:{Minutes}{AmPm}
  408. <br>{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  409. {/block:Date}
  410.  
  411. {/block:PermalinkPage}
  412.  
  413. {block:PostNotes}<div class="notes">{PostNotes}</div>
  414. {/block:PostNotes}
  415. </div>
  416.  
  417.  
  418. {/block:Posts}
  419. </div>
  420. </div>
  421. <div class="right">
  422. </div>
  423. <div class="footer">
  424. <br>
  425. </div>
  426. </div>
  427. </body>
  428. </html>
  429. <div style="position:fixed;right:0px;bottom:-425px;">
  430. <---DONT REMOVE---->
  431. {block:IndexPage}
  432. {block:Pagination}
  433. <div id="pagination">
  434. {block:NextPage}
  435. <a id="nextPage" href="{NextPage}">&nbsp;&rarr;</a>
  436. {/block:NextPage}
  437. {block:PreviousPage}
  438. <a href="{PreviousPage}">&larr;&nbsp;</a>
  439. {/block:PreviousPage}
  440. </div>
  441. {/block:Pagination}
  442. {/block:IndexPage}</div>
  443. {block:ifcenteredtheme}
  444. </div>
  445. {/block:ifcenteredtheme}
  446. </body>
  447. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement