apenassimplesversos

Theme 27

May 4th, 2012
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 20.01 KB | None | 0 0
  1. <head>
  2. <title>{title}</title>
  3. <link rel="shortcut icon" href="{favicon}" />
  4.  
  5.  <meta name="color:background" content="#f8f8f8" />
  6.  <meta name="image:background" content="" />
  7. <meta name="image:sidebar1" content="http://static.tumblr.com/hesl9hk/TZCm3i5t4/540023_3307528201047_1053325328_3105835_1236442508_n_large.jpg"/>
  8. <meta name="color:details" content="#b5b5b5" />
  9.  <meta name="color:text" content="#000000" />
  10.  <meta name="color:title" content="#f8f8f8" />
  11. <meta name="color:title2" content="#f8f8f8" />
  12.   <meta name="color:sidebar" content="#f8f8f8" />
  13.    <meta name="color:sidebar2" content="#f8f8f8" />
  14. <meta name="color:tags1" content="#BEBEBE" />
  15. <meta name="color:tags2" content="#f8f8f8" />
  16. <meta name="color:link" content="#f8f8f8" />
  17. <meta name="color:formataçãodetexto" content="#f8f8f8" />
  18. <meta name="color:entry" content="#f8f8f8" />
  19. <meta name="color:menu" content="#f8f8f8" />
  20. <meta name="color:menuhover" content="#f8f8f8" />
  21. <meta name="color:credit" content="#000000" />
  22.  
  23. <meta name="color:bglink1" content="#00ff17" />
  24. <meta name="color:bglink2" content="#e8ff00" />
  25. <meta name="color:bglink3" content="#ff0045" />
  26. <meta name="color:bglink4" content="#00e8ff" />
  27. <meta name="color:bglink5" content="#ff00b5" />
  28. <meta name="color:bglink6" content="#080908" />
  29. <meta name="color:bglink7" content="#b000ff" />
  30. <meta name="color:txtlink1" content="#695b4f" />
  31. <meta name="color:txtlink2" content="#695b4f" />
  32.  
  33. <meta name="text:frase" content="frase aqui bitchs"/>
  34.  
  35. <meta name="text:Link1" content="" />
  36. <meta name="text:Link 1Title" content="" />
  37. <meta name="text:Link2" content="" />
  38. <meta name="text:Link 2Title" content="" />
  39. <meta name="text:Link3" content="" />
  40. <meta name="text:Link 3Title" content="" />
  41. <meta name="text:Link4" content="" />
  42. <meta name="text:Link 4Title" content="" />
  43. <meta name="text:Link5" content="" />
  44. <meta name="text:Link 5Title" content="" />
  45. <meta name="text:Link6" content="" />
  46. <meta name="text:Link 6Title" content="" />
  47.  
  48.  
  49.  
  50. <style>
  51. body {color:{color:text}; background-color:{color:background}; background-image: url('{image:Background}'); background-attachment:fixed; font-family:{font:body}; font-size:11px; line-height:110%; text-align:justify}
  52.  
  53. /**** TITULOS ****/
  54. #sid{position: fixed; width: 150px; height: auto; margin-left: 0px; }
  55.  
  56. .title{ width: 130px; height: auto; font-size: 16px;font-family: georgia; padding:  5px; text-align: center;color: {color:sidebar};  background-color: {color:details}; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out;}
  57. .title:hover{color: {color:details}; background-color: {color:sidebar};}
  58. /**** POSIÇÕES DA SIDEBAR ****/
  59. #content {width: 900px; margin-top: 0px; margin-right: auto; margin-bottom: 50px; margin-left: auto;}
  60. #sidebar {width:350px; text-align: justify; float: left; position: absolute; margin-top: 10px; left:100px;}
  61.  
  62. .sidebar {width: 250px; height: auto; top: 20px; left: 257px; padding: 0px; background-color: {color:sidebar}; text-align: center; position: fixed;}
  63.  
  64.  
  65. /**** FORMATAÇÃO DE TEXTO ****/
  66. b, strong, bold {color: {color:formataçãodetexto};}
  67. u, underline {color: {color:formataçãodetexto}; border-bottom: 1px dashed #000;text-decoration:none;}
  68. i, em {color: {color:formataçãodetexto};}
  69. s, strike {color: {color:formataçãodetexto};}
  70.  
  71. /**** FORMATAÇÃO DOS LINKS ****/
  72. a {color: {color:link}; -webkit-transition-duration: .99s; text-decoration:none;}
  73. a:hover, div.permalink p a:hover {color: #000;border: 0px;margin: 0px;filter:alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; -webkit-transition-duration: .99s; text-decoration:none;}
  74.  
  75. /**** BLOCKQUOTE ****/
  76. blockquote {border-left: 5px solid #000; font-family: georgia; color: 666; padding: 2px 2px 2px 6px; margin: 2px; line-height: 14px; background: #f1f1f1;}
  77.  
  78. /**** COISAS DAS TAGS DOS POSTS, MUDE SÓ AS CORES ****/
  79. /**** BOXES ****/
  80. .box {background: {color:sidebar}; padding: 5px; margin-bottom: 7px; left:10px;}
  81.  
  82. .box2{background: {color:sidebar2}; padding: 5px; margin-bottom: 7px; left:10px;}
  83.  
  84.  
  85. /**** CAIXA DOS POSTS ****/
  86. #container {
  87. background-color:transparent;
  88. width: 465px;
  89. position: absolute;
  90. top:29px;
  91. left: 355px;
  92.  
  93. padding-bottom: 5px;
  94. }
  95.  
  96. #entries {margin: -10px 0 0px 0}
  97.  
  98.  
  99. #entry {
  100. width: 500px;
  101.  border-bottom: 2px solid #DADADA;
  102. background-color:{color:entry};
  103. text-align: justify;
  104. padding: 20px;
  105.  margin-bottom:0px;}
  106.  
  107. .image{text-align: center; margin: 0 0 5px 0}
  108. .image img{border: 0px; margin: 0; padding: 0;}
  109.  
  110. #ask_form{width: 500px; }
  111.  
  112. .search_result{font-size: 12px; text-align: center}
  113.  
  114. .source{display:none}
  115.  
  116. h1{
  117. font-family: georgia;
  118. font-size:20px;
  119. letter-spacing: -1px;
  120. line-height: 20px;
  121. text-transform: none;
  122. font-weight: normal;
  123. margin: 0 0 5px 0;
  124. text-align: center
  125. }
  126.  
  127. h1 a{
  128. font-size:20px;
  129. letter-spacing: -1px;
  130. line-height: 20px;
  131. text-transform: none;
  132. font-weight: normal;
  133. margin: 0 0 5px 0;
  134. text-decoration: none;
  135. text-align: center
  136. }
  137.  
  138. .qqmarks{
  139. font-size: 80px;
  140. font-weight: bold;
  141. line-height: 80px;
  142. opacity: 0.2;
  143. filter:alpha (opacity=20)
  144. }
  145.  
  146. .qquote{
  147. font-family:Georgia;
  148. font-size: 20px;
  149. letter-spacing: -1px;
  150. line-height: 30px;
  151. text-transform: none;
  152. margin-top: -70px;
  153. margin-left: 45px
  154. }
  155.  
  156. .qsource{
  157. margin: 5px 15px 0 0;
  158. text-align: right}
  159.  
  160. .chat{
  161. line-height: 12px;
  162. list-style: none
  163. }
  164.  
  165. .chat ul {
  166. line-height: 15px;
  167. list-style: none;
  168. padding: 0px;
  169. line-height: 20px;
  170. background: #000;
  171. }
  172.  
  173. .person1 {
  174. background-color: {color:link};
  175. color: {color:background}
  176. }
  177. .person1 .label {
  178. font-weight: bold;
  179. padding: 0px;
  180. margin-left: 5px;
  181. color: {color: text}
  182. }
  183. .person2 {
  184. background-color: {color:background};
  185. color: {color: text}
  186. }
  187. .person2 .label {
  188. font-weight: bold;
  189. padding: 0px;
  190. margin-left: 5px;
  191. color: {color: text}
  192. }
  193.  
  194. .audioimage{
  195. float:left;
  196. text-align: center;
  197. margin: 0 10px 5px 0;
  198. width: 205px;
  199. border: 15px solid {color:background};
  200. }
  201. .audioimage img{
  202. max-width: 205px;
  203. height: auto;
  204. margin: 0 0 2px 0
  205. }
  206. .playcount {font-style: italic}
  207.  
  208.  
  209. .asker {
  210. width: 480px;
  211. background-color: {color:background};
  212. color:{color:text};
  213. padding: 10px; }
  214. .asker img{
  215. float: left;
  216. margin: 0px 4px 2px 0
  217. }
  218. .asker a{
  219. font-size: 20px;
  220. color:{color:link};
  221. text-transform: lowercase;
  222. line-height: 27px;
  223. padding: 0; margin: 0;
  224. font-family: georgia;
  225. }
  226. .asker a:hover{
  227. font-size: 20px;
  228. color:{color:link};
  229. text-transform: lowercase;
  230. line-height:27px;
  231. padding: 0;
  232. margin: 0;
  233. font-family: georgia;
  234. }
  235. .answer {padding: 5px 0 0 0; }
  236.  
  237. #cap {
  238. padding: 2px 0 0 0;
  239. width: 500px;
  240. margin: 0 0 0 5px
  241. }
  242.  
  243. .info {
  244. margin-top: 10px;
  245. border-left: 0px solid {color:entry};
  246. padding: 5px;
  247. background-color: {color:entry};
  248. text-align: left;
  249. font-size: 9px;
  250. font-family: verdana;
  251. text-transform: lowercase;
  252. }
  253.  
  254. .info a {font-size: 9px;}
  255.  
  256. .info2 {
  257. padding: 2px;
  258. border-bottom: 1px dotted {color:entry};
  259. text-align: right;
  260. }
  261. .tags {
  262. color: {color:text};
  263. font-size: 9px;
  264. font-family: verdana;
  265. display: inline;
  266. list-style: none;
  267. text-transform: none;
  268. }
  269. .tags a {
  270. font-size: 9px;
  271. color: {color:text};
  272. display: inline;
  273. list-style: none;
  274. text-transform: none;
  275. }
  276.  
  277. #nts {
  278. width: 500px;
  279. margin-left: 95px;
  280. padding: 10px;
  281. margin-top: 5px;
  282. font-size: 10px;
  283. text-align: left
  284. }
  285.  
  286. #nts img{display: none; border:0px}
  287.  
  288. #clear{
  289. clear: both;
  290. width: 50px;
  291. height: 0px;
  292. background-color: transparent
  293. }
  294.  
  295. #prevnextlinks{
  296. text-align: center;
  297. width: 500px;
  298. background-color:{color:entry};
  299. padding: 7px 20px 7px 20px;
  300. margin: 0 0 2px 0;
  301. font-size: 10px
  302. }
  303.  
  304. #notes {
  305. width: 500px;
  306. margin: 0px;
  307. margin-left: 0px;
  308. padding: 5px;
  309. text-align: left
  310. }
  311.  
  312. ol.notes {list-style: none; margin: 0 20px 0 10px; padding: 0px}
  313. ol.notes li {margin: 0px; padding: 2px;}
  314.  
  315. #notes img{border:0px}
  316. #notes a{font-size: 10px}
  317.  
  318. #tumblr_controls{position: fixed!important}
  319. ::-webkit-scrollbar{width:5px;height:5px;}
  320.  
  321. ::-webkit-scrollbar-button:start:decrement
  322.  
  323. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  324.  
  325. ::-webkit-scrollbar-track-piece{background-color:#fff;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  326.  
  327. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:{color:rolagem};-webkit-border-radius:px;}
  328.  
  329. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:{color:rolagem};-webkit-border-radius:px;}
  330.  
  331.  
  332.  
  333. /**** PERSONALIZAÇÃO DAS TAGS POR THAYSAAISABELA.TUMBLR.COM ****/
  334.  
  335. .tags {width: 99%; background: {color:tags1}; font-weight:normal; text-align: center; letter-spacing:1px; padding:3px; margin-bottom: 1px; text-shadow:0 1px 1px #eee; font-size: 8pt; border-radius: 1px;}
  336.  
  337. .notespost {width: 99%; background: {color:tags2}; font-weight: none; text-align: center; letter-spacing:1px; text-shadow:0 1px 1px #eee; font-size: 8pt; margin-bottom: 0px; padding: 3px; border-radius: 1px; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px;}
  338.  
  339. /****** fim da tag dos posts by THAYSAAISABELA.TUMBLR.COM ***/
  340.  
  341. /**** SELEÇÃO COLORIDA ****/
  342.  
  343. ::-moz-selection {
  344.  
  345. background-color: #000;
  346.  
  347. color: #fff;}
  348.  
  349.  
  350.  
  351. ::selection {
  352.  
  353. background-color: #fff;
  354.  
  355. color: #000;}
  356.  
  357. /*** BOTÃO DE FOLLOW FIXO! NÃO MEXE ^^ ****/
  358. #tumblr_controls{position: fixed!important}
  359.  
  360.  
  361. #buttonmenu {
  362.  
  363. width:107px;
  364.  
  365. float:center;
  366.  
  367. height:auto;
  368.  
  369. margin-left:3px;
  370.  
  371. margin-right:3px;
  372.  
  373. margin-bottom:8px;
  374.  
  375. padding-top:5px;
  376.  
  377. padding-bottom:5px;
  378.  
  379. background-color:#FFF;
  380.  
  381. display:inline-block;
  382.  
  383. color:#666;
  384.  
  385. font-family:Verdana;
  386.  
  387. font-size:10px;
  388.  
  389. letter-spacing:1px;
  390.  
  391. text-align:center;
  392.  
  393. cursor: hand;
  394.  
  395. border-left:5px solid {color:menu};
  396.  
  397. border-right:5px solid {color:menu};
  398.  
  399. -webkit-transition-duration: .50s;
  400.  
  401. }
  402.  
  403.  
  404.  
  405. #buttonmenu:hover { border-left:5px solid {color:menuhover}; border-right:5px solid {color:menuhover}; }
  406.  
  407.  
  408. #pagination {font-family:georgia; text-align:center; font-size:15px}
  409.  
  410.  
  411.  
  412.  
  413. <!---links---!>
  414. #menu {position:fixed; width:20px; height:147px; margin-top:86px; margin-left:73px;  background-color:transparent;}
  415.  
  416. .button2{width:20px; height:21px; font-family:tinytots; font-size:8px;color:{color:bglink2}; background-color:{color:bglink2}; padding-top:6px; text-align:center;-webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out; }
  417.  
  418. .button2:hover {margin-left:-50px; width:70px; height:21px; color:{color:txtlink2}; overflow:hidden; -moz-border-top-left-radius: 50px; border-top-left-radius: 50px;  -moz-border-bottom-left-radius: 50px; border-bottom-left-radius: 50px;}
  419.  
  420.  
  421. .button1{width:20px; height:21px; font-family:tinytots; font-size:8px;color:{color:bglink1}; background-color:{color:bglink1}; padding-top:6px; text-align:center;-webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out; -webkit-border-radius: 10px 0px 0px 0px }
  422.  
  423. .button1:hover {margin-left:-50px; width:70px; height:21px; color:{color:txtlink1}; overflow:hidden; -moz-border-top-left-radius: 50px; border-top-left-radius: 50px;  -moz-border-bottom-left-radius: 50px; border-bottom-left-radius: 50px;}
  424.  
  425. .button3{width:20px; height:21px; font-family:tinytots; font-size:8px;color:{color:bglink3}; background-color:{color:bglink3}; padding-top:6px; text-align:center;-webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out; }
  426.  
  427. .button3:hover {margin-left:-50px; width:70px; height:21px; color:{color:txtlink1}; overflow:hidden; -moz-border-top-left-radius: 50px; border-top-left-radius: 50px;  -moz-border-bottom-left-radius: 50px; border-bottom-left-radius: 50px;}
  428.  
  429. .button4{width:20px; height:21px;font-family:tinytots; font-size:8px;color:{color:bglink4}; background-color:{color:bglink4}; padding-top:6px; text-align:center;-webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out; }
  430.  
  431. .button4:hover {margin-left:-50px; width:70px; height:21px; color:{color:txtlink2}; overflow:hidden; -moz-border-top-left-radius: 50px; border-top-left-radius: 50px;  -moz-border-bottom-left-radius: 50px; border-bottom-left-radius: 50px;}
  432.  
  433. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  434.  
  435. .button5{width:20px; height:21px;font-family:tinytots; font-size:8px;color:{color:bglink5}; background-color:{color:bglink5}; padding-top:6px; text-align:center;-webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out; }
  436.  
  437. .button5:hover {margin-left:-50px; width:70px; height:21px; color:{color:txtlink1}; overflow:hidden; -moz-border-top-left-radius: 50px; border-top-left-radius: 50px;  -moz-border-bottom-left-radius: 50px; border-bottom-left-radius: 50px;}
  438.  
  439. .button6{width:20px; height:21px;font-family:tinytots; font-size:8px;color:{color:bglink6}; background-color:{color:bglink6}; padding-top:6px; text-align:center;-webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out; }
  440.  
  441. .button6:hover {margin-left:-50px; width:70px; height:21px; color:{color:txtlink2}; overflow:hidden; -moz-border-top-left-radius: 50px; border-top-left-radius: 50px;  -moz-border-bottom-left-radius: 50px; border-bottom-left-radius: 50px;}
  442.  
  443. .button7{width:20px; height:21px; font-family:tinytots; font-size:8px;color:{color:bglink7}; background-color:{color:bglink7}; padding-top:6px; text-align:center;-webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;  -webkit-border-radius: 0px 0px 0px 10px}
  444.  
  445. .button7:hover {margin-left:-50px; width:70px; height:21px; color:{color:txtlink1}; overflow:hidden; -moz-border-top-left-radius: 50px; border-top-left-radius: 50px;  -moz-border-bottom-left-radius: 50px; border-bottom-left-radius: 50px;}
  446.  
  447.  
  448. .sidebar {width: 250px; height: auto; top: 20px; left: 257px; padding: 0px; background-color: {color:sidebar}; text-align: center; position: fixed;}
  449.  
  450. .ander {float: left; padding: 0px;}
  451. .ander img {display: inline; margin-right:-9px; width:244px; margin-left: 0px; margin-top: 0px; height: auto; text-align:center; margin-bottom: 0px; border: 3px solid {color:text};}
  452.  
  453. .nav {position:fixed; width: 90; height: auto; padding:0px; margin-top:204px; margin-left:0px; }
  454. .nav a {display: block; width: 20px;  height: 8px; line-height: 8px; padding: 3px; font-family: verdana; font-size: 9px; text-align:center; background-color: {color:sidebar}; color:{color:sidebar}; text-decoration: none; text-transform: lowercase; margin-right: 1px; margin-bottom: 1px; overflow:hidden; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out;}
  455. .nav a:hover { color:{color:link hover}; text-align: center;  width: 78px; margin-left:-60px;  letter-spacing: 0px; font-weight:normal; border-left: 2px solid {color:link hover};}
  456.  
  457. .description {height: 69px; font-size:9px; font-family:verdana; text-align:justify; background-color: {color:sidebar}; color:{color:text}; padding:5px; border: 5px solid {color:sidebar};  margin-top:204px; margin-left:27px; overflow:auto; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out;}
  458.  
  459. .credit { font-size:9px;font-family:verdana; text-align:center; background-color:{color:credit}; color:{color:text}; padding: 5px; margin-top:1px; margin-left:0px; border-top: 1px dotted {color:text};}
  460.  
  461. </style>
  462. </head>
  463. <body>
  464.  
  465.  
  466. <div id="content">
  467. <div id="sidebar">
  468. <div class="Box">
  469.  
  470. <br>
  471. <div class="title"><div id="flirt">{text:frase}</div></div>
  472.  
  473. <div class="ander"><img src="{image:Sidebar1}" width="250" height="140" /></p></div>
  474.  
  475. <table cellspacing="0" cellpadding="0" style="vertical-align: middle; height: 100%; text-align: justify; width: 100%"><tr><Td>
  476.  
  477. <div id="menu">
  478.  
  479. <a href="{text:Link 1}"><div class="button1">{text:Link 1title}</div></a>
  480.  
  481. <a href="{text:Link 2}"><div class="button2">{text:Link 2title}</div></a>
  482.  
  483. <a href="{text:Link 3}"><div class="button3">{text:Link 3title}</div></a>
  484.  
  485. <a href="{text:Link 4}"><div class="button4">{text:Link 4title}</div></a>
  486.  
  487. <a href="{text:Link 5}"><div class="button5">{text:Link 5title}</div></a>
  488.  
  489. <a href="{text:Link 6}"><div class="button6">{text:Link 6title}</div></a>
  490.  
  491. <align="justify"><img src="{PortraitURL-96}" width="96" align="right" style="border: 02px solid #C8A3AC; padding: 3px;">
  492.  
  493.  
  494. <a title="theme d-esequilibrio, insp late-to-write, base   fragmentodecristal  " href="http://d-esequilibrio .tumblr.com" ><div class="button7">©</div></a>
  495. <div class="credit"><a href="http://d-esequilibrio.tumblr.com/"> theme d-esequilibrio, insp late-to-write, base   fragmentodecristal</a></div>
  496. <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">«</a> &nbsp;{/block:PreviousPage}{CurrentPage}/{TotalPages}{block:NextPage}&nbsp;<a href="{NextPage}">»</a>{/block:NextPage}</div>
  497. <br><br>
  498.  
  499.  
  500.  
  501.  
  502.  
  503. <div id="container">
  504.  
  505. <div id="entries">
  506. {block:IfEnableEndlessScrolling}<div class="autopagerize_page_element">
  507. <script type="text/javascript"
  508.  
  509. src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEnableEndlessScrolling}
  510.  
  511.  
  512. {block:SearchPage}<div class="search_result">{SearchResultCount} results</div>{/block:SearchPage}
  513.  
  514.  
  515.  
  516. {block:Posts}
  517.  
  518. <div id="entry">
  519. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  520.  
  521. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}
  522. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Photo}
  523.  
  524. {block:Photoset}{Photoset-500}
  525. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
  526. {/block:Photoset}
  527.  
  528. {block:Quote}
  529. <b class="qqmarks">"</b><div class="qquote">{Quote}</div>
  530. {block:Source}<div class="qsource">— {Source}</div>{/block:Source}
  531. {/block:Quote}
  532.  
  533. {block:Link}
  534. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  535. {block:Description}{Description}{/block:Description}
  536. {/block:Link}
  537.  
  538. {block:Chat}
  539. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  540. <div class="chat"><ul>{block:Lines}
  541. <li class="person{UserNumber}">{block:Label}
  542. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  543. {/block:Chat}
  544.  
  545. {block:Audio}
  546. <div class="audioimage">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  547. {AudioPlayerWhite}
  548. <div class="playcount">{PlayCountWithLabel}</div>
  549. <div class="cap">{block:Caption}{Caption}{/block:Caption}</div>
  550. {/block:Audio}
  551.  
  552. {block:Video}{Video-500}
  553. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Video}
  554.  
  555. {block:Answer}
  556. <img src="{AskerPortraitURL-48}" align="left" class="askborder" class="dreamgirl"><div class="bubble"><span></span><b>{Asker} said to me:</b>
  557. {Question}&nbsp;</div><br>{Answer} {/block:Answer}
  558.  
  559. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  560.      <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  561.        {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  562. {/block:ContentSource}</div>
  563.  
  564.  
  565.  
  566. <div id="clear"></div>
  567.  
  568. {block:Date} <div class="info"> <a href="{Permalink}">{TimeAgo}</a> {/block:Date} {block:NoteCount} . <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{Block:IndexPage}  <a href="{ReblogUrl}" target="_blank"> . <b>r</b>eblog </a> {/Block:IndexPage} {block:RebloggedFrom} . via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  569. <br>
  570. {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  571. </div></div>
  572. {/block:Posts}
  573. {block:PostNotes}
  574. <div id="nts"><div id="ntstext"> . {PostNotes}</div></div>
  575. {/block:PostNotes}
  576.  
  577. </center>
  578.  
  579.  
  580. <!---- FIM DAS TAGS DOS POSTS BY THAYSAAAISABELA.TUMBLR CREDITE TUDOOO ----->
  581. </body>
  582. </html>
Advertisement
Add Comment
Please, Sign In to add comment