Advertisement
lennonthemes

base2

Jun 24th, 2013
920
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.35 KB | None | 0 0
  1.  
  2.  
  3. <head>
  4.  
  5. <link rel="shortcut icon" href="{PortraitURL-24}">
  6. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  7. <meta name="viewport" content="width=820" />
  8.  
  9. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'>
  10.  
  11. {block:IndexPage}
  12.  
  13. <script type="text/javascript"
  14. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  15.  
  16. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  17.  
  18. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  19. <script type="text/javascript">
  20. $(window).load(function () {
  21. var $content = $('#content');
  22. $content.masonry({itemSelector: '.entry'}),
  23. $content.infinitescroll({
  24. navSelector : 'div#pagination',
  25. nextSelector : 'div#pagination a#nextPage',
  26. itemSelector : '.entry',
  27. loading: {
  28. finishedMsg: '',
  29. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  30. },
  31. bufferPx : 600,
  32. debug : false,
  33. },
  34. // call masonry as a callback.
  35. function( newElements ) {
  36. var $newElems = $( newElements );
  37. $newElems.hide();
  38. // ensure that images load before adding to masonry layout
  39. $newElems.imagesLoaded(function(){
  40. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );});});});</script>
  41. {/block:IndexPage}
  42.  
  43. <meta name="color:background" content="#ffffff" />
  44. <meta name="color:text" content="#000" />
  45. <meta name="color:title link" content="#4e4e4e" />
  46. <meta name="color:link" content="#a3a3a3" />
  47. <meta name="color:nav link" content="#ffffff" />
  48. <meta name="color:nav background" content="#a3a3a3" />
  49. <meta name="color:link hover" content="#eee" />
  50. <meta name="color:scrollbar" content="#000" />
  51. <meta name="color:post border" content="#ebebeb" />
  52. <meta name="color:permalinks" content="#ffffff">
  53.  
  54. <meta name="if:1 column" content="0">
  55. <meta name="if:2 columns" content="1">
  56. <meta name="if:3 columns" content="0">
  57. <meta name="image:background" content="" />
  58.  
  59. <meta name="text:link1" content="link1" />
  60. <meta name="text:link1url" content="http://" />
  61. <meta name="text:link2" content="link2" />
  62. <meta name="text:link2url" content="http://" />
  63. <meta name="text:link3" content="link3" />
  64. <meta name="text:link3url" content="http://" />
  65.  
  66.  
  67. <style type="text/css">
  68.  
  69.  
  70. ::-webkit-scrollbar {width: 5px; height: 0px; background:{color:background};}
  71. ::-webkit-scrollbar-thumb {background: {color:scrollbar}; border-radius:10px;}
  72.  
  73. iframe#tumblr_controls {position:fixed; z-index:9999999999; top: 3px; margin: 0 0 0 0; right:4px; -webkit-filter: invert(100%);}
  74.  
  75. body {
  76. background-color: {color:background};
  77. background-image:url({image:Background});
  78. background-attachment: fixed;
  79. background-repeat: repeat;
  80. font-size:13px;
  81. font-family:open sans condensed;
  82. line-height:14px;
  83. text-transform:none;
  84. color: {color:text};
  85. }
  86.  
  87. #nav{
  88. position:fixed;
  89. top:200px;
  90. left:20px;
  91. width:380px;
  92. text-align:center;
  93. }
  94.  
  95. #navlink{
  96. font-size:19px;
  97. line-height:20px;
  98. word-spacing:7px;
  99. text-align:center;
  100. text-transform:uppercase;
  101. -moz-transition: all 0.4s ease-in-out;
  102. -webkit-transition: all 0.4s ease-in-out;
  103. -o-transition: all 0.4s ease-in-out;
  104. -ms-transition: all 0.4s ease-in-out;
  105. transition: all 0.4s ease-in-out;
  106. }
  107.  
  108. #navlink a{
  109. color:{color:nav link};
  110. background-color:{color:nav background};
  111. padding-left:3px;
  112. padding-right:3px;
  113. }
  114.  
  115. #navlink a:hover{
  116. color:{color:nav background};
  117. background-color:{color:nav link};
  118. }
  119.  
  120. .description{
  121. font-size:13px;
  122. line-height:14px;
  123. text-transform:none;
  124. word-spacing:1px;
  125. }
  126.  
  127. .answer{
  128. }
  129. .answer img {
  130. width:250px;
  131. height:auto;
  132. {block:permalinkpage}
  133. width:auto;
  134. height:auto;
  135. {/block:permalinkpage}
  136. }
  137.  
  138. a {
  139. text-decoration:none;
  140. color:{color:link};
  141. -webkit-transition: all 0.4s linear;
  142. -moz-transition: all 0.4s linear;
  143. transition: all 0.4s linear;
  144. }
  145.  
  146. a:link, a:active, a:visited{
  147. color: {color:link};
  148. }
  149.  
  150. a:hover{
  151. color: {color:link hover};
  152. }
  153.  
  154. div#center{
  155. margin-left: 0px;
  156. width: 100%;
  157. height: auto;
  158. overflow-x:hidden;
  159. }
  160.  
  161. div#content {
  162. {block:if1column}
  163. width: 300px;
  164. {block:if1column}
  165. {block:if2columns}
  166. width: 800px;
  167. {block:if2columns}
  168. {block:if3columns}
  169. width: 930px;
  170. {block:if3columns}
  171. left:400px;
  172. margin-top:10px;
  173. position: absolute;
  174. }
  175.  
  176. .entry{
  177. margin:8px;
  178. padding:5px;
  179. float:left;
  180. height:auto;
  181. background-color: #trans;
  182. {block:IndexPage}
  183. border:1px solid {color:post border};
  184. width:250px;
  185. overflow:hidden;
  186. {/block:IndexPage}
  187. {block:PermalinkPage}
  188. width:400px;
  189. height:auto;
  190. {/block:PermalinkPage}
  191.  
  192. }
  193.  
  194. .title{
  195. font-size:21px;
  196. line-height:22px;
  197. text-transform:uppercase;
  198. color: {color:text};
  199. }
  200.  
  201. blockquote{
  202. padding:0px 0px 0px 3px;
  203. margin:0px 0px 0px 2px;
  204. border-left: 2px solid #ddd;
  205. }
  206.  
  207. .entry .perma{
  208. position:absolute;
  209. background:{color:permalinks};
  210. border-radius:5px;
  211. padding-top:5px;
  212. padding-bottom:5px;
  213. left: 50%;
  214. margin-left:-70px;
  215. width:140px;
  216. height:70px;
  217. margin-top:-40px;
  218. top:50%;
  219. overflow:hidden;
  220. text-align:center;
  221. text-transform:uppercase;
  222. font-size:14px;
  223. line-height:23px;
  224. box-shadow:1px 3px 7px gray;
  225. opacity: 0;
  226. -webkit-transition: all 0.2s linear;
  227. -webkit-transition: all 0.2s linear;
  228. -moz-transition: all 0.2s linear;
  229. transition: all 0.2s linear;
  230. }
  231.  
  232. .entry:hover .perma{
  233. overflow:hidden;
  234. opacity: .9;
  235. -webkit-transition: all 0.2s linear;
  236. -webkit-transition: all 0.2s linear;
  237. -moz-transition: all 0.2s linear;
  238. transition: all 0.2s linear;
  239. }
  240.  
  241. .k{
  242. word-spacing:1px;
  243. }
  244.  
  245. #titlelink a{
  246. background-color:{color:title link};
  247. }
  248.  
  249. .permalink{
  250. text-align:center;
  251. opacity:0;
  252. -webkit-transition: all 0.4s linear;
  253. -webkit-transition: all 0.4s linear;
  254. -moz-transition: all 0.4s linear;
  255. transition: all 0.4s linear;
  256. }
  257.  
  258. .entry:hover .permalink{
  259. opacity:1;
  260. -webkit-transition: all 0.4s linear;
  261. -webkit-transition: all 0.4s linear;
  262. -moz-transition: all 0.4s linear;
  263. transition: all 0.4s linear;
  264. }
  265.  
  266. .notess{
  267. position:absolute;
  268. border:12px solid {color:post border};
  269. padding:5px;
  270. left:450px;
  271. top:10px;
  272. height:500px;
  273. width:500px;
  274. overflow:scroll;
  275. }
  276.  
  277. {CustomCSS}
  278. </style>
  279.  
  280. <title>{title}</title>
  281.  
  282. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  283.  
  284. </head>
  285. <body>
  286.  
  287. <div id="nav">
  288.  
  289. <span id="navlink">
  290. <a href="/">home</a>
  291. <a href="/ask">ask</a>
  292. <a href="{text:link1url}">{text:link1}</a>
  293. <a href="{text:link2url}">{text:link2}</a>
  294. <a href="{text:link3url}">{text:link3}</a>
  295.  
  296.  
  297. {block:HasPages}{block:Pages}<a href="{URL}"><span class="k">{Label}</span></a> {/block:Pages}{/block:HasPages}
  298. </span>
  299. <br><br>
  300. <span class="description">{Description}</span>
  301. </div>
  302.  
  303. <div id="center">
  304. <div id="content">
  305.  
  306. {block:Posts}
  307.  
  308. <div class="entry">
  309.  
  310. {block:Text}
  311. {block:Title}<center><span class="title">{Title}</span></center>{/block:Title}<div class="answer">
  312. <div style="margin-left:1px;">{Body}</div></div>
  313. <div class="permalink"><a href="{ReblogUrl}">↻</a>&nbsp;with&nbsp;<a href="{permalink}">{NoteCountwithLabel}</a></div>
  314. {/block:Text}
  315.  
  316. {block:Link}
  317. <center><a href="{URL}"><span class="title">{Name}</span></a></center>
  318. <div style="margin-left:3px;">{block:Description}{Description}{/block:Description}</div>
  319. <div class="permalink"><a href="{ReblogUrl}">↻</a>&nbsp;with&nbsp;<a href="{permalink}">{NoteCountwithLabel}</a></div>
  320. {block:Link}
  321.  
  322. {block:Photo}
  323. {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=250px/></a></div>{LinkCloseTag}
  324. <div class="perma">
  325. <a href="{Permalink}">{TimeAgo}</a><br>
  326. <a href="{Permalink}">{NotecountWithLabel}</a><br>
  327. <a href="{ReblogURL}" target="_blank">↻</a></div>
  328. {/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=400px/>{LinkCloseTag}{/block:PermalinkPage}
  329. {/block:Photo}
  330.  
  331. {block:Photoset}
  332. {block:IndexPage}{Photoset-250}{/block:IndexPage}
  333. {block:PermalinkPage}{PhotoSet-700}{/block:PermalinkPage}
  334. <div class="permalink"><a href="{ReblogUrl}">↻</a>&nbsp;with&nbsp;<a href="{permalink}">{NoteCountwithLabel}</a></div>
  335. {/block:Photoset}
  336.  
  337. {block:Quote}
  338. <div style="margin-left:3px;">
  339. {Quote}</span><br><i>{Source}</i>
  340. </div>
  341. <div class="permalink"><a href="{ReblogUrl}">↻</a>&nbsp;with&nbsp;<a href="{permalink}">{NoteCountwithLabel}</a></div>
  342. {/block:Quote}
  343.  
  344. {block:Chat}
  345. <div style="margin-left:3px;">
  346. {block:Title}<span class="title">{Title}</span>{/block:Title}
  347. <ul class="chat">
  348. {block:Lines}
  349. <li class="user_{UserNumber}">
  350. {block:Label}
  351. <span class="label">{Label}</span>
  352. {/block:Label}
  353. {Line}
  354. </li>
  355. {/block:Lines}
  356. </ul>
  357. </div>
  358. <div class="permalink"><a href="{ReblogUrl}">↻</a>&nbsp;with&nbsp;<a href="{permalink}">{NoteCountwithLabel}</a></div>
  359. {/block:Chat}
  360.  
  361. {block:Audio}<div style="height:0px;background-color:black;opacity:0.1;width:100%;margin-top:10px;margin-bottom:5px;"></div>
  362. <center>{AudioPlayerBlack}
  363. {block:Caption}{Caption}{/block:Caption}</center>
  364. <div class="permalink"><a href="{ReblogUrl}">{text:reblog}</a>&nbsp;with&nbsp;<a href="{permalink}">{NoteCountwithLabel}</a></div>
  365. {/block:Audio}
  366.  
  367. {block:Answer}<img src="{AskerPortraitURL-24}" align="left" z-index: 1; style="padding:2px; border:1px solid #eeeeee"/> {Asker} asked: <br><i>{Question}</i><br><br><div class="answer">{Answer}</div>
  368. <div class="permalink"><a href="{ReblogUrl}">{text:reblog}</a>&nbsp;with&nbsp;<a href="{permalink}">{NoteCountwithLabel}</a></div>
  369. {/block:Answer}
  370.  
  371. {block:Video}
  372. {block:IndexPage}
  373. <center>
  374. {Video-400}</center>
  375. {/block:IndexPage}
  376. {block:PermalinkPage}
  377. <center>
  378. {Video-500}</center>
  379. {/block:PermalinkPage}
  380. {block:Video}
  381.  
  382. {block:PermalinkPage}
  383. {block:Caption}{Caption}<div style="height:1px;background-color:black;opacity:0.1;width:100%;margin-top:5px;margin-bottom:5px;"></div>{/block:Caption}
  384. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}
  385. {/block:PermalinkPage}
  386.  
  387. {block:PostNotes}
  388. <div class="notess">{PostNotes}</div>
  389. {/block:PostNotes}
  390. </div>
  391.  
  392. {/block:Posts}
  393.  
  394. {block:IndexPage}
  395. {block:Pagination}
  396. <div id="pagination">
  397. {block:NextPage}
  398. <a id="nextPage" href="{NextPage}"></a>
  399. {/block:NextPage}
  400. {block:PreviousPage}
  401. <a href="{PreviousPage}"></a>
  402. {/block:PreviousPage}
  403. </div>
  404. {/block:Pagination}
  405. {/block:IndexPage}
  406. </div>
  407.  
  408.  
  409.  
  410. </body>
  411. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement