Advertisement
lennonthemes

2bon

Jun 15th, 2013
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.59 KB | None | 0 0
  1. <!--theme 2 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:linkbg" 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. #sidebar{ position:fixed !important; width:150px; height:; border: 1px solid #ececec; padding:10px; margin-top:150px; margin-left:230px; box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06); -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06); -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06); overflow:visable; text-align:center;
  97. }
  98.  
  99. #arvin img{width:55px; height: 70px}
  100. #arvin{position:fixed;right:34px;bottom:-10px;}
  101.  
  102.  
  103.  
  104. #pagination { font-size:8px; text-align:center; color:{color:link}; font-family:serif; letter-spacing:2px; margin-left:11px; }
  105.  
  106. .permapage{
  107. margin-top:1px; font-size:9px; text-align:center;}
  108.  
  109. i, em{ color:{color:Title};}
  110.  
  111. b, strong{text-transform:none; color:{color:Text};}
  112.  
  113. ul,ol{ margin:0px; margin-left:-5px;}
  114.  
  115. p{ padding:0px; margin:2px;}
  116.  
  117. u{ text-decoration:none; color:{color:Title};}
  118.  
  119. blockquote { margin:2px; padding:2px; margin-left:10px; border-left:solid 1px #eee;}
  120.  
  121. #scroll{ bottom:-20px; position: absolute; left: 50%; width:10px; height:5px; overflow:hidden; margin-bottom:80px;}
  122. #panel,#flip{
  123. position:relative;
  124. display:inline-block;
  125. height:auto;
  126. width:164px;
  127. margin-top:5px;
  128. margin-left:-10px;
  129. text-align:center;
  130. font-family:"Consolas";
  131. font-size:8px;
  132. line-height:10px;
  133. border-radius: 0px;
  134. font-weight:none;
  135. letter-spacing:2px;
  136. text-transform:uppercase;
  137. text-shadow:0px 0px 0px #fff;
  138. opacity:10;
  139. padding:3px;
  140. color:white;
  141. padding-left:3px;
  142. background:{color:linkbg};
  143. }
  144.  
  145. #panel{
  146. background:{color:linkbg};
  147. display:inline-block;
  148. width:164px;
  149. height:auto;
  150. font-family:"calibri";
  151. letter-spacing:0px;
  152. text-transform:none;
  153. font-size:9px;
  154. line-height:10px;
  155. text-align:right;
  156. margin-top:0px;
  157. color:#fff;
  158. display:none;
  159. }
  160. #links{
  161. font-family:calibri; color:#fff;font-size:8px; line-height:10px; font-weight:none; color:#fff; letter-spacing:1px;word-spacing: 2px; text-transform:uppercase; text-shadow:0px 0px 0px #fff;}
  162.  
  163. </style><script src="jquery.js"></script>
  164. <script>
  165. $(document).ready(function(){
  166. $("#flip").click(function(){
  167. $("#panel").slideToggle("slow");
  168. });
  169. });
  170. </script>
  171.  
  172. <script src="jquery.js"></script>
  173. <script>
  174. $(document).ready(function(){
  175. $("#flip2").click(function(){
  176. $("#panel2").slideToggle("slow");
  177. });
  178. });
  179. </script>
  180.  
  181.  
  182. {block:IndexPage}
  183. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  184. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  185.  
  186. <script type="text/javascript">
  187. $(window).load(function(){
  188. var $wall = $('#entries');
  189. $wall.imagesLoaded(function(){
  190. $wall.masonry({
  191. itemSelector: '#post, #post_photo',
  192. isAnimated : false
  193. });
  194. });
  195.  
  196. $wall.infinitescroll({
  197. navSelector : '#pagination',
  198. nextSelector : '#pagination a',
  199. itemSelector : '#post, #post_photo',
  200. bufferPx : 2000,
  201. debug : false,
  202. errorCallback: function() {
  203. $('#scroll').fadeOut('normal');
  204. }},
  205. function( newElements ) {
  206. var $newElems = $( newElements );
  207. $newElems.hide();
  208. $newElems.imagesLoaded(function(){
  209. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  210. });
  211. }); $('#entries').show(500);
  212. });
  213. </script>
  214.  
  215.  
  216. {/block:IndexPage}
  217.  
  218. </head>
  219. </div>
  220. <body>
  221.  
  222.  
  223. <div id="sidebar">
  224. <center><a href="/"><img style="margin-top:-1px;-webkit-filter:saturate(90%);" src="{image:sidebar}" width="100"></a></center>
  225. <br><div id="flip">n a v i g a t i o n </div><div id="panel">
  226. <div style="border-top: 1px solid #ececec;margin-top: -3px;"></div>
  227. <div class="links">
  228. <center>
  229.  
  230. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  231. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  232. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  233. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}</center>
  234. </div></div>
  235. <center>
  236. <div id="description"><center>{Description}</center></div> </center>
  237. </div> </div>
  238. <br>
  239. {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}
  240. </div>
  241. <div id="entries">
  242. {block:Posts}
  243.  
  244. <div id="post">
  245. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  246.  
  247. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-250}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  248.  
  249. {block:Photoset}{Photoset-250}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  250.  
  251. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  252.  
  253. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  254.  
  255. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  256.  
  257.  
  258. {block:Audio}<div id="audio">{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  259. <div class="player">
  260. <div class="player2">
  261. {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>
  262. {/block:Audio}
  263.  
  264. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  265.  
  266. {block:Answer}<div id="asker"></div><div id="q">{Asker} asked: {Question} {Answer}{/block:Answer}
  267.  
  268. <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}
  269. {block:ContentSource}(Source: <a href="{SourceURL}"> <a href="{SourceURL}"> <a href="{SourceURL}">{SourceLink}</a>)</a>{/block:ContentSource}{/block:RebloggedFrom}
  270. {block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}">{Tag}</a>, {/block:Tags}</div>{/block:HasTags}</div></div>
  271. {/block:Posts}<div id="tags" st>
  272. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  273. {/block:Posts}</div></div></div>
  274.  
  275. </body>
  276. <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>
  277.  
  278. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement