Advertisement
sunrisen

fawn theme

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