Advertisement
Guest User

DOWNLOAD YOU AND I

a guest
Jun 3rd, 2012
498
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.84 KB | None | 0 0
  1. <html>
  2.  
  3.  
  4. <head>
  5.  
  6. <!-- DEFAULT VARIABLES -->
  7. <meta name="color:background" content="#f8f8f8" />
  8. <meta name="color:post" content="#fff" />
  9. <meta name="color:sidebar" content="#fff" />
  10. <meta name="color:selection" content="#fff" />
  11. <meta name="color:text" content="#949494" />
  12. <meta name="color:link" content="#f8f8f8" />
  13. <meta name="color:sombreado" content="#f8f8f8" />
  14. <meta name="color:borda" content="#f5f5f5" />
  15. <meta name="image:sidebar" content="" />
  16. <meta name="image:background" content="" />
  17. <meta name="text:titulo" content="" />
  18. <meta name="text:Link1" content="" />
  19. <meta name="text:Link1 Title" content="link" />
  20. <meta name="text:Link2" content="" />
  21. <meta name="text:Link2 Title" content="link" />
  22. <meta name="text:Link3" content="" />
  23. <meta name="text:Link3 Title" content="link" />
  24. <meta name="text:Link4" content="" />
  25. <meta name="text:Link4 Title" content="link" />
  26. <meta name="text:Link5" content="" />
  27. <meta name="text:Link5 Title" content="link" />
  28. <meta name="text:Link6" content="" />
  29. <meta name="text:Link6 Title" content="link" />
  30.  
  31.  
  32.  
  33.  
  34. <title>{Title}</title>
  35. <link rel="shortcut icon" href="{Favicon}">
  36. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  37. {block:Description}
  38. <meta name="description" content="{MetaDescription}" />
  39. {/block:Description}
  40.  
  41. <script type="text/javascript" src="http://static.tumblr.com/myqz5da/i75lywtpy/livia-menu1.js"></script>
  42. <style type="text/css">
  43.  
  44.  
  45. body {background-color: {color:background}; background-image:url('{image:background}'); background-attachment: fixed; font-family: verdana; color: {color:text}; text-align: center; font-size: 10px; }
  46.  
  47. a {color: {color:text}; text-decoration: none; -webkit-transition:1s; }
  48. a:hover {color: {color:text}; background-color: #trans; text-decoration: none; opacity: 0.5; -webkit-transition-duration:.6s; -moz-transition-duration:.6s }
  49.  
  50. p {margin: 6px 0 0 0}
  51.  
  52. blockquote {margin-left:2px; width:500px; padding-left:3px; border-left:1px solid {color:text};}
  53.  
  54.  
  55. img{
  56. margin: 1px;
  57. border: none;
  58.  
  59. -webkit-transition-duration: .50s;
  60. }
  61. img:hover{
  62. margin: 1px;
  63. border: none;
  64.  
  65. }
  66.  
  67.  
  68. #container { width: 350px;position: fixed;}
  69. #contain_inner {margin-left: 0px; background-color: transparent;}
  70.  
  71.  
  72. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  73.  
  74.  
  75.  
  76. @font-face {font-family: 'Loved by the King';font-style: normal;font-weight: normal;src: local('Loved by the King'), local('LovedbytheKing'), url('http://themes.googleusercontent.com/static/fonts/lovedbytheking/v3/wg03xD4cWigj4YDufLBSr8SuHxUvEE05hEBp-kiqXZE.woff') format('woff');}
  77.  
  78.  
  79. #naboa {position: fixed; float: left; top: 9px; left: 328px;}
  80.  
  81.  
  82.  
  83. .link1 a {display:block; font-family: tinytots; font-size: 8px; text-align: center; line-height: 10px; background-color: {color:borda}; color: {color:link}; text-decoration: none; padding: 1px 1px; text-transform: uppercase; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.3s ease-out; margin-bottom:1px; width: 89px; height: 12px; text-align: center; margin-left: 8px; margin-top: 49px; position: fixed;}
  84.  
  85.  
  86.  
  87. .link1 a:hover{text-align: center; letter-spacing: 0px; background-color: {color:borda}; color: {color:link};}
  88.  
  89.  
  90.  
  91. .link2 a {display:block; font-family: tinytots; font-size: 8px; text-align: center; line-height: 10px; background-color: {color:borda}; color: {color:link}; text-decoration: none; padding: 1px 1px; text-transform: uppercase; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.3s ease-out; margin-bottom:1px; width: 89px; height: 12px; text-align: center; margin-left: 8px; margin-top: 64px; position: fixed;}
  92.  
  93.  
  94.  
  95. .link2 a:hover{text-align: center; letter-spacing: 0px; background-color: {color:borda}; color: {color:link};}
  96.  
  97.  
  98.  
  99. .link3 a {display:block; font-family: tinytots; font-size: 8px; text-align: center; line-height: 10px; background-color: {color:borda}; color: {color:link}; text-decoration: none; padding: 1px 1px; text-transform: uppercase; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.3s ease-out; margin-bottom:1px; width: 89px; height: 12px; text-align: center; margin-left: 8px; margin-top: 79px; position: fixed;}
  100.  
  101.  
  102.  
  103. .link3 a:hover{text-align: center; letter-spacing: 0px; background-color: {color:borda}; color: {color:link};}
  104.  
  105.  
  106.  
  107. .link4 a {display:block; font-family: tinytots; font-size: 8px; text-align: center; line-height: 10px; background-color: {color:borda}; color: {color:link}; text-decoration: none; padding: 1px 1px; text-transform: uppercase; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.3s ease-out; margin-bottom:1px; width: 89px; height: 12px; text-align: center; margin-left: 8px; margin-top: 94px; position: fixed;}
  108.  
  109.  
  110.  
  111. .link4 a:hover{text-align: center; letter-spacing: 0px; background-color: {color:borda}; color: {color:link};}
  112.  
  113.  
  114.  
  115. .link5 a {display:block; font-family: tinytots; font-size: 8px; text-align: center; line-height: 10px; background-color: {color:borda}; color: {color:link}; text-decoration: none; padding: 1px 1px; text-transform: uppercase; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.3s ease-out; margin-bottom:1px; width: 89px; height: 12px; text-align: center; margin-left: 100px; margin-top: 94px; position: fixed;}
  116.  
  117.  
  118.  
  119. .link5 a:hover{text-align: center; letter-spacing: 0px; background-color: {color:borda}; color: {color:link};}
  120.  
  121.  
  122.  
  123. #twodays {position: fixed; float: left; top: 69px; left: 236px; }
  124.  
  125.  
  126.  
  127. .balltour a {display:block; font-family: tinytots; font-size: 8px; text-align: center; line-height: 10px; background-color: {color:borda}; color: {color:link}; text-decoration: none; padding: 1px 1px; text-transform: uppercase; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.3s ease-out; margin-bottom:1px; width: 89px; height: 12px; text-align: center; margin-left: 100px; margin-top: 79px; position: fixed;}
  128.  
  129.  
  130.  
  131. .balltour a:hover{text-align: center; letter-spacing: 0px; background-color: {color:borda}; color: {color:link};}
  132.  
  133.  
  134. .mygaga a {display:block; font-family: tinytots; font-size: 8px; text-align: center; line-height: 10px; background-color: {color:borda}; color: {color:link}; text-decoration: none; padding: 1px 1px; text-transform: uppercase; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.3s ease-out; margin-bottom:1px; width: 89px; height: 12px; text-align: center; margin-left: 100px; margin-top: 64px; position: fixed;}
  135.  
  136.  
  137.  
  138. .mygaga a:hover{text-align: center; letter-spacing: 0px; background-color: {color:borda}; color: {color:link};}
  139.  
  140.  
  141. .beautiful a {display:block; font-family: tinytots; font-size: 8px; text-align: center; line-height: 10px; background-color: {color:borda}; color: {color:link}; text-decoration: none; padding: 1px 1px; text-transform: uppercase; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.3s ease-out; margin-bottom:1px; width: 89px; height: 12px; text-align: center; margin-left: 100px; margin-top: 49px; position: fixed;}
  142.  
  143.  
  144.  
  145. .beautiful a:hover{text-align: center; letter-spacing: 0px; background-color: {color:borda}; color: {color:link};}
  146.  
  147.  
  148.  
  149. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159. .titlebb {text-align: center; margin-top:150px; margin-left: 100px; overflow: hidden; -webkit-border-radius: 0px 0px 0px 0px; font-size: 2px; font-family: Loved by the King; color:{color:text}; padding: 10px; background-attachment: fixed; width:200px; height: 65px; -webkit-transition: all 2s ease-out; -moz-transition: all 2s ease-out; opacity:8; letter-spacing: 0px; font-style: normal; line-height: 8px; position: fixed; z-index:7777777; background-color: transparent;}
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167. .titlebbawn{font-size: 15px; font-family: ; line-height: 15px; letter-spacing: 1px; margin-top:-4px; text-shadow:6px 2px 9px {color:sombreado}; text-align: ;}
  168.  
  169.  
  170.  
  171.  
  172.  
  173. #allboxes {float: left; margin-left: 420px; overflow: none; margin-top:10px; border: 3px solid #fff;}
  174.  
  175.  
  176. /* PAGINACAO POR MADLYLUV, NÃO COPIE E NEM RETIRE ESSA PARTE */
  177.  
  178.  
  179.  
  180. #paginacaoml {margin-top: 0px; font-family: verdana; font-size: 8px;}
  181.  
  182. #paginacaoml a {padding: 1px 2px; text-decoration: none;}
  183.  
  184. #paginacaoml a:hover {background: color:post}; border: none;}
  185.  
  186. #paginacaoml span.pagina_atual {padding: 1px 2px; font-weight: bold; text-decoration: none;}
  187.  
  188. .pg {position:fixed; background-color: {color:post}; width:91px; left:830px; top:220px; text-align:center; padding:3px;}
  189.  
  190.  
  191.  
  192.  
  193.  
  194. .pagination {font-family: georgia; position: fixed; margin-left: 262px; top: 390px; font-size: 12px; z-index: 0;}
  195.  
  196. .pagination a {color: {color:text}; margin-right: 10px; background-color: transparent;}
  197.  
  198. .pagination a:hover {color: {color:text};}
  199.  
  200.  
  201.  
  202. .pagination {font-family: georgia; position: fixed; margin-left: 300px; margin-top: -395px; font-size: 22px; z-index: 0;}
  203.  
  204. .pagination a {color: {color:text}; margin-right: 10px; background-color: transparent;}
  205.  
  206. .pagination a:hover {color: {color:text}}
  207.  
  208.  
  209.  
  210. #ppg{ float: left; top: 560px; left: 970px; height: 18px; width:auto; position: fixed; background-color: {color:post}; color: {color:text}; padding: 0px; -webkit-transition: all .6s ease-out; -moz-transition: all .6s ease-out; padding-left:5px; padding-right:5px;-moz-border-top-right-radius: 50px; border-top-right-radius: 50px; -moz-border-bottom-right-radius: 50px; border-bottom-right-radius: 50px;}
  211.  
  212. #ppg:hover{width:auto; -webkit-transition: all .6s ease-out; -moz-transition: all .6s ease-out; padding-left:10px; padding-right:10px;}
  213.  
  214. .ppt{ font-family:georgia; font-style:italic; font-size:11px; text-transform:lowercase; padding:0px; text-align: center;margin-top:1px;}
  215.  
  216. .ppt a{font-family:georgia; font-style:italic; font-size:11px; text-transform:lowercase; text-align:center; color: {color:text}; }
  217.  
  218. #side {height: 90px; left: 964px; margin-top: 50px; position:fixed; overflow:hidden; background-color: {color:sidebar}; border:5px solid {color:borda}; padding:2px; opacity: 10; -webkit-border-radius: 0px 80px 80px 0px;
  219.  
  220.  
  221.  
  222.  
  223. -webkit-transition: 0.8s ease-in;
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233. -moz-transition: 0.8s ease-in; transition: 0.8s ease-in;}
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246. .side2 img{ -webkit-border-radius: 0px 75px 75px 0px;}
  247.  
  248.  
  249.  
  250.  
  251. #borntobebrave{margin-left: 140px; margin-top: 50px; width: 173px; height: 90px; font-size: 9px; max-height: 106px; text-align: center; background-color: {color:sidebar}; font-family: verdana; color: {color:text}; position: fixed; padding: 5px; -webkit-transition: 1s ease-in; line-height: 10px; border:5px solid {color:borda}; padding:2px; opacity: 10;
  252.  
  253.  
  254.  
  255. -moz-transition: 1s ease-in; transition: 1s ease-in; overflow: visible; overflow: auto; opacity: 1; -webkit-border-radius: 80px 0px 0px 80px;
  256.  
  257. -webkit-transition: 0.8s ease-in;
  258.  
  259.  
  260.  
  261. -moz-transition: 0.8s ease-in; transition: 0.8s ease-in;}
  262. }
  263.  
  264.  
  265.  
  266. .sexy {font-family: georgia; position: fixed; margin-left:1130px; margin-top: 180px; font-size: 38px; z-index: 0; -webkit-transform: rotate(90deg);}
  267.  
  268. .sexy a {color: {color:text}; background-color: transparent;}
  269.  
  270. .sexy a:hover {color: {color:text};}
  271.  
  272.  
  273.  
  274. .ugly {font-family: georgia; position: fixed; margin-left:1000px; margin-top:180px; font-size: 38px; z-index: 0; -webkit-transform: rotate(90deg);}
  275.  
  276. .ugly a {color: {color:text}; background-color: transparent;}
  277.  
  278. .ugly a:hover {color: {color:text};}
  279.  
  280. .entry {width: 500px; background-color: {color:post}; padding: 15px; margin-bottom: 1px; text-align: justify; font-family: verdana; font-size: 11px; position: relative;}
  281.  
  282. h1 {font-family: georgia; text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  283. h1 a {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  284. h1 a:hover {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; letter-spacing:-1px; line-height: 18px; opacity: 0.5; -webkit-transition-duration:.6s; -moz-transition-duration:.6s }
  285.  
  286. .image {text-align: center; border: 0px}
  287. .image img {max-width: 500px; margin-bottom: 2px }
  288.  
  289. .xquote {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  290.  
  291. .xquotesource { text-align: center; font-family:sans-serif; font-style:italic; text-transform: none; margin-bottom: 5px; margin-top:10px;}
  292. .xquotesource a, a:hover{text-transform: none;}
  293.  
  294. .chat {line-height: 13px; list-style: none; text-align:center; }
  295. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  296. .person1 {color: {color:text}; padding: 2px; }
  297. .person1 .label {font-weight: bold; color:{color:text}}
  298. .person2 {color: {color:text}; padding: 2px; }
  299. .person2 .label {font-weight: bold; color:{color:text}}
  300.  
  301. .player {background-color: {color:sidebar}; text-align: left; display:block;}
  302.  
  303.  
  304. #audentryprob {display:block; height:auto; position:relative; min-height:110px;}
  305. .audentry {width:490px; background-color:{color:post}; position:relative; padding:5px; {block:IndexPage}overflow:hidden;{/block:IndexPage}; min-height:110px;}
  306.  
  307. .audioplayercircle {
  308. position: absolute;
  309. z-index: 3;
  310. background: white;
  311. -webkit-border-radius: 50px;
  312. -moz-border-radius: 50px;
  313. top: 35px;
  314. left: 35px;
  315. opacity: .8;
  316. filter:alpha(opacity=80)}
  317.  
  318.  
  319. .audioplayer {
  320. width: 20px;
  321. height: 30px;
  322. overflow: hidden;
  323. margin: 17px 24px 13px 16px;
  324. }
  325.  
  326. .audiodata {font:11px verdana; color:{color:text}; text-transform:none; height:15px; padding:0px 7px!important; background-color:{color:background}; float:center; margin-left:55px; text-align:right;}
  327. .audiodata b{color:{color:text};}
  328.  
  329. .aucap {color:{color:quote}; font:11px verdana; line-height:90%; text-align:right; min-height:34px; background-color:#fcfcfc; padding:2px 7px!important;}
  330. #questions {background-color:{color:background}; color: {color:text}; padding:10px; margin-bottom:0px; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:11px}
  331. #questions a {color:{color:link}}
  332.  
  333.  
  334. .caixa {background: {color:sidebar}; padding: 4px;}
  335.  
  336.  
  337. .bubble {
  338. background: {color:background};
  339. color: #;
  340. margin-top: 2px;
  341. padding: 12px;
  342. margin-left: 40px;
  343. -webkit-border-top-right-radius: 11px;
  344. -webkit-border-bottom-right-radius: 11px;
  345. -moz-border-radius-topright: 11px;
  346. -moz-border-radius-bottomright: 11px;
  347. border-top-right-radius: 11px;
  348. border-bottom-right-radius: 11px;}
  349.  
  350. .caixa aa
  351. {background: {color:background};
  352. height: 16px;
  353. font-style: normal;
  354. font-size: 10px;
  355. color: {color:text};
  356. padding-top: 4px;
  357. text-align:justy;
  358. letter-spacing:1px;
  359. padding:3px;
  360. text-shadow:0 1px 1px {color:sidebar};
  361. margin-top: 8px;
  362. text-transform:none;
  363. line-height: 14px;
  364. margin-top: 10px;
  365. -webkit-border-top-right-radius: 11px;
  366. -webkit-border-bottom-right-radius: 11px;
  367. -moz-border-radius-topright: 11px;
  368. -moz-border-radius-bottomright: 11px;
  369. border-top-right-radius: 11px;
  370. border-bottom-right-radius: 11px;}
  371.  
  372. .borda {
  373. float: left;
  374. padding: 0px;
  375. margin-top: -1px;
  376. -webkit-border-top-left-radius: 11px;
  377. -webkit-border-bottom-left-radius: 11px;
  378. -moz-border-radius-topleft: 11px;
  379. -moz-border-radius-bottomleft: 11px;
  380. border-top-left-radius: 11px;
  381. border-bottom-left-radius: 11px;
  382. }
  383. #info {background-color:{color:post}; padding:3px; text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11; border-left: 1 solid #ddd; -webkit-transition:1s;}
  384. #info a {font-size: 9px;}
  385.  
  386. .tags {color: {color:text}; font-size: 9px; font-family: verdana; display: inline; list-style: none; text-transform: lowercase;}
  387. .tags a {font-size: 9px; color: verdana; display: inline; list-style: none; text-transform: lowercase;}
  388.  
  389. #cap {width: 500px; margin-top: -2px;}
  390. .source {display: none;}
  391.  
  392. .notes {width: 530px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: left}
  393. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  394. ol.notes li {background-color: {color:post}; margin-bottom: 1px; padding: 5px; }
  395. .notes img{display: none; border:0px}
  396.  
  397.  
  398. #td {width: 300px; height: none; margin-left: 8px; background-color: #0; position: fixed; color: #888; font-size: 9px; border: px solid #ccc; border-right: 0px solid #eee; margin-top: 97px; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; text-align: right}
  399. #td:hover {margin-left:77px;}
  400.  
  401. #container { width: 350px;position: fixed;}
  402. #contain_inner {margin-left: 0px; background-color: transparent;}
  403.  
  404.  
  405. #tumblr_controls{position: fixed!important}
  406. #tumblr_controls{position: fixed!important}
  407. #tumblr_controls{position: fixed!important}
  408. #tumblr_controls{position: fixed!important}
  409.  
  410.  
  411.  
  412.  
  413.  
  414.  
  415.  
  416. ::-moz-selection
  417.  
  418.  
  419.  
  420.  
  421. {color: #fff;
  422.  
  423.  
  424.  
  425.  
  426. background: {color:selection};}
  427.  
  428.  
  429.  
  430.  
  431. ::selection
  432.  
  433.  
  434.  
  435.  
  436. {color: #fff;
  437.  
  438.  
  439.  
  440.  
  441. background: {color:selection};}
  442.  
  443.  
  444.  
  445. ::-webkit-scrollbar{width:12px;height:5px;}
  446. ::-webkit-scrollbar-button:start:decrement
  447. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  448. ::-webkit-scrollbar-track-piece{background-color: {color:background}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  449. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:post};-webkit-border-radius:px;}
  450. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:post};-webkit-border-radius:px;}
  451.  
  452. </style>
  453. <body>
  454.  
  455.  
  456.  
  457. <div id="side">
  458.  
  459.  
  460.  
  461.  
  462. <div class="side2">
  463.  
  464.  
  465.  
  466.  
  467. <img src="{image:sidebar}" height= "90px;" width= "173px;"></div></div>
  468.  
  469.  
  470.  
  471.  
  472.  
  473.  
  474.  
  475.  
  476. <div id="borntobebrave"><Br>{description}
  477.  
  478.  
  479.  
  480.  
  481. </div>
  482.  
  483.  
  484.  
  485.  
  486.  
  487.  
  488.  
  489.  
  490. <div class="titlebb"><div class="titlebbawn">{text:titulo}</div></div>
  491.  
  492.  
  493.  
  494. <div id="naboa">
  495.  
  496.  
  497.  
  498. <div class="link1">{block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  499.  
  500. </div>
  501.  
  502.  
  503.  
  504. <div class="link2">{block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  505.  
  506. </div>
  507.  
  508.  
  509.  
  510. <div class="link3">{block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  511.  
  512. </div>
  513.  
  514.  
  515.  
  516. <div class="link4">{block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  517.  
  518. </div>
  519.  
  520.  
  521.  
  522.  
  523. </div>
  524.  
  525.  
  526.  
  527.  
  528.  
  529.  
  530.  
  531. <div id="twodays">
  532.  
  533.  
  534.  
  535.  
  536. <div class="beautiful">{block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  537. </div>
  538.  
  539.  
  540.  
  541.  
  542. <div class="mygaga">{block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  543. </div>
  544.  
  545.  
  546. <div class="balltour"><a href="http://quase-sua-princesa.tumblr.com/" title="theme por quase-sua-princesa, inspirado em s-atisfaction. Não copie"> theme ©</a>
  547. </div>
  548.  
  549. </div>
  550.  
  551. <div id="ppg">
  552.  
  553.  
  554.  
  555.  
  556. <div class="ppt">
  557.  
  558.  
  559.  
  560.  
  561. {block:Pagination}{block:NextPage}<a href="{NextPage}">next &raquo;</a>{/block:NextPage}{/block:Pagination}
  562.  
  563.  
  564.  
  565.  
  566. </div>
  567.  
  568.  
  569.  
  570.  
  571. </div>
  572.  
  573.  
  574.  
  575.  
  576.  
  577. <div id="allboxes">
  578.  
  579. {block:Posts}
  580. <div class="entry">
  581.  
  582. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  583.  
  584. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  585.  
  586. {block:Photoset}{Photoset-500}{/block:Photoset}
  587.  
  588. {block:Quote}
  589. <div class="xquote">“{Quote}”</div>
  590. {block:Source}<div class="xquotesource"> + {Source}</div>
  591. {/block:Source}
  592. {/block:Quote}
  593.  
  594. {block:Link}
  595. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  596. {block:Description}{Description}{/block:Description}
  597. {/block:Link}
  598.  
  599. {block:Chat}
  600. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  601. <div class="chat"><ul>{block:Lines}
  602. <li class="person{UserNumber}">{block:Label}
  603. <span class="label">-- {label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  604. {/block:Chat}
  605.  
  606.  
  607. <!--- AUDIO POST --->
  608. {block:Audio}
  609. <div id="audentryprob">
  610. <div class="audentry">
  611.  
  612. <img src="http://static.tumblr.com/2lqtwbf/hLRlz1vgy/2.png" alt="default album art" width="120" height="120" style="position:absolute; vertical-align:middle;" />
  613. {block:AlbumArt}
  614. <img width="120" height="120" src="{AlbumArtURL}" style="position:absolute;" />
  615. {/block:AlbumArt}
  616.  
  617. <div class="audioplayercircle"><div class="audioplayer">{AudioPlayerWhite}</div></div>
  618. <div class="something">
  619. <table style="float:right;" width="360px" cellspacing="1px" cellpadding="0">
  620.  
  621. {block:TrackName}
  622. <tr>
  623. <td class="audiodata"><b>Song: </b>{TrackName}</td>
  624. </tr>
  625. {/block:TrackName}
  626.  
  627. {block:Artist}
  628. <tr>
  629. <td class="audiodata"><b>Artist: </b> {Artist}</td>
  630. </tr>
  631. {/block:Artist}
  632. {block:Album}
  633. <tr>
  634. <td class="audiodata"><b>Album: </b>{Album}</td>
  635. </tr>
  636. {/block:Album}
  637. <tr>
  638. <td class="audiodata">Played {FormattedPlayCount} times</td>
  639. </tr>
  640. {block:ExternalAudio}
  641. <tr>
  642. <td class="audiodata"><a href="{ExternalAudioURL}" target="_blank">Source</a></td>
  643. </tr>
  644. {/block:ExternalAudio}
  645. {block:Caption}<tr>
  646. <td class="aucap">{Caption}</td></tr>
  647. {/block:Caption}
  648. </table>
  649. </div></div>
  650. </div>{/block:Audio}
  651.  
  652.  
  653. {block:Video}{Video-500}{/block:Video}
  654.  
  655.  
  656. {block:Answer}
  657. <div class="caixa">
  658. <aa>
  659. <b>{Asker}</b> you sucked and said:</aa>
  660. <img src="{AskerPortraitURL-40}" class="borda">
  661. <div class="bubble">
  662. {Question}</div>
  663. <div class="clear"></div>
  664. {Answer}
  665. <div class="clear"></div>
  666. </div>
  667. {/block:Answer}
  668.  
  669.  
  670.  
  671.  
  672. <div id="cap">
  673. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  674. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  675. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  676.  
  677. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  678. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  679. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  680. {/block:ContentSource}</div></div>
  681. <br>
  682.  
  683.  
  684. <div id="info">
  685. {block:Date}<div class="tags"><b>tags:</b> {block:HasTags}{block:Tags}@<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}</div>
  686. ( <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} · <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} · <a href="{ReblogUrl}" target="_blank">reblog this shit</a>{/block:IndexPage} · <a href=http://twitter.com/home?status={block:Title}{Title}{/block:Title}{block:Caption}{PlainTextCaption}{/block:Caption} {ShortURL}”>want <b>tweet</b> this?</a> )
  687. {block:RebloggedFrom}<br>postado por: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} · reblogado de: <a href="{ReblogParentURL}">{ReblogParentName}</a>
  688. {/block:RebloggedFrom}
  689. </div>
  690. </div>{/block:Date}
  691.  
  692.  
  693. {/block:Posts}
  694. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  695. </div>
  696. </div>
  697. </div>
  698. </div>
  699.  
  700. </body>
  701. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement