divakey

#13 Bubbles theme

May 30th, 2013
1,580
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.14 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  4. <title>{Title}</title>
  5.  
  6. <link href='http://fonts.googleapis.com/css?family=Merriweather+Sans' rel='stylesheet' type='text/css'>
  7. <link href='http://fonts.googleapis.com/css?family=Nova+Round' rel='stylesheet' type='text/css'>
  8. <link href='http://fonts.googleapis.com/css?family=Trochut:400,400italic' rel='stylesheet' type='text/css'>
  9.  
  10. <link rel="shortcut icon" href="{Favicon}">
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12. {block:Description}
  13. <meta name="description" content="{MetaDescription}" />
  14. {/block:Description}
  15.  
  16. {block:IfEndlessScrolling}
  17. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEndlessScrolling}
  18.  
  19.  
  20.  
  21.  
  22. <head>
  23. <meta name="image:Background" content=""/>
  24. <meta name="image:Sidebar" content="" />
  25. <meta name="color:Background" content="#EBF3F6" />
  26. <meta name="color:Post Background" content="#F4F4F4" />
  27. <meta name="color:Sidebar Background" content="#F4F4F4" />
  28. <meta name="color:Title" content="#102739" />
  29. <meta name="color:Text" content="#4D4D4D" />
  30. <meta name="color:Ask background" content="#A4C6CF" />
  31. <meta name="color:Links" content="#435E69" />
  32. <meta name="color:Bold" content="#7D979E" />
  33. <meta name="color:Links Hover" content="#7FA2BE" />
  34. <meta name="color:scroll bar" content="#A4C6CF" />
  35. <meta name="color:Post title" content="#102739" />
  36. <meta name="color:Post border" content="#435E69" />
  37. <meta name="color:Bubbles border" content="#435E69" />
  38. <meta name="color:Custom border" content="#435E69" />
  39. <meta name="color:Bubbles bg" content="#EBF3F6" />
  40. <meta name="color:Custom bg" content="#EBF3F6" />
  41. <meta name="if:Endless Scrolling" content=""/>
  42. <meta name="if:Show Captions" content="">
  43. <meta name="if:Monochrome" content="">
  44. <meta name="if:Post border" content="">
  45. <meta name="if:Lazy Load" content="">
  46. <meta name="text:Link1" content="" />
  47. <meta name="text:Link1 URL" content=""/>
  48. <meta name="text:Link2" content="" />
  49. <meta name="text:Link2 URL" content=""/>
  50. <meta name="text:Link3" content="" />
  51. <meta name="text:Link3 URL" content=""/>
  52. <meta name="text:Link4" content="" />
  53. <meta name="text:Link4 URL" content=""/>
  54. <meta name="text:Link5" content="" />
  55. <meta name="text:Link5 URL" content=""/>
  56. <meta name="text:Link6" content="" />
  57. <meta name="text:Link6 URL" content=""/>
  58.  
  59. <style type="text/css">
  60.  
  61.  
  62. /* SCROLLBAR */
  63.  
  64. ::-webkit-scrollbar {
  65. width: 5px;
  66. height: 4px; }
  67.  
  68. ::-webkit-scrollbar-button:start:decrement,
  69. ::-webkit-scrollbar-button:end:increment {
  70. height: 0px;
  71. display: block;
  72. background: #9C9C9C;}
  73.  
  74. ::-webkit-scrollbar-track-piece {background-color: white;}
  75.  
  76. ::-webkit-scrollbar-thumb {
  77. border-radius: 0px;
  78. height: 50px;
  79. background-color: {color:scroll bar};}
  80.  
  81.  
  82. /* CONTENT */
  83.  
  84. body {
  85. background-color:{color:Background};
  86. background-image: url('{image:Background}');
  87. background-attachment:fixed;
  88. color:{color:Text};
  89. font-family:''Merriweather Sans', sans-serif';
  90. font-size:10px;
  91. margin: 0px;
  92. padding: 0px;}
  93.  
  94.  
  95. a {
  96. text-decoration:none;
  97. color:{color:links};
  98. opacity:;
  99. z-index:999;
  100. -webkit-transition: all 0.5s ease-in-out;
  101. -moz-transition: all 0.5s ease-in-out;
  102. -o-transition: all 0.5s ease-in-out; }
  103.  
  104.  
  105. a:hover{
  106. color:{color:linkshover};
  107. opacity: .5;
  108. -webkit-transition: all 0.5s ease-in-out;
  109. -moz-transition: all 0.5s ease-in-out;
  110. -o-transition: all 0.5s ease-in-out;}
  111.  
  112. b {color:{color:Bold};}
  113.  
  114.  
  115. .contentwhole {
  116. width:520px;
  117. margin-left:400px;
  118. height:100%;}
  119.  
  120.  
  121.  
  122.  
  123. /* POSTS */
  124.  
  125. .content {
  126. width: 500px;
  127. margin:15px;
  128. padding:5px;
  129. background-color:{color:post background};
  130. {block:ifpostborder}
  131. border:1px solid {color:post border};
  132. {/block:ifpostborder};}
  133.  
  134. .posttitle{font-family:'Trochut' cursive;
  135. text-shadow: 3px 3px 3px rgba(0,0,0,0.2);
  136. color:{color:post title};
  137. font-size: 20px;
  138. line-height: 15px;
  139. letter-spacing: 0px;
  140. text-align: left;
  141. text-transform: normal;}
  142.  
  143.  
  144. blockquote{
  145. padding-left: 5px;
  146. margin: 0px 0px 10px 0px;
  147. display: block;
  148. position: relative;
  149. border-left: 1px solid {color:bold};}
  150.  
  151. blockquote img{
  152. max-width: 100%!important;}
  153.  
  154. #link, .Link {font-family:'Trochut' cursive;
  155. text-shadow: 3px 3px 3px rgba(0,0,0,0.2);
  156. font-size:20px;
  157. letter-spacing:1px;}
  158.  
  159. #quote {font-size:15px;}
  160.  
  161.  
  162. .ask {
  163. display:block;
  164. padding:10px;
  165. background-color:{color:ask background};
  166. color:{color:text};}
  167.  
  168.  
  169. .ask1 img {
  170. max-width: 40px;
  171. display:block;
  172. margin-left:5px;
  173. margin-top:5px;
  174. -moz-border-radius: 10px 10px 10px 10px;
  175. -webkit-border-radius: 10px 10px 10px 10px;
  176. border-radius: 10px 10px 10px 10px;}
  177.  
  178. .ask2 {
  179. display:block;
  180. float:left;
  181. font-family: 'nova round', cursive;
  182. text-transform:lowercase;
  183. margin-top:35px;
  184. font-size:10px;
  185. margin-left:5px;}
  186.  
  187.  
  188. .ask3{
  189. display:block;
  190. margin-top:50px;
  191. border-top: 1px solid {color:ask background};}
  192.  
  193. .point {
  194. margin-top:-5px;
  195. display:block;
  196. margin-left:10px;
  197. width:0px;
  198. height:0px;
  199. border-left:10px solid transparent;
  200. border-right:10px solid transparent;
  201. border-top:15px solid{color:ask background};
  202. font-size:0px;
  203. line-height:0px;}
  204.  
  205.  
  206. /*MAKES POSTS BLACK AND WHITE */
  207.  
  208. {block:ifmonochrome}
  209. img, .photo, .photoset{
  210. -webkit-filter: Grayscale(100%);
  211. -webkit-transition-duration: 0.8s;
  212. -moz-transition-duration:0.8s;
  213. transition-duration:0.8s;
  214. -o-transition-duration:0.8s;}
  215.  
  216. img:hover, .photo:hover, .photoset:hover{
  217. -webkit-filter: Grayscale(100%);
  218. opacity:;
  219. -webkit-transition: all 0.5s ease-out;
  220. -moz-transition: all 0.5s ease-out;
  221. transition: all 0.5s ease-out;}
  222. {block:ifmonochrome}
  223.  
  224.  
  225.  
  226.  
  227. /* AUDIO POSTS */
  228. #audiopost {font-family: 'nova round', cursive;
  229. margin-bottom:5px;
  230. width:500px;
  231. height:150px}
  232.  
  233. .cover {
  234. width:150px;
  235. height:150px;
  236. position:absolute;}
  237.  
  238. .cover img {
  239. width:150px;
  240. height:150px;
  241. float:left;}
  242.  
  243. .player {
  244. opacity: 0.5;position:absolute;
  245. z-index:1;
  246. background:#fff;
  247. width:150px;
  248. height:150px;
  249. display:block;
  250. -webkit-transition: all 0.7s ease;
  251. -moz-transition: all 0.7s ease;
  252. -o-transition: all 0.7s ease;}
  253.  
  254. .playerr {
  255. width:25px;
  256. height:25px;
  257. margin-top:55px;
  258. margin-left:55px;
  259. overflow:hidden;
  260. padding:3px;}
  261.  
  262. .track {
  263. margin-left:160px; line-height:12px; padding-top: 35px;}
  264.  
  265.  
  266.  
  267. /* PERMALINKS */
  268.  
  269.  
  270. .permalink {
  271. width: 80px;
  272. height:40px;
  273. background-color:{color:post background};
  274. font-family: 'nova round', cursive;
  275. margin-left: -93px;
  276. margin-top:-5px;
  277. padding-top:5px;
  278. text-align:center;
  279. z-index: 99;
  280. font-size: 8px;
  281. text-transform: uppercase;
  282. letter-spacing: 1px;
  283. display:inline-block;
  284. position:absolute;
  285. opacity:0;
  286. -webkit-transition: all .7s ease-in-out;
  287. -moz-transition: all .7s ease-in-out;
  288. -o-transition: all .7s ease-in-out;
  289. -ms-transition: all .7s ease-in-out;
  290. transition: all .7s ease-in-out;
  291. -webkit-border-top-left-radius: 30px;
  292. -webkit-border-bottom-left-radius: 30px;
  293. -moz-border-radius-topleft: 30px;
  294. -moz-border-radius-bottomleft: 30px;
  295. border-top-left-radius: 30px;
  296. border-bottom-left-radius: 30px;}
  297.  
  298.  
  299. .permalink a {
  300. color:{color:permalink};
  301. background-color:{color:permalink bg};
  302. text-decoration: none;
  303. -webkit-transition: all .7s ease-in-out;
  304. -moz-transition: all .7s ease-in-out;
  305. -o-transition: all .7s ease-in-out;
  306. -ms-transition: all .7s ease-in-out;
  307. transition: all .7s ease-in-out;}
  308.  
  309. .permalink a:hover{
  310. color:{color:permalink hover};
  311. background-color:{color:permalink bg};
  312. -webkit-transition: all .7s ease-in-out;
  313. -moz-transition: all .7s ease-in-out;
  314. -o-transition: all .7s ease-in-out;
  315. -ms-transition: all .7s ease-in-out;
  316. transition: all .7s ease-in-out;}
  317.  
  318. .content:hover .permalink{
  319. opacity:1;
  320. background-color:{color:permalink bg};
  321. -webkit-transition: all .7s ease-in-out;
  322. -moz-transition: all .7s ease-in-out;
  323. -o-transition: all .7s ease-in-out;
  324. -ms-transition: all .7s ease-in-out;
  325. transition: all .7s ease-in-out;}
  326.  
  327.  
  328. #tumblr_controls{
  329. position:fixed!important; right: 0px; top:0px;}
  330.  
  331.  
  332.  
  333.  
  334. /* PERMALINK PAGE */
  335.  
  336. #source{
  337. width: 500px;
  338. padding:0px 5px;
  339. margin-left:-5px!important;
  340. margin-top: 10px;
  341. font-size: 10px;
  342. font-family: 'sintony', sans-serif;
  343. color:{color:post text};
  344. text-transform: uppercase;
  345. text-align:center;}
  346.  
  347. #source a{
  348. color:{color:links};
  349. text-decoration:none;
  350. -webkit-transition: all 0.7s ease-in-out;
  351. -moz-transition: all 0.7s ease-in-out;
  352. -o-transition: all 0.7s ease-in-out;
  353. -ms-transition: all 0.7s ease-in-out;
  354. transition: all 0.7s ease-in-out;}
  355.  
  356. #source a:hover{
  357. color:{color:links hover};
  358. -webkit-transition: all 0.7s ease-in-out;
  359. -moz-transition: all 0.7s ease-in-out;
  360. -o-transition: all 0.7s ease-in-out;
  361. -ms-transition: all 0.7s ease-in-out;
  362. transition: all 0.7s ease-in-out;}
  363.  
  364.  
  365. #PostNotes {
  366. margin-left:0px;
  367. text-align:left;
  368. width:500px;}
  369.  
  370.  
  371. /*SIDEBAR */
  372. #sidebar {
  373. margin-left:20px;
  374. width:200px;
  375. height:500px;
  376. position:fixed;
  377. bottom:0px;
  378. padding-left:15px;
  379. padding-right:10px;
  380. padding-top:50px;
  381. background-color:{color:sidebar background};
  382. }
  383.  
  384. #title {font-size:20px;
  385. letter-spacing:1px;
  386. color:{color:title};
  387. font-family:'Trochut' cursive;
  388. text-shadow: 3px 3px 3px rgba(0,0,0,0.2);
  389. width:200px;
  390. text-align:center;
  391. padding-top:10px;
  392. font-style:none}
  393.  
  394. #description {padding:5px;
  395. margin-top:10px;
  396. margin-left:1px;
  397. margin-right:10px;
  398. font-size:10px;
  399. width:180px;}
  400.  
  401.  
  402. #sidebarimage img{
  403. border-radius: 19px 19px 1px 1px;
  404. width:225px;
  405. margin-left:-15px;
  406. margin-top:-100px;}
  407.  
  408. .links {
  409. font-family: 'nova round', cursive;
  410. letter-spacing:2px;
  411. margin-top:15px;}
  412.  
  413. .links a {
  414. border:1px solid {color:custom border};
  415. background: {color:custom bg};
  416. display:block;
  417. width: 90px;
  418. text-align: center;
  419. padding-top:2px;
  420. padding-bottom:3px;
  421. margin-top:2px;
  422. position:relative;
  423. text-align: center;
  424. z-index:1;
  425. display: inline-block;
  426. -moz-border-radius:15px;
  427. -webkit-border-radius:15px;}
  428.  
  429. .links a:hover{-moz-border-radius:15px;
  430. -webkit-border-radius:15px;}
  431.  
  432.  
  433.  
  434. /* BUBBLES */
  435. #bubblebar
  436. {width:60px;
  437. position:fixed;
  438. left:250px;
  439. bottom:200px;
  440. z-index:999;
  441. font-size:9px;
  442. text-align:center;}
  443.  
  444. #line
  445. {width:10px;
  446. height:360px;
  447. bottom:0px;
  448. background-color: {color:post background};
  449. position:fixed;
  450. left:285px;}
  451.  
  452. .bubble
  453. {text-align:center;
  454. color:#555;
  455. float:right;
  456. height:10px;
  457. width:34px;
  458. padding-top:12px;
  459. padding-bottom:12px;
  460. margin-top:10px;
  461. overflow:hidden;
  462. -moz-border-radius: 17px 17px 17px 17px;
  463. border-radius:17px 17px 17px 17px;
  464. -webkit-transition: opacity 0.7s linear;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out;}
  465.  
  466. .bubble:hover {
  467. -moz-border-radius: 0px 0px 0px 0px;
  468. border-radius:0px 0px 0px 0px;
  469. -webkit-transition: opacity 0.7s linear;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out; }
  470.  
  471. .bubble img
  472. {margin-bottom:10px;
  473. margin-top:-2px;}
  474.  
  475.  
  476. #bubble1 {border:1px solid {color:bubbles border};
  477. background-color:{color:bubbles bg}}
  478. #bubble2
  479. {border:1px solid {color:bubbles border};
  480. background-color:{color:bubbles bg}}
  481. #bubble3
  482. {border:1px solid {color:bubbles border};
  483. background-color:{color:bubbles bg}}
  484. #bubble4
  485. {border:1px solid {color:bubbles border};
  486. background-color:{color:bubbles bg}}
  487.  
  488.  
  489. /* PAGINATION */
  490.  
  491. #paginacaoml {
  492. color:{color:Text};
  493. margin-left:200px;
  494. margin-bottom:50px;
  495. -moz-border-radius: 10px;
  496. -webkit-border-radius:10px;
  497. padding:20px;}
  498.  
  499. #paginacaoml a {
  500. border:2px solid {color:bubbles border};
  501. background: {color:bubbles bg};
  502. margin: 1px;
  503. padding: 5px;
  504. color:{color:Text}
  505. text-decoration: none;
  506. -moz-border-radius: 10px;
  507. -webkit-border-radius:10px;}
  508.  
  509. #paginacaoml a:hover {
  510. border:2px solid {color:bubbles border};
  511. background: {color:bubbles bg};
  512. text-decoration: none;}
  513.  
  514. #paginacaoml span.pagina_atual {color:{color:Text};
  515. border:2px solid {color:bubbles border};
  516. background: {color:bubbles bg};
  517. margin: 1px;
  518. padding: 5px;
  519.  
  520. text-decoration: none;
  521. -moz-border-radius: 10px;
  522. -webkit-border-radius:10px; }
  523.  
  524. #paginacaoml span.info {
  525. border:2px solid {color:bubbles border};
  526. margin: 1px;
  527. padding: 5px;
  528.  
  529. text-decoration: none;}
  530.  
  531.  
  532. /* THEME CREDIT DO NOT REMOVE */
  533.  
  534. .credit {
  535. position: fixed;
  536. bottom: 6px;
  537. right: 5px;
  538. font-size: 15px;
  539. font-family: verdana;
  540. -webkit-transition: all 0.5s ease;
  541. -moz-transition: all 0.5s ease;
  542. -o-transition: all 0.5s ease;}
  543.  
  544. .credittext {
  545. height:10px;
  546. width:50px;
  547. overflow:hidden;
  548. -webkit-transition: all 0.5s ease;
  549. -moz-transition: all 0.5s ease;
  550. -o-transition: all 0.5s ease;
  551. font-family:calibri;
  552. font-size:10px;
  553. text-transform:uppercase;
  554. text-align:center;}
  555.  
  556.  
  557. /* DO NOT MAKE CHANGES IN THE AREA BELOW IF YOU ARE NOT FAMILIAR WITH THE CODING */
  558. </style></head>
  559.  
  560.  
  561.  
  562.  
  563.  
  564. <body>
  565.  
  566. <div id="sidebar">
  567. <div id="sidebarimage"> <img src="{image:sidebar}" > </div>
  568. <div id="title"> {title} </div>
  569. <div id="description">{description} </div>
  570.  
  571. <div class="links">
  572. {block:ifLink1}<a href="{text:Link1 URL}">{text:Link1}</a>{/block:ifLink1}
  573. {block:ifLink2}<a href="{text:Link2 URL}">{text:Link2}</a>{/block:ifLink2} {block:ifLink3}<a href="{text:Link3 URL}">{text:Link3}</a>{/block:ifLink3}
  574. {block:ifLink4}<a href="{text:Link4 URL}">{text:Link4}</a>{/block:ifLink4}
  575. {block:ifLink5}<a href="{text:Link5 URL}">{text:Link5}</a>{/block:ifLink5}
  576. {block:ifLink6}<a href="{text:Link6 URL}">{text:Link6}</a>{/block:ifLink6}
  577.  
  578. </div>
  579.  
  580.  
  581.  
  582. <div id='line'></div>
  583. <div id='bubblebar'>
  584. <div class='bubble' id='bubble1'><a href="/"><img src="http://media.tumblr.com/fd7511a72325b311ae81dcc63447cf3c/tumblr_inline_mm9hnhJKGY1qz4rgp.png"/> </a>
  585. </div><!--bubble1-->
  586. <div class='bubble' id='bubble2'><a href="/ask"><img src="http://media.tumblr.com/a2fec6f062b1d6a1f92ec458c2ca0bbe/tumblr_inline_mm9hok3Una1qz4rgp.png"/></a>
  587. </div><!--bubble2-->
  588. <div class='bubble' id='bubble3'><a href="/archive"><img src="http://media.tumblr.com/f77a1d13f464af3ef8d7a7e05d4876a4/tumblr_inline_mm9hp8pm6j1qz4rgp.png"/></a>
  589. </div><!--bubble3-->
  590. <div class='bubble' id='bubble4'><a href="/random"><img src="http://media.tumblr.com/d5b4628ab33e7baa562d5cfe6071e5a3/tumblr_inline_mm9hope0Px1qz4rgp.png"/></a>
  591. </div><!--bubble3-->
  592. </div><!--bubbleblar-->
  593. </div>
  594. </div>
  595. </div>
  596. </div>
  597.  
  598.  
  599.  
  600.  
  601.  
  602.  
  603.  
  604. {block:IndexPage}
  605. {/block:IndexPage}
  606.  
  607.  
  608. <div class="contentwhole">
  609. <div class = "autopagerize_page_element" >
  610.  
  611. {block:Posts}
  612.  
  613.  
  614. <!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  615. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  616. {/block:SourceLogo}
  617. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>
  618. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  619.  
  620.  
  621.  
  622. <div class="content">
  623.  
  624.  
  625.  
  626. {block:Text}
  627. {block:indexpage}<div class="permalink"> <a href="{Permalink}"><img src=http://media.tumblr.com/3ba7cadf13194932ac7e3c03838ca0ed/tumblr_inline_mnl7yxx0RJ1qz4rgp.png></a> &nbsp; <a href="{ReblogURL}" target="_blank"><img src=http://media.tumblr.com/27f4bda4d2495acc8126c9c8ec0b2ce4/tumblr_inline_mnl7yjase81qz4rgp.png></a> <br><p> {notecount} notes</div>
  628. {block:Title}
  629. <a href="{Permalink}" class="posttitle">{Title}</a>
  630. {/block:Title}
  631. {Body} {/block:indexpage}
  632.  
  633. {block:PermalinkPage}
  634. {block:Title}
  635. <a href="{Permalink}" class="posttitle">{Title}</a>
  636. {/block:Title}
  637. {Body}
  638. <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  639. <br>
  640. {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
  641. <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
  642. </div></div></div>
  643. {/block:PermalinkPage}
  644.  
  645. {/block:Text}
  646.  
  647.  
  648.  
  649. {block:Photo}
  650. {block:indexpage}<div class="permalink"> <a href="{Permalink}"><img src=http://media.tumblr.com/3ba7cadf13194932ac7e3c03838ca0ed/tumblr_inline_mnl7yxx0RJ1qz4rgp.png></a> &nbsp; <a href="{ReblogURL}" target="_blank"><img src=http://media.tumblr.com/27f4bda4d2495acc8126c9c8ec0b2ce4/tumblr_inline_mnl7yjase81qz4rgp.png></a> <br><p> {notecount} notes</div>
  651. <img src="{PhotoURL-500}" class="center">
  652. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  653. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  654. {Caption}
  655. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}{/block:indexpage}
  656.  
  657. {block:PermalinkPage}
  658. <img src="{PhotoURL-500}" class="center">
  659. {block:Caption}{Caption}{/block:caption}
  660. <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  661. <br>
  662. {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
  663. <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
  664. </div></div></div>
  665. {/block:PermalinkPage}
  666. {/block:Photo}
  667.  
  668.  
  669.  
  670. {block:Photoset}
  671. {block:indexpage}<div class="permalink"> <a href="{Permalink}"><img src=http://media.tumblr.com/3ba7cadf13194932ac7e3c03838ca0ed/tumblr_inline_mnl7yxx0RJ1qz4rgp.png></a> &nbsp; <a href="{ReblogURL}" target="_blank"><img src=http://media.tumblr.com/27f4bda4d2495acc8126c9c8ec0b2ce4/tumblr_inline_mnl7yjase81qz4rgp.png></a> <br><p> {notecount} notes</div>
  672. {Photoset-500}
  673. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  674. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  675. {Caption}
  676. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions} {/block:indexpage}
  677.  
  678. {block:PermalinkPage}
  679. {Photoset-500}
  680. {block:Caption}{Caption}{/block:Caption}
  681. <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  682. <br>
  683. {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
  684. <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
  685. </div></div></div>
  686. {/block:PermalinkPage}
  687. {/block:Photoset}
  688.  
  689.  
  690.  
  691. {block:Quote}
  692. {block:indexpage}<div class="permalink"> <a href="{Permalink}"><img src=http://media.tumblr.com/3ba7cadf13194932ac7e3c03838ca0ed/tumblr_inline_mnl7yxx0RJ1qz4rgp.png></a> &nbsp; <a href="{ReblogURL}" target="_blank"><img src=http://media.tumblr.com/27f4bda4d2495acc8126c9c8ec0b2ce4/tumblr_inline_mnl7yjase81qz4rgp.png></a> <br><p> {notecount} notes</div>
  693. <div id="quote">❝ {Quote} ❞ </div><p>
  694. {block:Source}<p style="text-align:right">- {Source}{/block:Source} {/block:indexpage}
  695.  
  696. {block:PermalinkPage}
  697. {Quote}<p>
  698. {block:Source}- {Source}{/block:Source}
  699. <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  700. <br>
  701. {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
  702. <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
  703. </div></div></div>
  704. {/block:PermalinkPage}
  705. {/block:Quote}
  706.  
  707.  
  708.  
  709. {block:Link}
  710. {block:indexpage}<div class="permalink"> <a href="{Permalink}"><img src=http://media.tumblr.com/3ba7cadf13194932ac7e3c03838ca0ed/tumblr_inline_mnl7yxx0RJ1qz4rgp.png></a> &nbsp; <a href="{ReblogURL}" target="_blank"><img src=http://media.tumblr.com/27f4bda4d2495acc8126c9c8ec0b2ce4/tumblr_inline_mnl7yjase81qz4rgp.png></a> <br><p> {notecount} notes</div>
  711. <a href="{URL}" target="{Target}" class="Link">» {Name} </a> </class>
  712. {block:Description} {Description} {/block:Description}
  713. {/block:indexpage}
  714.  
  715. {block:PermalinkPage}
  716. <a href="{URL}" target="{Target}" class="Link">» {Name} </a> </class>
  717. {block:Description} {Description} {/block:Description}
  718. <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  719. <br>
  720. {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
  721. <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
  722. </div></div></div>
  723. {/block:PermalinkPage}
  724. {/block:Link}
  725.  
  726.  
  727.  
  728. {block:Chat}
  729. {block:indexpage}<div class="permalink"> <a href="{Permalink}"><img src=http://media.tumblr.com/3ba7cadf13194932ac7e3c03838ca0ed/tumblr_inline_mnl7yxx0RJ1qz4rgp.png></a> &nbsp; <a href="{ReblogURL}" target="_blank"><img src=http://media.tumblr.com/27f4bda4d2495acc8126c9c8ec0b2ce4/tumblr_inline_mnl7yjase81qz4rgp.png></a> <br><p> {notecount} notes</div>
  730. <a href="{Permalink}" class="posttitle">{Title}</a>
  731. <p>{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  732. {/block:Lines} {/block:indexpage}
  733.  
  734. {block:PermalinkPage}
  735. <a href="{Permalink}" class="posttitle">{Title}</a>
  736. <p>{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  737. {/block:Lines}
  738. <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  739. <br>
  740. {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
  741. <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
  742. </div></div></div>
  743. {/block:PermalinkPage}
  744. {/block:Chat}
  745.  
  746.  
  747.  
  748. {block:Audio}
  749. {block:indexpage}<div class="permalink"> <a href="{Permalink}"><img src=http://media.tumblr.com/3ba7cadf13194932ac7e3c03838ca0ed/tumblr_inline_mnl7yxx0RJ1qz4rgp.png></a> &nbsp; <a href="{ReblogURL}" target="_blank"><img src=http://media.tumblr.com/27f4bda4d2495acc8126c9c8ec0b2ce4/tumblr_inline_mnl7yjase81qz4rgp.png></a> <br><p> {notecount} notes</div>{block:AudioPlayer}{/block:AudioPlayer}
  750. <div id="audiopost">{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="player">
  751. <div class="playerr">{AudioPlayerWhite}</div></div><div class="track"><br>{block:TrackName}{TrackName}{/block:TrackName}<br />{block:Artist}{Artist}{/block:Artist}<br />{PlayCountWithLabel}</div></div>
  752. {Caption}
  753. {/block:indexpage}
  754.  
  755. {block:PermalinkPage}{block:AudioPlayer}{/block:AudioPlayer}
  756. <div id="audiopost">{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="player">
  757. <div class="playerr">{AudioPlayerWhite}</div></div><div class="track"><br>{block:TrackName}{TrackName}{/block:TrackName}<br />{block:Artist}{Artist}{/block:Artist}<br />{PlayCountWithLabel}</div></div>
  758. {Caption}
  759. <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  760. <br>
  761. {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
  762. <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
  763. </div></div></div>
  764. {/block:PermalinkPage}
  765. {/block:Audio}
  766.  
  767.  
  768.  
  769. {block:Video}
  770. {block:indexpage}<div class="permalink"> <a href="{Permalink}"><img src=http://media.tumblr.com/3ba7cadf13194932ac7e3c03838ca0ed/tumblr_inline_mnl7yxx0RJ1qz4rgp.png></a> &nbsp; <a href="{ReblogURL}" target="_blank"><img src=http://media.tumblr.com/27f4bda4d2495acc8126c9c8ec0b2ce4/tumblr_inline_mnl7yjase81qz4rgp.png></a> <br><p> {notecount} notes</div>
  771. {Video-500}
  772. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  773. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  774. {Caption}
  775. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions} {/block:indexpage}
  776.  
  777. {block:permalinkpage}{Video-500}
  778. {block:Caption}{Caption}{/block:Caption}
  779. <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  780. <br>
  781. {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
  782. <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
  783. </div></div></div>{/block:permalinkpage}
  784. {/block:Video}
  785.  
  786.  
  787.  
  788. {block:Answer}
  789. {block:indexpage}<div class="permalink"> <a href="{Permalink}"><img src=http://media.tumblr.com/3ba7cadf13194932ac7e3c03838ca0ed/tumblr_inline_mnl7yxx0RJ1qz4rgp.png></a> &nbsp; <a href="{ReblogURL}" target="_blank"><img src=http://media.tumblr.com/27f4bda4d2495acc8126c9c8ec0b2ce4/tumblr_inline_mnl7yjase81qz4rgp.png></a> <br><p> {notecount} notes</div>
  790.  
  791. <div class="ask">{Question}</div>
  792. <div class="point"></div>
  793. <div class="ask1"><img src="{AskerPortraitURL-40}" align="left"></div>
  794. <div class="ask2">{Asker}</div>
  795. <div class="ask3">{Answer}</div>
  796. {/block:indexpage}
  797.  
  798.  
  799. {block:permalinkpage}
  800. <div class="ask">{Question}</div>
  801. <div class="point"></div>
  802. <div class="ask1"><img src="{AskerPortraitURL-40}" align="left"></div>
  803. <div class="ask2">{Asker}</div>
  804. <div class="ask3">{Answer}</div>
  805. <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  806. <br>
  807. {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
  808. <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
  809. </div></div></div>
  810. {/block:PermalinkPage}
  811. {/block:Answer}
  812.  
  813. </div>
  814.  
  815.  
  816. {/block:Posts}
  817.  
  818.  
  819. {block:IfNotEndlessScrolling}
  820. <div id="paginacaoml"> {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}{/block:Pagination} {block:JumpPagination length="10"} {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage} {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage} {/block:JumpPagination} {block:Pagination}{block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:Pagination} </div>
  821. {/block:IfNotEndlessScrolling}
  822.  
  823. </div>
  824.  
  825.  
  826. <div class="credit"><a href="http://chinqu.tumblr.com"><div class="credittext">Theme</div></a></div>
  827.  
  828.  
  829.  
  830. {block:iflazyload}<script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  831. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  832. <script type="text/javascript" charset="utf-8">
  833. var $j = jQuery.noConflict();
  834. $j(function() {
  835. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  836. $j("img").lazyload({
  837. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  838. effect: "fadeIn",
  839. });
  840. });
  841. </script>{/block:iflazyload}
  842.  
  843.  
  844. </head></body>
Advertisement
Add Comment
Please, Sign In to add comment