Advertisement
sunrisen

trend theme

Jul 30th, 2013
11,366
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.88 KB | None | 0 0
  1. <!--
  2.  
  3. TREND THEME - RELEASED 30.07.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. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  16. <html xmlns="http://www.w3.org/1999/xhtml">
  17. <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#">
  18. <script type="text/javascript"
  19. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  20.  
  21. <title>{Title}</title>
  22.  
  23. <link rel="shortcut icon" href="{Favicon}">
  24.  
  25. <meta name="color:background" content="#ffffff"/>
  26. <meta name="color:text" content="#000000"/>
  27. <meta name="color:link" content="#000000"/>
  28. <meta name="color:hover" content="#ffffff"/>
  29. <meta name="color:posts blackground" content="#ffffff"/>
  30. <meta name="color:posts border" content="#e3e3e3"/>
  31.  
  32. <meta name="if:two columns" content="0"/>
  33. <meta name="if:three columns" content="1"/>
  34. <meta name="if:four columns" content="0"/>
  35. <meta name="if:post shadow" content="1"/>
  36. <meta name="if:image fade" content="1"/>
  37.  
  38. <meta name="text:link one" content=""/>
  39. <meta name="text:link one title" content=""/>
  40. <meta name="text:link two" content=""/>
  41. <meta name="text:link two title" content=""/>
  42. <meta name="text:link three" content=""/>
  43. <meta name="text:link three title" content=""/>
  44. <meta name="text:link four" content=""/>
  45. <meta name="text:link four title" content=""/>
  46. <meta name="text:link five" content=""/>
  47. <meta name="text:link five title" content=""/>
  48.  
  49. <style type="text/css">
  50.  
  51. #tumblr_controls{
  52. position:fixed !important;
  53. -webkit-filter: invert(100%);
  54. }
  55.  
  56. ::-webkit-scrollbar-thumb{
  57. background-color: {color:text};
  58. border: 2px solid {color:background};
  59. height:auto;
  60. -moz-border-radius: 10px;
  61. border-radius: 10px;
  62. }
  63.  
  64. ::-webkit-scrollbar {
  65. height:auto;
  66. width:9px;
  67. background-color: #999999;
  68. border: 4px solid {color:background};
  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: consola;
  80. line-height:9px;
  81. text-transform:lowercase;
  82. color: {color:text};
  83. }
  84.  
  85. a:link, a:active, a:visited{
  86. color: {color:link};
  87. text-decoration: none;
  88. padding-bottom:1px;
  89. -webkit-transition-duration:.2s;
  90. }
  91.  
  92. a:hover{
  93. color: {color:hover};
  94. }
  95.  
  96. @font-face{
  97. font-family:'console';
  98. src:url('http://static.tumblr.com/apahx90/zt3mo4tc3/pixelmix.ttf');}
  99.  
  100. @font-face{
  101. font-family:'apple';
  102. src:url('http://static.tumblr.com/apahx90/ue5mo4tod/acme_9_regular.ttf');}
  103.  
  104. .entry {
  105. margin:20px;
  106. padding: 5px;
  107. padding-bottom:0px;
  108. margin-bottom:17px;
  109. float:left;
  110. background-color:{color:posts background};
  111. border:1px solid {color:posts border};
  112. {block:IndexPage}
  113. width:230px;
  114. {block:iffourcolumns}
  115. width:210px;
  116. {/block:iffourcolumns}
  117. {/block:IndexPage}
  118. {block:PermalinkPage}
  119. width:500px;
  120. {/block:PermalinkPage}
  121. font-family:consolas;
  122. font-size: 10px;
  123. text-transform:lowercase;
  124. line-height:14px;
  125. border-radius:3px;
  126. {block:ifpostshadow}
  127. box-shadow:0px 0px 25px #ededed;
  128. {/block:ifpostshadow}
  129. }
  130. .sidebar {
  131. margin:25px;
  132. padding: 0px;
  133. margin-bottom:20px;
  134. padding-right:4px;
  135. float:left;
  136. background-color:none;
  137. width:220px;
  138. font-family:consolas;
  139. font-size: 10px;
  140. line-height:14px;
  141. padding-bottom:5px;
  142. padding-bottom:10px;
  143. margin-top:120px;
  144. border-radius:3px;
  145. z-index:10999;
  146. font-size:9px;
  147. text-transform:uppercase;
  148. text-align:center;
  149. position:fixed;
  150. }
  151.  
  152. .desc{width:220px;border:1px solid {color:posts border};padding-top:15px;padding-bottom:15px;margin-bottom:-13px;border-radius:3px;padding-left:5px;padding-right:5px;}
  153.  
  154. .entry img{max-width:100%;}
  155. .photo a, .photo a:hover{background:none;border:none;}
  156.  
  157. .wrapper{{block:indexpage}{block:iftwocolumns}width:840px;{/block:iftwocolumns}{block:ifthreecolumns}width:1130px;{/block:ifthreecolumns}{block:iffourcolumns}width:1350px;{/block:iffourcolumns}{/block:indexpage}{block:permalinkpage}width:840px;{/block:permalinkpage}margin:0px auto;}
  158.  
  159. #posts {
  160. {block:iftwocolumns}
  161. width:570px;
  162. {/block:iftwocolumns}
  163. {block:ifthreecolumns}
  164. width:850px;
  165. {/block:ifthreecolumns}
  166. {block:iffourcolumns}
  167. width:1050px;
  168. {/block:iffourcolumns}
  169. margin-left:280px;
  170. {block:permalinkpage}
  171. width:520px;
  172. {/block:permalinkpage}
  173. padding-top:12px;
  174. padding-bottom:100px;
  175. }
  176.  
  177. #infscr-loading{
  178. bottom: -70px;
  179. position: absolute;
  180. left: 50%;
  181. margin-left:-8px;
  182. width:16px;
  183. height:11px;
  184. overflow:hidden;
  185. margin-bottom: 50px;
  186. }
  187.  
  188. .img{{block:indexpage}{block:ifimagefade}opacity:.8;{/block:ifimagefade}{/block:indexpage}-webkit-transition-duration:.8s;
  189. }
  190. .img:hover, .entry:hover .img{opacity:1;}
  191.  
  192. .title{
  193. font-family:apple;
  194. font-size: 8px;
  195. font-weight:normal;
  196. line-height:10px;
  197. text-transform:uppercase;
  198. }
  199.  
  200. blockquote{
  201. padding:0px 0px 2px 5px;
  202. margin:2px 0px 2px 1px;
  203. border-left: 1px solid {color:Text};}
  204. blockquote p, ul{margin:0px; padding:0px;}
  205.  
  206. .chat .line{
  207. background-color:#ffffff;
  208. margin: 0 0 1px;
  209. padding: 5px;
  210. }
  211. .chat .line.odd{
  212. background-color:#F0F0F0;
  213. }
  214.  
  215. .label {font-weight:bold; color:{color:text}}
  216.  
  217. a img{border: 0px;}
  218.  
  219. .p { padding-top: 5px; }
  220. .ol, ul { margin-left: 10px; padding: 5px; }
  221. .ul { list-style-type: square; }
  222.  
  223. .albumart { margin-bottom: 0px; }
  224. .albumart img, .audio embed { width: 55px; padding-right: 5px;}
  225. .notes img{width:20px; position:left; top:5px;border-radius:100px;}
  226. .notes{line-height:17px;text-transform:uppercase;font-family:console;font-size:8px;text-align:left;}
  227.  
  228. .perm{margin-top:5px;font-family:console;font-size:8px;text-transform:uppercase;opacity:1;text-align:right;border-top:1px solid #ccc;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;transition: all 0.3 ease-in-out;}
  229.  
  230. .entry:hover .perm{margin-top:5px;opacity:1;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}
  231.  
  232. .photoperma {-webkit-transition-duration:.7s;position:absolute; text-decoration:none; margin-top:-5px; margin-left:8px; padding:0px;background:none; opacity:0;z-index:10;font-size:10px;width:50px;height:10px;line-height:9px;color:black;}
  233. .entry:hover .photoperma {-webkit-transition-duration:.7s;z-index:1; position:absolute; opacity:.9;margin-top:5px;}
  234. .entry:hover .photoperma:hover{opacity:1;}
  235.  
  236. .photoperm {-webkit-transition-duration:.7s;position:absolute; text-decoration:none; margin-top:-5px; margin-left:34px; padding:0px;background:none; opacity:0;z-index:10;width:auto;padding-top:2px;}
  237. .photoperm a{color:#555555;}
  238. .photoperm a:hover{color:#cccccc;}
  239. .entry:hover .photoperm {-webkit-transition-duration:.7s;z-index:1; position:absolute; opacity:.9;margin-top:5px;}
  240. .entry:hover .photoperm:hover{opacity:1;}
  241.  
  242. .blogtitle{
  243. font-family:'Cedarville Cursive';
  244. font-size:38px;
  245. color: {color:blogtitle};
  246. line-height: 35px;
  247. text-transform:lowercase;
  248. text-align:left;
  249. margin-left:10px;
  250. opacity:1;
  251. margin-top:0px;
  252. margin-bottom:-10px;
  253. height:30px;
  254. -webkit-transition-duration:.8s;
  255. z-index:1000000009;
  256. }
  257. .blogtitle a{color:{color:text};background:{color:background};}
  258. .blogtitle a:hover{color:{color:hover};}
  259.  
  260. {CustomCSS}
  261. </style>
  262. <link href='http://fonts.googleapis.com/css?family=Cedarville+Cursive' rel='stylesheet' type='text/css'>
  263. {block:IndexPage}
  264. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  265. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  266. <script type="text/javascript">
  267. $(window).load(function () {
  268. var $content = $('#posts');
  269. $content.masonry({itemSelector: '.entry'}),
  270. $content.infinitescroll({
  271. navSelector : 'div#pagination',
  272. nextSelector : 'div#pagination a#nextPage',
  273. itemSelector : '.entry',
  274. loading: {
  275. finishedMsg: '',
  276. img: 'http://static.tumblr.com/apahx90/gbVmpo84y/ajax-loader-1.gif'
  277. },
  278. bufferPx : 600,
  279. debug : false,
  280. },
  281. // call masonry as a callback.
  282. function( newElements ) {
  283. var $newElems = $( newElements );
  284. $newElems.hide();
  285. // ensure that images load before adding to masonry layout
  286. $newElems.imagesLoaded(function(){
  287. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  288. });
  289. });
  290. });
  291. </script>
  292.  
  293. {/block:IndexPage}
  294. <meta name="viewport" content="width=800" />
  295.  
  296. </head><body>
  297. <div class="wrapper">
  298. <div class="sidebar">
  299. <div class="blogtitle"><a href="/">{title}</a></div>
  300. <div class="desc">{Description}</div>
  301. <center><div style="margin-left:5px;"><select onchange='location=this.options[this.selectedIndex].value;' style='
  302. line-height:100%;
  303. font-size:9px;
  304. text-transform:uppercase;
  305. color:{color:Link};
  306. width:150px;
  307. letter-spacing:1px;
  308. background-color:#fff;
  309. border:1px solid #eee;
  310. height:18px;
  311. font-family:consolas;
  312. margin-top:3px;
  313. padding:1px;
  314. -moz-border-radius:2px;
  315. -webkit-border-radius:2px;
  316. border-radius:2px;
  317. '>
  318. <option>N A V I G A T I O N</option>
  319. <option value="/">refresh</option>
  320. <option value="/ask">message</option>
  321. <option value="/archive">past</option>
  322. {block:iflinkonetitle}<option value="{text:link one}">{text:link one title}</option>{/block:iflinkonetitle}
  323. {block:iflinktwotitle}<option value="{text:link two}">{text:link two title}</option>{/block:iflinktwotitle}
  324. {block:iflinkthreetitle}<option value="{text:link three}">{text:link three title}</option>{/block:iflinkthreetitle}
  325. {block:iflinkfourtitle}<option value="{text:link four}">{text:link four title}</option>{/block:iflinkfourtitle}
  326. {block:iflinkfivetitle}<option value="{text:link five}">{text:link five title}</option>{/block:iflinkfivetitle}
  327. <option value="http://sunrisen.tumblr.com">credit</option>
  328. </select>
  329. </div></div>
  330. <div id="posts">
  331. {block:Posts}
  332. <div class="entry">
  333.  
  334. {block:Text}
  335. {block:Title}<div class="title">{Title}</div>{/block:Title}
  336. {Body}
  337. {block:IndexPage}
  338. <div class="perm"><a href="{reblogurl}" target-"_blank">reblog</a> / <a href="{permalink}">{notecountwithlabel}</a></div>
  339. {/block:IndexPage}
  340. {/block:Text}
  341.  
  342. {block:Link}
  343. <a href="{URL}" class="title">{Name}</a>
  344. {block:Description}{Description}{/block:Description}
  345. {block:IndexPage}
  346. <div class="perm"><a href="{reblogurl}" target-"_blank">reblog</a> / <a href="{permalink}">{notecountwithlabel}</a></div>
  347. {/block:IndexPage}
  348. {block:Link}
  349.  
  350. {block:Photo}
  351. <div class="img">
  352. {block:IndexPage}
  353. <div class="photoperma"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/t98gn37/RA4mf7oly/reblawg.png" width=18 style="margin-left:-5px;margin-top:-2px;background:white;padding:5px;border-radius:3px;"/></a></div>
  354. <div class="photoperm"><a href="{permalink}" style="text-align:center;line-height:20px;padding:4px;font-family:courier;font-size:9px;background:white;border-radius:3px;overflow:hidden;padding-top:9px;padding-bottom:9px;">{notecount}</a></div>
  355. {/block:IndexPage}
  356. {block:IndexPage}<a href="{Permalink}" style="background-color:transparent;">
  357. <img src="{PhotoURL-250}" width="100%" class="border"></img></a>{/block:IndexPage}{block:PermalinkPage}<img src="{PhotoURL-500}" width="500px" class="border"></img>{/block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}
  358. </div>
  359. {/block:Photo}
  360.  
  361. {block:Answer}
  362. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;border-radius:100px;" class="img"/><b>{Asker}</b>: <i>{Question}</i><br>{Answer}
  363. {block:IndexPage}
  364. <div class="perm"><a href="{permalink}">{notecountwithlabel}</a></div>
  365. {/block:IndexPage}
  366. {/block:Answer}
  367.  
  368. {block:Photoset}
  369. <div class="img">
  370. {block:IndexPage}<a href="{permalink}">{block:Photos}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="230px{block:iffourcolumns}210px{/block:iffourcolumns}"/>{/block:Photos}<div style="display:none;">{block:RebloggedFrom}{ReblogParentName}{ReblogParentTitle}{ReblogParentURL}{/block:RebloggedFrom}{block:ContentSource}{SourceURL} {/block:ContentSource}</div></a>{/block:IndexPage}
  371. {block:PermalinkPage}<center>{Photoset-500}</center>{/block:PermalinkPage}
  372. </div>
  373. {block:IndexPage}
  374. <div class="perm"><a href="{reblogurl}" target-"_blank">reblog</a> / <a href="{permalink}">{notecountwithlabel}</a></div>
  375. {/block:IndexPage}
  376. {/block:Photoset}
  377.  
  378. {block:Quote}
  379. {Quote}
  380. {block:IndexPage}
  381. <div class="perm"> - <a href="{permalink}">{Source}</a></div>
  382. {/block:IndexPage}
  383. {/block:Quote}
  384.  
  385. {block:Audio}
  386. {block:indexpage}
  387. <div id="audio">{block:AlbumArt}<img src="{AlbumArtURL}" style="width:47px;height:auto;position:relative;box-shadow:none;">{/block:AlbumArt}</div><div style="float:left;text-align:left;width:230px;height:27px;padding-top:10px;padding-bottom:10px;margin-top:0px;margin-bottom:5px;{block:iffourcolumns}width:210px;{/block:iffourcolumns}{block:albumart}margin-bottom:0px;margin-top:-52px;width:180px;{block:iffourcolumns}width:160px;{/block:iffourcolumns}{/block:albumart}float:right;overflow:hidden;background-color:#e3e3e3;">{AudioPlayerGrey}
  388. {block:ExternalAudio}{/block:ExternalAudio}</div>
  389. <div class="perm" style="border-top:0px;{block:albumart}border-top:1px solid #dddddd;{/block:albumart}">
  390. <a href="{permalink}">{block:Artist}{Artist}{/block:Artist} - {block:TrackName}{TrackName}{/block:TrackName}</a>
  391. </div>
  392. {/block:indexpage}
  393. {block:permalinkpage}
  394. <div id="audio">{block:AlbumArt}<img src="{AlbumArtURL}" style="width:47px;height:47px;position:relative;">{/block:AlbumArt}</div><div style="float:left;text-align:left;width:450px;height:27px;padding-top:10px;padding-bottom:10px;margin-top:-51px;float:right;background-color:#000000;">{AudioPlayerBlack}
  395. {block:ExternalAudio}{/block:ExternalAudio}</div>
  396. {/block:permalinkpage}
  397. {/block:Audio}
  398.  
  399. {block:video}
  400. {block:indexpage}
  401. {video-250}
  402. {block:indexpage}
  403. {block:permalinkpage}
  404. {video-500}
  405. {/block:permalinkpage}
  406. {block:IndexPage}
  407. <div class="perm"><a href="{reblogurl}" target-"_blank">reblog</a> / <a href="{permalink}">{notecountwithlabel}</a></div>
  408. {/block:IndexPage}
  409. {/block:video}
  410.  
  411. {block:Chat}
  412. {block:Title}<div class="title"><center>{Title}</center></div>{/block:Title}
  413. <div class="chat">
  414. <div class="lines">
  415. {block:Lines}
  416. <div class="line {Alt}">{block:Label}<strong>{Label}</strong>{/block:Label} {Line}</div>
  417. {/block:Lines}
  418. </div>
  419. </div>
  420. {block:IndexPage}
  421. <div class="perm"><a href="{reblogurl}" target-"_blank">reblog</a> / <a href="{permalink}">{notecountwithlabel}</a></div>
  422. {/block:IndexPage}
  423. {/block:Chat}
  424.  
  425. {block:IndexPage}
  426. <div style="display:none;">
  427. {block:ContentSource}
  428. <a href="{SourceURL}">
  429. {lang:Source}:
  430. {block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  431. {block:NoSourceLogo}{SourceTitle}{/block:NoSourceLogo}
  432. </a>via {ReblogParentName}{block:RebloggedFromReblog}{/block:RebloggedFromReblog}{/block:ContentSource}</div>
  433. {/block:IndexPage}
  434.  
  435. {block:PermalinkPage}
  436. <center>
  437. {block:Date}
  438. <center>
  439. {TimeAgo} | {12HourWithZero}:{Minutes}{AmPm}
  440. <br>{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="http://tumblr.com/{Tag}" target="blank">#{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  441. {/block:Date}
  442. {block:RebloggedFrom}
  443. <center><br>{via: <a href="{ReblogParentURL}">{ReblogParentName}</a>}
  444. </center>
  445. {/block:RebloggedFrom}
  446. {/block:PermalinkPage}
  447.  
  448. {block:PostNotes}<div class="notes">{PostNotes}</div>
  449. {/block:PostNotes}
  450. </div>
  451.  
  452.  
  453. {/block:Posts}
  454. </div>
  455. </div></div>
  456. <div class="right">
  457. </div>
  458. <div class="footer">
  459. <br>
  460. </div>
  461. </div>
  462. </body>
  463. </html>
  464. <div style="position:fixed;right:0px;bottom:-425px;">
  465. {block:IndexPage}
  466. {block:Pagination}
  467. <div id="pagination">
  468. {block:NextPage}
  469. <a id="nextPage" href="{NextPage}">&nbsp;&rarr;</a>
  470. {/block:NextPage}
  471. {block:PreviousPage}
  472. <a href="{PreviousPage}">&larr;&nbsp;</a>
  473. {/block:PreviousPage}
  474. </div>
  475. {/block:Pagination}
  476. {/block:IndexPage}</div>
  477. </body>
  478. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement