Advertisement
Lolovers

Theme super cute

Apr 24th, 2013
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 24.66 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3.  
  4. <head>
  5.  
  6. <link rel="shortcut icon" href="{favicon}"/>
  7. <title>{title}</title>
  8.  
  9.  
  10. <link href='http://fonts.googleapis.com/css?family=Antic+Slab' rel='stylesheet' type='text/css'>
  11. <link href='http://fonts.googleapis.com/css?family=Courgette' rel='stylesheet' type='text/css'>
  12. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  13.  
  14. <script type="text/javascript">
  15. function changeNavigation(id) {document.getElementById('post').innerHTML=document.getElementById(id).innerHTML}
  16. </script>
  17.  
  18.  
  19. <style type="text/css">
  20.  
  21.  
  22.  
  23. body {background: url("http://media.tumblr.com/699e09ab4cac21ab99bcd75ade8198e1/tumblr_inline_mlrgzayDOO1qz4rgp.png"); }
  24.  
  25.  
  26. #pagina {background-image: url('');width: 800px; margin-left: auto;margin-right: auto;}
  27.  
  28. #header {background: url('') no-repeat top center; width: 0px;height: 0px;  margin-top: -10px;z-index:1000; margin-left:0px; margin-right:0px;}
  29.  
  30. #footer {background:url('') no-repeat; width: 800px; height: 0px; clear: both; padding-bottom: 0px; z-index:500;margin-left:0px; margin-right:0px;background-repeat: no-repeat;}
  31.  
  32. #sidebar {  width: 200px; text-align: justify; padding: 2px; float: left; margin-top: 0px; margin-left: 116px; color: #5C4666;position:fixed;}
  33.  
  34. #conteudo { width: 260px; font-family: bold;text-align: justify; margin-left:0px; margin-right:215px; float: right; margin-top: -10px;z-index:500;}
  35.  
  36. #sidebar1 {  width: 200px; text-align: justify; padding: 2px; float: left; margin-top: 0px; margin-left: 116px; color: #5C4666;}
  37.  
  38.  
  39. b, strong {color: #fe5f75; TEXT-DECORATION: none; border-bottom: 1px dashed #none;}
  40. u {color: #dedcda; TEXT-DECORATION: none; border-bottom: 1px solid #4BA2C6;}
  41. s, strike {color: #dedcda;}
  42. i {color: #ff8da8; TEXT-DECORATION: none; border-bottom: 1px dotted #none;}
  43.  
  44.  
  45. a:link, a:active, a:visited {
  46. color: #a89b94;
  47. text-decoration: none;
  48. cursor: pointer;}
  49.  
  50. a:hover { color: #a89b94;
  51. text-decoration: none;
  52. cursor: pointer;}
  53.  
  54.  
  55.  
  56.  
  57.  
  58. ::-moz-selection {background: #eee; color: #fff;}
  59. ::selection {background: #eee; color:#fff;}
  60.  
  61.  
  62.  
  63. .h1 {font: 13pt 'Courgette', cursive; text-align: center;text-shadow: 0 1px 1px #FFF;margin:-1px 2px 6px 3px;color: #777;border-botom: 2px solid: #eee; margin:-2px;padding:3px;}
  64.  
  65. /* --- Reblogue e outros ------------------------------- */
  66. .reblogue{
  67.           margin-top: -25px;
  68.           margin-left: 145px;
  69.           position: absolute;
  70.           opacity: 0;
  71.           -webkit-transition: all 1s ease;
  72.           -moz-transition: all 1s ease;
  73.           -o-transition: all 1s ease;
  74.           transition: all 1s ease;
  75.           }
  76.          
  77. .box:hover .reblogue{
  78.           opacity: 1;
  79.           margin-left: 198px;
  80.           -webkit-transition: all 1s ease;
  81.           -moz-transition: all 1s ease;
  82.           -o-transition: all 1s ease;
  83.           transition: all 1s ease;
  84.           }      
  85.  
  86. .likep a:hover {
  87.        background-position: 0px 0px;
  88.        }
  89. .likep a {
  90.        background: url("http://static.tumblr.com/8yo5xxv/hDOm5ooyh/heart.png") no-repeat;
  91.        background-position: 0px 0px;
  92.        z-index: 9999999;
  93.        -webkit-transition: all 0s linear;
  94.        -moz-transition: all 0s linear;
  95.        transition: all 0s linear;
  96.        margin-top: -22px;
  97.        margin-left: 28px;
  98.        display: inline-block;
  99.        position: absolute;}
  100. .likep img {
  101.        width: 21px;
  102.        height: 20px;
  103.        webkit-transition: all 0.2s linear;
  104.        -webkit-transition: all 0.2s linear;
  105.        -moz-transition: all 0.2s linear;
  106.        transition: all 0.2s linear;}
  107. #likeiframe {
  108.        display: none;
  109.        }
  110.  
  111. .notas{
  112.             margin-top: -25px;
  113.             margin-left: 55px;
  114.             position: absolute;
  115.             opacity: 0;
  116.             -webkit-transition: all 1s ease;
  117.             -moz-transition: all 1s ease;
  118.             -o-transition: all 1s ease;
  119.             transition: all 1s ease;
  120.             }
  121.            
  122. .box:hover .notas{
  123.             opacity: 1;
  124.             -webkit-transition: all 1s ease;
  125.             -moz-transition: all 1s ease;
  126.             -o-transition: all 1s ease;
  127.             transition: all 1s ease;
  128.             margin-left: 5px;}
  129.            
  130. .notas a{
  131.             background: rgba(0,0,0,0.5);
  132.             padding: 3px 4px 2px 4px;
  133.             font-family: Trebuchet MS;
  134.             font-weight: bold;
  135.             text-align: center;
  136.             display: inline-block;
  137.             color: #fff;
  138.             -webkit-border-radius: 2px;
  139.             -moz-border-radius: 2px;
  140.             border-radius: 2px;
  141.             font-size: 10px;
  142.             }
  143.  
  144.  
  145.  
  146.  
  147. .h3 {font-family: 'Courgette', cursive; font-size:13px; text-align: left;text-shadow: 0 1px 1px #FFF;margin:-1px 2px 6px 3px;color: #fff;border-botom: 2px solid: #eee;background: #f07a7a; margin:-2px;padding:3px;}
  148.  
  149. .h5 {font: 8pt 'Courgette', cursive; text-align: center;text-shadow: 0 1px 1px #FFF;margin:-1px 2px 6px 3px;color: #693f24;border-botom: 2px solid: #eee;background: #eee; margin:-2px;padding:5px;}
  150.  
  151. /*** Quote estilo por: things-to-help-you***********/
  152. .quote  {font-family: 'Play', sans-serif;  font-size: 14px;  text-align:justy; padding: 4px; color: #ccc; }
  153. .quotem {overflow: hidden; padding: 5px; background: #f5f5f5; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;}
  154. .bottomq {background: url('') no-repeat; width: 69px; height: 19px; margin-left: 30px; margin-bottom: 10px;}
  155. .ci {color: #fff; display: inline-block;background: #eee; padding: 3px; margin-left: 20px; margin-top: -14px; margin-bottom: 10px;-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
  156. .ci a {color: #c19494;}
  157. .ci a:hover {color: #fff;}
  158.  
  159. .trackid {padding: 5px;
  160. background: #f5f5f5;
  161. color: #999;
  162. margin-top: 1px;
  163. margin-left: 0px;
  164. margin-right: 0px;
  165. text-shadow: 1px 0px 0px #fff;}
  166. .trackid2 {padding: 2px;
  167. background: #f5f5f5;
  168. color: #999;
  169. margin-top: 0px;
  170. margin-left: 0px;
  171. margin-right: 0px;}
  172.  
  173.  
  174.  
  175. .post{margin-bottom:10px;}
  176. .post .title {margin:0; padding:0; font-size:18px; line-height:22px; font-weight:normal;}
  177. img, a img {border:0;}
  178. .info {border-bottom:0px solid #FADCE6; margin:10px 0 0 0; padding:0 0 5px 0; font-size:11px; line-height:14px; color:#999999;}
  179. .name{ text-align:right; line-height: 15px; font-family: tahoma;font-size: 11px;font-weight:bold; }
  180.  
  181. .box {overflow:hidden; color: #666; font: 9px arial; background-color: #fff; padding:5px;  -webkit-box-shadow: 0px 0px 4px #dfdfdf;  -moz-box-shadow: 0px 0px 4px #dfdfdf;  box-shadow: 0px 0px 4px #dfdfdf;}
  182.  
  183.  
  184.  
  185. .sidebar {overflow:hidden; color: #666; font: 9px arial; background-color: #fff; padding:5px;  -webkit-box-shadow: 0px 0px 4px #dfdfdf;  -moz-box-shadow: 0px 0px 4px #dfdfdf;  box-shadow: 0px 0px 4px #dfdfdf; z-index: 10000;}
  186.  
  187.  
  188.  
  189.  
  190. .border1 {background:#fff; padding:1px; border:5px solid #B2D6D1;border-radius:0px; filter: alpha(opacity=55); opacity: 0.55; -moz-opacity:0.15; -webkit-transition-duration: .99s; -moz-transition-duration: .99s;margin-right:5px;}
  191.  
  192. .border1:hover {filter:alpha(opacity=100); -moz-opacity:1.0; opacity:1.0; -webkit-transition-duration: .99s; -moz-transition-duration: .99s; }
  193.  
  194. .border3 {margin: -8px 0 -0px -12px;margin-bottom:5px;}
  195.  
  196. .bordervideo {margin: -3px 0 -0px -4px;}
  197.  
  198. #cred{bottom:0px;width:78px; height:20px; position: fixed; font-size: 9px; cursor:help; text-align: center; padding:3px; right:50px; -webkit-transition:.99s; -moz-transition:.99s; z-index: 299;}
  199. #cred:hover {height: 100px; color: transparent;opacity:1;cursor:hand;}
  200. .creds{text-align: center; position: fixed; color: transparent; width: 75px; opacity:0;cursor: help; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;}
  201. .creds:hover {color:#888; height:50px; opacity:1;}
  202.  
  203.  
  204.  
  205.  
  206.  
  207. blockquote {background: #eee; margin: 0 5px; text-align: justify; line-height:150%; border-left: 8px solid #fff;  padding-left:5px; padding-right:2px; padding-top:0; padding-bottom:0;}
  208.  
  209. .blockquote {background: #eee; margin: 0 5px; text-align: justify; line-height:150%; border-left: 8px solid #fff;  padding-left:5px; padding-right:2px; padding-top:0; padding-bottom:0;}
  210.  
  211.  
  212.  
  213.  
  214. /*--------ask-------*/
  215.  
  216. .pergunta {background: #f5f5f5;font-family: 'Play', sans-serif; font-size:12px; color: #8eb3a2;text-shadow: 0px 1px 1px #eee;padding:10px;text-align: justify;margin-left: auto;margin-right: auto;border-top-left-radius: 5px;
  217. border-top-right-radius: 5px;}
  218.  
  219. .perguntou {background: #f07a7a; color:#fff;font-family: 'Play', sans-serif; font-size:12px; color: #fff;text-shadow: 0px 1px 1px #eee;padding:3px;text-align: justify;margin-left: auto;margin-right: auto;margin-bottom:10px;border-bottom-left-radius: 5px;
  220. border-bottom-right-radius: 5px;}
  221.  
  222. .perguntou a {color: #fff;}
  223.  
  224. .pergunta p {margin:1px 0px;}
  225.  
  226. .fotos {float:left; border-radius:20px;margin-top:-7px;margin-right:5px;}
  227.  
  228. .xx {float:right;width:15px; height:15px;}
  229.  
  230. .resposta {background: #f5f5f5;font-family: 'Play', sans-serif; font-size:12px; color: #8eb3a2;text-shadow: 0px 1px 1px #eee;padding:10px;text-align: justify;margin-left: auto;margin-right: auto;border-radius:5px;}
  231.  
  232.  
  233. /* Chat por Anna (livelikeasuicide) *********/
  234. .chat {background: #fff; margin: 0; font-size:
  235. Tamanho da fontepx; font-family: Fonte;}
  236. .chat .chat1 {margin-left: 0px;}
  237. .chat .chat1 .chat2 {background: #eee; color: #fff;
  238. margin-bottom: 1px; padding: 4px 5px 4px 5px;} /* Primeira linha */
  239. .chat .chat1 .chat2.even {background: #f5f5f5;
  240. color: #777;} /* Segunda linha */
  241. .chat .chat1 .chat2 span{font-weight: bold;}
  242.  
  243.  
  244. .menu { width: 70px; margin: 2px; text-align: center; display: inline-block; background: url("http://static.tumblr.com/n66cz1n/YkHmak79x/b3.png"); color: #777; font-size: 10px; font-family: arial;padding:1px; height:17px; padding-top:3px; border-radius:2px;}
  245.  
  246. .menu:hover {color:#fff; -webkit-transition-duration: .99s; -moz-transition-duration: .99s;}
  247.  
  248. .ladinho {bottom: -5px; margin-left: auto; position: fixed; z-index: 0; width:100%; -webkit-transition-duration: .90s; z-index: 2000; }
  249.  
  250. #navigationMenu li{list-style:none; height: 29px; padding: 1px; width: 29px;}
  251.  
  252. #navigationMenu span{width:0; left: 29px; padding: 0; position:absolute; overflow: hidden; font-family:'Yanone Kaffeesatz', sans-serif; font-size: 16px; line-height:29px; -webkit-transition: 0.25s; -moz-transition: 0.25s; transition: 0.25s; letter-spacing: 0px; text-transform: uppercase;}
  253.  
  254. #navigationMenu a{background:url('http://static.tumblr.com/eun3dfg/c3xmlrhqr/icons.png') no-repeat; height:29px; width:29px; display:block; position:relative; opacity: 0.6;}
  255. #navigationMenu .home {background-position: 0 0;}
  256. #navigationMenu .home:hover {background-position:0 0;}
  257. #navigationMenu .home span{color: #888; background-color: rgba(255, 255, 255, 0.60);}
  258. #navigationMenu .message {background-position: -29px 0;}
  259. #navigationMenu .message:hover {background-position: -29px 0;}
  260. #navigationMenu .message span{color: #888; background-color: rgba(255, 255, 255, 0.60);}
  261. #navigationMenu li{list-style:none; height: 29px; padding: 1px; width: 29px;}
  262. #navigationMenu span{width:0; left: 29px; padding: 0; position:absolute; overflow: hidden; font-family:'Yanone Kaffeesatz', sans-serif; font-size: 16px; line-height:29px; -webkit-transition: 0.25s; -moz-transition: 0.25s; transition: 0.25s; letter-spacing: 0px; text-transform: uppercase;}
  263. #navigationMenu a{background:url('http://static.tumblr.com/eun3dfg/c3xmlrhqr/icons.png') no-repeat; height:29px; width:29px; display:block; position:relative; opacity: 1.9;}
  264. #navigationMenu a:hover span{width:auto; padding:0 20px; overflow:visible;}
  265. #navigationMenu a:hover{text-decoration:none; opacity: 1;}
  266. #navigationMenu .home {background-position: 0 0;}
  267. #navigationMenu .home:hover {background-position:0 0;}
  268. #navigationMenu .home span{color: #888; background-color: rgba(255, 255, 255, 0.60);}
  269. #navigationMenu .message {background-position: -29px 0;}
  270. #navigationMenu .message:hover {background-position: -29px 0;}
  271. #navigationMenu .message span{color: #888; background-color: rgba(255, 255, 255, 0.60);}
  272. #navigationMenu .love {background-position: -58px 0;}
  273. #navigationMenu .love:hover {background-position: -58px 0;}
  274. #navigationMenu .love span{color: #888; background-color: rgba(255, 255, 255, 0.60);}
  275. #navigationMenu .twitter {background-position: -87px 0;}
  276. #navigationMenu .twitter:hover{background-position: -87 0;}
  277. #navigationMenu .twitter span{color: #888; background-color: rgba(255, 255, 255, 0.60);}
  278. #navigationMenu .links {background-position: -116px 0;}
  279. #navigationMenu .links:hover {background-position: -116px 0;}
  280. #navigationMenu .links span{color: #888; background-color: rgba(255, 255, 255, 0.60);}
  281. #navigationMenu{position: absolute; margin: -60px 0 0 -20px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; opacity: 0;}
  282. #sidebar:hover #navigationMenu{opacity: 1; margin: 0 0 0 -20px; -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease; transition: all 0.7s ease;}
  283.  
  284.  
  285.  
  286. /*** wishlist ***/
  287.  
  288.  
  289. .wishlist {margin-bottom : 4px;display : block;font-size: 10px; font-family: "visitor1.ttf", small fonts; font-style: normal; text-align: justify; letter-spacing : 0; line-height: 15px;border-bottom : 1px dotted #eee;text-indent : 5px;vertical-align : middle;background : url('http://www.hellostar.org/wp-admin/images/q1.gif')no-repeat left;background-repeat : no-repeat; padding-left : 10px;text-indent : 8px;text-decoration : none;padding-bottom : 2px;}
  290.  
  291. .wishlist:hover {margin-bottom : 4px;display : block;font-size: 10px; font-family: "visitor1.ttf", small fonts; font-style: normal; text-align: justify; letter-spacing : 0; line-height: 15px;border-bottom : 1px dotted #eee;text-indent : 5px;vertical-align : middle;background : url('http://www.hellostar.org/wp-admin/images/q2.gif')no-repeat left;background-repeat : no-repeat; padding-left : 10px;text-indent : 8px;text-decoration : none;padding-bottom : 2px;}
  292.  
  293.  
  294.  
  295. #paginacao {font-size: 11px; font-family:arial; line-height: 21px;box-shadow: 2px 3px 1px #transparent; color: #777;margin-top:10px;}
  296.  
  297. #paginacao a {background: #fff; margin: 0 1px 0 0; padding: 6px 6px; color: #777; text-decoration: none;border-radius:0px;box-shadow: 2px 3px 1px #e8e4c1;margin-left:2px;}
  298.  
  299. #paginacao a:hover {background: #fff; border: none;box-shadow: 2px 3px 1px #e8e4c1;border-radius:0px;}
  300.  
  301. #paginacao span.pagina_atual {background: #fff; margin: 0 1px 0 0; padding: 6px 6px; color: #777; text-decoration: none;border-radius:0px;box-shadow: 2px 3px 1px #e8e4c1;}
  302.  
  303. #paginacao span.info {background: #fff; margin: 0 1px 0 0; padding: 6px 6px; color: #777; text-decoration: none;border-radius:0px;box-shadow: 2px 3px 1px #e8e4c1;margin-right:5px;}
  304.  
  305.  
  306. .creditos {background: #f5f5f5; padding:3px; color:#999;}
  307.  
  308. </style>
  309.  
  310.  
  311.  
  312.  
  313. <body>
  314.  
  315.  
  316.  
  317.  
  318.  
  319. <div id="pagina">
  320.  
  321.  
  322.  
  323. <div id="sidebar">
  324.  
  325.  
  326. <div class="sidebar">
  327. <div class="caixa">
  328. <div id="navigationMenu">
  329. <ul id="navigationMenu">
  330. <li><a class="home" href="/"><span>Home</span></a></li>
  331. <li><a class="message" href="/ask"><span>Message</span></a></li>
  332. <li><a onMouseover="this.style.background='#'" onMouseout="this.style.background='#'" onClick="document.getElementById('post').innerHTML=document.getElementById('credito').innerHTML" class="love" ><span>Creditos</span></a></li>
  333. <li><a class="twitter" href="LINK AQUI"><span>Follow</span></a></li>
  334. <li><a class="links" href="LINK AQUI"><span>Links</span></a></li>
  335. </ul>
  336. </div>
  337. <img src="http://static.tumblr.com/eun3dfg/Xjvmlrhkv/xxa.png" Width="215px" height="290px" class="border3"/><br>
  338. {block:Description}{Description}{/block:Description}
  339. </div> </div>
  340.  
  341.  
  342. </div>
  343.  
  344.  
  345.  
  346.  
  347. <div id="conteudo">
  348. <div id="post">
  349.  
  350. {block:Posts}
  351.  
  352. {block:Regular}<div class="post"><div class="box">
  353. {block:Title}<div class="h1"><p><p>{Title}</div>{/block:Title}
  354. <div class="entry">{Body}</div>
  355.  
  356.  
  357.  
  358.  
  359.  
  360. {block:IndexPage}
  361. <div class="reblogue">
  362. <a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/8yo5xxv/k7rm3zr0o/reblog.png"></a>
  363. <div class="likep"> <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"> <img src="http://static.tumblr.com/ifqwhnb/b6Lm5chs7/espa__o.png" width="25" height="35" alt="Like this post" id="likeimage{PostID}"/> </a></div>
  364. </div>
  365. {block:NoteCount}<div class="notas">
  366. <a href="{Permalink}">{NoteCount}</a>
  367. </div>{/block:NoteCount}
  368. {/block:IndexPage}
  369.  
  370.  
  371. </div></div>
  372. {/block:Regular}
  373.  
  374.  
  375.  
  376. {block:Photo}
  377. <div class="post"><div class="box">
  378.  
  379. <center>{LinkOpenTag}<img src="{PhotoURL-250}" class="border3" alt="{PhotoAlt}" width=268px/>{LinkCloseTag}</center>
  380. {block:Caption}          
  381. <br>
  382. <div class="caption">{Caption}</div>
  383. {/block:Caption}
  384.  
  385. <BR>
  386.  
  387.  
  388.  
  389.  
  390.  
  391. {block:IndexPage}
  392. <div class="reblogue">
  393. <a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/8yo5xxv/k7rm3zr0o/reblog.png"></a>
  394. <div class="likep"> <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"> <img src="http://static.tumblr.com/ifqwhnb/b6Lm5chs7/espa__o.png" width="25" height="35" alt="Like this post" id="likeimage{PostID}"/> </a></div>
  395. </div>
  396. {block:NoteCount}<div class="notas">
  397. <a href="{Permalink}">{NoteCount}</a>
  398. </div>{/block:NoteCount}
  399. {/block:IndexPage}
  400. </div></div>
  401. {/block:Photo}
  402.  
  403.  
  404.  
  405.  
  406.  
  407.  
  408.  
  409. {block:Quote}  
  410. <div class="post"><div class="box">
  411. <div class="caixa">    
  412. <div class="quotem">
  413. <div class="quote">{Quote}</div>  
  414. </div>
  415. <div class="bottomq"></div>
  416. <div class="ci">{block:Source}
  417. <div class="source">{Source}</div>
  418. {/block:Source}</div>
  419.  
  420.  
  421.  
  422.  
  423.  
  424. {block:IndexPage}
  425. <div class="reblogue">
  426. <a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/8yo5xxv/k7rm3zr0o/reblog.png"></a>
  427. <div class="likep"> <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"> <img src="http://static.tumblr.com/ifqwhnb/b6Lm5chs7/espa__o.png" width="25" height="35" alt="Like this post" id="likeimage{PostID}"/> </a></div>
  428. </div>
  429. {block:NoteCount}<div class="notas">
  430. <a href="{Permalink}">{NoteCount}</a>
  431. </div>{/block:NoteCount}
  432. {/block:IndexPage}
  433.  
  434. </div></div></div>
  435. {/block:Quote}
  436.  
  437.  
  438. <p>
  439.  
  440.  
  441.  
  442.  
  443. {block:Photoset}
  444. <div class="post"><div class="box">
  445. {block:IndexPage}{LinkOpenTag}{Photoset-250}{LinkCloseTag}{/block:IndexPage}
  446. {block:PermalinkPage}{LinkOpenTag}{Photoset-500}{LinkCloseTag}{/block:PermalinkPage}
  447. {block:Caption}{Caption}{/block:Caption}
  448.  
  449.  
  450.  
  451. {block:IndexPage}
  452. <div class="reblogue">
  453. <a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/8yo5xxv/k7rm3zr0o/reblog.png"></a>
  454. <div class="likep"> <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"> <img src="http://static.tumblr.com/ifqwhnb/b6Lm5chs7/espa__o.png" width="25" height="35" alt="Like this post" id="likeimage{PostID}"/> </a></div>
  455. </div>
  456. {block:NoteCount}<div class="notas">
  457. <a href="{Permalink}">{NoteCount}</a>
  458. </div>{/block:NoteCount}
  459. {/block:IndexPage}
  460. </div></div>
  461. {/block:Photoset}
  462.  
  463.  
  464.  
  465.  
  466. {block:Answer}
  467. <div class="post"><div class="box">
  468. <div class="pergunta">{Question}</div>
  469. <div class="perguntou"><img src="{AskerPortraitURL-30}" class="fotos">Pergunta feita por: {Asker} <div class="xx"><img src="http://media.tumblr.com/a6d07429add5ed1595b2f7190142bdc0/tumblr_inline_mjx7nkRGyk1qz4rgp.png"></div></div>
  470. <div class="resposta">{Answer}</div>
  471.  
  472.  
  473.  
  474. {block:IndexPage}
  475. <div class="reblogue">
  476. <a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/8yo5xxv/k7rm3zr0o/reblog.png"></a>
  477. <div class="likep"> <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"> <img src="http://static.tumblr.com/ifqwhnb/b6Lm5chs7/espa__o.png" width="25" height="35" alt="Like this post" id="likeimage{PostID}"/> </a></div>
  478. </div>
  479. {block:NoteCount}<div class="notas">
  480. <a href="{Permalink}">{NoteCount}</a>
  481. </div>{/block:NoteCount}
  482. {/block:IndexPage}
  483.  
  484.  
  485. </div></div>
  486. {/block:Answer}
  487.  
  488.  
  489.  
  490.  
  491.  
  492. {block:Link}
  493. <div class="post"><div class="box">
  494. <a href="{URL}" class="link" {Target}><div class="h1">{Name}</div></a>
  495. {block:Description}
  496. <div class="description">{Description}</div>
  497. {/block:Description}
  498.  
  499. <BR>
  500.  
  501.  
  502.  
  503.  
  504. {block:IndexPage}
  505. <div class="reblogue">
  506. <a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/8yo5xxv/k7rm3zr0o/reblog.png"></a>
  507. <div class="likep"> <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"> <img src="http://static.tumblr.com/ifqwhnb/b6Lm5chs7/espa__o.png" width="25" height="35" alt="Like this post" id="likeimage{PostID}"/> </a></div>
  508. </div>
  509. {block:NoteCount}<div class="notas">
  510. <a href="{Permalink}">{NoteCount}</a>
  511. </div>{/block:NoteCount}
  512. {/block:IndexPage}
  513.  
  514.  
  515. </div></div>
  516. {/block:Link}
  517.  
  518.  
  519.  
  520.  
  521. {block:Chat}
  522. <div class="post"><div class="box">
  523.  
  524. <a href="{ReblogURL}" target="_blank" class="details"><div id="reblog"></div></a>
  525.  
  526. <a class="notes">{block:NoteCount}<a href="{Permalink}">{/block:NoteCount}<div id="notes"></div></a>
  527.  
  528.  
  529.  
  530. <div class="chat">
  531. <div class="chat1">
  532. {block:Lines}
  533. <div class="chat2 {Alt}">
  534. {block:Label}
  535. <span>{Label}</span>
  536. {/block:Label}
  537. {Line}</div>
  538. {/block:Lines}
  539. </div>
  540.  
  541.  
  542.  
  543.  
  544. {block:IndexPage}
  545. <div class="reblogue">
  546. <a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/8yo5xxv/k7rm3zr0o/reblog.png"></a>
  547. <div class="likep"> <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"> <img src="http://static.tumblr.com/ifqwhnb/b6Lm5chs7/espa__o.png" width="25" height="35" alt="Like this post" id="likeimage{PostID}"/> </a></div>
  548. </div>
  549. {block:NoteCount}<div class="notas">
  550. <a href="{Permalink}">{NoteCount}</a>
  551. </div>{/block:NoteCount}
  552. {/block:IndexPage}
  553.  
  554. </div></div></div>
  555. {/block:Chat}
  556.  
  557.  
  558.  
  559.  
  560.  
  561. {block:Audio}
  562. <div class="post"><div class="box">
  563. <p>{AudioPlayerWhite}
  564. {block:Caption}
  565. <div class="caption">{Caption}</div>
  566. <div style="float:right; margin-top: -50px;"><h>Música ouvida {PlayCount} vezes</h> {block:ExternalAudio}(<a href="{ExternalAudioURL}">download!</a>){/block:ExternalAudio}</div>
  567. {/block:Caption}
  568.  
  569.  
  570.  
  571.  
  572.  
  573. {block:IndexPage}
  574. <div class="reblogue">
  575. <a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/8yo5xxv/k7rm3zr0o/reblog.png"></a>
  576. <div class="likep"> <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"> <img src="http://static.tumblr.com/ifqwhnb/b6Lm5chs7/espa__o.png" width="25" height="35" alt="Like this post" id="likeimage{PostID}"/> </a></div>
  577. </div>
  578. {block:NoteCount}<div class="notas">
  579. <a href="{Permalink}">{NoteCount}</a>
  580. </div>{/block:NoteCount}
  581. {/block:IndexPage}
  582.  
  583. </div></div>
  584. {/block:Audio}
  585.  
  586.  
  587.  
  588.  
  589.  
  590. {block:Video}
  591. <div class="post">
  592. <div class="box">
  593. <p><center>{Video-500}</center>
  594. <br>
  595. {block:Caption}
  596. <div class="caption">{Caption}</div>
  597. {/block:Caption}
  598.  
  599. <BR>
  600.  
  601.  
  602.  
  603. {block:IndexPage}
  604. <div class="reblogue">
  605. <a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/8yo5xxv/k7rm3zr0o/reblog.png"></a>
  606. <div class="likep"> <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"> <img src="http://static.tumblr.com/ifqwhnb/b6Lm5chs7/espa__o.png" width="25" height="35" alt="Like this post" id="likeimage{PostID}"/> </a></div>
  607. </div>
  608. {block:NoteCount}<div class="notas">
  609. <a href="{Permalink}">{NoteCount}</a>
  610. </div>{/block:NoteCount}
  611. {/block:IndexPage}
  612.  
  613. </div></div>
  614. {/block:Video}
  615.  
  616.  
  617.  
  618.  
  619. {block:PostNotes}<div class="box">
  620. <div class="notes-bottom">
  621. {PostNotes}
  622. </div></div>
  623. {/block:PostNotes}
  624.  
  625.  
  626. {/block:Posts}
  627.  
  628.  
  629. <center>{block:IndexPage}  
  630. <div id="paginacao">
  631. {block:Pagination}{block:PreviousPage}
  632. <a href="{PreviousPage}">Previous</a>
  633. {/block:PreviousPage}
  634. {/block:Pagination}
  635. {block:Pagination}
  636. {block:NextPage}
  637. <a href="{NextPage}">Next</a>
  638. {/block:NextPage}
  639. {/block:Pagination}
  640. </div></center>
  641. {/block:IndexPage}</center><br>
  642.  
  643.  
  644.  
  645. </div></div></div></div></div></div>
  646.  
  647.  
  648.  
  649. <div id="credito" style="display:none;">
  650. <div class="post"><div class="box">
  651.  
  652. <div class="h3"> Créditos  </div><p>
  653.  
  654. <div class="wishlist">Theme e Design por: <a href="http://jessierobsten.tumblr.com">Jessie</a></div>
  655. <div class="wishlist"> Muitas ajudas e tutoriais:<a href="http://lovers-of-designs.tumblr.com"> Lovers Of Designs</a> </div>
  656. <div class="wishlist"> Cores: Photoshop CS5</a> </div>
  657. <div class="wishlist">Vários tutoriais: <a href="http://things-to-help-you.tumblr.com/">TTHY</a></div>
  658.  
  659. </div></div>
  660.  
  661.  
  662.  
  663. <div id="footer"></div>
  664.  
  665. </div></div></div></div></div></div></div></div>
  666.  
  667.  
  668. </div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
  669.  
  670. </body>
  671. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement