Advertisement
sunrisen

hulu theme

Feb 1st, 2013
20,492
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.68 KB | None | 0 0
  1. <!--
  2.  
  3. HULU THEME - RELEASED 01.02.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. <!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. <link href='http://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>
  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="#000000"/>
  31. <meta name="color:post border hover" content="#ccc"/>
  32. <meta name="color:blogtitle" content="#000"/>
  33. <meta name="color:sidebar text" content="#000"/>
  34.  
  35. <meta name="font:posts" content="courier new"/>
  36. <meta name="font:sidebar" content="helvetica"/>
  37. <meta name="font:navigation" content="courier"/>
  38.  
  39. <meta name="if:show photo permalinks" content="1"/>
  40. <meta name="if:sidebar border" content="1"/>
  41. <meta name="if:image fade" content="1"/>
  42.  
  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{
  57. background-color:{color:text};
  58. border:2px solid {color:background};
  59. -moz-border-radius:10px;
  60. -webkit-border-radius:10px;
  61. }
  62.  
  63. ::-webkit-scrollbar {width: 8px; height: 4px; background: {color:background};}
  64.  
  65. #tumblr_controls{
  66. position:fixed !important;
  67. }
  68.  
  69. .wrapper{width:1150px;margin:0px auto;}
  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: courier new;
  80. line-height:11px;
  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:5px;
  97. padding: 10px;
  98. float:left;
  99. background-color:transparent;
  100. {block:IndexPage}
  101. width:198px;
  102. {/block:IndexPage}
  103. {block:PermalinkPage}
  104. width:500px;
  105. {/block:PermalinkPage}
  106. padding-bottom: 6px;
  107. font-family:{font:posts};
  108. font-size: 10px;
  109. line-height:14px;
  110. overflow:hidden;
  111. border:1px solid {color:background};
  112. -webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  113. }
  114.  
  115. .entry:hover{{block:IndexPage}border:1px solid {color:post border hover};{/block:IndexPage}-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
  116.  
  117. .perma {position:absolute; text-decoration:none; margin-top:0px; margin-left:0px; padding:1px; background:{color:background}; opacity:0; -webkit-transition: 0.4s ease-in;z-index:10;font-family:{font:posts};color:{color:text};width:55px;text-align:center;{block:ifnotshowphotopermalinks}visibility:hidden;{/block:ifnotshowphotopermalinks}}
  118. .perma a {text-decoration:none;text-transform:uppercase;}
  119. .entry:hover .perma {-webkit-transition: 0.3s ease-in; position:absolute; margin-top:0px; margin-left:8px;padding:1px; background:{color:background}; opacity:1;}
  120. .entry:hover .perma:hover{opacity:1;padding-top:20px;z-index:100;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border:0px;}
  121.  
  122. .perma2 {position:absolute; text-decoration:none; margin-top:16px;margin-left:0px; padding:1px; background:{color:background}; opacity:0; -webkit-transition: 0.4s ease-in;z-index:10;font-family:{font:posts};color:{color:link};width:55px;text-align:center;{block:ifnotshowphotopermalinks}visibility:hidden;{/block:ifnotshowphotopermalinks}border-top:2px solid #cccccc;border-bottom-left-radius:10px;border-bottom-right-radius:10px;}
  123. .perma2 a {text-decoration:none;text-transform:uppercase;}
  124. .entry:hover .perma2 {-webkit-transition: 0.3s ease-in; position:absolute; margin-top:16px; margin-left:8px;padding:1px; background:{color:background}; opacity:1;}
  125. .entry:hover .perma2:hover{opacity:1;z-index:100;}
  126.  
  127. #sidebar{
  128. opacity:1;
  129. {block:ifsidebarborder}
  130. border-bottom: 1px solid #aaa;
  131. {/block:ifsidebarborder}
  132. background-color:transparent;
  133. top: 0px;
  134. margin-left: 0px;
  135. overflow:hidden;
  136. font-family:{font:sidebar};
  137. font-size: 13px;
  138. padding-top:0px;
  139. width: 100%;
  140. padding: 4px;
  141. height:auto;
  142. z-index:1;
  143. padding-bottom:0px;
  144. position:relative;
  145. text-align:center;
  146. color:{color:sidebar text};
  147. }
  148.  
  149. #posts {
  150. width: 100%;
  151. background: transparent;
  152. margin-left:0px;
  153. padding-left: 0px;
  154. padding-right: 0px;
  155. padding-top:0px;
  156. margin-top:0px;
  157. padding-bottom:180px;
  158. float:center;
  159. margin:0px auto;
  160. }
  161.  
  162. #infscr-loading{
  163. bottom: 0px;
  164. position: absolute;
  165. left: 50%;
  166. margin-left:-8px;
  167. width:16px;
  168. height:11px;
  169. overflow:hidden;
  170. margin-bottom: 50px;
  171. }
  172.  
  173. .img{{block:ifimagefade}opacity:.8;{/block:ifimagefade}-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  174. }
  175.  
  176. .img:hover{opacity:1;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
  177.  
  178. .title{
  179. font-family:{font:posts};
  180. font-size: 12px;
  181. line-height:15px;
  182. text-transform:uppercase;
  183. }
  184.  
  185. blockquote{
  186. padding:0px 0px 2px 5px;
  187. margin:0px 0px 2px 10px;
  188. border-left: 1px dotted #555555;
  189. }
  190.  
  191. .navi{
  192. font-family:{font:navigation};
  193. font-size:10px;
  194. line-height:15px;
  195. letter-spacing:2px;
  196. text-transform:uppercase;
  197. margin:5px;
  198. border-top:2px solid {color:background};
  199. padding-right:-2px;
  200. -webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  201. }
  202. .navi:hover{border-top:2px solid {color:link};-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
  203.  
  204. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  205. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  206. .user_7 .label, .user_8 .label, .user_9 .label {color:#130C11;}
  207. .notes img{width:10px; position:relative; top:3px;}
  208.  
  209. .blogtitle{
  210. font-family: 'lobster';
  211. font-size:40px;
  212. color: {color:blogtitle};
  213. line-height: 40px;
  214. -webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;transition: all 0.2s ease-out;
  215. }
  216.  
  217. .perm{margin-top:5px;font-family:{font:posts};font-size:10px;text-transform:uppercase;text-align:center;opacity:0;-webkit-transition: all 0.3s ease-in-out;
  218. -moz-transition: all 0.3s ease-in-out;
  219. transition: all 0.3 ease-in-out;}
  220.  
  221. .entry:hover .perm{margin-top:5px;opacity:1;-webkit-transition: all 0.5s ease-in-out;
  222. -moz-transition: all 0.5s ease-in-out;
  223. transition: all 0.5s ease-in-out;}
  224. </style>
  225. {block:IndexPage}
  226. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  227. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  228.  
  229. <script type="text/javascript">
  230. $(window).load(function () {
  231. var $content = $('#posts');
  232. $content.masonry({itemSelector: '.entry'}),
  233. $content.infinitescroll({
  234. navSelector : 'div#pagination',
  235. nextSelector : 'div#pagination a#nextPage',
  236. itemSelector : '.entry',
  237. loading: {
  238. finishedMsg: '',
  239. img: 'http://loadinggif.com/generated-image?imageId=11&bgColor=%23ffffff&fgColor=%23000000&transparentBg=1&download=0&random=0.6628479566425085'
  240. },
  241. bufferPx : 600,
  242. debug : false,
  243. },
  244. // call masonry as a callback.
  245. function( newElements ) {
  246. var $newElems = $( newElements );
  247. $newElems.hide();
  248. // ensure that images load before adding to masonry layout
  249. $newElems.imagesLoaded(function(){
  250. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(800);} );
  251. });
  252. });
  253. });
  254. </script>
  255.  
  256. {/block:IndexPage}
  257.  
  258. <meta name="viewport" content="width=800" />
  259.  
  260. </head>
  261. <body>
  262. <div class="wrapper">
  263. <div id="sidebar">
  264. <div class="blogtitle"><a href="/">{Title}</a></div>
  265. <br>{description}
  266. <br><br>
  267. <a href="/" class="navi">home</a><a href="/ask" class="navi">message</a>{block:iflinkonetitle}<a href="{text:link one}" class="navi">{text:link one title}</a>{block:iflinkonetitle}{block:iflinktwotitle}<a href="{text:link two}" class="navi">{text:link two title}</a>{block:iflinktwotitle}{block:iflinkthreetitle}<a href="{text:link three}" class="navi">{text:link three title}</a>{block:iflinkthreetitle}{block:iflinkfourtitle}<a href="{text:link four}" class="navi">{text:link four title}</a>{block:iflinkfourtitle}{block:iflinkfivetitle}<a href="{text:link five}" class="navi">{text:link five title}</a>{block:iflinkfivetitle}<a href="http://sunrisen.tumblr.com/" class="navi">theme</a>
  268. </div>
  269. <div class="header">
  270.  
  271. <div class="left">
  272.  
  273. <div id="posts">
  274.  
  275. {block:Posts}
  276. <div class="entry">
  277.  
  278. {block:Text}
  279. {block:IndexPage}
  280. {/block:IndexPage}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="entrytext">{Body}</span>
  281. {block:IndexPage}<div class="perm"><a href="{reblogurl}" target="_blank">reblog</a> : <a href="{permalink}" target="_blank">{notecountwithlabel}</a></div>
  282. {/block:IndexPage}
  283. {/block:Text}
  284.  
  285. {block:Link}
  286. {block:IndexPage}
  287. {/block:IndexPage}<a href="{URL}" class="title">{Name}</a>
  288. {block:Description}{Description}{/block:Description}
  289. {block:IndexPage}<div class="perm"><a href="{reblogurl}" target="_blank">reblog</a> : <a href="{permalink}" target="_blank">{notecountwithlabel}</a></div>
  290. {/block:IndexPage}
  291. {block:Link}
  292.  
  293. {block:Photo}
  294. {block:IndexPage}
  295. <div class="perma"><a href="{reblogurl}" target="_blank">REBLOG</a></div>
  296. <div class="perma2"><a href="{permalink}">{notecount}</a></div>
  297. {/block:IndexPage}
  298. {block:IndexPage}{LinkOpenTag}<div class="img"><div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="198"/></a></div></div>{LinkCloseTag}{/block:IndexPage}
  299. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="510px"/></a>{LinkCloseTag}{/block:PermalinkPage}
  300. {/block:Photo}
  301.  
  302.  
  303. {block:Photoset}
  304. {block:indexpage}
  305. {Photoset-250}
  306. {/block:indexpage}
  307. {block:PermalinkPage}{Photoset-410}{/block:PermalinkPage}
  308. {/block:Photoset}
  309.  
  310. {block:Quote}
  311. {block:IndexPage}
  312. {/block:IndexPage}
  313. {Quote}</span>
  314. {block:IndexPage}<div class="perm"><a href="{reblogurl}" target="_blank">reblog</a> : <a href="{permalink}" target="_blank">{notecountwithlabel}</a></div>
  315. {/block:IndexPage}
  316. {/block:Quote}
  317.  
  318. {block:Chat}
  319. {block:IndexPage}
  320. {/block:IndexPage}
  321. {block:Title}<span class="title">{Title}</span>{/block:Title}
  322. <ul class="chat">
  323. {block:Lines}
  324. <li class="user_{UserNumber}">
  325. {block:Label}
  326. <span class="label">{Label}</span>
  327. {/block:Label}
  328.  
  329. {Line}
  330. </li>
  331. {/block:Lines}
  332. </ul>
  333. {block:IndexPage}<div class="perm"><a href="{reblogurl}" target="_blank">reblog</a> : <a href="{permalink}" target="_blank">{notecountwithlabel}</a></div>
  334. {/block:IndexPage}
  335. {/block:Chat}
  336.  
  337. {block:Audio}
  338. {block:IndexPage}
  339. {/block:IndexPage}
  340. <center><div style="width:250px; height:28px;"><div style="float:left">{AudioPlayerBlack}</div><div style="margin-top:10px; float:right;">
  341. {block:ExternalAudio}{/block:ExternalAudio}</div></div></center>
  342. {block:IndexPage}<div class="perm"><a href="{reblogurl}" target="_blank">reblog</a> : <a href="{permalink}" target="_blank">{notecountwithlabel}</a></div>
  343. {/block:IndexPage}
  344. {/block:Audio}
  345.  
  346. {block:Video}
  347. {block:IndexPage}
  348. {/block:IndexPage}
  349. <center>
  350. {block:IndexPage}
  351. {Video-250}
  352. {/block:IndexPage}
  353. </center>
  354. <center>{block:PermalinkPage}{Video-500}{/block:PermalinkPage}</center>
  355. {block:IndexPage}<div class="perm"><a href="{reblogurl}" target="_blank">reblog</a> : <a href="{permalink}" target="_blank">{notecountwithlabel}</a></div>
  356. {/block:IndexPage}
  357. {block:Video}
  358.  
  359. {block:Answer}
  360. {block:IndexPage}
  361. {/block:IndexPage}
  362. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;"/>
  363. <b>{Asker}</b>: <b>{Question}</b>{Answer}
  364. {block:IndexPage}<div class="perm"><a href="{permalink}" target="_blank">{notecountwithlabel}</a></div>
  365. {/block:IndexPage}
  366. {/block:Answer}
  367.  
  368.  
  369. {block:PermalinkPage}
  370. {block:Date}
  371. <center>
  372. {TimeAgo} | {12HourWithZero}:{Minutes}{AmPm}
  373. <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>
  374. {/block:Date}
  375.  
  376. {/block:PermalinkPage}
  377.  
  378. {block:PostNotes}{PostNotes}
  379. {/block:PostNotes}
  380. </div>
  381.  
  382.  
  383. {/block:Posts}
  384. </div>
  385. </div>
  386. <div class="right">
  387. </div>
  388. <div class="footer">
  389. <br>
  390. </div>
  391. </div>
  392. </body>
  393. </html>
  394. <div style="position:fixed;right:0px;bottom:-425px;">
  395. <---DONT REMOVE---->
  396. {block:IndexPage}
  397. {block:Pagination}
  398. <div id="pagination">
  399. {block:NextPage}
  400. <a id="nextPage" href="{NextPage}">&nbsp;&rarr;</a>
  401. {/block:NextPage}
  402. {block:PreviousPage}
  403. <a href="{PreviousPage}">&larr;&nbsp;</a>
  404. {/block:PreviousPage}
  405. </div>
  406. {/block:Pagination}
  407. {/block:IndexPage}</div>
  408. </div>
  409. </body>
  410. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement