cadu

aposkaspo

Oct 2nd, 2012
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.08 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.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <!-- ----------------------------------
  6.  
  7. theme por caducordeiro.tumblr.com
  8.  
  9. ---------------------------------- -->
  10.  
  11. <div style="position:fixed;z-index:1338; !important;top:26px;right:3px;"><script src="http://www.totallylayouts.com/tumblr/users-online-counter/online.js?id=uWR4sVQKHZVDoIqxwGqP"></script></div>
  12.  
  13. <head>
  14.  
  15. <!-- DEFAULT VARIABLES -->
  16. <meta name="color:background" content="#B3B3B3" />
  17. <meta name="color:sidebar" content="#fff" />
  18. <meta name="color:text" content="#000000" />
  19. <meta name="color:text sidbar" content="#000000" />
  20. <meta name="color:links"content="#b3b1b1" />
  21. <meta name="color:post"content="#b3b1b1" />
  22. <meta name="color:hover" content="#000" />
  23. <meta name="color:description" content="#000" />
  24.  
  25. <meta name="image:background" content=""/>
  26. <meta name="image:sidebar 1" content="" />
  27.  
  28. <meta name="text:frase" content="frase com duas linhas" />
  29.  
  30.  
  31. <meta name="text:Link1" content="/" />
  32. <meta name="text:Link1 Title" content="link1" />
  33. <meta name="text:Link2" content="/" />
  34. <meta name="text:Link2 Title" content="link2" />
  35. <meta name="text:Link3" content="/" />
  36. <meta name="text:Link3 Title" content="link3" />
  37. <meta name="text:Link4" content="/" />
  38. <meta name="text:Link4 Title" content="link4" />
  39. <meta name="text:Link5" content="/" />
  40. <meta name="text:Link5 Title" content="link5" />
  41.  
  42.  
  43. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  44.  
  45. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  46.  
  47.  
  48. <title>{Title}</title>
  49. <link rel="shortcut icon" href="{Favicon}">
  50. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  51. {block:Description}
  52. <meta name="description" content="{MetaDescription}" />
  53. {/block:Description}
  54.  
  55. {block:IfEnableEndlessScrolling}
  56. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  57. {/block:IfEnableEndlessScrolling}
  58.  
  59. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  60.  
  61. <link href='http://fonts.googleapis.com/css?family=Nova+Square' rel='stylesheet' type='text/css'>
  62.  
  63.  
  64. <link href='http://fonts.googleapis.com/css?family=Megrim' rel='stylesheet' type='text/css'>
  65.  
  66. <link href='http://fonts.googleapis.com/css?family=Arbutus+Slab' rel='stylesheet' type='text/css'>
  67.  
  68.  
  69. <link href='http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,200' rel='stylesheet' type='text/css'>
  70.  
  71.  
  72. <link type="text/css" rel="stylesheet" href="http://fonts.googleapis.com/css?family=Yanone+Kaffeeshatz">
  73.  
  74.  
  75.  
  76. <link type="text/css" rel="stylesheet" href="http://fonts.googleapis.com/css?family=Droid+Sans">
  77.  
  78.  
  79. <style type="text/css">
  80.  
  81. @font-face {
  82.  
  83. font-family: "pacifico";
  84.  
  85. src: url(http://static.tumblr.com/ufwwwyn/Do8m4xui1/pacifico.ttf) format("truetype");
  86.  
  87. }
  88.  
  89.  
  90. ::-webkit-scrollbar{width:6px;height:6px;}
  91.  
  92. ::-webkit-scrollbar-button:start:decrement
  93.  
  94. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  95.  
  96. ::-webkit-scrollbar-track-piece{background-color:{color:background};-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  97.  
  98. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: #000;-webkit-border-radius:px;}
  99.  
  100. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scrollbar};-webkit-border-radius:px;}
  101.  
  102.  
  103.  
  104.  
  105. body {
  106. background-color: {color:background};
  107. color:{color:text};
  108. font-family: verdana;
  109. font-size: 10px;
  110. text-align: center;
  111. line-height:120%;
  112. margin:0;
  113. padding:0;
  114. background-image:url('{image:background}');
  115. background-repeat:no-repeat;
  116. background-size:100% 100%;
  117. background-attachment:fixed;
  118.  
  119. }
  120.  
  121. a {color: {color:links}; text-decoration: none; text-transform: none; -webkit-transition-duration: .40s;}
  122. a:hover {color: {color:hover}; background-color: {color:bg hover}; text-decoration: none;}
  123.  
  124. p {margin: 6px 0 0 0}
  125.  
  126. blockquote {border-left:2px {color:post} solid; padding-left:5px; margin:0px 2px 0px 10px}
  127.  
  128.  
  129. blockquote {padding:5px; padding-left:5px; margin:5px; border-left:2px solid #fff;}
  130.  
  131. #all {text-align: justify; width: 835px; margin: 20px auto 20px auto; padding: 0px; }
  132.  
  133. #allboxes {margin-left: 370px; width:500px; margin-top: -5px; border: 0px solid #ccc; color:{color:text}; font-family: calibri;font-size: 11px; }
  134.  
  135. .entry {position: relative; width:500px; text-align:justify; float:left ;margin:-7px; padding:5px; margin-left: 10px; margin-top:4px; background:{color:post}; border: 8px solid #fff; opacity: 1.8; }
  136. .entry:hover { opacity: 1.8;-webkit-transition-duration: .50s }
  137.  
  138. .entry img{padding: 2px; border: 0px solid {color:background} ;}
  139. .entry img:hover{;opacity:1;-moz-opacity: 1;-webkit-transition-duration: .50s;filter: alpha(opacity=99);-webkit-transition-duration: .50s;filter: url(filters.svg#grayscale);filter: gray;-webkit-filter: grayscale(0);opacity:1;-moz-opacity: 1;-webkit-transition-duration: .50s;}
  140.  
  141.  
  142. .entry:hover #info {opacity:0.9;}
  143. .entry:hover #infu {opacity:1}
  144.  
  145. h1 {font-family: calibri; text-align: center; font-size: 18px; text-transform: normal;color:{color:text}; font-weight: normal; line-height: 18px; letter-spacing: 0px}
  146. h1 a {text-align: center; font-size: 18px; text-transform: normal; color:{color:text} font-weight: normal; line-height: 16px;}
  147. h1 a:hover {text-align: center; font-size: 18px; text-transform: normal; color: #ccc; font-weight: normal; line-height: 16px;}
  148.  
  149. #info {position:absolute; font-size:8px; font-family: yanone kaffeesatz; margin-left:0px; opacity:0; width: 492px;height:autopx; margin-bottom:0px; margin-top:40%; display:inline; text-align:center; padding:6px; padding-top: 6px; z-index: 4000; background-color: {color:post}; color:{color:links};-webkit-transition-duration: 0.9s; text-transform: lowercase; letter-spacing: 4px}
  150. #info a {background-color: {color:post}; color:{color:links}; text-transform: uppercase;}
  151. #info a:hover {color: {color:links}; text-transform: uppercase;}
  152.  
  153.  
  154.  
  155. #infu { margin-left:0px;text-align: center; font-size: 8px; font-family: calibri; text-transform: uppercase; z-index: 11; margin-top:5px; text-transform: lowercase;color: {color:links};;opacity:2.0; background-color: transparent ;letter-spacing: 2px; border-bottom: 1px solid #f1f1f1; }
  156. #infu a {font-size: 8px; text-transform: uppercase;color: {color:links}; }
  157.  
  158. .image {text-align: center; border: 0px;}
  159. .image img {max-width: 500px; margin-bottom: 2px; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; }
  160.  
  161.  
  162.  
  163.  
  164. .pquote{font-size: 10px; font-family: verdana; letter-spacing: 0px;
  165. text-transform: none;text-align: justify; font-style: ; padding-top: 5px border: 1px solid #ccc; color:{color:text};}
  166. .pquote a {font-size: 10px; font-family: verdana; letter-spacing: 0px;
  167. text-transform: none;text-align: justify; font-style:; padding-top: 2px border: 1px solid #ccc; color:{color:text};}
  168.  
  169. .pquotesource{font-size: 9px; font-family: trebuchet ms; letter-spacing: 0px;
  170. text-transform: uppercase;text-align: right; font-style: ; padding-top: 2px border: 1px solid #ccc; color:{color:text};}
  171. .pquotesource a {font-size: 9px;; font-family: trebuchet ms; letter-spacing: 0px;
  172. text-transform: uppercase;text-align: right; font-style: ; padding-top: 2px border: 1px solid #ccc; color:{color:text};}
  173. blockquote {padding:0px; padding-left:5px; margin:5px; border-left:2px solid #000; color: {color:text};}
  174. blockquote a{padding:0px; padding-left:5px; margin:5px; border-left:2px solid #000; color: {color:text};}
  175.  
  176.  
  177.  
  178. .quotesou{font-size: 11px; font-family: trebuchet ms; letter-spacing: 0px;
  179. text-transform: none;text-align: right; font-style: ; padding-top: 4x border: 1px solid #ccc; color:{color:text};text-transform: uppercase;}
  180. .quotesou a {font-size: 11px; font-family: trebuchet ms; letter-spacing: 0px;
  181. text-transform: none;text-align: right; font-style: ; padding-top: 4px border: 1px solid #ccc; color:{color:text};text-transform: uppercase;}
  182.  
  183.  
  184.  
  185. /* chat by joshdevines*/
  186. .user_1 .label {color:{color:link}; font-weight:bold}
  187. .user_2 .label {color:{color:text}; font-weight:bold}
  188. .user_3 .label {color:{color:link}; font-weight:bold}
  189. .user_4 .label {color:{color:text}; font-weight:bold}
  190. .user_5 .label {color:{color:link}; font-weight:bold}
  191. .user_6 .label {color:{color:text}; font-weight:bold}
  192. ul.chat, .chat ol, .chat li {list-style:none; padding:0px}
  193.  
  194. .player {background-color: #ddd; text-align: left; display:block;}
  195.  
  196. .question {color: {color:links}; text-align: left; background-color: #ccc; margin-bottom: -10px; }
  197.  
  198. #cap {width: 400px; margin-top: -2px;}
  199. .source {display: none; color:{color:text};font-style: italic; }
  200.  
  201.  
  202. .notes img{width:10px; position:relative; top:1px}
  203. ol.notes, .notes li{width:280px; list-style:none; margin:0px 0 -1px 5px; padding:0px}
  204.  
  205.  
  206. #tumblr_controls{position: fixed!important}
  207. #tumblr_controls{position: fixed!important}
  208. #tumblr_controls{position: fixed!important}
  209. #tumblr_controls{position: fixed!important}
  210.  
  211. ::-webkit-scrollbar{width:6px;height:5px;}
  212. ::-webkit-scrollbar-button:start:decrement
  213. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  214. ::-webkit-scrollbar-track-piece{background-color: {color:background}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  215. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  216. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  217.  
  218. .question1 {
  219. color:#000;
  220. font-size: 11px;
  221. font-family: calibri;
  222. text-align:left;
  223. font-weight: normal;
  224. line-height:95%;
  225. background: #ddd;
  226. position: relative;
  227. min-height:60px;
  228. padding:10px 15px;
  229. margin-bottom:2px;
  230. margin-right:-10px;}
  231.  
  232. .questionarrow {
  233. font-size:30px;
  234. color:#ddd;
  235. vertical-align:middle;
  236. margin-left:-5px!important;}
  237.  
  238.  
  239. .asker {width:500px; text-align:right; text-transform:lowercase; color:{color:text}; font-size:9px; font-family: calibri; text-transform: uppercase; }
  240. .asker a {color:{color:text}; font-size:9px; font-family: calibri; text-transform: uppercase; }
  241. .asker img {float:left; margin-left:238px; vertical-align:top; margin-right:3px; max-height:15px;}
  242.  
  243. .asking {text-align:center; color:{color:text}; font-size:9px; font-family: calibri; text-transform:none;}
  244. .asking a{color:{color:text};}
  245. .asking img {width:58px; vertical-align:middle; background-color:{color:background}; padding:3px;}
  246.  
  247.  
  248. .question {color: {color:PostFont}; text-align: center; background-color: #ff; margin-bottom: -10px; font-size:9px; font-family: calibri; text-transform:none;}
  249.  
  250.  
  251. /* PAGINAÇÃO BY CINTIA HEYILOVE */
  252.  
  253. #page{margin-left: 130px; margin-top:400px; background-color: transparent; color:#000; float:center; width:215px; height:20px; position:fixed; border-right: 8px solid transparent; border-left: 4px solid transparent; border-bottom: 3px solid transparent; -webkit-border-bottom-left-radius:0px; -webkit-border-bottom-right-radius:0px}
  254. .pgs{padding:3px; font-family:calibri; font-style: ; font-size: 10px; letter-spacing:-1px; z-index:9000000; text-align: right;}
  255.  
  256. .pgs a{padding:3px; font-family:calibri; font-style: ; font-size: 10px; letter-spacing:-1px; z-index:9000000;color: #000
  257. ;text-align: right;}
  258.  
  259.  
  260. #cre {float: left; margin-top: 304px; margin-left: 200px; width: 221px; background-color: {color:sidebar}; color: {color:text sidbar}
  261. ; padding: 3px; font-size: 9px; text-align: center; position:fixed; -webkit-border-radius:0; -webkit-border-bottom-right-radius:0px; -webkit-border-bottom-left-radius:0px; position:fixed; letter-spacing: 0px; font-family: calibri;text-transform: uppercase; }
  262.  
  263. #cre a{font-size: 10px; color: {color:text sidbar}; text-transform: uppercase; }
  264.  
  265.  
  266. #cadugostoso{ font-family: droid sans; margin-left: 263px; margin-top: 50px; width: 150px; font-size: 10px; height: 363px; text-align: justify; background-color: #fff; ; line-height: 10px; color: #000; position: fixed; padding: 9px; -webkit-border-radius: 0px 0px 0px 0px; overflow: hidden; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; z-index:1454565544400000; letter-spacing: 0px; text-transform: ; opacity: 0.0}
  267.  
  268.  
  269. #cadugostoso a{font-family: droid sans; margin-left: 240px; margin-top: 9px; width: 209px; font-size: 10px; height: 170px; text-align: justify; background-color: #f7f7f7; ; line-height: 10px; color: #fff; position: fixed; padding: 9px; -webkit-border-radius: 0px 0px 0px 0px; overflow: hidden; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; z-index:1454565544400000; letter-spacing: 0px; text-transform: ; opacity: 0.}
  270.  
  271.  
  272. #cadugostoso:hover {font-family: droid sans; height: 363px; overflow: hidden; background-color: {COLOR:SIDEBAR}; color: {color:description}; -webkit-transition: 1.2s ease-in; ; opacity: 0.8}
  273.  
  274.  
  275.  
  276.  
  277.  
  278. #cadulink {margin-top: 260px; margin-left: 220px; position:fixed; width: 71px;font-family: calibri; text-transform: uppercase; }
  279. #cadulink a{font-size: 10px; color: {color:text sidbar}
  280. ; background-color: {color:sidebar}; padding: 6px 2px 6px 2px; display:block; margin-bottom: 1px; width: 71px; height: 3px; text-align: center; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; line-height: 6px; text-transform: uppercase; }
  281. #cadulink a:hover{ letter-spacing: 1px; }
  282.  
  283.  
  284. #cadulink2 {margin-top: 260px; margin-left: 296px; position:fixed; width: 71px; }
  285. #cadulink2 a{font-size: 10px; color: {color:text sidbar}
  286. ; background-color: {color:sidebar}; padding: 6px 2px 6px 2px; display:block; margin-bottom: 1px; width: 71px; height: 3px; text-align: center; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; line-height: 6px; font-family: calibri; text-transform: uppercase; }
  287. #cadulink2 a:hover{ letter-spacing: 1px; }
  288.  
  289. #cadulink3 {margin-top: 260px; margin-left: 372px; position:fixed; width: 71px; }
  290. #cadulink3 a{font-size: 10px; color:{color:text sidbar}
  291. ; background-color: {color:sidebar}; padding: 6px 2px 6px 2px; display:block; margin-bottom: 1px; width: 71px; height: 3px; text-align: center; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; line-height: 6px ; font-family: calibri; text-transform: uppercase; }
  292. #cadulink3 a:hover{ letter-spacing: 1px; }
  293.  
  294. #pic {margin-top: 120px; margin-left: 245px; width: 80px; height: auto;
  295.  
  296.  
  297.  
  298. position: fixed; padding: 0px;
  299.  
  300.  
  301.  
  302. background-color: #fff; border: 5px solid {color:sidebar}; box-shadow: 0px 0px 0px 0px #ccc; Z-INDEX: -200;}
  303.  
  304.  
  305.  
  306. #pic img{width: 80px; height: auto;-webkit-border-radius:7px;opacity:5.8}
  307.  
  308.  
  309.  
  310. #des {float: left; margin-top: 60px; margin-left: 180px; width: 138px; background-color: #fff ; color: #111111
  311. ; padding: 5px; font-size: 18px; text-align: right; position:fixed; -webkit-border-radius:0; -webkit-border-bottom-right-radius:0px; -webkit-border-bottom-left-radius:0px; position:fixed; letter-spacing: 0px; font-family: 'Arbutus Slab', serif; font-style::italic ; height: auto; opacity:3.7; line-height: 17px; z-index: 344322}
  312.  
  313. #des a{font-size: 24px; color:#fff; font-family: 'Arbutus Slab', serif; }
  314.  
  315.  
  316. #caduzinho {z-index:1454565544400005;float: left; margin-top:450px; margin-left: 255px; width: 177px; background-color: transparent ; color: #000
  317. ; padding: 5px; font-size: 10px; text-align: center; position:fixed; -webkit-border-radius:0; -webkit-border-bottom-right-radius:0px; -webkit-border-bottom-left-radius:0px; position:fixed; letter-spacing: 2px; font-family: yanone kaffeesatz; font-style::italic ; height: autopx; -webkit-transform: rotate(0deg);opacity:0.9; text-transform: uppercase;}
  318.  
  319. #caduzinho a{z-index:1454565544400005; font-size: 10px; color:#000;text-transform: uppercase;}
  320. #caduzinho a:hover{z-index:1454565544400005; font-size: 10px; color:#000;opacity:1.9; text-transform: uppercase;}
  321.  
  322. #barra {width: 340px; margin-left: 130px; margin-top: 0px; background-color: {COLOR:SIDEBAR}; height:3392px; position: fixed; z-index: -1090; border-bottom: 0px solid #000; opacity:1.9}
  323.  
  324. #barra1 {width: 138px; margin-left: 245px; margin-top: -3345530px; background-color: #fff;; height: 16px; position: fixed; z-index: 220; border-bottom: 0px solid #000; opacity:0.0}
  325.  
  326.  
  327. #pic1 {margin-top: 95px; margin-left: 150px; width: 64px; height: auto;
  328.  
  329.  
  330.  
  331. position: fixed; padding: 0px; border:5px solid #ffffff;
  332.  
  333.  
  334.  
  335. background-color: #ffffff; ; Z-INDEX: 390; ;opacity: 1.7;}
  336.  
  337.  
  338.  
  339. #pic1 img{width: 64px; height: auto;-webkit-border-top-left-radius:0px; -webkit-border-top-right-radius:0px;}
  340. #pic1:hover{ opacity: 0.8; z-index: 250; -webkit-transition-duration: .56s;}
  341.  
  342.  
  343. #cadulink {margin-top: 133px; margin-left: 1050px; position:fixed; width: 71px;font-family: calibri; text-transform: uppercase; }
  344.  
  345. #cadulink a{ letter-spacing: 1px; border-bottom: 1px solid #f1f1f1; font-size: 8px; ; padding: 6px 2px 6px 2px; display:block; margin-bottom: 3px; width: 76px; height: 3px; text-align: center; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; line-height: 3px; text-transform: uppercase; color: {color:text sidbar}
  346. ; background-color: {color:sidebar};}
  347.  
  348. #cadulink a:hover{ letter-spacing: 1px; color: #ccc;}
  349.  
  350.  
  351. #euamoocadu {position: fixed; width: 70px; margin-left: 170px; margin-top:127px; padding-right: 3px; text-align: center; z-index:3; border-right: 1px solid #f1f1f1;}
  352.  
  353. #euamoocadu a {float: left; display: block; letter-spacing: 1px; font-size:8px; font-family:calibri; text-align: right; margin-right: 4px; margin-bottom:1px; width: 60px; background-color: #fff; margin-left: 10px; text-decoration: none; text-transform:uppercase; line-height:10px; height: auto; border-bottom: 1px solid #f1f1f1; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  354.  
  355.  
  356. #euamoocadu a:hover{box-shadow: inset 70px 10px #a9c4cc; color: #fff;}
  357.  
  358.  
  359.  
  360. </style>
  361. <body>
  362.  
  363. <div id="barra1">
  364. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=http://dl.dropbox.com/u/60066990/gotye%20-%20somebody%20that%20i%20used%20to%20know%20(feat%20kimbra).mp3&t0=1&f1=http://dl.dropbox.com/u/60066990/Limp%20Bizkit%20-%20Behend%20Blue%20Eyes.mp3&t1=2&f2=http://dl.dropbox.com/u/60066990/Warren%20Barfield-Love%20is%20not%20A%20Figth.mp3&t2=3&f3=http://dl.dropbox.com/u/60066990/13.%20SEETHER%20FEAT%20AMY%20LEE%20-%20BROKEN.mp3&t3=4&f4=http://dl.dropbox.com/u/60066990/tulipa%20ruiz%20-%20s%C3%B3%20sei%20dan%C3%A7ar%20com%20voc%C3%AA.mp3&t4=5&total=5" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" />
  365. </DIV>
  366.  
  367.  
  368.  
  369. </div></div>
  370.  
  371.  
  372.  
  373.  
  374.  
  375. <div id="euamoocadu">
  376.  
  377.  
  378.  
  379. <a href="/">refresh</a>
  380. <a href="/fask">f. askd</a>
  381. <a href="/broll">b. roll</a>
  382. <a href="http://c4fajeste.tumblr.com/tagged/caducordeiro">stuff</a>
  383. <a href="http://c4fajeste.tumblr.com/tagged/med">d & m</a>
  384. <a href="http://c4fajeste-themes.tumblr.com/">themes</a>
  385. <a href="http://i-c-e-b-e-r-g.tumblr.com/">pêtu</a>
  386. <a href="http://c4fajeste.tumblr.com/" title="theme by c4fajeste™, exclusived orquestrando "> theme™ </a>
  387.  
  388. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a> {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}
  389.  
  390.  
  391.  
  392. </div></div>
  393. </div></div>
  394.  
  395.  
  396.  
  397.  
  398. </div>
  399.  
  400. </div></div>
  401. <div id="des"> " {text:frase} "</i></a> </font> </a>
  402. </div></div>
  403.  
  404.  
  405.  
  406.  
  407.  
  408.  
  409. <div id="pic"><img src="{image:sidebar 1}"/>
  410.  
  411.  
  412.  
  413. </div></div></div></div></div></div>
  414.  
  415.  
  416.  
  417.  
  418.  
  419. </div></div>
  420.  
  421. </div></div>
  422. <div id="allboxes">
  423. {block:Posts}
  424. <div class="entry">
  425.  
  426. {block:Text}
  427. {block:Title}<h1><i>{Title}</i></h1>{/block:Title}{Body}
  428. <div id="infu">
  429. <a href="{Permalink}">{block:Date}{DayOfMonth}.{MonthNumber}.{Year}{/block:Date}</a> · <a href="{Permalink}">{NoteCount}</a> · {block:RebloggedFrom}(<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>){/block:RebloggedFrom} · <a href="{ReblogURL}" target="_blank">reblog </a></div>
  430. {/block:Text}
  431.  
  432. {block:Photo}
  433. <div id="info">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags} </small><br> {/block:Chat}
  434. <a href="{Permalink}">{block:Date}{DayOfMonth}.{MonthNumber}.{Year}{/block:Date}</a> · <a href="{Permalink}">{NoteCount}</a> {block:RebloggedFrom}· <a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> · <a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>{/block:RebloggedFrom} <p><a href="{ReblogURL}" target="_blank"><big><big><big><big>reblog</big></big></big></big> </a>
  435. </div>
  436.  
  437. <div class="image"><img src="{PhotoURL-500}" width="490px"/></div>
  438. {block:Caption}{Caption}{/block:Caption}
  439. {/block:Photo}
  440.  
  441. {block:Photoset}
  442. <div id="info">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags} </small><br> {/block:Chat}
  443. <a href="{Permalink}">{block:Date}{DayOfMonth}.{MonthNumber}.{Year}{/block:Date}</a> · <a href="{Permalink}">{NoteCount}</a> {block:RebloggedFrom}· <a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> · <a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>{/block:RebloggedFrom} <p><a href="{ReblogURL}" target="_blank"><big><big><big><big>reblog</big></big></big></big> </a>
  444. </div>
  445.  
  446. <center>{Photoset-500}</center>
  447. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  448.  
  449.  
  450. {block:Quote}<div class="pquote">"{Quote}"<p><div class="pquotesource">— {Source}</center></div></div><div id="infu">
  451. <a href="{Permalink}">{block:Date}{DayOfMonth}.{MonthNumber}.{Year}{/block:Date}</a> · <a href="{Permalink}">{NoteCount}</a> {block:RebloggedFrom}· <a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> · <a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>{/block:RebloggedFrom} · <a href="{ReblogURL}" target="_blank">reblog </a><br><div class="tags"><small>{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags} </small></div>{/block:Chat}
  452. </div>{/block:Quote}
  453.  
  454. {block:Link}
  455.  
  456. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  457. {block:Description}{Description}{/block:Description}
  458. <div id="infu">
  459. <a href="{Permalink}">{block:Date}{DayOfMonth}.{MonthNumber}.{Year}{/block:Date}</a> · <a href="{Permalink}">{NoteCount}</a> · {block:RebloggedFrom}(<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>){/block:RebloggedFrom} · <a href="{ReblogURL}" target="_blank">reblog </a>
  460. </div>
  461. {/block:Link}
  462.  
  463.  
  464. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>
  465. <center><a href="{Permalink}">{block:Date}{DayOfMonth}.{MonthNumber}.{Year}{/block:Date}</a> · <a href="{Permalink}">{NoteCount}</a> · {block:RebloggedFrom}(<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>){/block:RebloggedFrom} · <a href="{ReblogURL}" target="_blank">reblog </a> <br><div class="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags} </div>{/block:Chat}
  466.  
  467. {block:Audio}
  468. <div class="player">{AudioPlayerBlack}</div>
  469. {block:Caption}{Caption}{/block:Caption}
  470. <div id="infu">
  471. <a href="{Permalink}">{block:Date}{DayOfMonth}.{MonthNumber}.{Year}{/block:Date}</a> · <a href="{Permalink}">{NoteCount}</a> · {block:RebloggedFrom}(<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>){/block:RebloggedFrom} · <a href="{ReblogURL}" target="_blank">reblog </a>
  472. </div>
  473. {/block:Audio}
  474.  
  475.  
  476. {block:Video}
  477. <div id="info">
  478. <a href="{Permalink}">{block:Date}{DayOfMonth}.{MonthNumber}.{Year}{/block:Date}</a> · <a href="{Permalink}">{NoteCount}</a> · {block:RebloggedFrom}(<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>){/block:RebloggedFrom} · <a href="{ReblogURL}" target="_blank">reblog </a> </div>
  479.  
  480. {Video-500}
  481. {block:Caption}{Caption}{/block:Caption}
  482. {/block:Video}
  483.  
  484. {block:Answer}
  485. <table width="500px" cellspacing="0" cellpadding="0">
  486. <tr>
  487. <td width="490px" class="question1">{Question}</td>
  488. <td width="20px"><span class="questionarrow">◤</span></td>
  489. <td width="1px" class="asking"><img src="{AskerPortraitURL-64}"><br>{Asker}</td>
  490. </tr>
  491. </table>
  492. <div class="answer">{Answer}</div>
  493. {/block:answer}
  494.  
  495. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  496. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  497. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  498. {/block:ContentSource}</div></div>
  499.  
  500. {/block:Posts}
  501. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  502.  
  503. </div>
  504. </div>
  505. </div>
  506. </div>
  507. </div>
  508. <script type="text/javascript"> Cufon.now(); </script>
  509.  
  510. </body>
  511. </html>
Advertisement
Add Comment
Please, Sign In to add comment