Advertisement
lennonthemes

forgotten

Jun 17th, 2013
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.54 KB | None | 0 0
  1. <!--
  2. forgotten theme by Lennon, leave the credit or get reported!
  3. ----------------------------------------------------------------
  4. information:
  5. - has a pretty topbar
  6. - endless scrolling
  7. - color options
  8. - side bar image
  9. - blog title
  10. ----------------------------------------------------------------
  11. additional information:
  12. topbar picture credit to http://ughthomas.com/
  13. -->
  14. <html lang="en">
  15. <head>
  16.  
  17. <script type="text/javascript"
  18. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  19.  
  20. <meta name="color:Background" content="#FFFFFF"/>
  21. <meta name="color:Links" content="#999999"/>
  22. <meta name="color:Hover" content="#777777"/>
  23. <meta name="color:Sidebar Link" content="#555555"/>
  24. <meta name="color:Text" content="#777777"/>
  25. <meta name="color:Background" content="#ffffff"/>
  26. <meta name="color:Text" content="#aaaaaa"/>
  27. <meta name="color:Link" content="#717581"/>
  28. <meta name="color:sblinks" content="#cccccc"/>
  29. <meta name="color:linkhover" content="#f1f1f1"/>
  30. <meta name="color:hoverbackground" content="#cccccc"/>
  31. <meta name="color:border" content="#999999"/>
  32. <meta name="color:Title" content="#bbd3ee"/>
  33.  
  34. <meta name="image:Background" content=""/>
  35. <meta name="image:Sidebar" content=""/>
  36.  
  37.  
  38. <meta name="text:Link1" content="/" />
  39. <meta name="text:Link1 Title" content="" />
  40.  
  41. <meta name="text:Link2" content="/" />
  42. <meta name="text:Link2 Title" content="" />
  43.  
  44. <meta name="text:Link3" content="/" />
  45. <meta name="text:Link3 Title" content="" />
  46.  
  47. <meta name="text:Link4" content="/" />
  48. <meta name="text:Link4 Title" content="" />
  49.  
  50.  
  51. <title>{Title}</title>
  52. {block:Description}<meta name="description" content="{MetaDescription}" />
  53. {/block:Description}
  54. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  55. <link rel="shortcut icon" href="{Favicon}">
  56.  
  57.  
  58. <style type="text/css">
  59.  
  60. ::-webkit-scrollbar {width:5px;height: 5px;background:#fff;}
  61. ::-webkit-scrollbar-thumb {background:{color:Title};}
  62.  
  63.  
  64. body {
  65. margin:0px; background-color: {color:Background}; background-image:url({image:Background}); background-repeat:no-repeat; background-attachment:fixed; background-position:bottom right; font-family:Consolas; font-size:10px; line-height:11px; color: {color:Text};}
  66.  
  67.  
  68. a:link, a:active, a:visited{ text-decoration: none; -webkit-transition: 0.5s ease; transition: 0.5s ease; -o-transition: 0.5s ease; -moz-transition: 0.5s ease; color: {color:Links};}
  69.  
  70. a:hover {
  71. color:{color:Hover}; text-decoration:none; -webkit-transition: 0.5s ease; transition: 0.5s ease; -o-transition: 0.5s ease; -moz-transition: 0.5s ease;}
  72.  
  73. #center{margin:auto; position:relative; overflow:auto;}
  74.  
  75. #entries{ width:900px;margin-top:10px; margin-left:750px; padding:10px;
  76. position:relative; overflow: auto;}
  77.  
  78. #post{ background:#ffffff;border:1px solid {color:border};border-radius:5px; {block:IndexPage}{/block:IndexPage} padding:3px 2px 0px 2px; margin:3px; overflow:hidden; width:300px; {block:IndexPage}opacity:0.7; -webkit-transition: 0.5s ease; transition: 0.5s ease; -o-transition: 0.5s ease; -moz-transition: 0.5s ease;{/block:IndexPage}{block:PermalinkPage} width:450px; text-align:left; line-height:10px;
  79. {/block:PermalinkPage}}
  80.  
  81. #info { text-align:left; padding:5px; margin-top:5px; margin-bottom:10px;
  82. text-transform: none; font-family:anaheim; font-size:9px; margin-left:-5px; }
  83.  
  84. #info #tags { opacity:0; -webkit-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out; transition:all 0.5s ease-in-out; }
  85.  
  86. #info:hover #tags { opacity:1; margin-top:4px; -webkit-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out; transition:all 0.5s ease-in-out; }
  87.  
  88. #tags { font-family:anaheim; letter-spacing:1px; text-transform:none;
  89. font-size:9px; margin-left:0px; margin-top:-2px; }
  90.  
  91.  
  92. #audio { font-family:anaheim; margin-bottom:5px; width:500px; height:justify; }
  93.  
  94. .cover { width:78px; height:78px; position:absolute; }
  95.  
  96. .cover img { width:50px; height:50px; float:left; margin-top:10px; }
  97.  
  98. .player { opacity: 0.05; position:absolute; z-index:1; background:#fff;width:90px; height:90px; display:block; -webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease; }
  99.  
  100. .player:hover{opacity:0.5; -webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o -transition: all 0.7s ease; }
  101.  
  102. .player2 { width:25px; height:25px; margin-top:20px; margin-left:20px; overflow:hidden; padding:3px; padding-right:10px; }
  103.  
  104. .track { text-transform:uppercase; margin-left:80px; line-height:15px; padding-top:10px; }
  105.  
  106.  
  107.  
  108. #sidebar {position:relative;
  109. border-radius:5px; border:2px solid #{color:border} width:200px; position:fixed; margin-left:110px; margin-top:150px; opacity:1; }
  110.  
  111.  
  112. #sidebar img { width:150px; margin-bottom:5px; padding:-1px; opacity:.9; padding:5px;border-radius:5px; }
  113.  
  114. #topbar { position:fixed;top:150px;font-family:dawning;font-size:15px; border-radius:5px; padding:5px; padding-top:9px; padding-bottom:6px; width:190px;left:50%;margin-left:-335px;background:white;text-align:center;border:1px solid {color:border};color:{color:Title};
  115. }
  116. @font-face {
  117. font-family: "dawning";src: url('http://static.tumblr.com/viiafci/Hyzlxws2r/dawningofanewday.ttf');}
  118.  
  119. #banner {background-image:url('http://static.tumblr.com/3yblkz0/S8omdno3x/jaja.png');repeat:repeat-x;left:0;width:100%; margin-top: -10px; height:18px; position: fixed; z-index: 1; opacity:1;
  120. }
  121. #links {font-style:calibri; font-size:8px; padding:5px; line-height:180%; width:150px; text-align:center; margin-left:10px;}
  122.  
  123. #links a{ padding:-3px; width:40px; text-transform:lowercase; letter-spacing:2px; text-align:center; display:inline-block; margin-bottom:5px; color:{color:links};
  124. }
  125.  
  126. #links a:hover {
  127. text-transform:lowercase; color:{color:sblinkhover} letter-spacing:0px; border:1px dotted; background-color:#ddd; -webkit-transition: opacity 0.3s linear; opacity: 0.9; -webkit-transition: all 0.7s linear;}
  128.  
  129. #arvin img{width:55px; height: 70px}
  130. #arvin{position:fixed;right:34px;bottom:-10px;}
  131.  
  132. #description { font-family:serif; padding:5px; font-size:9px; opacity: 0.8; text-align:justify; color:{color:Text}; margin-top:-2px; margin-left:-10px; }
  133.  
  134. #pagination { font-size:8px; text-align:center; color:{color:link}; font-family:serif; letter-spacing:2px; margin-left:11px; }
  135.  
  136. .permapage{
  137. margin-top:1px; font-size:9px; text-align:center;}
  138.  
  139. i, em{ color:{color:Title};}
  140.  
  141. b, strong{text-transform:none; color:{color:Text};}
  142.  
  143. ul,ol{ margin:0px; margin-left:-5px;}
  144.  
  145. p{ padding:0px; margin:2px;}
  146.  
  147. u{ text-decoration:none; color:{color:Title};}
  148.  
  149. blockquote { margin:2px; padding:2px; margin-left:10px; border-left:solid 1px #eee;}
  150.  
  151. #scroll{ bottom:-20px; position: absolute; left: 50%; width:10px; height:5px; overflow:hidden; margin-bottom:80px;}
  152.  
  153.  
  154. </style>
  155.  
  156. {block:IndexPage}
  157. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  158. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  159.  
  160. <script type="text/javascript">
  161. $(window).load(function(){
  162. var $wall = $('#entries');
  163. $wall.imagesLoaded(function(){
  164. $wall.masonry({
  165. itemSelector: '#post, #post_photo',
  166. isAnimated : false
  167. });
  168. });
  169.  
  170. $wall.infinitescroll({
  171. navSelector : '#pagination',
  172. nextSelector : '#pagination a',
  173. itemSelector : '#post, #post_photo',
  174. bufferPx : 2000,
  175. debug : false,
  176. errorCallback: function() {
  177. $('#scroll').fadeOut('normal');
  178. }},
  179. function( newElements ) {
  180. var $newElems = $( newElements );
  181. $newElems.hide();
  182. $newElems.imagesLoaded(function(){
  183. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  184. });
  185. }); $('#entries').show(500);
  186. });
  187. </script>
  188.  
  189.  
  190. {/block:IndexPage}
  191.  
  192. </head>
  193. </div>
  194. <body>
  195. <div id="banner">
  196.  
  197. <div id="sidebar"><div id="topbar">
  198.  
  199. <center>
  200.  
  201. <h1>{Title}</h1>
  202.  
  203. </center>
  204. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  205. <br><div id="description"><center>{Description}</center></div>
  206. <select onchange='location=this.options[this.selectedIndex].value;' style='
  207. font-family: consolas;
  208. line-height:90%;
  209. font-size: 8px;
  210. text-transform:uppercase;
  211. width:180px;
  212. letter-spacing:1px;
  213. background-color:{color:Title};
  214. border:1px solid white;
  215. height:18px;
  216. margin-top:5px;
  217. margin-bottom:3px;
  218. padding:1px;
  219. color:#fff;
  220. -moz-border-radius:3px;
  221. -webkit-border-radius:3px;
  222. border-radius:5px;
  223. '>
  224. <option>n a v i g a t i o n</option>
  225.  
  226. {block:IfLinkOneTitle}<option value="{text:Link One}"> {text:Link One Title} </option>{/block:ifLinkOneTitle}
  227. {block:ifLinkTwoTitle}<option value="{text:Link Two}"> {text:Link Two Title} </option>{/block:ifLinkTwoTitle}
  228. {block:ifLinkThreeTitle}<option value="{text:Link Three}"> {text:Link Three Title} </option>{/block:ifLinkThreeTitle}
  229. {block:ifLinkFourTitle}><option value="{text:Link Four}">{text:Link Four Title} </option>{/block:ifLinkFourTitle}
  230. <option value="http://bonivur.tumblr.com"> credit </option>
  231.  
  232. </select>
  233.  
  234.  
  235. </div> </div>
  236. <br>
  237. {block:Pagination} <div align="center" id="pagination">{block:PreviousPage}<a href="{PreviousPage}"></a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}"></a>{/block:NextPage}</div>{/block:Pagination}
  238. </div>
  239. <div id="entries">
  240. {block:Posts}
  241.  
  242. <div id="post">
  243. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  244.  
  245. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-250}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  246.  
  247. {block:Photoset}{Photoset-250}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  248.  
  249. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  250.  
  251. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  252.  
  253. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  254.  
  255.  
  256. {block:Audio}<div id="audio">{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  257. <div class="player">
  258. <div class="player2">
  259. {AudioPlayerWhite}</div></div><div class="track">{block:TrackName}<b>Title:</b> {TrackName}{/block:TrackName}<br />{block:Artist}<b>Artist:</b> {Artist}{/block:Artist}<br />{block:Album}<b>Album:</b> {Album}{/block:Album}<br />{PlayCountWithLabel}</div><br>{Caption}</div>
  260. {/block:Audio}
  261.  
  262. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  263.  
  264. {block:Answer}<div id="asker"></div><div id="q">{Asker} asked: {Question} {Answer}{/block:Answer}
  265.  
  266. <div id="info"> posted <a href="{Permalink}">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} with <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}
  267. {block:ContentSource}(Source: <a href="{SourceURL}"> <a href="{SourceURL}"> <a href="{SourceURL}">{SourceLink}</a>)</a>{/block:ContentSource}{/block:RebloggedFrom}
  268. {block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}">{Tag}</a>, {/block:Tags}</div>{/block:HasTags}</div></div>
  269. {/block:Posts}<div id="tags" st>
  270. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  271. {/block:Posts}</div></div></div>
  272.  
  273. </body>
  274. <div id="arvin"><a href="http://bonivur.tumblr.com/"><img src="http://www.sevnthsin.com/uploads/cache/base/uploads/files/4ffdf6b556aa1_bon.png" width="30px" height="30px"></a></div>
  275.  
  276. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement