Advertisement
lennonthemes

bon3

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