Advertisement
lennonthemes

Ollie

Apr 13th, 2013
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.54 KB | None | 0 0
  1. <!---theme by bonivur--->
  2. <head>
  3.  
  4. <script type="text/javascript"
  5. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  6.  
  7. <meta name="color:Background" content="#ffffff"/>
  8. <meta name="image:Background" content="1"/>
  9. <meta name="color:Text" content= "#000000"/>
  10. <meta name="text:link 1" content=""/>
  11. <meta name="text:link 1 url" content=""/>
  12. <meta name="text:link 2" content=""/>
  13. <meta name="text:link 2 url" content=""/>
  14. <meta name="text:link 3" content=""/>
  15. <meta name="text:link 3 url" content=""/>
  16. <meta name="text:link 4" content=""/>
  17. <meta name="text:link 4 url" content=""/>
  18. <meta name="text:link 5" content=""/>
  19. <meta name="text:link 5 url" content=""/>
  20. <meta name="text:link 6" content=""/>
  21. <meta name="text:link 6 url" content=""/>
  22. <meta name="text:link 7" content=""/>
  23. <meta name="text:link 7 url" content=""/>
  24.  
  25. <style type="text/css">
  26.  
  27. #tumblr_controls{
  28. position:fixed !important;
  29. }
  30.  
  31. .wrapper{
  32. margin: 3px auto;
  33. width: 802px;
  34. }
  35.  
  36. .header{
  37. float: left;
  38. width: 100%;
  39. }
  40.  
  41.  
  42. body {
  43. font-family: "Tahoma";
  44. font-size: 9px;
  45. background-attachment: fixed;
  46. background-image: repeat;
  47. {Block:ifFullBackground}
  48. background-size: cover;
  49. {/Block:IfFullBackground}
  50. background-image: url({image:Background});
  51. background-color: {color:background};
  52. color: {color:Text};
  53. } a, a:link, a:active, a:visited{
  54. color:#000;
  55. text-decoration: none;
  56. }
  57.  
  58.  
  59. a:hover {
  60.  
  61. }
  62. ::-webkit-scrollbar-thumb{
  63. background-color: #fff;
  64. border: 2px solid #000;
  65. height:auto;
  66. -moz-border-radius: 10px;
  67. border-radius: 4px;
  68. }
  69.  
  70. ::-webkit-scrollbar {
  71. height:auto;
  72. width:8px;
  73. background-color: #000;
  74. border: 4px solid #000;
  75. }
  76.  
  77.  
  78.  
  79.  
  80.  
  81. #posts {
  82. width: 290px;
  83. margin-left: 240px;
  84. }
  85.  
  86.  
  87.  
  88. .entry {
  89. margin:14px;
  90. padding:5px;
  91. padding-bottom: 5px;
  92. overflow: hidden;
  93. background-color:transparent;
  94. text-align: left;
  95. width: 250px;
  96. }
  97.  
  98.  
  99. .entry .perma{
  100. position:absolute;
  101. width: 250px;
  102. height: auto;
  103. padding:3px;
  104. margin-left: 0px;
  105. overflow:hidden;
  106. top: 15px;
  107. font-family: consolas;
  108. font-size: 10px;
  109. line-height:11px;
  110. text-align:center;
  111. opacity:0.0;
  112. -webkit-transition: all 0.3s linear;
  113. -moz-transition: all 0.3s linear;
  114. transition: all 0.3s linear;
  115. background-color: {color:Entry};
  116. }
  117.  
  118. .entry:hover .perma{
  119. overflow:visible;
  120. -webkit-transition: opacity 1.5s linear;
  121. opacity: 1.6;
  122. transition: all 0.4s linear;
  123. margin-left: 0px;
  124. width: 250px;
  125. height: auto;
  126. opacity: 0.7;
  127. -webkit-transition: all 0.3s linear;
  128. -moz-transition: all 0.3s linear;
  129. transition: all 0.3s linear;
  130. }
  131.  
  132. .entry:hover .perma:hover{
  133. opacity: 0.7;
  134. padding:3px;
  135. height: auto;width: 250px;
  136. -webkit-transition: all 0.5s linear;
  137. -moz-transition: all 0.5s linear;
  138. transition: all 0.5s linear;}.tit {
  139. height:300px;
  140. width:200px;
  141. position:fixed;
  142. margin-left:610px;
  143. margin-top: 200px;
  144. overflow:auto}
  145.  
  146. #infscr-loading{
  147. bottom: -70px;
  148. position: absolute;
  149. left: 50%;
  150. margin-left:-8px;
  151. width:16px;
  152. height:11px;
  153. overflow:hidden;
  154. margin-bottom: 50px;
  155. }
  156.  
  157. .left{
  158. float: left;
  159. margin-right: 20px;
  160. width: 802px;
  161. }
  162.  
  163. .right{
  164. float: right;
  165. width: 200px;
  166. background-color: #ffffff;
  167. }
  168.  
  169.  
  170. blockquote{
  171. padding:0px 0px 2px 5px;
  172. margin:0px 0px 2px 1px;
  173. color: {color:Blockquote Text};
  174. border-left: 4px solid {color:Blockquote Border};
  175. background-color: {color:Blockquote};
  176. }
  177.  
  178.  
  179. #tit{
  180. margin-left: 40px;
  181. margin-top: 145px;
  182. width: 200px;
  183. text-align: center;
  184. position: fixed;
  185. font-family: "consolas";
  186. }
  187.  
  188.  
  189. .trop
  190. { font-family: "consolas";
  191. font-size: 12px;}
  192.  
  193.  
  194. </style>
  195.  
  196. {block:IndexPage}
  197. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  198. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  199.  
  200. <script type="text/javascript">
  201. $(window).load(function () {
  202. var $content = $('#posts');
  203. $content.masonry({itemSelector: '.entry'}),
  204. $content.infinitescroll({
  205. navSelector : 'div#pagination',
  206. nextSelector : 'div#pagination a#nextPage',
  207. itemSelector : '.entry',
  208. loading: {
  209. finishedMsg: '',
  210. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  211. },
  212. bufferPx : 600,
  213. debug : false,
  214. },
  215. // call masonry as a callback.
  216. function( newElements ) {
  217. var $newElems = $( newElements );
  218. $newElems.hide();
  219. // ensure that images load before adding to masonry layout
  220. $newElems.imagesLoaded(function(){
  221. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  222.  
  223.  
  224. });
  225. });
  226. });
  227. </script>
  228.  
  229. {/block:IndexPage}
  230.  
  231. <title>{title}</title>
  232.  
  233. <link rel="shortcut icon" href="http://media.tumblr.com/tumblr_m230t37Mb11qfamg6.png">
  234. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  235. <meta name="viewport" content="width=820" />
  236.  
  237. </head>
  238. <body>
  239. <div>
  240.  
  241. <div class="wrapper">
  242. <div class="header">
  243.  
  244.  
  245. <div id="tit">
  246. <span class=trop><a href= "/">{Title}</a></span><br>
  247. {description}
  248. </div>
  249.  
  250. <div style="text-align:left;"><select onchange='location=this.options[this.selectedIndex].value;' style='
  251. font-family: ;
  252. line-height:90%;
  253. font-size:10px;
  254. color:black;
  255. text-transform:capitalize;
  256. width:105px;
  257. position:fixed;
  258. background-color:transparent;
  259. border:#000 1px solid;
  260. height:19px;
  261. letter-spacing:1.5px;
  262. margin-left:95px;
  263. margin-top:213px;
  264. border-top-right-radius:0px;
  265. border-bottom-left-radius:0px;'>
  266.  
  267.  
  268. <option>navigation</option>
  269.  
  270. <option value="/">home</option>
  271. <option value="/ask">message</option>
  272. {block:iflink1}
  273. <option value="{text:link 1 url}">{text:link 1}</option>
  274. {/block:iflink1}
  275. {block:iflink2}
  276. <option value="{text:link 2 url}">{text:link 2}</option>
  277. {/block:iflink2}
  278. {block:iflink3}
  279. <option value="{text:link 3 url}">{text:link 3}</option>
  280. {/block:iflink3}
  281. {block:iflink4}
  282. <option value="{text:link 4 url}">{text:link 4}</option>
  283. {/block:iflink4}
  284. {block:iflink5}
  285. <option value="{text:link 5 url}">{text:link 5}</option>
  286. {/block:iflink5}
  287. {block:iflink6}
  288. <option value="{text:link 6 url}">{text:link 6}</option>
  289. {/block:iflink6}
  290. {block:iflink7}
  291. <option value="{text:link 7 url}">{text:link 7}</option>
  292. {/block:iflink7}
  293. <option value="http://bonivur.tumblr.com/">credit</option>
  294.  
  295.  
  296.  
  297. </select></div>
  298. </div>
  299.  
  300.  
  301.  
  302. <div id="posts">
  303. {block:Posts}
  304. <div class="entry">
  305.  
  306.  
  307.  
  308. {block:IndexPage}
  309. <span class="perma"><a href="{Permalink}">{block:Date}</a> <a href="{Permalink}">{NoteCountwithlabel}</a> / <a href="{reblogurl}" target="_blank">reblog</a> / posted {timeago}{/block:Date}</a></span>{/block:IndexPage}
  310.  
  311.  
  312. {block:Text}
  313. {block:Title}<span class="title">{Title}</span>{/block:Title}<span class="entrytext">{Body}
  314. {/block:Text}
  315.  
  316. {block:Link}
  317. <a href="{URL}" class="title">{Name}</a>
  318. {block:Description}{Description}{/block:Description}
  319. {block:Link}
  320.  
  321. {block:Photo}
  322. {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="250px"/></a></div>{LinkCloseTag}{/block:IndexPage}
  323. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></a>{LinkCloseTag}{/block:PermalinkPage}
  324. {/block:Photo}
  325.  
  326. {block:Photoset}
  327. {block:IndexPage}
  328. <center>
  329. {Photoset-250}</center>
  330. {/block:IndexPage}
  331. {block:PermalinkPage}
  332. <center>
  333. {Photoset-500}</center>
  334. {/block:PermalinkPage}
  335. {/block:Photoset}
  336.  
  337. {block:Quote}{Quote}{block:Source}<strong>{Source}</strong>{/block:Source}{/block:Quote}
  338.  
  339. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}{block:Lines}{block:Label}{Label}{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  340.  
  341. {block:Audio}<div class="audio">{AudioPlayerBlack}</div>{/block:Audio}
  342.  
  343. {block:Video}
  344. <div class="video">{Video-400}</div>
  345. {block:PermalinkPage}{/block:PermalinkPage}
  346. {/block:Video}
  347.  
  348. {block:PermalinkPage}
  349. {block:Date}
  350. <center>
  351. {TimeAgo} | {12HourWithZero}:{Minutes}{AmPm}
  352. <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>
  353. {/block:Date}
  354.  
  355. {/block:PermalinkPage}
  356.  
  357.  
  358. {block:PostNotes}{PostNotes}
  359. {/block:PostNotes}
  360. </div>
  361.  
  362.  
  363. {/block:Posts}
  364. </div>
  365. </div>
  366. {block:IndexPage}
  367. {block:Pagination}
  368. <div id="pagination">
  369. {block:NextPage}
  370. <a id="nextPage" href="{NextPage}"> </a>
  371. {/block:NextPage}
  372. {block:PreviousPage}
  373. <a href="{PreviousPage}"> </a>
  374. {/block:PreviousPage}
  375. </div>
  376. {/block:Pagination}
  377. {/block:IndexPage}
  378. </div>
  379. </body><div style="position:fixed; top:35px; right:5px;font-size:12px;">
  380. <a href="http://boniver.tumblr.com">bonivur ©</a></div>
  381. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement