thuannemendonca

theme 1 (Theme 54)

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