ariauagrande

ariauagrande theme #3

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