Advertisement
PradaThemes

ApolloTheme

Dec 29th, 2012
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.26 KB | None | 0 0
  1. <!--
  2. A P O L L O - T H E M E
  3. Theme by vogue-themes
  4. Please do not remove credit if you do respect
  5. -->
  6.  
  7. <html lang="en">
  8. <head>
  9.  
  10.  
  11. <title>{title}</title>
  12. <link href='http://fonts.googleapis.com/css?family=Delius+Unicase' rel='stylesheet' type='text/css'>
  13.  
  14. <meta name="color:Background" content="#e6e6e6"/>
  15. <meta name="color:Post Box" content="#F5F5F5"/>
  16. <meta name="color:Blog Title" content="#3D3D3D"/>
  17. <meta name="color:Blog Description" content="#494949"/>
  18. <meta name="color:Title" content="#292929"/>
  19. <meta name="color:Text" content="#363636"/>
  20. <meta name="color:Link" content="#5c5c5c"/>
  21. <meta name="color:Hover" content="#FFF"/>
  22. <meta name="font:Title" content="Trebuchet MS, Arial, Helvetica, futura, Georgia, sans-serif"/>
  23. <meta name="font:Blog Title" content="Trebuchet MS, Arial, Helvetica, futura, Georgia, sans-serif"/>
  24. <meta name="font:Body" content="Trebuchet MS, Arial, Helvetica, futura, Georgia, sans-serif"/>
  25. <meta name="image:Background" content=""/>
  26. <meta name="image:Sidebar" content=""/>
  27. <meta name="if:Sidebar In Top Left" content="0"/>
  28. <meta name="if:Sidebar In Top Right" content="0"/>
  29. <meta name="if:Sidebar In Bottom Left" content="1"/>
  30. <meta name="if:Sidebar In Bottom Right" content="0"/>
  31. <meta name="if:Post Shadows" content="1"/>
  32. <meta name="if:Reblog Link On Hover" content="1"/>
  33. <meta name="if:Faded Images On Hover" content="0"/>
  34. <meta name="if:Rounded Edges" content="0"/>
  35. <meta name="if:Show Photo" content="1"/>
  36. <meta name="if:Small Sidebar Image" content="0"/>
  37. <meta name="if:Show Title" content="1"/>
  38. <meta name="if:Show Blog Description" content="1"/>
  39. <meta name="if:Ask Link" content="1"/>
  40. <meta name="if:Archive Link" content="1"/>
  41. <meta name="text:Ask Link Text" content="" />
  42. <meta name="text:Archive Link Text" content="" />
  43. <meta name="text:Custom Link One" content="" />
  44. <meta name="text:Custom Link One Title" content="" />
  45. <meta name="text:Custom Link Two" content="" />
  46. <meta name="text:Custom Link Two Title" content="" />
  47. <meta name="text:Custom Link Three" content="" />
  48. <meta name="text:Custom Link Three Title" content="" />
  49. <meta name="text:Custom Link Four" content="" />
  50. <meta name="text:Custom Link Four Title" content="" />
  51. <meta name="text:Custom Link Five" content="" />
  52. <meta name="text:Custom Link Five Title" content="" />
  53. <meta name="text:Custom Link Six" content="" />
  54. <meta name="text:Custom Link Six Title" content="" />
  55. <meta name="text:Custom Link Seven" content="" />
  56. <meta name="text:Custom Link Seven Title" content="" />
  57. <meta name="text:Custom Link Eight" content="" />
  58. <meta name="text:Custom Link Eight Title" content="" />
  59. <meta name="text:Custom Link Nine" content="" />
  60. <meta name="text:Custom Link Nine Title" content="" />
  61. <meta name="text:Custom Link Ten" content="" />
  62. <meta name="text:Custom Link Ten Title" content="" />
  63. </script>
  64.  
  65. <style type="text/css">
  66.  
  67. body{
  68. margin:0px;
  69. background-color: {color:Background};
  70. background-image:url({image:Background});
  71. background-attachment: fixed;
  72. background-repeat: repeat;
  73. font-size: 9px;
  74. font-family:{font:Body};
  75. line-height:11px;
  76. color:{color:Text};
  77. }
  78.  
  79. a:link, a:active, a:visited{
  80. color: {color:Link};
  81. text-decoration: none;
  82. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-o-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  83. }
  84.  
  85. a:hover{
  86. color:{color:Hover};
  87. text-decoration: none;
  88. -webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
  89. }
  90.  
  91. .sidelink{font-style:italic;
  92. font-family: {font:Body};
  93. font-color: {color:Text};
  94.  
  95. {block:ifSidebarInTopLeft}
  96. text-align: right;
  97. padding-right:5px;
  98. {/block:ifSidebarInTopLeft}
  99.  
  100. {block:ifSidebarInBottomLeft}
  101. text-align: right;
  102. padding-right:5px;
  103. {/block:ifSidebarInBottomLeft}
  104.  
  105. {block:ifSidebarInTopRight}
  106. text-align: left;
  107. padding-left:5px;
  108. {/block:ifSidebarInTopRight}
  109.  
  110. {block:ifSidebarInBottomRight}
  111. text-align: left;
  112. padding-left:5px;
  113. {/block:ifSidebarInBottomRight}
  114.  
  115. font-size:9px; display:block;
  116. margin:-5px;width:auto;
  117. -webkit-transition: all 1.5s linear; -moz-transition: all 1.5s linear; transition: all 1.5s linear;}
  118.  
  119. .sidelink:hover{background-color:rgba(0,0,0,0);
  120. style: italic;
  121. color:{color:Hover};
  122. padding-left:5px;
  123. margin:-5px;width:auto;
  124. -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;}
  125. .sidelink a:hover{color: {color:Link};
  126. -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;}
  127.  
  128. #leposts{width:310px; height:auto;}
  129. {block:PermalinkPage}
  130. width:410px;
  131. {/block:PermalinkPage}
  132. {block:ifRoundedEdges}
  133. -moz-border-radius: 3px;
  134. border-radius: 3px;
  135. {/block:ifRoundedEdges}
  136. }
  137.  
  138.  
  139. #weiner{
  140. padding-top:3px;
  141. padding-bottom:3px;
  142. position:fixed !important;
  143. width:310px;
  144. height:207px;
  145. background-color:{color:Post Box};
  146. {block:PermalinkPage}
  147. width:410px;
  148. height:207px;
  149. {/block:PermalinkPage}
  150. {block:ifRoundedEdges}
  151. -moz-border-radius: 3px;
  152. border-radius: 3px;
  153. {/block:ifRoundedEdges}
  154. }
  155.  
  156.  
  157. #sidebarr{
  158. z-index:999999999999999;
  159. position:absolute !important;
  160. position:fixed !important;
  161. {block:ifSidebarInBottomRight}
  162. bottom:100px;
  163. right: 290px;
  164. width:200px;
  165. {/block:ifSidebarInBottomRight}
  166. {block:ifSidebarInBottomLeft}
  167. bottom:100px;
  168. left: 220px;
  169. width:200px;
  170. {/block:ifSidebarInBottomLeft}
  171. {block:ifSidebarInTopRight}
  172. top:100px;
  173. right: 290px;
  174. width:200px;
  175. {/block:ifSidebarInTopRight}
  176. {block:ifSidebarInTopLeft}
  177. top:100px;
  178. left: 220px;
  179. width:200px;
  180. {/block:ifSidebarInTopLeft}
  181. background-color: transparent;
  182. }
  183.  
  184.  
  185. #containerr{
  186. margin:auto;
  187. left:0px;
  188. top:10px;
  189. padding-top:15px;
  190. padding-left:117px;
  191. position:absolute;
  192. {block:indexpage}
  193. width:1080px;
  194. {/block:indexpage}
  195. {block:permalinkpage}
  196. width:1080px;
  197. left:50px;
  198. {/block:permalinkpage}
  199. overflow:hidden;
  200. }
  201.  
  202. #posts{
  203. float:right;
  204. {block:indexpage}
  205. width:750px;
  206. {/block:indexpage}
  207. {block:permalinkpage}
  208. width:800px;
  209. {/block:permalinkpage}
  210. margin-left:68px;
  211. }
  212.  
  213. #c0zy{
  214. position:fixed !important;
  215. width:auto;
  216. height:auto;
  217. right:3px;
  218. top:26px;
  219. }
  220.  
  221. #c0zy:hover{
  222. position:fixed !important;
  223. width:auto;
  224. height:auto;
  225. }
  226.  
  227.  
  228. #entry{
  229. z-index:9999;
  230. {block:IfPostShadows}-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);
  231. -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);
  232. box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);{/block:IfPostShadows}
  233. border:0px solid;
  234. border-color: #f1f1f1;
  235. float: left;
  236. width: 310px;
  237. height: auto;
  238. {block:PermalinkPage}
  239. width: 410px;
  240. height: auto;
  241. {/block:PermalinkPage}
  242. line-height:8px;
  243. background-color:{color:Post Box};
  244. padding:0px;
  245. margin-right:10px;
  246. overflow:hidden;
  247. margin-bottom:10px;
  248. {block:ifRoundedEdges}
  249. -moz-border-radius: 3px;
  250. border-radius: 3px;
  251. {/block:ifRoundedEdges}
  252. }
  253.  
  254.  
  255. #entry img{
  256. {block:IndexPage}
  257. max-width: 310px;
  258. height: auto;
  259. {/block:IndexPage}
  260. {block:PermalinkPage}
  261. max-width: 410px;
  262. height: auto;
  263. {/block:PermalinkPage}
  264. }
  265.  
  266.  
  267. {block:ifReblogLinkOnHover}
  268. #entry:hover #reblog{
  269. {block:IndexPage}
  270. opacity:1;-webkit-transition: all 0.3s ease-out;
  271. -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
  272. {/block:IndexPage}
  273. }
  274.  
  275. #reblog{
  276. width:22px;
  277. float:left;
  278. margin-left:280px;
  279. margin-top:8px;
  280. position:absolute;opacity:0;-webkit-transition: all 0.3s ease-out;
  281. -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
  282. {/block:ifReblogLinkOnHover}
  283.  
  284. #permapage{
  285. font-family: {Font:Body};
  286. font-size: 9px;
  287. text-align: center;
  288. padding-bottom:10px;
  289. z-index:9999;}
  290.  
  291. #notes{
  292. {block:permalinkpage}
  293. background-color:{color:Post Box};
  294. display:block;
  295. width:800px;
  296. float: left;
  297. padding:10px;
  298. overflow:visible;
  299. z-index:9999999;
  300. margin-top: 10px;
  301. {block:IfPostShadows}-webkit-box-shadow:0px 0px 12px rgba(0,0,0,0.3);
  302. -moz-box-shadow: 0px 0px 12px rgba(0,0,0,0.3);
  303. box-shadow: 0px 0px 12px rgba(0,0,0,0.3);{/block:IfPostShadows}
  304. {block:IfNotPostShadows}-webkit-box-shadow:0px 0px 0px rgba(0,0,0,0.4);
  305. -moz-box-shadow: 0px 0px 0px rgba(0,0,0,0.4);
  306. box-shadow: 0px 0px 0px rgba(0,0,0,0.4);{/block:IfNotPostShadows}
  307. outline:1px solid rgba(0, 0, 0, .1);
  308. border:2px solid rgba(0, 0, 0, .05);
  309. text-align: left;{/block:permalinkpage}
  310. }
  311.  
  312. iframe#tumblr_controls{position:fixed !important;
  313. }
  314.  
  315. {block:iffadedimagesonhover}
  316. img{ -webkit-transition: opacity 0.4s linear; opacity: 1; }
  317. img:hover{ -webkit-transition: opacity 0.4s linear; opacity: 0.75; }
  318. {/block:iffadedimagesonhover}
  319.  
  320. .title{
  321. font-family: {font:Title};
  322. font-size: 12px;
  323. line-height: 12px;
  324. color: {color:Title};
  325. font-weight: normal;
  326. letter-spacing: 0px;
  327. }
  328.  
  329. .leblogtitle{
  330. font-family: helvetica;
  331. font-size: 12px;
  332. line-height: 24px;
  333. color: {color:Blog Title};
  334. font-weight: normal;
  335. {block:IfNotShowBlogDescription}
  336. margin-bottom:-30px;
  337. {/block:IfNotShowBlogDescription}
  338. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-o-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  339. }
  340.  
  341. .credy{
  342. font-family: Arial;
  343. font-size: 9px;
  344. opacity: .6;
  345. color: {color:Body};
  346. letter-spacing: 0px;
  347. border-style: outset;
  348. border-width: 2px;
  349. }
  350.  
  351. .leblogtitle:hover{
  352. color:{color:Hover};
  353. -webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
  354. }
  355.  
  356. .credy:hover{
  357. font-family: Arial;
  358. font-size: 9px;
  359. opacity: .6;
  360. color: {color:Body};
  361. letter-spacing: 0px;
  362. border-style: inset;
  363. border-width: 2px;
  364. }
  365.  
  366.  
  367. .permalinktext{
  368. font-family: {Font:Body};
  369. padding: 5px;
  370. position: absolute;
  371. text-align: center;
  372. width: 200px;
  373. -moz-transition: 0.3s ease-out;
  374. -webkit-transition: 0.3s ease-out;
  375. transition: 0.3s ease-out;
  376. opacity:0;
  377. }
  378.  
  379. .permalinktext a{color:{color:links};
  380. }
  381.  
  382. .entry:hover .permalinktext {
  383. -moz-transition: 0.3s ease-out;
  384. -webkit-transition: 0.3s ease-out;
  385. transition: 0.3s ease-out;
  386. width:200px;
  387. text-decoration:line-through;
  388. height:auto;
  389. display: block;
  390. opacity: 1;
  391. }
  392.  
  393.  
  394. blockquote{
  395. padding:0px 0px 2px 3px;
  396. margin:0px 0px 2px 1px;
  397. }
  398. ul, ol, li{
  399. list-style:none;
  400. margin:0px;
  401. padding:0px;
  402. }
  403.  
  404. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  405. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};
  406. }
  407.  
  408. a.links {
  409. font-family: Arial;
  410. font-size: 10px;
  411. line-height: 9px;
  412. text-transform: normal;
  413. letter-spacing:0px;
  414. display:block;
  415. padding: 0px;
  416. margin-bottom: 0px;
  417. {block:ifRoundedEdges}
  418. -moz-border-radius: 3px;
  419. border-radius: 3px;
  420. {/block:ifRoundedEdges}
  421. }
  422.  
  423. a.links:hover {
  424. font-style: italic;
  425. text-decoration: underline;
  426. letter-spacing:10px;
  427. }
  428.  
  429. </style>
  430. <link rel="shortcut icon" href="{Favicon}">
  431. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  432. <meta name="viewport" content="width=720" />
  433. </head>
  434. <body>
  435.  
  436. <div id="c0zy">
  437. <a href="http://c0zy.tumblr.com"><img src="http://static.tumblr.com/thpaaos/dHHkt0jor/install_theme.png"></a>
  438. </div>
  439.  
  440.  
  441. <div id="weiner">
  442. <div id="containerr">
  443. <div id="sidebarr">
  444.  
  445.  
  446. {block:ifShowPhoto}
  447.  
  448. {block:ifSidebarInBottomLeft}
  449. <div align="right" style="padding-bottom:3px;">
  450. <a href="/">
  451. <img style="{block:ifRoundedEdges}
  452. -moz-border-radius: 3px; border-radius: 3px;{/block:ifRoundedEdges}" src="{image:sidebar}" {block:ifNotSmallSidebarImage}width=200{/block:ifNotSmallSidebarImage} {block:ifSmallSidebarImage}width=100{/block:ifSmallSidebarImage} " /></a></div>
  453. {/block:ifSidebarInBottomLeft}
  454.  
  455. {block:ifSidebarInBottomRight}
  456. <div align="left" style="padding-bottom:3px; {block:ifRoundedEdges}
  457. -moz-border-radius: 3px; border-radius: 3px;{/block:ifRoundedEdges}">
  458. <a href="/">
  459. <img style="{block:ifRoundedEdges}
  460. -moz-border-radius: 3px; border-radius: 3px;{/block:ifRoundedEdges}" src="{image:sidebar}" {block:ifNotSmallSidebarImage}width=200{/block:ifNotSmallSidebarImage} {block:ifSmallSidebarImage}width=100{/block:ifSmallSidebarImage}" /></a></div>
  461. {/block:ifSidebarInBottomRight}
  462.  
  463. {block:ifSidebarInTopLeft}
  464. <div align="right" style="padding-bottom:3px; {block:ifRoundedEdges}
  465. -moz-border-radius: 3px; border-radius: 3px;{/block:ifRoundedEdges}">
  466. <a href="/">
  467. <img style="{block:ifRoundedEdges}
  468. -moz-border-radius: 3px; border-radius: 3px;{/block:ifRoundedEdges}" src="{image:sidebar}" {block:ifNotSmallSidebarImage}width=200{/block:ifNotSmallSidebarImage} {block:ifSmallSidebarImage}width=100{/block:ifSmallSidebarImage}" /></a></div>
  469. {/block:ifSidebarInTopLeft}
  470.  
  471. {block:ifSidebarInTopRight}
  472. <div align="left" style="padding-bottom:3px; {block:ifRoundedEdges}
  473. -moz-border-radius: 3px; border-radius: 3px;{/block:ifRoundedEdges}">
  474. <a href="/">
  475. <img style="{block:ifRoundedEdges}
  476. -moz-border-radius: 3px; border-radius: 3px;{/block:ifRoundedEdges}" src="{image:sidebar}" {block:ifNotSmallSidebarImage}width=200{/block:ifNotSmallSidebarImage} {block:ifSmallSidebarImage}width=100{/block:ifSmallSidebarImage}" /></a></div>
  477. {/block:ifSidebarInTopRight}
  478.  
  479. {/block:ifShowPhoto}
  480. {block:ifShowTitle}
  481.  
  482. {block:ifSidebarInTopLeft}
  483. <a href="/"><div align="right" class="leblogtitle">{Title}</div></a>
  484. {/block:ifSidebarInTopLeft}
  485.  
  486. {block:ifSidebarInBottomLeft}
  487. <a href="/"><div align="right" class="leblogtitle">{Title}</div></a>
  488. {/block:ifSidebarInBottomLeft}
  489.  
  490. {block:ifSidebarInTopRight}
  491. <a href="/"><div align="left" class="leblogtitle">{Title}</div></a>
  492. {/block:ifSidebarInTopRight}
  493.  
  494. {block:ifSidebarInBottomRight}
  495. <a href="/"><div align="left" class="leblogtitle">{Title}</div></a>
  496. {/block:ifSidebarInBottomRight}
  497. {/block:ifShowTitle}<br>
  498.  
  499. {block:IfShowBlogDescription}
  500. {block:ifSidebarInTopLeft}
  501. <div align="right" style="line-height:14px; margin-top:-15px; margin-bottom:-15px; color:{color:Blog Description};">{description}</div>
  502. {/block:ifSidebarInTopLeft}
  503.  
  504. {block:ifSidebarInBottomLeft}
  505. <div align="right" style="line-height:14px; margin-top:-15px; margin-bottom:-15px; color:{color:Blog Description}; font-style:italic;">{description}</div>
  506. {/block:ifSidebarInBottomLeft}
  507.  
  508. {block:ifSidebarInTopRight}
  509. <div align="left" style="line-height:14px; margin-top:-15px; margin-bottom:-15px; color:{color:Blog Description};">{description}</div>
  510. {/block:ifSidebarInTopRight}
  511.  
  512. {block:ifSidebarInBottomRight}
  513. <div align="left" style="line-height:14px; margin-top:-15px; margin-bottom:-15px; color:{color:Blog Description};">{description}</div>
  514. {/block:ifSidebarInBottomRight}
  515. {/block:IfShowBlogDescription}
  516.  
  517.  
  518. <br>
  519.  
  520.  
  521. <div align="center">
  522. <center><br>
  523. {block:ifAskLink}<a href="/ask" class="sidelink">{text:Ask Link Text}</a><br>{/block:ifAskLink}
  524. {block:ifCustomLinkOneTitle}<a href="{text:Custom Link One}" class="sidelink">{text:Custom Link One Title}</a><br>{/block:ifCustomLinkOneTitle}
  525. {block:ifCustomLinkTwoTitle}<a href="{text:Custom Link Two}" class="sidelink">{text:Custom Link Two Title}</a><br>{/block:ifCustomLinkTwoTitle}
  526. {block:ifCustomLinkThreeTitle}<a href="{text:Custom Link Three}" class="sidelink">{text:Custom Link Three Title}</a><br>{/block:ifCustomLinkThreeTitle}
  527. {block:ifCustomLinkFourTitle}<a href="{text:Custom Link Four}" class="sidelink">{text:Custom Link Four Title}</a><br>{/block:ifCustomLinkFourTitle}
  528. {block:ifCustomLinkFiveTitle}<a href="{text:Custom Link Five}" class="sidelink">{text:Custom Link Five Title}</a><br>{/block:ifCustomLinkFiveTitle}
  529. {block:ifCustomLinkSixTitle}<a href="{text:Custom Link Six}" class="sidelink">{text:Custom Link Six Title}</a><br>{/block:ifCustomLinkSixTitle}
  530. {block:ifCustomLinkSevenTitle}<a href="{text:Custom Link Seven}" class="sidelink">{text:Custom Link Seven Title}</a><br>{/block:ifCustomLinkSevenTitle}
  531. {block:ifCustomLinkEightTitle}<a href="{text:Custom Link Eight}" class="sidelink">{text:Custom Link Eight Title}</a><br>{/block:ifCustomLinkEightTitle}
  532. {block:ifCustomLinkNineTitle}<a href="{text:Custom Link Nine}" class="sidelink">{text:Custom Link Nine Title}</a><br>{/block:ifCustomLinkNineTitle}
  533. {block:ifCustomLinkTenTitle}<a href="{text:Custom Link Ten}" class="sidelink">{text:Custom Link Ten Title}</a><br>{/block:ifCustomLinkTenTitle}
  534. {block:ifArchiveLink}<a href="/archive" class="sidelink">{text:Archive Link Text}</a><br>{/block:ifArchiveLink}
  535. </div>
  536. </div>
  537. </center>
  538.  
  539. <div align="center">
  540.  
  541. <div id="posts">
  542.  
  543. {block:Posts}
  544. <div id="entry">
  545. {block:Photo}
  546. {block:IndexPage}
  547. {block:ifReblogLinkOnHover}
  548. <div id="reblog"><a href="{ReblogURL}" title="Reblog"><img src="http://static.tumblr.com/tak5d5w/OBnlsu9qa/c0zyreblogbutton.png" width="22px;"/></a></div>
  549. {/block:ifReblogLinkOnHover}
  550. <div id="leposts">
  551. <a href="{permalink}">
  552. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width=310; style=" {block:IfPostShadows}-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, .3); -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);{/block:IfPostShadows} {block:ifRoundedEdges}-moz-border-radius: 3px; border-radius: 3px; {/block:ifRoundedEdges}"></a></div>
  553.  
  554. {/block:IndexPage}
  555. {block:PermalinkPage}
  556. {LinkOpenTag}<center><img src="{PhotoURL-500}" alt="{PhotoAlt}"width=410px; style=" {block:IfPostShadows}-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, .3); -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);{/block:IfPostShadows} border="0"></center>
  557. {/block:PermalinkPage}
  558. {/block:Photo}
  559.  
  560. {block:Photoset}
  561. <div style="padding-top:30px; padding-bottom:30px;"><a href="{permalink}">
  562. {Photoset-250}</a></div>
  563. {/block:Photoset}
  564.  
  565. {block:Text}<div style="padding-top:15px; padding-bottom:10px; padding-left:10px; padding-right:10px;">
  566. {block:Title}
  567. <a href="{permalink}"><span class="title">{Title}</span></a>
  568. {/block:Title}
  569. <span class="entrytext" style="line-height:12px;">{Body}</span>
  570. <a href="{Permalink}"></a></div>
  571. {block:indexpage}<hr size="1" width="270">
  572. <div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  573. </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}, {Year}
  574. </a></div>{/block:indexpage}
  575. {/block:Text}
  576.  
  577. {block:Link}<div style="padding-top:15px; padding-bottom:0px;>
  578. <a href="{URL}"><span class="title">{Name}</span></a></div>
  579. {block:BlogDescription}<span class="entrytext" style="line-height:12px;">{Description}</span>{/block:BlogDescription}</a>
  580. {block:Caption}<a href="{URL}">{Caption}</a>{/block:Caption}<div style="padding-top:0px; padding-bottom:3px;"></a></div>
  581. {block:indexpage}<hr size="1" width="270">
  582. <div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  583. </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}, {Year}
  584. </a></div>{/block:indexpage}
  585. {/block:Link}
  586.  
  587. {block:Quote}
  588. <div style="padding-top:10px; padding-bottom:10px;">
  589. <span class="title" style="line-height:16px; font-style: italic;">"{Quote}"</span><br><br>
  590. <div style="text-align: right; padding-right:10px;"><a href="{Permalink}">{block:Source}
  591. -{Source}
  592. {/block:Source}</a></div><br>{block:indexpage}<hr size="1" width="270">
  593. <div align="right" style="padding-right:10px; padding-top:5px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  594. </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}, {Year}
  595. </a></div>{/block:indexpage}
  596. </div>
  597. {/block:Quote}
  598.  
  599. {block:Chat}
  600. <div style="padding-top:15px; padding-bottom:10px;">
  601. <a href="{permalink}">{block:Title}<span class="title">{Title}</span>{/block:Title}</a>
  602. <ul class="chat">
  603. {block:Lines}
  604. <li class="user_{UserNumber}">
  605. {block:Label}
  606. <span class="label" style="line-height:12px;">{Label}</span>
  607. {/block:Label}
  608. {Line}
  609. </li>
  610. {/block:Lines}
  611. </ul>
  612. {block:Caption}{Caption}{/block:Caption}
  613. <br>{block:indexpage}<hr size="1" width="270">
  614. <div align="right" style="padding-right:10px; padding-top:5px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  615. </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}, {Year}
  616. </a></div>{/block:indexpage}
  617. </div>
  618. {/block:Chat}
  619.  
  620. {block:Audio}
  621. <div style="padding-top:30px; padding-bottom:0px;">
  622. <div style="float:center">
  623. {AudioPlayerGrey}
  624. </div>
  625. </div>
  626.  
  627. <div style="padding-bottom:0px;">{block:Caption}{Caption}{/block:Caption}</div>{block:indexpage}
  628. <hr size="1" width="270">
  629. <div style=" float:left; padding-left:10px; padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{permalink}">{FormattedPlayCount}&nbsp;Plays</a></div>
  630. <div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  631. </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}, {Year}
  632. </a></div>{/block:indexpage}
  633. {/block:Audio}
  634.  
  635. {block:Video}
  636. <div style="padding-top:28px; padding-bottom:8px;">
  637. {Video-250}</div>
  638. <div style="padding-bottom:5px;">{block:Caption}{Caption}{/block:Caption}</div>
  639. {block:indexpage}<hr size="1" width="270">
  640. <div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  641. </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}, {Year}
  642. </a></div>{/block:indexpage}
  643. {/block:Video}
  644.  
  645. {block:PermalinkPage}</a>
  646. <div id="permapage"><br>
  647. {block:notecount}
  648. {notecountwithlabel}
  649. {/block:notecount}&nbsp;&nbsp;{block:Date}{ShortMonth} {DayofMonth}{DayofMonthSuffix}, {Year}{/block:Date}&nbsp;&nbsp;{block:RebloggedFrom} Reblogged from
  650. <a href="{ReblogParentURL}">{ReblogParentName}</a></a><br><br>Posted by
  651. <a href="{ReblogRootURL}">{ReblogRootName}</a>
  652. {/block:RebloggedFrom}
  653. <br><br>
  654. <div align="left">
  655. {block:PostNotes}
  656. {PostNotes}
  657. {/block:PostNotes}
  658. </div>
  659. </div>
  660. {/block:PermalinkPage}
  661. </div>
  662. {/block:Posts}
  663. </div>
  664. </div>
  665. </div>
  666. </center>
  667. </div>
  668. </div>
  669. {block:indexpage}
  670. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  671. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  672. <script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>
  673. <script type="text/javascript">
  674. $(window).load(function(){
  675. var $wall = $('#posts');
  676. $wall.imagesLoaded(function(){
  677. $wall.masonry({
  678. itemSelector: '#entry, #entry_photo',
  679. isAnimated : false
  680. });
  681. });
  682.  
  683. $wall.infinitescroll({
  684. navSelector : '#page-nav',
  685. nextSelector : '#page-nav a',
  686. itemSelector : '#entry, #entry_photo',
  687. bufferPx : 2000,
  688. debug : false,
  689. errorCallback: function() {
  690. $('#infscr-loading').fadeOut('normal');
  691. }},
  692. function( newElements ) {
  693. var $newElems = $( newElements );
  694. $newElems.hide();
  695. $newElems.imagesLoaded(function(){
  696. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  697. });
  698. }); $('#content').show(500);
  699. });
  700. </script>
  701. {/block:indexpage}
  702. </body>
  703. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement