thuannemendonca

Theme 03 (Theme 56)

Aug 4th, 2012
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 21.76 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2.  
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <!theme by d-esequilibrio!>
  5.  
  6. <html>
  7. <head>
  8.     <!-- DEFAULT VARIABLES -->
  9. <meta name="color:back" content="#f8f8f8" />
  10. <meta name="color:sidebar" content="#fff" />
  11. <meta name="color:entr" content="#fff" />
  12. <meta name="color:title" content="#000" />
  13. <meta name="color:text" content="#000" />
  14. <meta name="color:textfrase" content="#000000" />
  15. <meta name="color:text link hover" content="#fff" />
  16. <meta name="color:bglink" content="#fff" />
  17. <meta name="color:bglink hover" content="#000" />
  18. <meta name="color:Link" content="#000" />
  19. <meta name="color:link h" content="#441a19" />
  20.  
  21. <meta name="font:title" content="verdana" />
  22. <meta name="font:body" content="verdana" />
  23. <meta name="image:sidebar" content="" />
  24. <meta name="image:side2" content="" />
  25. <meta name="text:Link1" content="/" />
  26.  
  27. <meta name="text:Link1 Title" content="link" />
  28. <meta name="text:Link2" content="/" />
  29. <meta name="text:Link2 Title" content="link" />
  30. <meta name="text:Link3" content="/" />
  31. <meta name="text:Link3 Title" content="link" />
  32. <meta name="text:Link4" content="/" />
  33. <meta name="text:Link4 Title" content="link" />
  34. <meta name="text:Link5" content="/" />
  35. <meta name="text:Link5 Title" content="link" />
  36. <meta name="text:Link6 Title" content="link" />
  37. <meta name="text:Link6" content="/" />
  38.  
  39.  
  40.  
  41.  
  42.    
  43.     <title>{Title}</title>
  44.     {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  45.     <link rel="shortcut icon" href="{Favicon}" />
  46.  
  47.     <style type="text/css">
  48.  
  49. body {color:#transparent; background-color:{color:back}; background-image: url('{image:Background}'); background-position: center; background-attachment:fixed; background-repeat: repeat; font-family:{font:body}; font-size:11px; line-height:15px; text-align:justify}
  50.  
  51. a:link, a:active, a:visited{color: #000; text-decoration:none}
  52.  
  53. #entries{left:50%; margin-left:600px; margin-top:50px; width:510px; background-color:{color:entr};}
  54.  
  55. .simage {text-align: center;}
  56.  
  57. .simage img {display: inline; max-height:135px;
  58. width: auto; text-align: center;}
  59.  
  60. #sbar {width:500px; margin-left:750px; position:fixed; margin-top:-7px; overflow:hidden; background-color: {color:sbar}; border-left:0px solid; border-right:0px solid; padding:3px}
  61.  
  62. #posts{overflow:hidden; background-color: {color:entr}; border-left:0px solid {color:link}; border-right:0px solid {color:link}; color:#000; padding:3px; margin-bottom:0px; left:54px}
  63.  
  64. h1{font-family: verdana; font-size:15px; letter-spacing: -1px; line-height: 20px; text-transform: none; font-weight: normal; font-style:normal; margin: 0 0 5px 0; text-align: center; color: #000}
  65.  
  66. h4{font-family: georgia; font-size:15px; letter-spacing: -1px; line-height: 20px; text-transform: none; font-weight: normal; font-style:normal; margin: 0 0 5px 0; text-align: center; color: #000}
  67.  
  68.  
  69. h3{font-family: georgia; font-size:20px; letter-spacing: -1px; line-height: 20px; text-transform: none; font-weight: normal; margin: 0 0 5px 0; text-align: center; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; -o-transition: all .3s ease-out; transition: all .3s ease-out; color:#000; font-style:italic;}
  70.  
  71. h2{font-family: georgia; font-size:20px; letter-spacing: -1px; line-height: 20px; text-transform: none; font-weight: normal; margin: 0 0 5px 0; text-align: center; color:#000}
  72.  
  73. #source {text-align: left}
  74.  
  75. #info{font-family:verdana; font-size:11px; text-align:left; background-color:#fff;}
  76.  
  77. #questions {background-color:#fff; color: #000; padding:10px; margin-bottom:0px; font-family:verdana; font-size:11px;}
  78. #questions a {color:#000;}
  79.  
  80. .nav1 {
  81. letter-spacing:1px;
  82. text-align:center;
  83. float: left;
  84. margin-left:0px;
  85. margin-top:400px;
  86. font-size: 7pt;
  87. padding:3px 0px;
  88. color: #000;
  89. margin:1px;
  90. background-color: #fff;
  91. position:relative;
  92. display: inline-block;
  93. cursor: default;
  94. width:auto;
  95. height:10px;
  96. padding-top:5px;
  97. text-align:center;
  98. border-radius:0px 0px 0px 0px;
  99. }
  100.  
  101. .nav3 {
  102. letter-spacing:1px;
  103. text-align:center;
  104. float: left;
  105. margin-left:0px;
  106. margin-top:400px;
  107. font-size: 8pt;
  108. padding: 3px 3px 9px 3px;
  109. color: #000;
  110. margin:1px;
  111. background-color: #fff;
  112. position:relative;
  113. display: inline-block;
  114. cursor: default;
  115. width:163px;
  116. height:10px;
  117. text-align:center;
  118. border-radius:0px 0px 0px 0px;
  119. }
  120.  
  121. .nav2 {
  122. letter-spacing:1px;
  123. text-align:center;
  124. float: left;
  125. margin-left:0px;
  126. margin-top:400px;
  127. font-size: 8pt;
  128. padding:3px 0px;
  129. color:#fff;
  130. margin:1px;
  131. background-color: #fff;
  132. position:relative;
  133. display: inline-block;
  134. cursor: crosshair;
  135. cursor: default;
  136. width:118px;
  137. text-align:center;
  138. height:25px;
  139. padding-top:3px;
  140. border-radius:0px 0px 0px 0px;
  141. -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; -o-transition: all .3s ease-out; transition: all .3s ease-out;
  142. }
  143.  
  144. .nav2:hover {background-color:#fff; color:#000}
  145.  
  146. div#credit{background-color: #fff; font-weight: bold; letter-spacing: 2px; color: #000; text-align: center; width:20px; height:20px; position: absolute; padding-top: 2px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; font-family: tahoma; -moz-border-bottom-right-radius: 30px; border-bottom-right-radius: 30px; -moz-border-bottom-left-radius: 30px; border-bottom-left-radius: 30px; margin-top:370px; margin-left:750px;}
  147.  
  148. div#credit:hover {background-color: transparent; color: transparent;}
  149.  
  150. blockquote {border-left:5px #ECEBEB solid; padding-left:5px; margin:0px 2px 0px 10px;}
  151.  
  152. blocktags {border-left:5px {color:body} solid; margin:5px 5px 5px 5px; padding: 5px 5px 5px 5px; background-color: #ECEBEB}
  153.  
  154. b, strong{color:#000}
  155. i, em {color:#000;}
  156. w {color:#000;}
  157. p{margin-top:3px; margin-bottom:3px}
  158. blockquote {margin:2px 5px 2px 5px; padding: 1px 0 3px 6px; border-left: 2px solid #ECEBEB}
  159.  
  160. img a{border:none; width:100%}
  161. .audio{background-color:black; display:block;}
  162.  
  163. div#chat li {
  164. padding: 4px;
  165. background-color:#F1F1F1;
  166. margin-top: 2px;
  167. }
  168.  
  169. div#chat ul{
  170. list-style: none;
  171. padding: 0px;
  172. margin-top:5px;
  173. margin-bottom:10px;
  174. text-align: left;
  175. }
  176.  
  177. .notes img{width:10px; position:relative; top:1px;}
  178. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  179. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  180.  
  181. .credit{width: 280px; float: center; clear: both; font-size: 9px; text-align: center; color:#000; margin-top: -5px;}
  182.  
  183. .credit a{text-decoration: none;color:#FFFFFF;}
  184.  
  185.  
  186. .sdescri {text-align: justify; font-size: 9px; font-family: verdana; position: relative; margin-left: 17px; width: 110px; padding: 0px; margin-top: 0px; color: #000; font-weight: normal;line-height:12px;}
  187.  
  188. .sdescri2 {text-align: justify; font-size: 9px; font-family: verdana; position: relative; margin-left: 17px; width: 310px; padding: 0px; margin-top: 0px; color: #000; font-weight: normal;line-height:12px;}
  189.  
  190.  
  191. ::-webkit-scrollbar{width:3px;height:8px;}
  192.  
  193. ::-webkit-scrollbar-button:start:decrement
  194.  
  195. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  196.  
  197. ::-webkit-scrollbar-track-piece{background-color: #fff;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  198.  
  199. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:#000;-webkit-border-radius:px;}
  200.  
  201. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:#000;-webkit-border-radius:px;}
  202.  
  203. .title { text-align: center; font-family:Calibri; font-size:41px; color:#000; width: 300px;  -webkit-transform: rotate(-90deg); margin-left: -125px}
  204.  
  205. .title a {text-transform: lowercase;}
  206.  
  207. .info {
  208. margin-top: 0px;
  209. margin-bottom: 1px;
  210. border-left: 0px solid #fff;
  211. padding: 5px;
  212. background-color: #fff;
  213. text-align: center;
  214. font-size: 9px;
  215. font-family: verdana;
  216. text-transform: lowercase;
  217. font-family:verdana; font-size:11px; text-align:left; background-color:#fff;
  218. color: #000;
  219. }
  220.  
  221. .info a {font-size: 9px;}
  222.  
  223. .info2 {
  224. padding: 2px;
  225. border-bottom: 1px dotted #f8f8f8;
  226. text-align: right;
  227. }
  228.  
  229. a.nave, a:visited.nav, a:active.nav {
  230. font-size: 10px; display: block; color: #000; background-color: #fff; padding: 4px 4px 9px 4px; margin:0 0 0px 0; font-family: verdana;  -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; height:10px; margin: 1px; padding-top:5px; text-align:center; width:120px; border-bottom: 1px solid #ECEBEB;
  231. }
  232.  
  233. .nave:hover {letter-spacing:2px; text-align:center;}
  234.  
  235. a.ale, a:visited.nav, a:active.nav {
  236. font-size: 10px; display: block; color: #000; background-color: #fff; padding: 4px 4px 9px 4px; margin:0 0 0px 0; font-family: verdana;  -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; height:10px; margin: 1px; padding-top:5px; text-align:center; width:120px; border-bottom: 1px solid #ECEBEB;
  237. }
  238.  
  239. .ale:hover {letter-spacing:1px; text-align:center;}
  240.  
  241. .borda {background-color:#000; padding:3px; -webkit-transition-duration: 2.20s; width:310px; height:inline;}
  242.  
  243. .borda:hover {background-color:#fff;}
  244.  
  245. #paginacaoml {font-size: 11px; font-weight: bold; line-height: 21px; text-shadow: 0 1px 1px #fff;} #paginacaoml a {background: #fff; margin: 0 1px 0 0; padding: 2px 4px; color: #cor da fonte; text-decoration: none;} #paginacaoml a:hover {background: #fff; border: none;} #paginacaoml span.pagina_atual {background: #fff; margin: 0 1px 0 0; padding: 2px 4px; color: #000; text-decoration: none;} #paginacaoml span.info {background: #fff; margin: 0 1px 0 0; padding: 2px 4px; color: #000; text-decoration: none;}
  246.  
  247. .oigatoegata {width: 800px; }
  248.  
  249. #sidebar {top: 20px; width: 155px; height:inline; margin-left: 20px; padding: 5px; background-color:{color:sbar}; text-align: center; color: #fff; position: fixed}
  250.  
  251. #sidebarlink {top: 80px; width: 100px; height: inline; margin-left: 170px; padding: 5px; background-color:{color:sbar}; text-align: center; color: #fff; position: fixed}
  252.  
  253. #descricao {top: 50px; width: 160px; height: inline; color: #fff; margin-left: 130px; padding:5px; background-color:{color:sbar}; text-align:justify; position: fixed}
  254.  
  255.  
  256. #descri {top: 271px; width: 169px; height: inline; color:#fff; margin-left: 140px; padding:5px; background-color:{color:sbar}; text-align:justify; position: fixed}
  257.  
  258. #men {top: 271px; width: 169px; height: inline; color:#fff; margin-left: 320px; padding:5px; background-color:{color:sbar}; text-align:justify; position: fixed}
  259.  
  260. #imgtopside {top: 70px; width: 190px; height: inline; color: #fff; margin-left: 190px; padding: 5px; background-color:{color:sbar}; text-align: center; position: fixed; font-family:verdana; font-size:11px;}
  261.  
  262. #sidebarlinke {top: 250px; width: 140px; height: inline; color:#fff; margin-left: 190px; padding: 5px; text-align: center; position: fixed; font-family:verdana; font-size:11px; background-color:{color:sbar}}
  263.  
  264. #pag {background-color:#transparent; position:fixed; color:{color:text}; left:300px; top:320px; font-family:Georgia; font-size:20px; font-style:italic;}
  265.  
  266. #creditos {top: 50px; width: 130px; height: inline; margin-left: 810px; padding: 5px; background-color:#fff; text-align: center; position: fixed; font-family:verdana; font-size:11px;}
  267.  
  268.  
  269. #side1 {width: 180px; margin-left: 0px; height: 15px; margin-top: 125px; float:left; text-align: center; background-color: #f1f1f1; font-size: 16px; position:fixed; padding: 5px; opacity: 0.4;}
  270.  
  271. #Foto1{margin-top: 150px; margin-left: 140px; height: 190px; width:190px; position: fixed; background-color: #ffffff; overflow: hidden;  z-index:3; -webkit-transition: all 2s ease-out; -moz-transition: all 2s ease-out; border: 5px solid #ffffff;-webkit-box-shadow: 2px 2px 5px #4D4D4D; -moz-box-shadow: 2px 2px 5px #4D4D4D; box-shadow: 2px 2px 5px #4D4D4D}
  272.  
  273. #Foto1 img {width:190px; height:190px; margin-top: 0px; margin-left: 0px; }
  274.  
  275. #Foto1:hover {opacity: 0;}
  276.  
  277. #Foto2 {margin-top: 150px; margin-left: 140px; height: 190px; width:190px; position: fixed; background-color: #ffffff; overflow: hidden;  z-index:3; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; border: 5px solid #ffffff; -webkit-box-shadow: 2px 2px 5px #4D4D4D; -moz-box-shadow: 2px 2px 5px #4D4D4D; box-shadow: 2px 2px 5px #4D4D4D;}
  278.  
  279. #Foto2 img {width:190px; height:190px; margin-top: 0px; margin-left: 0px;}
  280.  
  281. #Foto3{ margin-top: 150px; margin-left: 140px; height: 190px; width:190px; position: fixed; background-color: #ffffff; overflow: hidden;  z-index:3; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; border: 5px solid #ffffff; -webkit-box-shadow: 1px 1px 2px #4D4D4D; -moz-box-shadow: 2px 2px 5px #4D4D4D; box-shadow: 2px 2px 5px #4D4D4D; -moz-transform: rotate(-25deg); -webkit-transform: rotate(-25deg);}
  282.  
  283. #Foto3 img {width:190px; height:190px; margin-top: 0px; margin-left: 0px;}
  284.  
  285. .tituloside {margin-top: -2px; letter-spacing: 0px; text-align: center; font-family: verdana; font-size: 17px; color: #000;}
  286.  
  287.  
  288.  
  289. /* links */
  290.  
  291. #pic {width: none; margin-left: 919px;position: fixed; margin-top:-56px}
  292. #pic img{border: 5px solid {color:entry};}
  293.  
  294. #pages {width: none; margin-left: 920px;position: fixed; margin-top:78px; width:74px; background-color: {color:entry}; font-size: 9px; padding: 0px; text-align: center;}
  295.  
  296. #pages2 {width: none; margin-left: 919px;position: fixed; margin-top:94px; width:68px; background-color: {color:entry}; font-size: 9px; padding: 3px; text-align: center;}
  297.  
  298. #slider {float: left; margin-top: 55px; margin-left: 266px; position: fixed; background-color: {color:entry}; padding:2px; line-height:200%; padding-top:10px; padding-bottom:10px;height: 164px; }
  299.  
  300. #slider a {text-align: center; display: block; text-decoration: none; font-size: 18px; font-family:georgia; background: transparent;  color: {color:text}; padding: 6px; width: 0px; line-width: 25px;  margin-bottom:1px; -webkit-border-radius:26px; margin-top:-2px;}
  301.  
  302. #slider a:hover{background: transparent; color:{color:text}}
  303.  
  304. #slideShowContainer2{margin-top: -90px; margin-left: 109px; width: 380px; height: 163px; position: fixed; padding: 5px;background-color: #trans;}
  305. #slideShowContainer2 img{width: 280px; height: 163px;}
  306.  
  307. #dance {float: left; display: block; font-size: 9px; font-family: verdana; position: fixed; margin-left: 398px; width: 500px; background-color: {color:background}; padding: 10px; margin-top: -950px; background-attachment: fixed; background-image:url(''); height:900px;}
  308. .linkaa {margin-top: 19px; margin-left: 919px; position:fixed}
  309. .linkaa a{font-size: 9px; color: {color:text link}; background-color: {color:bg link}; padding: 6px 2px 7px 2px; width: 185px; display:block; margin-bottom: 1px; height: 4px; text-align: center; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; width: 70px; line-height: 4px}
  310. .linkaa a:hover{color: {color:text link hover}; background-color: {color:bg link hover}; letter-spacing: 1px; }
  311.  #links {width: 340px; float: left; margin-left:89px; margin-top: 355px; padding: 0px; text-align: center; position: fixed; }
  312.  
  313. #links a {font-size: 9px; color: {color:text}; background-color: {color:bglink}; padding: 6px 0px 8px 2px;  display:block; margin-bottom: 1px; height: 0px; text-align: center; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; width: 74px; line-height: 1px; border-left: 1px solid {color:background}; float: left}
  314.  
  315. #links  a:hover{text-align: center; color: {color:text link hover}; background-color: {color:bglink hover}; font-weight:bold; }
  316.  
  317.  
  318. #paginacaoml {font-size: 8px; font-family: Verdana;, sans-serif; line-height: 21px;}
  319. #paginacaoml a {font-size: 8px; font-family: Verdana; margin: -2px; padding: 2px 4px; color: {color:link}; background: {color:descbg} ; text-decoration: none;}
  320. #paginacaoml a:hover {font-size: 8px; font-family: Verdana; background: {color:descbg} ; color: {color:linkhover}; border: none;}
  321. #paginacaoml span.pagina_atual {background: {color:descbg} ; margin: 0 1px 0 0; padding: 2px 4px; text-decoration: none; font-weight: bold;}
  322. #paginacaoml span.info {background: ; margin: 0 1px 0 0; padding: 2px 4px; color: {color:text}; text-decoration: none;}
  323.  
  324. #page{margin-top:470px; background-color:#transp; float:center; width:206px; height:23px; position:fixed; margin-left: 140px; }
  325. .pgs{padding:4px; font-family:georgia; font-style: italic; font-size: 12px; letter-spacing:1px;}
  326. .pgs a {color: {color:paginacao};}
  327.  
  328.  
  329.  
  330. #codm {width:55px; height: 18px; margin-left:330px; margin-top:410px; position:fixed; overflow:hidden; background-color:#transp ; border-left:0px solid; padding:3px}
  331. .title { font-size:14px;font-family:georgia; padding: 2px;}
  332.  
  333. #tumblr_controls{position: fixed!important}
  334. #tumblr_controls{position: fixed!important}
  335. #tumblr_controls{position: fixed!important}
  336. ::-webkit-scrollbar{width:3px;height:4px;}
  337. ::-webkit-scrollbar-button:start:decrement
  338. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  339. ::-webkit-scrollbar-track-piece{background-color:{color:bgrolagem};-webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  340. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:{color:barraderolagem};-webki]t-border-radius:px;}
  341. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:{color:barraderolagem};-webkit-border-radius:px;}
  342. {CustomCSS}
  343.  
  344. .zitem{width:200px;height:250px;border:4px solid #222;margin:5px 5px 5px 0;overflow:hidden;position:relative;float:left;}
  345. .zitem .caption{width:200px;height:30px;background:#000000;color:#fff;-weight:bold;position:absolute;bottom:-1px;left:0;display:none;filter:alpha(opacity=70);-moz-opacity:0.7;-khtml-opacity:0.7;opacity:0.7;}
  346. .zitem .caption a{text-decoration:none;color:#fff;font-size:12px;padding:5px;display:block;}
  347. .zitem img{border:0;position:absolute;}
  348. .clear{clear:both;}
  349.      
  350.          #jilink{
  351.  
  352. text-align: center;
  353.  
  354. margin-left: 21px;
  355.  
  356. width: 191px;
  357.  
  358. position: fixed;
  359.  
  360. top: 331px;
  361.  
  362. background-color: #ffffff;
  363.  
  364.  
  365.  
  366. }
  367.  
  368. #jilink p{
  369.  
  370. margin-top: 1px;
  371.  
  372. font-size:0.7em;
  373.  
  374. }
  375.  
  376.  /* descrição */
  377. #credito{margin-left: 180px; margin-top: 360px; width: 228px; float: left; background-color: #FFFFFF; padding: 0px; position: fixed; height: 80px; font-size: 9px; font-family: verdana; }
  378.  
  379.  
  380.      </style>
  381.  <link rel="stylesheet" href="http://static.tumblr.com/ubiuxyg/Wmhm2u8bs/animated-menu.css"/>
  382. <script src="http://jqueryjs.googlecode.com/files/jquery-1.3.js" type="text/javascript"></script>
  383. <script src="http://static.tumblr.com/ubiuxyg/K4wm2u8d5/jquery.easing.1.3.js" type="text/javascript"></script>  
  384. <script src="http://static.tumblr.com/ubiuxyg/3V3m2u8cm/animated-menu.js" type="text/javascript"></script>  
  385.  
  386. </script>
  387. </head>
  388. <body>
  389.  
  390. <div id="Foto2">
  391. <div id="side1">
  392.  
  393. <div class="tituloside">{title}</div></div>
  394. <img src="{image:sidebar}">
  395. </div>
  396.  
  397. <div id="Foto3">
  398. <div id="side1">
  399. <div class="tituloside">{title}</div>
  400. </div>
  401. <img src="{image:sidebar}">
  402. </div>
  403.  
  404. <div id="Foto1">
  405. <div id="side1">
  406. <div class="tituloside">{title}</div>
  407. </div>
  408. <img src="{image:side2}">
  409. </div>
  410.  
  411. <div>
  412. <br>
  413. <br>
  414. <div id="links">
  415. <a href="{text:Link1}">{text:Link1 Title}</a>
  416. <br>
  417. <a href="{text:Link2}">{text:Link2 Title}</a>
  418. <br>
  419. <a href="{text:Link3}">{text:Link3 Title}</a>
  420. <br>
  421. <a href="{text:Link4}">{text:Link4 Title}</a>
  422. <br>
  423. <a href="{text:Link5}">{text:Link5 Title}</a>
  424. <br>
  425. <a href="{text:Link6}">{text:Link6 Title}</a>
  426.  
  427. </div>
  428. </center>
  429. <div id="credito">
  430. “{description}.”
  431. </div>
  432.  Theme by <a href="http://d-esequilibrio.tumblr.com/"><b>d-esequilibrio</a>
  433. </br></br>
  434.  
  435. <div id="page">
  436. <div class="pgs">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">« previous</a> / {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">next »</a>{/block:NextPage}{/block:Pagination}</div></div>
  437.  
  438.  
  439.  
  440. </div>
  441.  
  442.  
  443.     </div>
  444.  
  445. </div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
  446.  
  447.  
  448. </div></div></div></div></div></div></div>
  449. <div id="entries">
  450. {block:Posts}
  451. <div id="posts">
  452.  
  453. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  454. {block:Text}{Body}{/block:Text}
  455.  
  456. {block:Quote}<center><h4>"{Quote}"</center></h4>{/block:Quote}
  457. {block:Source}<div class="source">— {Source}</div>{/block:Source}
  458.  
  459. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  460. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  461.  
  462. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  463. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  464.  
  465. {block:Chat}<div id="chat">
  466. <ul>{block:Lines}<li>
  467. {block:Label}<b>{Label}</b>{/block:Label}
  468. {Line}
  469. </li>{/block:Lines}</ul>
  470. </div>{/block:Chat}
  471. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  472.  
  473. {block:Answer}<div id="questions">{Asker} <b>asked</b>: {Question}</div>
  474. {Answer}{/block:answer}
  475.  
  476. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  477.  
  478. </div>
  479. <div class="info">
  480. {block:HasTags}<b><small>indirect:</small></b>{block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}<br>{/block:HasTags}
  481. {block:Date}<small>posted</small> <a href="{Permalink}">{TimeAgo}</a> {/block:Date} {block:NoteCount} · <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{Block:IndexPage} · <a href="{ReblogUrl}" target="_blank">i think you should <b>reblog</b></a>{/Block:IndexPage}<small>{block:RebloggedFrom} · <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}{block:ContentSource} · <a href="{SourceURL}" target="_blank">originally</a>{/block:ContentSource}</small></div>
  482. {/block:Posts}
  483.  
  484. {block:PostNotes}{PostNotes}{/block:PostNotes}
  485.  
  486. </div>
  487. </body>
  488. </html>
Advertisement
Add Comment
Please, Sign In to add comment