Advertisement
leticiafelippe

Theme3

Mar 25th, 2012
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.81 KB | None | 0 0
  1. <!-------------------------------------------------------------------------
  2. Este Theme foi feito por Letícia Felippe (uma-bailarina-skatista.tumblr.com),modifique o quanto quiser mais jamais retire os créditos-----
  3. -------------------------------------------------------------------------->
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml">
  6. <script type="text/javascript">
  7.  
  8. function tb8_makeArray(n){
  9. this.length = n;
  10. return this.length;
  11. }
  12. tb8_messages = new tb8_makeArray(1);
  13. tb8_messages[0] = "{title}";
  14. tb8_rptType = 'infinite';
  15. tb8_rptNbr = 5;
  16. tb8_speed = 100;
  17. tb8_delay = 2000;
  18. var tb8_counter=1;
  19. var tb8_currMsg=0;
  20. var tb8_tekst ="";
  21. var tb8_i=0;
  22. var tb8_TID = null;
  23. function tb8_pisi(){
  24. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  25. document.title = tb8_tekst;
  26. tb8_sp=tb8_speed;
  27. tb8_i++;
  28. if (tb8_i==tb8_messages[tb8_currMsg].length){
  29. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  30. }
  31. if (tb8_currMsg == tb8_messages.length){
  32. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  33. clearTimeout(tb8_TID);
  34. return;
  35. }
  36. tb8_counter++;
  37. tb8_currMsg = 0;
  38. }
  39. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  40. }
  41. tb8_pisi()
  42. </script>
  43. <head profile="http://gmpg.org/xfn/11"> <link href='http://fonts.googleapis.com/css?family=Rochester' rel='stylesheet' type='text/css'><link href='http://fonts.googleapis.com/css?family=Cookie' rel='stylesheet' type='text/css'>
  44. <link href='http://fonts.googleapis.com/css?family=Satisfy' rel='stylesheet' type='text/css'>
  45.  
  46. <title>{title}</title>
  47. <link rel="shortcut icon" href="{Favicon}" />
  48. <meta name="color:title" content="#000000"/>
  49. <meta name="color:titlehover" content="#000000"/>
  50.  
  51. <meta name="color:negrito" content="#000000"/>
  52. <meta name="color:italico" content="#000000"/>
  53. <meta name="color:tracejado" content="#000"/>
  54. <meta name="color:menu" content="#FFF"/>
  55.  
  56. <meta name="color:menuhover" content="#000000"/>
  57. <meta name="color:textlinks" content="#000000"/>
  58. <meta name="color:textlinkhover" content="#FFF"/>
  59.  
  60. <meta name="color:links" content="#000" />
  61. <meta name="color:linkshover" content="#D6D6D6" />
  62. <meta name="color:border" content="#000" />
  63.  
  64.  
  65. <meta name="color:trace" content="#33313D" />
  66.  
  67.  
  68. <meta name="color:texthover" content="#000000" />
  69. <meta name="color:sidebar" content="#ffffff"/>
  70. <meta name="color:sidebarhover" content="#000"/>
  71. <meta name="color:letrabox" content="#000000"/>
  72. <meta name="color:backgroundbox" content="#ffffff"/>
  73. <meta name="color:letrasidebar" content="#FFFFFF"/>
  74.  
  75. <meta name="color:backgroundtheme" content="#FFF"/>
  76. <meta name="color:descricao" content="#000000"/>
  77. <meta name="color:backgroundfrase" content="#FFF"/>
  78. <meta name="color:frase" content="#000000" />
  79.  
  80. <meta name="if:Show links" content="1"/>
  81. <meta name="if:Show sidebar image" content="1"/>
  82. <meta name="if:Show sidebar image" content="1"/>
  83. <meta name="image:backgroundfrase" content=""/>
  84. <meta name="image:background" content=""/>
  85. <meta name="image:sidgif" content="http://25.media.tumblr.com/tumblr_luj0m97iko1r5abgeo1_400.jpg"/>
  86.  
  87. <meta name="text:subtitle" content="" />
  88. <meta name="text:subtitle" content="" />
  89. <meta name="text:frase" content="Troque no appearence" />
  90.  
  91. <meta name="text:Link1" content="link" />
  92. <meta name="text:Link1 Title" content="link1" />
  93. <meta name="text:Link2" content="/" />
  94. <meta name="text:Link2 Title" content="link2" />
  95. <meta name="text:Link3" content="/" />
  96. <meta name="text:Link3 Title" content="link3" />
  97. <meta name="text:Link4" content="Link" />
  98. <meta name="text:Link4 Title" content="link4" />
  99. <meta name="text:Link5" content="/" />
  100. <meta name="text:Link5 Title" content="link5" />
  101. <meta name="text:Link6" content="/" />
  102. <meta name="text:Link6 Title" content="link6" />
  103. <meta name="text:Link7" content="/" />
  104. <meta name="text:Link7 Title" content="link7" />
  105.  
  106.  
  107. </head>
  108.  
  109. <style type="text/css">
  110. ::-webkit-scrollbar{width:6px;height:3px;}
  111. ::-webkit-scrollbar-button:start:decrement
  112. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  113. ::-webkit-scrollbar-track-piece{background-color:#fff;-webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  114. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:#CACACA;-webkit-border-radius:px;}
  115. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:#ddd;-webkit-border-radius:px;}
  116.  
  117. /*** Background ***/
  118. body{background: {color:backgroundtheme} Url('{image:background}'); color: {color:letrasidebar}; font-family: Verdana; font-size: 11px; background-attachment:fixed; background-repeat:repeat; }
  119.  
  120.  
  121. /*** Pagina ***/
  122. #pagina {font: normal 12px arial; color: #000; width: 350px; padding: 2px, text-align: center;}
  123.  
  124. /*** Conteudo ***/
  125. #conteudo {margin-left:400px; margin-top:2px; width: 350px; padding: 5px; }
  126. #conteudo .post {margin-bottom:20px;}
  127.  
  128.  
  129.  
  130. .sleft {text-align: center; line-height: 18px;}
  131. .sleft a {display: block; font-family: {font:text}; letter-spacing: 1px; font-size: 10px; width: 190px; text-align: center; margin-bottom: 1px; background-color: {color:sidebarlinks}; color:{color:leftext}; text-decoration: none; text-transform: lowercase;}
  132. .sleft a:hover{text-align: center; width: 185px; background-color: {color:bglink}; color:{color:leftext}; border-left: 5px solid {color:sidtext};}
  133.  
  134.  
  135. .sidebar {position: absolute;background: {color:backgroundbox};
  136. background-repeat: no-repeat;
  137. padding: 5px;
  138. margin-bottom: 15px;
  139. -moz-box-shadow: 0 0 0em #ddd; -webkit-box-shadow: 0 0 1em #ddd; box-shadow: 0 0 1em #ddd;
  140. border-radius: 1px;}
  141.  
  142.  
  143. .borda{
  144. padding : 0px;
  145.  
  146. border-radius:0px;}
  147.  
  148. .bordasm {
  149. padding : 0px;
  150. -webkit-border-radius: 80px;
  151. -moz-border-radius: 80px;
  152. border-radius: 80px;}
  153.  
  154.  
  155.  
  156. .bordasm123 {width:60px; height:60px;
  157. -webkit-border-radius: 50px;
  158. -moz-border-radius: 50px ;
  159. border-radius: 50px;
  160. }
  161.  
  162. .imageside {margin-left:190px; margin-top:13px; max-width: 200px; height: auto;}
  163. .imageside img {width:150px; height:185px;align:center;}
  164.  
  165.  
  166.  
  167. .sideimage {clear: both; margin-top: -2px; padding: 0px;}
  168. .sideimage img {display: inline; margin-right:1px; max-width: 150px; height: auto; text-align:center; margin-bottom: 2px;-webkit-transform: rotate(330.7deg);}
  169. .sideimage {clear: both; margin-top: 3px; padding: 0px;}
  170. .sideimage img2 {display: inline; margin-right:0px; max-width: 150px; max-height: 161px; text-align:center; margin-bottom: 2px;}
  171.  
  172. .sideimage img:hover {display: inline; margin-right:1px; max-width: 150px; height: auto; text-align:center; margin-bottom: 2px;-webkit-transform: rotate(360.7deg);}
  173. #deslizar{margin-top: -170px; margin-left: 0px;}
  174. #deslizar img {width:155px; height:170px;-webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out;}
  175. #deslizar img:hover {opacity: 0;}
  176. .cred {text-align: center;}
  177. .sidebarpages {font-size: 12px; margin-top: 5px; text-align: center; width: 300px; font-family: verdana; float: center; clear:
  178.  
  179. both }
  180.  
  181.  
  182.  
  183.  
  184.  
  185. #flyer {display: block;float: right:; top:50px; width: 75px; height: 8200px; background-color: transparent; text-align: center; position: fixed; margin-left: 920px;}
  186.  
  187. .sidebarimg img{max-width: 265px; height: auto; text-align:center}
  188. .box {background: {color:backgroundbox}; margin-bottom: 10px; padding: 5px; text-align: justify; border-radius: 0px;}
  189.  
  190.  
  191. .divdate {border-bottom: 1px dotted {color:trace}; margin-bottom: 2px; padding:3px}
  192.  
  193. .titulos {color:{color:title}!important;font-family: 'Andika', sans-serif;font-size:25px;line-height:25px;font-weight:normal;margin:0px;padding:0px;margin-bottom:-0px;text-align:left;letter-spacing: 1px;}
  194.  
  195. #creditossm {}
  196. .boxall{
  197. background: {color:backgroundbox};
  198. background-repeat: no-repeat;
  199. padding: 5px;
  200. margin-bottom: 15px;
  201. -moz-box-shadow: 0 0 1em #ddd; -webkit-box-shadow: 0 0 1em #ddd; box-shadow: 0 0 1em #000;
  202. border-radius: 8px;
  203. }
  204.  
  205.  
  206. /*** Nav ***/
  207. .nav {background-color: {color:a}; display: inline-block; padding: 2px; text-align: center; line-height:13px; color:#FFF; width: 15px; float: center; margin:2px 2px 2px 2px; font: normal 10px verdana; border: 0px solid #fff; border-bottom: 0px solid #eee;
  208. -webkit-border-top-left-radius: 1px;text-transform: uppercase;height:15px; }
  209.  
  210. h1{color:{color:title} !important;font-family: 'Satisfy', cursive;font-size:20px;line-height:20px;font-weight:normal;margin:0px;padding:0px;margin-bottom:-0px;text-align:left;letter-spacing: 1px;}
  211. blockquote {background: #ffff;
  212. border-left: 0px solid #ddd;
  213. padding: 5px;}
  214. h2{color:{color:frase} !important;font-family: 'Cookie', cursive;font-size:28px;line-height:20px;font-weight:normal;margin:0px;padding:0px;margin-bottom:-0px;text-align:Center;letter-spacing: 1px;}
  215.  
  216. blockquote {background: #ffff;
  217. border-left: 0px solid #ddd;
  218. padding: 5px;}
  219. h3{ color: {color:frase} !important;font-family: 'Cookie', cursive;font-size:15px;line-height:25px;font-weight:normal;margin:0px;padding:0px;margin-bottom:-0px;text-align:center;letter-spacing: 1px;}
  220. blockquote {background: #ffff;
  221. border-left: 7px solid #ddd;
  222. padding: 5px;}
  223.  
  224.  
  225. a:link, a:visited, a:active {color: {color:links}; text-shadow: 0 0px 0px #ffffff; letter-spacing: 1px; text-decoration: none;}
  226. a:hover {color: {color:linkshover}; -webkit-transition-duration: .99s;}
  227.  
  228. /*** Seleção colorida Sm ***/
  229. ::-moz-selection
  230. {
  231. background: #28B5BF;
  232. color: #f3f3f3;
  233. }
  234. ::selection
  235. {
  236. background: #28B5BF;
  237. color:#fff;
  238. }
  239.  
  240. .slinks3{margin: 2px;left: 100%; padding: 0px; text-align: left;}
  241. .slinks3 a{height: 15px; width:162%; text-align: center; margin-bottom: -10px; color: {color:textlink}; background-color: {color:menu}; display: block; font-family: verdana; font-size: 10px; padding: 4px ; }
  242. .slinks3 a:hover{background-color: {color:menuhover}; color:{color:textlinkhover};}
  243.  
  244.  
  245.  
  246.  
  247.  
  248. .mcenter{float: left; text-align: center; line-height: 17px; font-size: 9px;}
  249. .mcenter a {display: block;color:{color:textlinks}; background-color: {color:menu}; text-align: center; width:105px;height:19px; margin-bottom: 2px; text-transform: lowercase; -webkit-transition: all 0.4s linear; -moz-transition: all 0.4s linear; -o-transition: all 0.8s linear; transition: all 0.4s linear;border: 0px solid transparent;margin:2px 0px 0px 2px;}
  250. .mcenter a:hover{background-color: {color:menuhover}; color:{color:textlinkhover}; text-transform: lowercase;border: 0px solid {color:border};}
  251.  
  252.  
  253.  
  254. ght: none;}
  255.  
  256. #sid{position: absolute; margin-left:780px; margin-top:460px; width: 400px; height: 70px; background-color: transparent; padding: 10px; background-attachment:absolute; -webkit-transform: rotate(90deg); line-height:19px;}
  257.  
  258.  
  259. #sm { margin-top: 0px;}
  260. b, strong, bold {color:{color:negrito};}
  261. u, span.sublinha {cursor: help; text-decoration: none; border-bottom: 1px dashed {color:sublinhado};}
  262. i, em{color: {color:italico};}
  263. s {color: {color:tracejado };}
  264.  
  265.  
  266. /*** Formatação da Paginação ***/
  267.  
  268. #paginacaoml {font-family: verdana;font-size: 10px; font-weight: bold;}
  269. #paginacaoml a {background: {color:letrasidebar};margin: 1px; padding: 2px 3px; color: {color:links}; -moz-border-radius: 0px; -webkit-border-radius:000px;text-decoration: none;}
  270. #paginacaoml a:hover {background: {color:letrasidebar}; border: none;color:{color:linkshover};text-decoration: none;}
  271. #paginacaoml span.pagina_atual {background: {color:letrasidebar};margin: 1px; padding: 2px 5px; color: #000000; text-decoration: none; -moz-border-radius: 0px; -webkit-border-radius:0px; }
  272. #paginacaoml span.info { margin: 1px; padding: 2px 4px; color: #666; text-decoration: none;}
  273.  
  274. .date {width: 99%; background:{color:backgroundbox}; font-weight:normal; text-align:left; letter-spacing:1px; padding:3px; margin-bottom: 1px; text-shadow:0 0px 0px #fff; font-size: 7pt; border-radius: 3px;}
  275. .tag {width: 97%; background:{color:backgroundbox}; font-weight:normal; text-align:center; letter-spacing:1px; padding:4px; margin-bottom: 1px; text-shadow:0 0px 0px #fff; font-size: 7pt;border-radius: 04px;border-radius: 3px; -webkit-transition-duration: .50s;
  276.  
  277. border-radius:9px 0 9px 0;
  278.  
  279. }
  280.  
  281. .box3 {background:{color:sidebar}; width: 270px; padding: 2px; text-align: justify;border-radius: 02px; border-radius: 00px;margin-top:70px;-webkit-transition: all 1.0s ease-out; -moz-transition: all 1.5s ease-out;}
  282.  
  283.  
  284.  
  285. .box3:hover {background: {color:sidebarhover}; padding: 2px; text-align: justify;border-radius: 00px;-webkit-transition: all 2.0s ease-out; -moz-transition: all 2.0s ease-out;}
  286.  
  287.  
  288.  
  289.  
  290.  
  291. .box2 {background:{color:backgroundbox};width: 255px; margin-bottom: 0px; padding: 3px; text-align: justify;-webkit-border-bottom-right-radius: 5px;
  292. -webkit-border-bottom-left-radius: 5px;
  293. -moz-border-radius-bottomright: 5px;
  294. -moz-border-radius-bottomleft: 5px;
  295. border-bottom-right-radius: 5px;
  296. border-bottom-left-radius: 5px; }
  297.  
  298. .ask {width: 99%; background: {color:backgroundbox}; font-weight:normal; letter-spacing:1px; padding:3px; margin-bottom: 1px; text-shadow:0 0px 0px #fff; font-size: 7pt; }
  299.  
  300. .creditos{
  301. background: #ddd;
  302. background-repeat: no-repeat;
  303. padding: 3px;
  304. margin-bottom: 0px;
  305. border-radius:50px;
  306. height:16px;
  307. font-family:Century Gothic;
  308. font-size:13;
  309. color:#aaa;
  310. }
  311.  
  312. .notepost{width: 99%; background: #F8F8F8; font-weight:italic; text-align:right; letter-spacing:1px; text-shadow:0 0px 0px #fff; font-size: 7pt; margin-bottom: 1px; padding: 3px; border-radius: 3px; }
  313. /*** BlockQuote ***/
  314. blockquote {
  315. margin: 5px;
  316. padding: 3px;
  317. border-left: 0px ridge #eee;}
  318.  
  319. #descrip {width: 268px; height: 20px; margin-left: 5px; margin-top: 145px; position:fixed; overflow:hidden; background-color: {color:descricao}; color: {color:frase};
  320. opacity: 0.6;-webkit-transition: all 2.0s ease-out; -moz-transition: all 2.5s ease-out;}
  321. #descrip { font-family: verdana;font-size: 9px; color: {color:frase}; text-align: center; padding: 3px; line-height:18px}
  322. #descrip:hover {width:268px;height: 292px; opacity: 1.0;-webkit-transition: all 2.0s ease-out; -moz-transition: all 2.5s ease-out;margin-top:-105px;}
  323.  
  324.  
  325. #frase2 {width: 120px; height: 22px; margin-left: 5px; position:fixed; overflow:hidden; background-color: {color:backgroundbox};bottom:0px;
  326.  
  327. opacity: 1.0; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  328. #frase2 { font-family: verdana;font-size: 9px; color: {color:letrasidebar}; text-align: center; padding: 3px; line-height:18px;}
  329. #frase2:hover {width: 120px;height: 100px; opacity: 1.0; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;margin-top:12px;}
  330.  
  331.  
  332.  
  333. #frase {width: 806px; height: 25px; margin-left: 5px; margin-top: 145px; position:fixed; overflow:hidden; background: {color:backgroundfrase} Url('{image:backgroundfrase}');
  334. -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  335. #frase { font-family: 'Satisfy', cursive;font-size: 17px; color: {color:frase}; text-align: center; padding: 3px; line-height:18px}
  336.  
  337.  
  338. /*** Seleção Colorida ***/
  339. ::-moz-selection
  340. {color: #000;
  341. background: #eee;}
  342.  
  343. ::selection
  344. {color: #000;
  345. background: #eee;}/*** Codigo do menu ***/
  346.  
  347.  
  348. /* container */
  349.  
  350.  
  351.  
  352.  
  353.  
  354. #container {margin-left: 160px;}
  355. /*** CAIXA PRO MENU FALSO IFRAME SM***/
  356.  
  357. .booox {background: #FFF; padding: 5px 5px 5px 5px; margin-bottom: 10px; border: 1px solid #eee;
  358. line-height: 17px; color: #a6a6a6; }
  359.  
  360. /*** Titulo pra pagina ***/
  361.  
  362.  
  363.  
  364.  
  365. #portrait {
  366. position:fixed;
  367. width:110px;
  368. height:110px;
  369. margin-top:420px;
  370. margin-left:1125px;
  371. background-color: {color:top};
  372. -moz-border-radius: 110px;
  373. -webkit-border-radius: 110px;
  374. z-index:2;
  375. }
  376.  
  377.  
  378.  
  379.  
  380. #portrait img {
  381. margin-top:7px;
  382. margin-left:0px;
  383. position:fixed;
  384. margin-bottom:10px;
  385. -moz-border-radius: 96px;
  386. -webkit-border-radius: 96px;
  387. z-index:2;
  388. }
  389.  
  390. </style>
  391.  
  392. <body>
  393.  
  394. <div style=" background: {color:backgroundtheme} Url('{image:background}'); top: 0px; left: 0px; width: 100%; height: 50px; z-index: 100; position: fixed;"><div style="position:absolute; width: 355px; left:165px; top:-100px;position: fixed; text-align: right;" >
  395. <div id="frase"><center>{text:frase}</center></div>
  396. </div></div>
  397. </head>
  398.  
  399.  
  400. <div id='menu'>
  401.  
  402.  
  403. </div>
  404.  
  405.  
  406. <!-- DESCRICAO -->
  407.  
  408.  
  409.  
  410. <div style="position:absolute; widht:350px; left:-20px; top:30px;position: fixed; text-align: right;" >
  411.  
  412. <div class="imageside"><div class="box3"><center><table><tr><td> <img src="{image:sidgif}"/> </td><td><div class="mcenter"><a href="/">home</a><a href="/ask">ask</a>
  413. <a href="http://uma-bailarina-skatista.tumblr.com/">Theme</a>
  414.  
  415.  
  416.  
  417. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  418. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a> {/block:ifLink2}{block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a> {/block:ifLink3}
  419.  
  420.  
  421. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a> {/block:ifLink4}
  422. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a> {/block:ifLink5}
  423. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a> {/block:ifLink6}
  424. </table></tr></td>
  425.  
  426.  
  427. <div class="box2"><br>
  428. <center><div id="paginacaoml"> {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}{/block:Pagination}
  429. {block:JumpPagination length="6"}
  430. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  431. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  432. {/block:JumpPagination}
  433. {block:Pagination}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}</div><BR>
  434. </center>
  435. </blogger>
  436.  
  437. </div></div></div><div style="position:absolute; widht:350px; left:1090px; position: fixed; text-align: right;" >
  438.  
  439.  
  440.  
  441. <div id="frase2">
  442. <h2><b></h2></b> <b><a href="http://uma-bailarina-skatista.tumblr.com/">Uma Bailarina Skatista</a></b>. Não retire os Créditos</b></center></div>
  443.  
  444.  
  445. <div style="position:absolute; widht:350px; left:165px; top:205px;position: fixed; text-align: right;" >
  446.  
  447.  
  448.  
  449.  
  450. <div id="descrip"> <h3>Description</h3>
  451. <div style="padding:0px; overflow: auto; top:10px; width:265px; ;text-align: justify; font-size: 10px; font-family: verdana; height:230px; line-height: 110% ;">
  452. {block:Description}{Description}{/block:Description}
  453.  
  454.  
  455. </div></div></div>
  456.  
  457. </div></div></div>
  458.  
  459.  
  460.  
  461. </center></div></div></div></div></div>
  462. <br>
  463.  
  464.  
  465. </div></div></div></div></div></div></div></div>
  466.  
  467. <!-- TAGS PRINCIPAIS DO POST -->
  468. <div style="position:absolute; width:530px; left: 450px; top:100px; padding-top:0px; z-index:2;">
  469.  
  470.  
  471. {block:Posts}
  472.  
  473. <div id="liuc">
  474.  
  475. {block:Regular}<div class="post"><div class="box">
  476. {block:Title}<h1>{Title}</h1>{/block:Title}
  477. <div class="entry">{Body}</div>
  478.  
  479. <div class="divdate"></div>
  480.  
  481.  
  482. <div class=date"></a><strong>{DayOfMonth}</strong>/<strong>{MonthNumberWithZero}</strong>/<strong>{Year}</strong> às {12Hour}:{Minutes}{AmPm} · <a class="notes"><a class="notes" href="{Permalink}">{NoteCountWithLabel}</a> · <a href="{ReblogURL}" target="_blank">reblogue </a></div>
  483.  
  484. <div class="tag">{block:HasTags}Tags: {block:Tags}&nbsp;<a class="tag" href="{TagURL}">{Tag}</a>&nbsp;#{/block:Tags}{/block:HasTags}</a></div>
  485.  
  486. </div></div>
  487. {/block:Regular}
  488.  
  489.  
  490.  
  491.  
  492. {block:Photo}
  493. <div class="post"><div class="box">
  494. <center>
  495. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" margin-left=05px; width=520px class="borda">{LinkCloseTag}</center>
  496. {block:Caption}
  497. <br>
  498. <div class="caption">{Caption}</div>
  499. {/block:Caption}
  500. <div style="clear:both;"></div>
  501. <BR>
  502.  
  503. <div class="divdate"></div>
  504.  
  505.  
  506.  
  507. <div class=date"></a><strong>{DayOfMonth}</strong>/<strong>{MonthNumberWithZero}</strong>/<strong>{Year}</strong> às {12Hour}:{Minutes}{AmPm} · <a class="notes"><a class="notes" href="{Permalink}">{NoteCountWithLabel}</a> · <a href="{ReblogURL}" target="_blank">reblogue </a></div>
  508.  
  509. <div class="tag">{block:HasTags}Tags: {block:Tags}&nbsp;<a class="tag" href="{TagURL}">{Tag}</a>&nbsp;#{/block:Tags}{/block:HasTags}</a></div>
  510.  
  511.  
  512.  
  513.  
  514. </div></div>
  515. {/block:Photo}
  516.  
  517.  
  518. <div style="clear:both;"></div>
  519.  
  520.  
  521. {block:Answer}
  522. <div class="post"><div class="box">
  523. <img src="{AskerPortraitURL-40}"align="left" class="bordasm"/>
  524. <div class="ask"><b>{Asker}</b>:
  525. <br>{Question}<br></div>
  526. {Answer}
  527.  
  528. <div style="clear:both;"></div>
  529.  
  530. <BR>
  531.  
  532. <div class="divdate"></div>
  533.  
  534.  
  535. <div class="date"><a class="notes" href="{Permalink}">Mensagem</a> postada em <strong>{DayOfMonth}</strong>/<strong>{MonthNumberWithZero}</strong>/<strong>{Year}</strong> às {12Hour}:{Minutes}{AmPm} / <a class="notes">{NoteCountWithLabel}</a> </div>
  536.  
  537. </div></div>
  538. {block:Answer}
  539.  
  540. <div style="clear:both;"></div>
  541.  
  542.  
  543.  
  544.  
  545. {block:Quote}
  546. <div class="post"><div class="box">
  547. <h1>{Quote}</h1>
  548. </span>
  549. {block:Source}<div class="source">&mdash; {Source}</div>{/block:Source}
  550.  
  551. <BR>
  552. <div class="divdate"></div>
  553.  
  554.  
  555.  
  556.  
  557. <div class=date"></a><strong>{DayOfMonth}</strong>/<strong>{MonthNumberWithZero}</strong>/<strong>{Year}</strong> às {12Hour}:{Minutes}{AmPm} · <a class="notes"><a class="notes" href="{Permalink}">{NoteCountWithLabel}</a> · <a href="{ReblogURL}" target="_blank">reblogue </a></div>
  558. <div class="tag">{block:HasTags}Tags: {block:Tags}&nbsp;<a class="tag" href="{TagURL}">{Tag}</a>&nbsp;#{/block:Tags}{/block:HasTags}</a></div>
  559.  
  560.  
  561. </div></div>
  562. {/block:Quote}
  563.  
  564.  
  565. <div style="clear:both;"></div>
  566.  
  567.  
  568.  
  569.  
  570. {block:Link}
  571. <div class="post"><div class="box"><a href="{URL}" class="link" {Target}><h1>{Name}</h1></a>
  572. {block:Description}
  573. <div class="description">{Description}</div>
  574. {/block:Description}
  575.  
  576. <BR>
  577.  
  578.  
  579. <div class="divdate"></div>
  580.  
  581.  
  582. <div class=date"></a><strong>{DayOfMonth}</strong>/<strong>{MonthNumberWithZero}</strong>/<strong>{Year}</strong> às {12Hour}:{Minutes}{AmPm} · <a class="notes"><a class="notes" href="{Permalink}">{NoteCountWithLabel}</a> · <a href="{ReblogURL}" target="_blank">reblogue </a></div>
  583.  
  584. <div class="tag">{block:HasTags}Tags: {block:Tags}&nbsp;<a class="tag" href="{TagURL}">{Tag}</a>&nbsp;#{/block:Tags}{/block:HasTags}</a></div>
  585.  
  586.  
  587.  
  588. </div></div>
  589. {/block:Link}
  590.  
  591. <div style="clear:both;"></div>
  592.  
  593.  
  594. {block:Chat}
  595. <div class="post"><div class="box">
  596. {block:Title}<div class="titulo"><a href="{Permalink}">{Title}</a></div>
  597. {/block:Title}
  598. <div class="chat">
  599. {block:Lines}
  600. <div class="{Alt} user_{UserNumber}">
  601. {block:Label}
  602. <span class="label">{Label}</span>
  603. {/block:Label}
  604. {Line}
  605. </div>
  606. {/block:Lines}
  607. </div>
  608. <BR>
  609. <div class="divdate"></div>
  610.  
  611.  
  612.  
  613.  
  614. <div class=date"></a><strong>{DayOfMonth}</strong>/<strong>{MonthNumberWithZero}</strong>/<strong>{Year}</strong> às {12Hour}:{Minutes}{AmPm} · <a class="notes"><a class="notes" href="{Permalink}">{NoteCountWithLabel}</a> · <a href="{ReblogURL}" target="_blank">reblogue </a></div>
  615. <div class="tag">{block:HasTags}Tags: {block:Tags}&nbsp;<a class="tag" href="{TagURL}">{Tag}</a>&nbsp;#{/block:Tags}{/block:HasTags}</a></div>
  616.  
  617.  
  618.  
  619. </div></div>
  620. {/block:Chat}
  621.  
  622.  
  623. <div style="clear:both;"></div>
  624.  
  625.  
  626. {block:Audio}
  627. <div class="post"><div class="box">
  628. {AudioPlayerWhite}
  629. {block:Caption}
  630. <div class="caption">{Caption}</div>
  631. <div style="float:right; margin-top: -50px;"><h>Música ouvida {PlayCount} vezes</h> {block:ExternalAudio}(<a href="{ExternalAudioURL}">download!</a>){/block:ExternalAudio}</div>
  632. {/block:Caption}
  633.  
  634.  
  635. <div class="divdate"></div>
  636.  
  637.  
  638. <div class=date"></a><strong>{DayOfMonth}</strong>/<strong>{MonthNumberWithZero}</strong>/<strong>{Year}</strong> às {12Hour}:{Minutes}{AmPm} · <a class="notes"><a class="notes" href="{Permalink}">{NoteCountWithLabel}</a> · <a href="{ReblogURL}" target="_blank">reblogue </a></div>
  639. <div class="tag">{block:HasTags}Tags: {block:Tags}&nbsp;<a class="tag" href="{TagURL}">{Tag}</a>&nbsp;#{/block:Tags}{/block:HasTags}</a></div>
  640.  
  641.  
  642. </div></div>
  643. {/block:Audio}
  644.  
  645. <div style="clear:both;"></div>
  646.  
  647.  
  648. {block:Video}
  649. <div class="post">
  650. <div class="box">
  651. {Video-500}
  652. <br>
  653. {block:Caption}
  654. <div class="caption">{Caption}</div>
  655. {/block:Caption}
  656.  
  657. <BR>
  658. <div class="divdate"></div>
  659.  
  660.  
  661.  
  662.  
  663. <div class=date"></a><strong>{DayOfMonth}</strong>/<strong>{MonthNumberWithZero}</strong>/<strong>{Year}</strong> às {12Hour}:{Minutes}{AmPm} · <a class="notes"><a class="notes" href="{Permalink}">{NoteCountWithLabel}</a> · <a href="{ReblogURL}" target="_blank">reblogue </a></div>
  664. <div class="tag">{block:HasTags}Tags: {block:Tags}&nbsp;<a class="tag" href="{TagURL}">{Tag}</a>&nbsp;#{/block:Tags}{/block:HasTags}</a></div>
  665.  
  666.  
  667.  
  668. </div></div>
  669. {/block:Video}
  670.  
  671. <div style="clear:both;"></div>
  672.  
  673.  
  674. {block:PostNotes}<div class="box">
  675. <div class="notes-bottom">
  676. {PostNotes}
  677. </div></div>
  678. {/block:PostNotes}
  679.  
  680. {/block:Posts}
  681.  
  682. <!---------------- FINAL DE TAGS DO POST ------------->
  683. <br></div>
  684.  
  685. </div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
  686.  
  687.  
  688.  
  689.  
  690. </div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
  691. </div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
  692.  
  693. </body>
  694.  
  695. </head>
  696. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement