Advertisement
sunrisen

regent theme

Jan 6th, 2013
16,800
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.08 KB | None | 0 0
  1. <!--
  2.  
  3. REGENT THEME - RELEASED 06.01.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. <title>{Title}</title>
  21.  
  22. <link rel="shortcut icon" href="{Favicon}">
  23.  
  24. <meta name="color:background" content="#ffffff"/>
  25. <meta name="color:text" content="#000000"/>
  26. <meta name="color:link" content="#000000"/>
  27. <meta name="color:hover" content="#ccc"/>
  28. <meta name="color:header background" content="#ffffff"/>
  29. <meta name="color:header link" content="#000000"/>
  30. <meta name="color:header text" content="#000000"/>
  31.  
  32. <meta name="font:header" content="courier new"/>
  33. <meta name="font:posts" content="courier new"/>
  34.  
  35. <meta name="if:blogtitle font 1" content-"1"/>
  36. <meta name="if:blogtitle font 2" content="0"/>
  37. <meta name="if:blogtitle font 3" content="0"/>
  38. <meta name="if:image fade" content="0"/>
  39.  
  40. <meta name="text:link one" content=""/>
  41. <meta name="text:link one title" content=""/>
  42. <meta name="text:link two" content=""/>
  43. <meta name="text:link two title" content=""/>
  44. <meta name="text:link three" content=""/>
  45. <meta name="text:link three title" content=""/>
  46. <meta name="text:link four" content=""/>
  47. <meta name="text:link four title" content=""/>
  48. <meta name="text:link five" content=""/>
  49. <meta name="text:link five title" content=""/>
  50.  
  51. <style type="text/css">
  52.  
  53. ::-webkit-scrollbar-thumb:vertical{
  54. background-color:#C2C8CF;
  55. -moz-border-radius:10px;
  56. -webkit-border-radius:10px;
  57. }
  58.  
  59. #tumblr_controls{
  60. position:fixed !important;
  61. }
  62.  
  63. ::-webkit-scrollbar {width: 6px; height: 4px; background: #d8d8d8; }
  64. ::-webkit-scrollbar-thumb { background-color: #130C11;}
  65.  
  66. body{
  67. margin:0px;
  68. background-attachment: fixed;
  69. background-repeat: repeat;
  70. background-color:{color:background};
  71. background-attachment: fixed;
  72. background-repeat: repeat;
  73. font-size: 11px;
  74. font-family: courier new;
  75. line-height:11px;
  76. color: {color:text};
  77. }
  78.  
  79. a:link, a:active, a:visited{
  80. color: {color:link};
  81. text-decoration: none;
  82. -webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;transition: all 0.2s ease-out;
  83. }
  84.  
  85. a:hover{
  86. color: {color:hover};
  87. -webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;transition: all 0.2s ease-out;
  88. }
  89.  
  90. .entry {
  91. margin:2px;
  92. padding: 2px;
  93. float:left;
  94. background-color:transparent;
  95. {block:IndexPage}
  96. width:270px;
  97. {/block:IndexPage}
  98. {block:PermalinkPage}
  99. width:550px;
  100. {/block:PermalinkPage}
  101. padding-bottom: 0px;
  102. font-family:{font:posts};
  103. font-size: 10px;
  104. line-height:14px;
  105. margin-bottom:0px;
  106. overflow:hidden;
  107. transition: all 2s ease-out;
  108. -o-transition-transition: all 2s ease-out;
  109. -webkit-transition: all 2s ease-out;
  110. -moz-transition: all 2s ease-out;
  111. }
  112.  
  113. .img{{block:ifimagefade}opacity:.8;{/block:ifimagefade}{block:ifnotimagefade}opacity:1;{/block:ifnotimagefade}-webkit-transition: all .6s ease-out;-moz-transition: all .6s ease-out;transition: all .6s ease-out;}
  114. .img:hover{opacity:1;-webkit-transition: all .6s ease-out;-moz-transition: all .6s ease-out;transition: all .6s ease-out;}
  115.  
  116. #header{
  117. opacity:1;
  118. background-color:{color:header background};
  119. margin-top: 0px;
  120. margin-left: 0px;
  121. overflow:hidden;
  122. font-family:{font:header};
  123. font-size: 10px;
  124. padding-top:0px;
  125. width: 100%;
  126. padding: 0px;
  127. padding-top:4px;
  128. padding-bottom:4px;
  129. height:auto;
  130. z-index:1;
  131. position:relative;
  132. color:{color:header text};
  133. }
  134. #header a{color:{color:header link};}
  135.  
  136. .link {
  137. height: 20px;
  138. background:{color:background};
  139. width: auto;
  140. font-family:{font:navigation};
  141. font-size: 10px;
  142. margin-left: 0px;
  143. margin-top:5px;
  144. padding-right:8px;
  145. padding-left:8px;
  146. line-height: 22px;
  147. text-transform:uppercase;
  148. border: 1px dashed transparent;
  149. text-align: center;
  150. letter-spacing:1px;
  151. display: inline-block;
  152. -webkit-transition: all .8s ease-out;-moz-transition: all .8s ease-out;transition: all .8s ease-out;
  153. }
  154.  
  155. .link:hover {border:1px dashed {color:link hover border};
  156. -webkit-transition: all .8s ease-out;-moz-transition: all .8s ease-out;transition: all .8s ease-out;}
  157.  
  158. #posts {
  159. width: 98%;
  160. background: transparent;
  161. margin-left:1%;
  162. padding-left: 2px;
  163. padding-right: 2px;
  164. padding-top:10px;
  165. margin-top:0px;
  166. float:left;
  167. transition: all 0.5s ease-out;
  168. -o-transition-transition: all 0.5s ease-out;
  169. -webkit-transition: all 0.5s ease-out;
  170. -moz-transition: all 0.5s ease-out;
  171. }
  172.  
  173. .perma {position:absolute; text-decoration:none; margin-top:7px; margin-left:0px; padding:7px; background:{color:background}; opacity:0; -webkit-transition: 0.3s ease-in;z-index:10;font-family:{font:posts};width:150px;}
  174.  
  175. .perma a {text-decoration:none; background:transparent;text-transform:uppercase;}
  176.  
  177. .entry:hover .perma {-webkit-transition: 0.3s ease-in; position:absolute; margin-top:7px; margin-left:0px; padding:7px; opacity:.8;width:260px;}.entry:hover .perma:hover{opacity:1;}
  178.  
  179. .perm{text-transform:uppercase;font-size:10px;font-family:{font:posts};}
  180.  
  181. #infscr-loading{
  182. bottom: -70px;
  183. position: absolute;
  184. left: 50%;
  185. margin-left:-8px;
  186. width:16px;
  187. height:11px;
  188. overflow:hidden;
  189. margin-bottom: 50px;
  190. }
  191.  
  192. .title{
  193. font-family:{font:posts};
  194. font-size: 13px;
  195. text-transform:uppercase;
  196. line-height:15px;
  197. color: ;
  198. font-weight: ;
  199. }
  200.  
  201. blockquote{
  202. padding:0px 0px 2px 5px;
  203. margin:0px 0px 2px 10px;
  204. border-left: 1px dotted #555555;
  205. }
  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:10px; position:relative; top:3px;}
  211.  
  212. .blogtitle{
  213. {block:ifblogtitlefont1}
  214. font-family:vampiro one;
  215. {/block:ifblogtitlefont1}
  216. {block:ifblogtitlefont2}
  217. font-family:pacifico;
  218. {/block:ifblogtitlefont2}
  219. {block:ifblogtitlefont3}
  220. font-family:miniver;
  221. {/block:ifblogtitlefont3}
  222. font-size:40px;
  223. color: {color:link};
  224. line-height: 45px;
  225. -webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;transition: all 0.2s ease-out;
  226. }
  227.  
  228. </style>
  229. <link href='http://fonts.googleapis.com/css?family=Vampiro+One' rel='stylesheet' type='text/css'>
  230. <link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
  231. <link href='http://fonts.googleapis.com/css?family=Miniver' rel='stylesheet' type='text/css'>
  232. {block:IndexPage}
  233. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  234. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  235.  
  236. <script type="text/javascript">
  237. $(window).load(function () {
  238. var $content = $('#posts');
  239. $content.masonry({itemSelector: '.entry'}),
  240. $content.infinitescroll({
  241. navSelector : 'div#pagination',
  242. nextSelector : 'div#pagination a#nextPage',
  243. itemSelector : '.entry',
  244. loading: {
  245. finishedMsg: '',
  246. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  247. },
  248. bufferPx : 600,
  249. debug : false,
  250. },
  251. // call masonry as a callback.
  252. function( newElements ) {
  253. var $newElems = $( newElements );
  254. $newElems.hide();
  255. // ensure that images load before adding to masonry layout
  256. $newElems.imagesLoaded(function(){
  257. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  258. });
  259. });
  260. });
  261. </script>
  262.  
  263. {/block:IndexPage}
  264.  
  265. <meta name="viewport" content="width=800" />
  266.  
  267. </head>
  268. <body>
  269.  
  270. <div id="header">
  271. <center><div class="blogtitle"><a href="/">{Title}</a></div>
  272. <br>{description}
  273. <br><a href="/" class="link">home</a> {block:AskEnabled}<a href="/ask" class="link">message</a>{/block:AskEnabled} {block:iflinkonetitle}<a href="{text:link one}" class="link">{text:link one title}</a>{/block:iflinkonetitle} {block:iflinktwotitle}<a href="{text:link two}" class="link">{text:link two title}</a>{/block:iflinktwotitle} {block:iflinkthreetitle}<a href="{text:link three}" class="link">{text:link three title}</a>{/block:iflinkthreetitle} {block:iflinkfourtitle}<a href="{text:link four}" class="link">{text:link four title}</a>{/block:iflinkfourtitle} {block:iflinkfivetitle}<a href="{text:link five}" class="link">{text:link five title}</a>{/block:iflinkfivetitle} <a href="http://sunrisen.tumblr.com" class="link">theme</a>
  274. </center>
  275. </div>
  276. <div class="header">
  277.  
  278. <div class="left">
  279.  
  280. <div id="posts">
  281.  
  282. {block:Posts}
  283. <div class="entry">
  284.  
  285. {block:Text}
  286. {block:IndexPage}
  287. {/block:IndexPage}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="entrytext">{Body}</span>
  288. {block:indexpage}
  289. <p class="perm"><a href="{reblogurl}" target="_blank">reblog</a> / <a href="{permalink}">{notecountwithlabel}</a></p>
  290. {/block:indexpage}
  291. {/block:Text}
  292.  
  293. {block:Link}
  294. {block:IndexPage}
  295. {/block:IndexPage}<a href="{URL}" class="title">{Name}</a>
  296. {block:Description}{Description}{/block:Description}
  297. {block:indexpage}
  298. <p class="perm"><a href="{reblogurl}" target="_blank">reblog</a> / <a href="{permalink}">{notecountwithlabel}</a></p>
  299. {/block:indexpage}
  300. {block:Link}
  301.  
  302. {block:Photo}
  303. {block:IndexPage}
  304. <div class="perma"><a href="{reblogurl}" target="_blank">REBLOG</a> • <a href="{permalink}">{notecountwithlabel}</a></div>
  305. {/block:IndexPage}
  306. {block:IndexPage}<div class="img">{LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="270"/></a></div>{LinkCloseTag}</div>{/block:IndexPage}
  307. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="550px"/></a>{LinkCloseTag}{/block:PermalinkPage}
  308. {/block:Photo}
  309.  
  310.  
  311. {block:Photoset}
  312. <center>
  313. {block:IndexPage}
  314. {Photoset-250}
  315. {block:IndexPage}
  316. {/block:IndexPage}
  317. </center>
  318. <center>{block:PermalinkPage}{Photoset-400}{/block:PermalinkPage}</center>
  319. {block:indexpage}
  320. <p class="perm"><a href="{reblogurl}" target="_blank">reblog</a> / <a href="{permalink}">{notecountwithlabel}</a></p>
  321. {/block:indexpage}
  322. {/block:Photoset}
  323.  
  324. {block:Quote}
  325. {block:IndexPage}
  326. {/block:IndexPage}
  327. {Quote}</span>
  328. {block:indexpage}
  329. <p class="perm"><a href="{reblogurl}" target="_blank">reblog</a> / <a href="{permalink}">{notecountwithlabel}</a></p>
  330. {/block:indexpage}
  331. {/block:Quote}
  332.  
  333. {block:Chat}
  334. {block:IndexPage}
  335. {/block:IndexPage}
  336. {block:Title}<span class="title">{Title}</span>{/block:Title}
  337. <ul class="chat">
  338. {block:Lines}
  339. <li class="user_{UserNumber}">
  340. {block:Label}
  341. <span class="label">{Label}</span>
  342. {/block:Label}
  343. {Line}
  344. </li>
  345. {/block:Lines}
  346. </ul>
  347. {block:indexpage}
  348. <p class="perm"><a href="{reblogurl}" target="_blank">reblog</a> / <a href="{permalink}">{notecountwithlabel}</a></p>
  349. {/block:indexpage}
  350. {/block:Chat}
  351.  
  352. {block:Audio}
  353. {block:IndexPage}
  354. {/block:IndexPage}
  355. <center><div style="width:270px; height:28px;background:#e3e3e3;"><div style="float:center;">{AudioPlayerGrey}</div>{block:TrackName}
  356. {TrackName}
  357. {/block:TrackName} - {block:Artist}
  358. {Artist}
  359. {/block:Artist}<div style="margin-top:10px; float:right;">
  360. {block:ExternalAudio}{/block:ExternalAudio}</div></div></center>
  361. {block:indexpage}
  362. <p class="perm"><a href="{reblogurl}" target="_blank">reblog</a> / <a href="{permalink}">{notecountwithlabel}</a></p>
  363. {/block:indexpage}
  364. {/block:Audio}
  365.  
  366. {block:Video}
  367. {block:IndexPage}
  368. {/block:IndexPage}
  369. <center>
  370. {block:IndexPage}
  371. {Video-250}
  372. {/block:IndexPage}
  373. </center>
  374. <center>{block:PermalinkPage}{Video-500}{/block:PermalinkPage}</center>
  375. {block:indexpage}
  376. <p class="perm"><a href="{reblogurl}" target="_blank">reblog</a> / <a href="{permalink}">{notecountwithlabel}</a></p>
  377. {/block:indexpage}
  378. {block:Video}
  379.  
  380. {block:Answer}
  381. {block:IndexPage}
  382. {/block:IndexPage}
  383. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;"/>
  384. <b>{Asker}</b>: <b>{Question}</b>{Answer}
  385. {block:indexpage}
  386. <p class="perm"><a href="{permalink}">{notecountwithlabel}</a></p>
  387. {/block:indexpage}
  388. {/block:Answer}
  389.  
  390.  
  391. {block:PermalinkPage}
  392. {block:Date}
  393. <center>
  394. {TimeAgo} | {12HourWithZero}:{Minutes}{AmPm}
  395. <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>
  396. {/block:Date}
  397.  
  398. {/block:PermalinkPage}
  399.  
  400. {block:PostNotes}{PostNotes}
  401. {/block:PostNotes}
  402. </div>
  403.  
  404.  
  405. {/block:Posts}
  406. </div>
  407. </div>
  408. <div class="right">
  409. </div>
  410. <div class="footer">
  411. <br>
  412. </div>
  413. </div>
  414. </body>
  415. </html>
  416. <div style="position:fixed;right:0px;bottom:-425px;">
  417. <---DONT REMOVE---->
  418. {block:IndexPage}
  419. {block:Pagination}
  420. <div id="pagination">
  421. {block:NextPage}
  422. <a id="nextPage" href="{NextPage}">&nbsp;&rarr;</a>
  423. {/block:NextPage}
  424. {block:PreviousPage}
  425. <a href="{PreviousPage}">&larr;&nbsp;</a>
  426. {/block:PreviousPage}
  427. </div>
  428. {/block:Pagination}
  429. {/block:IndexPage}</div>
  430. </body>
  431. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement