Advertisement
clamam

Theme Thinking

Apr 10th, 2016
416
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.17 KB | None | 0 0
  1. <html><head><title>{title}</title><link rel="shortcut icon" href="{favicon}">
  2.  
  3. <!----------------------
  4.  
  5.  
  6. theme thinking
  7. © made by Gabriele
  8. in clamam.tumblr.com
  9.  
  10.  
  11. ------------------------>
  12.  
  13. <meta name="image:imagem background" content="" />
  14. <meta name="color:background" content="#ffffff"/>
  15. <meta name="color:titulo" content="#cd2626"/>
  16. <meta name="color:texto" content="#666666"/>
  17. <meta name="color:links" content="#666666"/>
  18. <meta name="color:menu hover" content="#ffffff"/>
  19. <meta name="color:links hover" content="#cd2626"/>
  20. <meta name="color:permalink" content="#eeeeee"/>
  21. <meta name="color:bordas" content="#f5f5f5"/>
  22. <meta name="color:rolagem" content="#cd2626"/>
  23. <meta name="color:selecao" content="#000000"/>
  24. <meta name="color:blockquote" content="#eee"/>
  25.  
  26. <meta name="select:fonte das postagens"content="'Arvo', serif"title="Arvo"/>
  27. <meta name="select:fonte das postagens"content="arial"title="Arial"/>
  28. <meta name="select:fonte das postagens"content="calibri"title="Calibri"/>
  29. <meta name="select:fonte das postagens"content="consolas"title="Consolas"/>
  30. <meta name="select:fonte das postagens"content="cambria"title="Cambria"/>
  31. <meta name="select:fonte das postagens"content="georgia"title="Georgia"/>
  32. <meta name="select:fonte das postagens"content="'PT Sans', sans-serif"title="PT Sans"/>
  33. <meta name="select:fonte das postagens"content="'muli', sans-serif"title="muli"/>
  34. <meta name="select:fonte das postagens"content="'Signika', sans-serif"title="Signika"/>
  35. <meta name="select:fonte das postagens"content="courier new"title="Courier new"/>
  36. <meta name="select:fonte das postagens"content="century gothic"title="Century gothic"/>
  37. <meta name="select:fonte das postagens"content="'Roboto', sans-serif"title="Roboto"/>
  38. <meta name="select:fonte das postagens"content="'Lato', sans-serif"title="Lato"/>
  39. <meta name="select:fonte das postagens"content="trebuchet ms"title="trebuchet ms"/>
  40. <meta name="select:fonte das postagens"content="'Yantramanav', sans-serif"title="Yantramanav"/>
  41. <meta name="select:fonte das postagens"content="Istok Web, sans-serif"title="Istok Web"/>
  42.  
  43. <meta name="if:efeito branco e preto" content=""/>
  44. <meta name="if:efeito vintage" content=""/>
  45. <meta name="if:efeito fade" content=""/>
  46. <meta name="if:efeito sepia" content=""/>
  47. <meta name="if:efeito contraste" content=""/>
  48. <meta name="if:efeito brightness" content=""/>
  49. <meta name="if:efeito hue rotate" content=""/>
  50. <meta name="if:postagem justificada" content=""/>
  51. <meta name="if:nao repetir background" content=""/>
  52. <meta name="if:botao de ir ao topo" content=""/>
  53. <meta name="if:neve" content=""/>
  54.  
  55. <meta name="text:tamanho das postagens" content="12"/>
  56. <meta name="text:subtitulo" content="Subtitulo..."/>
  57.  
  58. <meta name="text:link 1 titulo" content="link" />
  59. <meta name="text:link 1" content="/" />
  60. <meta name="text:link 2 titulo" content="link" />
  61. <meta name="text:link 2" content="/" />
  62. <meta name="text:link 3 titulo" content="link" />
  63. <meta name="text:link 3" content="/" />
  64. <meta name="text:link 4 titulo" content="link" />
  65. <meta name="text:link 4" content="/" />
  66. <meta name="text:link 5 titulo" content="link" />
  67. <meta name="text:link 5" content="/" />
  68.  
  69. <link rel="alternate"type="application/rss+xml"href="{RSS}">
  70. {block:Description}
  71. <meta name="description" content="{MetaDescription}"/>
  72. {/block:Description}
  73.  
  74. <link href='https://fonts.googleapis.com/css?family=Amatic+SC:350,700|PT+Sans|Lora:700italic|Arvo|Baumans|Lato:300,350|Roboto|Muli|Signika|Yantramanav|Istok+Web' rel='stylesheet' type='text/css'>
  75. <link href='https://fonts.googleapis.com/css?family=Dawning+of+a+New+Day' rel='stylesheet' type='text/css'>
  76. <link href='https://fonts.googleapis.com/css?family=Karla|Varela+Round|Quicksand|Vollkorn|Josefin+Sans|Ubuntu+Condensed|Bree+Serif|Merriweather|Raleway|Montserrat|Oswald' rel='stylesheet' type='text/css'>
  77. <style type="text/css">
  78.  
  79. body{background:{color:background}; color:{color:texto}; font-family:{select:fonte das postagens}; {block:Ifpostagemjustificada}text-align:justify;{/block:Ifpostagemjustificada} -webkit-animation:Fade 10s; font-size:{text:tamanho das postagens}px; background-image:url('{image:imagem background}'); line-height:160%; {block:Ifnaorepetirbackground} background-attachment:fixed; background-repeat:no-repeat; background-position:center; -o-background-size:cover; -webkit-background-size:cover; {/block:Ifnaorepetirbackground}
  80. cursor:url('http://static.tumblr.com/5u1fog0/aaEn06fxx/cursor.png'), default!important;}
  81.  
  82. #middle{width:900px; {block:PermalinkPage}width:520px;{/block:PermalinkPage} position:relative; margin-left:auto; margin-right:auto; margin-top:0px; padding-bottom:20px; overflow:hidden; height:100%;}
  83.  
  84. #entry{width:900px; margin-top:120px; margin-left:0px;}
  85.  
  86. .posts{top:0px; margin:20px auto 0; float:left; padding:20px; {block:IndexPage} width:250px; width:250px; position:relative; {/block:IndexPage} {block:PermalinkPage}width:500px;{/block:PermalinkPage};}
  87. .box {position:relative;}
  88. .box img {display:block; max-width:100%;}
  89. .box iframe {max-width:100%;}
  90.  
  91. a{color:{color:texto}; text-decoration:none;}
  92. a:hover{color:{color:texto}; text-decoration:none; cursor:url('http://static.tumblr.com/5u1fog0/zJbn06fy8/cursor_hover.gif'), default!important;}
  93. p{margin:6px 0 0 0}
  94. blockquote{margin:2px 5px 2px 5px; padding:1px 0 3px 6px; border-left:1px solid {color:blockquote};}
  95. ul{list-style-type:circle;}}
  96.  
  97. #ptt{font-family:PT Sans; letter-spacing:1.3px; text-transform:uppercase; text-align:left; font-size:12px; color:{color:texto}; font-weight: normal; line-height:15px;}
  98. #ptt a{color:{color:texto}; font-family:PT Sans; text-transform:uppercase; text-align:left; font-size:12px; font-weight:normal; line-height:15px;}
  99. #ptt a:hover{text-align:left; font-size:12px; color:{color:links hover}; font-weight:normal; line-height:15px; letter-spacing:.5px;}
  100.  
  101. .chat ul{padding:0px 0px 0px 0px; margin:0px;}
  102. .chat li{margin-bottom:1px; padding:10px; list-style-type:none;}
  103. .chat li.odd{border-left:1px solid {color:bordas};}
  104. .chat li.odd:hover{-webkit-transition-duration: .8s; border-left:3px solid {color:bordas};}
  105. .chat li.even{border-right:1px solid {color:bordas};}
  106. .chat li.even:hover{border-right:3px solid {color:bordas}; -webkit-transition-duration: .8s;}
  107. span.chats{color:{color:texto}; font-size:11px; font-family:PT Sans; letter-spacing:.5px; text-transform:uppercase;}
  108.  
  109. .base{border-radius:5px; padding:0px; overflow:hidden; float:left; position:relative; {block:indexpage}width:500px;{/block:indexpage} {block:PermalinkPage}width:500px;{/block:PermalinkPage};}
  110. #permalink{width:500px; font-size:10px; text-transform:uppercase; padding-bottom:5px; margin-left:0px; margin-top:0px; line-height:17px; font-family:PT sans; letter-spacing:1px;}
  111. aside.permalink_page {margin-top:30px; margin-bottom:60px;}
  112. ol.notes li.note img.avatar {display:none!important;}
  113. ol.notes {list-style-type:none; margin:0;}
  114. ol.notes li.note{display:block; margin-bottom:5px; padding:5px; margin-left:-35px;}
  115. li.note:nth-child(odd){background:{color:bordas};}
  116. li.note{font-size:8px; letter-spacing:1px; text-transform:uppercase; position:relative;}
  117.  
  118. #perma{opacity:1; position:absolute; text-align:left; height:20px; line-height:22px; text-transform:uppercase; top:0px; margin-left:0px; border-top-right-radius:3px; border-top-left-radius:3px; padding-left:5px; letter-spacing:1px; font-size:9px; z-index:99; background:{color:permalink}; width:245px; color:{color:texto}; -webkit-transition: all 1s linear; -moz-transition: all 1s linear; -ms-transition: all 1s linear; -o-transition: all 1s linear; transition: all 1s linear;}
  119. #perma a{color:{color:texto}; font-family:PT Sans; text-transform:uppercase; font-size:9px; margin-top:20px; letter-spacing:1.3px;}
  120. #perma a:hover{color:{color:texto}}
  121.  
  122. #reblog{opacity:0; position: absolute; text-align:center; height:20px; line-height:20px; z-index:999; text-transform:uppercase; right:5px; top:0px; width:auto; border-top-right-radius:3px; color:{color:texto}; opacity:0; -webkit-transition: all 2s ease-in-out; -moz-transition: all 2s ease-in-out; -ms-transition: all 2s ease-in-out; -o-transition: all 2s ease-in-out; transition: all 2s ease-in-out;}
  123. #reblog a{color:{color:texto}; font-family:PT Sans; letter-spacing:1.3px; text-transform:uppercase; font-size:9.5px; padding:5px; letter-spacing:1px;}
  124. .posts:hover #reblog{opacity:1; right:20px; color:{color:texto};}
  125.  
  126. #photo{position:absolute; opacity:0; text-align:center; height:20px; line-height:20px; z-index:999; text-transform:uppercase; right:-10px; top:-1px; width:auto; border-top-right-radius:3px; color:{color:texto}; -webkit-transition: all 2s ease-in-out; -moz-transition: all 2s ease-in-out; -ms-transition: all 2s ease-in-out; -o-transition: all 2s ease-in-out; transition: all 2s ease-in-out;}
  127. #photo a{color:{color:texto}; font-family:PT Sans; letter-spacing:1.3px; text-transform:uppercase; font-size:9.5px; padding:5px; letter-spacing:1px;}
  128. .posts:hover #photo{opacity:1; right:0px; color:{color:texto};}
  129.  
  130. .quote{font-family:{select:fonte das postagens}; {block:Ifpostagemjustificada}text-align:justify;{/block:Ifpostagemjustificada} font-size:{text:tamanho das postagens}px; }
  131. .qsource{text-align:right; margin-top:10px; padding-top:10px; border-top:1px solid #fff; font-family:PT Sans; letter-spacing:1px; text-transform:uppercase; font-size:10px;}
  132.  
  133. #header{position:relative; top:110px; margin-left:20px; width:850px; height:60px; z-index:999999; {block:PermalinkPage}width:520px; height:70px;{/block:PermalinkPage} opacity:0.9; -moz-transition-duration:0.8s; -webkit-transition-duration:0.8s;-o-transition-duration:0.8s;}
  134. #header:hover{opacity:1; -moz-transition-duration:0.8s; -webkit-transition-duration:0.8s; -o-transition-duration:0.8s;}
  135.  
  136. #title{margin-top:auto; width:600px; font-family: 'Quicksand', sans-serif; font-weight:bold; padding-right:50px; height:50px; margin-left:0px; text-align:left; overflow:hidden; font-size:23px; line-height:40px; color:{color:titulo}; {block:PermalinkPage}width:500px; text-align:left; margin-left:0px;{/block:PermalinkPage}}
  137.  
  138. #links{position:relative; top:-10px; z-index:5; line-height:1em; width:600px; overflow:hidden; color:{color:texto}; word-spacing:10px;}
  139.  
  140. nav{font-size:10px; padding:10px 0px 0px 0px; text-transform:uppercase; letter-spacing:1.3px; line-height:1em; transition:all .4s ease-in-out; -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out;}
  141. nav a{margin-left:0px; font-family:PT Sans; font-size:10px; display:inline-block; vertical-align:baseline; position:left; overflow:hidden; color:{color:texto};!important;}
  142. nav a span{position:relative; display:inline-block; transition:all .15s linear; -webkit-transition:all .15s linear; -moz-transition:all .15s linear; -o-transition:all .15s linear;}
  143. nav a span:before{position:absolute; top:-100%; content:attr(data-hover); color:{color:menu hover};!Important; -webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); transform: translate3d(0,0,0);}
  144. nav a:hover span{-webkit-transform:translateY(100%); -moz-transform:translateY(100%); transform:translateY(100%);}
  145.  
  146. #description{position:relative; font-family:{select:fonte das postagens}; font-weight:lighter; line-height:160%; font-size:12px; font-style:none; width:990px; margin-top:0px; margin-left:3px; text-align:left; width:795px;}
  147. #description a{-moz-transition-duration:0.8s;-webkit-transition-duration:0.8s; -o-transition-duration:0.8s;}
  148.  
  149. /*liriadas*/#tumblr_controls,
  150. .tmblr-iframe.iframe-controls--desktop, .lcredit.icon.theme{position:fixed!important;-webkit-filter:invert(100%);opacity:0.4; top:1px; text-transform:none;}
  151. #tumblr_controls,
  152. .tmblr-iframe.iframe-controls--desktop{position:fixed!important; -webkit-filter:invert(100%); margin-right:67px; opacity:.4; top:0px; text-transform:none;}/*fim liriadas*/
  153.  
  154. .question{z-index:1; text-align:left; font-weight:normal; font-size:11px; padding:3px;}
  155. .asker-people{z-index:1; background:{color:permalink}; text-align:center; font-weight:300; font-size:10px; letter-spacing:1px; padding:6px; text-transform:uppercase; font-family:PT Sans;}
  156. .asker{margin-top:0px; padding-right:3px; width:auto; -moz-transition: all 2.0s ease-in-out!important; -o-transition: all 1.0s ease-in-out!important; transition: all 2.0s ease-in-out!important; -webkit-transition: all 1.0s ease-in-out!important; float:left;}
  157. .asker img{width:20px;}
  158. .answer{margin-top:-3px; text-align:left; font-size:11px; padding-left:0px;}
  159. .answer img {width:250px;}
  160.  
  161. .album{background-repeat: no-repeat; background-position: center; position: absolute; width:86px; height:86px; background-size:60px; overflow:hidden;}
  162. .album img{width:86px; height:86px; overflow: hidden; -moz-transition:all ease-in-out 0.7s; -webkit-transition:all ease-in-out 0.7s; -o-transition:all ease-in-out 0.7s; transition:all ease-in-out 0.7s; opacity:.7;}
  163. .album img:hover{-moz-transition:all ease-in-out 0.7s; -webkit-transition:all ease-in-out 0.7s; -o-transition:all ease-in-out 0.7s; transition:all ease-in-out 0.7s; opacity:1;}
  164. .player{width:10px; height:11px; overflow:hidden; padding:4px 21px 21px 4px; margin-top:27px; margin-left:26px; position:absolute; background-color:{color:background}; opacity: 0.9; z-index: 10; -webkit-transition: all 0.4s linear; -moz-transition: all 0.4s linear; -o-transition: all 0.4s linear; -moz-border-radius:30px; -webkit-border-radius:30px; border-radius:30px;}
  165. .player:hover {opacity:1;}
  166. .track{margin-left:90px; overflow:auto; min-height:80px; max-height:100px; font-family:{select:fonte das postagens}; font-size:10px; padding:3px;text-transform:uppercase;letter-spacing:.5px;}
  167.  
  168. #fundopopup{display:none; opacity:0.9; background:{color:background}; position:fixed; left:0; top:0; width:100%; height:100%; z-index:999999;}
  169. .caixapopup{padding-top:0px; text-align:left; display:none; background:{color:background}; box-shadow:0px 2px 2px 0px {color:bordas}; padding:10px; float:left; margin:10px auto:0; font-family:{select:font posts}; font-size:{text:tamanho das postagens}px; color:{color:textos}; line-height:16px; position: fixed; top:50%; margin-top:15px; left:35%; z-index:9999999999999999999999; border-radius:10px; -webkit-border-radius: 0px;-moz-border-radius: 0px;border-radius: 0px; width:300px; height:300px; overflow: scroll;}
  170. img.btn_botaodeclose{float:right;margin: -55px -55px 0 0;}
  171. *html #fundopopup{position:absolute;}
  172. *html .caixapopup{position:absolute;}
  173. .source{display:none;}
  174.  
  175. .tooltip{display:inline; position:relative;}
  176. #s-m-t-tooltip{top:-11px; min-width:auto; padding:3px 7px 3px 7px; margin:0px 20px -2px 20px; background:{color:background}; font-family:{select:fonte das postagens}; font-size:10px; text-transform:uppercase; color:{color:texto}; text-align:center;}
  177. #s-m-t-tooltip:after{position:absolute; display:block; content: ""; border-color:transparent transparent {color:background} transparent; border-style: solid; border-width:8px; height:0; width:0; position:absolute; bottom:-50px; left:-16px; top:3px; -webkit-transform:rotate(270deg);}
  178.  
  179. {block:Ifefeitosepia}
  180. img{-webkit-filter: sepia(0.7); transition:All 1s ease; -webkit-transition:All 1s ease; -moz-transition:All 1s ease; -o-transition:All 1s ease;}
  181. img:hover{-webkit-filter: sepia(0); transition:All 1s ease; -webkit-transition:All 1s ease; -moz-transition:All 1s ease; -o-transition:All 1s ease;}
  182. .photoset{-webkit-filter: sepia(0.7); transition:All 1s ease; -webkit-transition:All 1s ease; -moz-transition:All 1s ease; -o-transition:All 1s ease;}
  183. .photoset:hover{-webkit-filter: sepia(0); transition:All 1s ease; -webkit-transition:All 1s ease; -moz-transition:All 1s ease; -o-transition:All 1s ease;}
  184. {/block:Ifefeitosepia}
  185.  
  186. {block:Ifefeitohuerotate}
  187. img{-webkit-filter: hue-rotate(40deg); transition:All 1s ease; -webkit-transition:All 1s ease; -moz-transition:All 1s ease; -o-transition:All 1s ease;}img:hover{-webkit-filter: hue-rotate(0deg); transition:All 1s ease; -webkit-transition:All 1s ease; -moz-transition:All 1s ease; -o-transition:All 1s ease;}
  188. .photoset{-webkit-filter: hue-rotate(40deg); transition:All 1s ease; -webkit-transition:All 1s ease; -moz-transition:All 1s ease; -o-transition:All 1s ease;}
  189. .photoset:hover{-webkit-filter: hue-rotate(0deg); transition:All 1s ease; -webkit-transition:All 1s ease; -moz-transition:All 1s ease; -o-transition:All 1s ease;}
  190. {/block:Ifefeitohuerotate}
  191.  
  192. {block:Ifefeitobrightness}
  193. img{-webkit-filter: brightness(1.5); transition:All 1s ease; -webkit-transition:All 1s ease; -moz-transition:All 1s ease; -o-transition:All 1s ease;}
  194. img:hover{-webkit-filter: brightness(1); transition:All 1s ease; -webkit-transition:All 1s ease; -moz-transition:All 1s ease; -o-transition:All 1s ease;}
  195. .photoset{-webkit-filter: brightness(1.5); transition:All 1s ease; -webkit-transition:All 1s ease; -moz-transition:All 1s ease; -o-transition:All 1s ease;}
  196. .photoset:hover{-webkit-filter: brightness(1); transition:All 1s ease; -webkit-transition:All 1s ease; -moz-transition:All 1s ease; -o-transition:All 1s ease;}
  197. {/block:Ifefeitobrightness}
  198.  
  199. {block:Ifefeitocontraste}
  200. img{-webkit-filter: contrast(1.5); transition:All 1s ease; -webkit-transition:All 1s ease; -moz-transition:All 1s ease; -o-transition:All 1s ease;}
  201. img:hover{-webkit-filter: contrast(1); transition:All 1s ease; -webkit-transition:All 1s ease; -moz-transition:All 1s ease; -o-transition:All 1s ease;}
  202. .photoset{-webkit-filter: contrast(1.5); transition:All 1s ease; -webkit-transition:All 1s ease; -moz-transition:All 1s ease; -o-transition:All 1s ease;}
  203. .photoset:hover{-webkit-filter: contrast(1); transition:All 1s ease; -webkit-transition:All 1s ease; -moz-transition:All 1s ease; -o-transition:All 1s ease;}
  204. {/block:Ifefeitocontraste}
  205.  
  206. {block:Ifefeitofade}
  207. img{opacity:0.7;-webkit-transition:all 0.9s linear; -moz-transition:all 0.9s linear; -webkit-filter:grayscale(10%);}
  208. img:hover{opacity:0.9; -webkit-filter: grayscale(0%); transition:All 1s ease; -webkit-transition:All 1s ease; -moz-transition:All 1s ease; -o-transition:All 1s ease;}
  209. .photoset{opacity:0.7;-webkit-transition:all 0.9s linear; -moz-transition:all 0.9s linear; -webkit-filter:grayscale(10%);}
  210. .photoset:hover{opacity:0.9; -webkit-filter: grayscale(0%); transition:All 1s ease; -webkit-transition:All 1s ease; -moz-transition:All 1s ease; -o-transition:All 1s ease;}
  211. {/block:Ifefeitofade}
  212.  
  213. {block:Ifefeitobrancoepreto}
  214. img{-webkit-filter: grayscale(80%); transition:All 1s ease; -webkit-transition:All 1s ease; -moz-transition:All 1s ease; -o-transition:All 1s ease;}
  215. img:hover{-webkit-filter: grayscale(0%); transition:All 1s ease; -webkit-transition:All 1s ease; -moz-transition:All 1s ease;
  216. -o-transition:All 1s ease;}
  217. .photoset{-webkit-filter: grayscale(80%); transition:All 1s ease; -webkit-transition:All 1s ease; -moz-transition:All 1s ease; -o-transition:All 1s ease;}
  218. .photoset:hover{-webkit-filter: grayscale(0%); transition:All 1s ease; -webkit-transition:All 1s ease; -moz-transition:All 1s ease;
  219. -o-transition:All 1s ease;}
  220. {/block:Ifefeitobrancoepreto}
  221.  
  222. {block:Ifefeitovintage}
  223. img{-webkit-filter:grayscale.500; -webkit-filter: grayscale(40%); transition:all 1s ease;}
  224. img:hover{-webkit-filter:grayscale(0);}
  225. .photoset {-webkit-filter:grayscale.500; -webkit-filter: grayscale(40%); transition:all 1s ease;}
  226. .photoset:hover{-webkit-filter:grayscale(0);}
  227. {/block:Ifefeitovintage}
  228.  
  229. b, strong{color:{color:titulo};}
  230. i, em{color:{color:titulo}; font-family:'Lora', serif;}
  231. s{color:{color:titulo};}
  232. u{border-bottom:{color:titulo}; color:{color:titulo};}
  233. a:link,a:active,a:visited{color:{color:links}; -webkit-transition-duration: .90s;} a:hover{color:{color:links hover};} .vsanna{display:none;}
  234.  
  235. #scrollToTop:link,#scrollToTop:visited{color:transparent; opacity:.6; background-color:transparent; display:none; position:fixed; bottom:25px; right:15px;}
  236.  
  237. #infscr-loading{position:absolute!important; width:16px!important; height:auto!important; margin-bottom:-16px!important; top:auto!important; bottom:0; left:50%!important; padding-bottom:5px; padding-top:10px;}
  238.  
  239. #infscr-loading img{width:30px;}
  240.  
  241. ::selection{background:{color:selecao}; color:{color:titulo};}
  242. ::-moz-selection{background:{color:selecao}; color:{color:titulo};}
  243. @-webkit-keyframes Fade{0%{opacity:0;} 100%{opacity:1;}}
  244. ::-webkit-scrollbar{height:10px; width:3px; background:{color:background};}
  245. ::-webkit-scrollbar-thumb:vertical{background:{color:rolagem}; border-right:2px solid {color:background}; border-top:2px solid {color:background};}
  246.  
  247. </style>
  248. </head>
  249. <body>
  250.  
  251. <a class="lcredit icon theme" href="http://clamam.tumblr.com" target="_blank">Theme</a><div id="middle">
  252.  
  253. <div id="header">
  254. <div id="title">{text:subtitulo}</a></div>
  255. <div id="links">
  256. <nav>
  257. <a href="{text:Link 1}"><span data-hover="{text:Link 1 Titulo}.">{text:Link 1 Titulo}.</span></a>
  258. <a href="{text:Link 2}"><span data-hover="{text:Link 2 Titulo}.">{text:Link 2 Titulo}.</span></a>
  259. <a href="{text:Link 3}"><span data-hover="{text:Link 3 Titulo}.">{text:Link 3 Titulo}.</span></a>
  260. <a href="{text:Link 4}"><span data-hover="{text:Link 4 Titulo}.">{text:Link 4 Titulo}.</span></a>
  261. <a href="{text:Link 5}"><span data-hover="{text:Link 5 Titulo}.">{text:Link 5 Titulo}.</span></a>
  262. </nav></div>
  263. </div>
  264.  
  265. <div id="entry">
  266. {block:Posts}
  267. <div class="posts">
  268.  
  269. {block:Quote}
  270. <div style="border:1px solid {color:permalink}; padding:10px;">
  271. <div class="quote">{Quote}</div>
  272. {block:Source}
  273. <div class="qsource">{Source}</div>
  274. {/block:Source}
  275. </div>
  276. {block:IndexPage}
  277. <div id="perma">
  278. <a href="{Permalink}">{timeago} com {NoteCountWithLabel}</a>
  279. </div>
  280. <div id="reblog">
  281. <a href="{ReblogURL}">reblog?</a>
  282. </div>
  283. {/block:IndexPage}
  284. {/block:Quote}
  285.  
  286. {block:Text}
  287. <div style="border:1px solid {color:permalink}; padding:10px;">
  288. {block:Title}<div style="font-family:PT sans; letter-spacing:1.3px; text-transform:uppercase; text-align:left; font-size:12px;">{Title}</div>
  289. {/block:Title}
  290. {Body}
  291. </div>
  292. {block:IndexPage}
  293. <div id="perma">
  294. <a href="{Permalink}">{timeago} com {NoteCountWithLabel}</a>
  295. </div>
  296. <div id="reblog">
  297. <a href="{ReblogURL}">reblog?</a>
  298. </div>
  299. {/block:IndexPage}
  300. {/block:Text}
  301.  
  302. <div id="cap">
  303. {block:Photo}
  304. <div class="box">
  305. {block:IndexPage}
  306. <div id="perma" style="top:-1px">
  307. <a href="{Permalink}">{timeago} com {NoteCountWithLabel}</a>
  308. </div>
  309. <div id="photo">
  310. <a href="{ReblogURL}">reblog?</a>
  311. </div>
  312. <a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width="100%"/></a>
  313. {/block:IndexPage}
  314. {block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/>{LinkCloseTag}{/block:PermalinkPage}
  315. </div>
  316. {/block:Photo}
  317.  
  318.  
  319. {block:Photoset}
  320. {block:IndexPage}
  321. <div id="perma">
  322. <a href="{Permalink}">{timeago} com {NoteCountWithLabel}</a>
  323. </div>
  324. <div id="reblog">
  325. <a href="{ReblogURL}">reblog?</a>
  326. </div>
  327. <center>{Photoset-250}</center>
  328. {/block:IndexPage}
  329. {block:PermalinkPage}
  330. <center>{Photoset-500}</center>
  331. {/block:PermalinkPage}
  332. {/block:Photoset}
  333.  
  334. {block:Link}
  335. <div style="border:1px solid {color:permalink}; padding:10px;">
  336. <div id="ptt"><a href="{URL}" {Target}>{Name}</a></div>
  337. {block:Description}{Description}{/block:Description}
  338. </div>
  339. {block:IndexPage}
  340. <div id="perma">
  341. <a href="{Permalink}">{timeago} com {NoteCountWithLabel}</a>
  342. </div>
  343. <div id="reblog">
  344. <a href="{ReblogURL}">reblog?</a>
  345. </div>
  346. {/block:IndexPage}
  347. {/block:Link}
  348.  
  349. {Block:chat}
  350. <div style="border:1px solid {color:permalink}; padding:10px;">
  351. {block:Title}<div id="ptt">{Title}</div>{/block:Title}
  352. <div class="chat">
  353. <ul>
  354. {block:Lines}
  355. <li class="{Alt} u{UserNumber}">{block:Label}<span class="chats">{Label}</span>{/block:Label} {Line}</li>
  356. {/block:Lines}
  357. </ul>
  358. </div>
  359. </div>
  360. {block:IndexPage}
  361. <div id="perma">
  362. <a href="{Permalink}">{timeago} com {NoteCountWithLabel}</a>
  363. </div>
  364. <div id="reblog">
  365. <a href="{ReblogURL}">reblog?</a>
  366. </div>
  367. </div>
  368. {/block:IndexPage}
  369. {/block:chat}
  370.  
  371. {block:Audio}
  372. <div style="border:1px solid {color:permalink}; padding:10px;">
  373. <div class="album">{block:AudioPlayer}<div class="player">{AudioPlayerWhite}</div>{/block:AudioPlayer}
  374. {block:AlbumArt}{block:IndexPage}<img src="{AlbumArtURL}">{/block:IndexPage}{block:PermalinkPage}<img src="{AlbumArtURL}">{/block:PermalinkPage}{/block:AlbumArt}</div>
  375. <div class="track">
  376. <b>Faixa:</b> {block:TrackName}{TrackName}{/block:TrackName}
  377. <br><b>Artista:</b> {block:Artist}{Artist}{/block:Artist}
  378. <br><b>Albúm:</b> {block:Album} {Album}{/block:Album}
  379. <br><b>Reproduções:</b> {FormattedPlayCount}
  380. </div>
  381. </div>
  382. {block:IndexPage}
  383. <div id="perma">
  384. <a href="{Permalink}">{timeago} com {NoteCountWithLabel}</a>
  385. </div>
  386. <div id="reblog">
  387. <a href="{ReblogURL}">reblog?</a>
  388. </div>
  389. {/block:IndexPage}
  390. {/block:Audio}
  391.  
  392. {block:Video}
  393. <div style="border:1px solid {color:permalink}; padding:10px;">
  394. {block:IndexPage}<center>{Video-250}</center>{/block:IndexPage}
  395. {block:PermalinkPage}<center>{Video-500}</center>{/block:PermalinkPage}
  396. {block:IndexPage}
  397. </div>
  398. <div id="perma">
  399. <a href="{Permalink}">{timeago} com {NoteCountWithLabel}</a>
  400. </div>
  401. <div id="reblog">
  402. <a href="{ReblogURL}">reblog?</a>
  403. </div>
  404. {/block:IndexPage}
  405. {/block:Video}
  406.  
  407. {block:Answer}
  408. <div style="border:1px solid {color:permalink}; padding:10px;">
  409. <div class="question"> {Question}</div>
  410. <a href="{askerURL}" title="View {askername}"><img src="{AskerPortraitURL-30}" div class="asker"></a>
  411. <div class="asker-people">Disse {askername} {timeago}</div>
  412. <div class="answer">{Answer}</div>
  413. </div>
  414. {block:IndexPage}
  415. <div id="perma">
  416. <a href="{Permalink}">{timeago} com {NoteCountWithLabel}</a>
  417. </div>
  418. <div id="reblog">
  419. <a href="{ReblogURL}">reblog?</a>
  420. </div>
  421. {/block:IndexPage}
  422. {/block:Answer}</div>
  423.  
  424. <div class="vsanna">
  425. {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  426. {block:ContentSource}<a href="{SourceURL}">source</a>{/block:ContentSource}</div>
  427. {/block:RebloggedFrom}
  428. </div>
  429. {block:PostNotes}
  430. {block:PermalinkPage}
  431.  
  432. <div class="posts">
  433. <div class="base">
  434. {block:Date}
  435. <div id="permalink">
  436. Publicado em {DayOfMonth} de {Month} de {Year}, com {NoteCountWithLabel}, às {12hour}:{minutes}{ampm}.
  437. </div>
  438. {/block:Date}
  439.  
  440. {block:RebloggedFrom}
  441. <div id="permalink">
  442. Compartilhado de <a href="{ReblogParentURL}"target="_blank">{ReblogParentName}</a>, original de {block:ContentSource}<a href="{SourceURL}" target=blank>{SourceTitle}</a>{/block:ContentSource}.</div>
  443.  
  444. <div id="permalink">
  445. <a codigopopup="#Aw=500" abrir="notes" class="janela">Clique aqui para ver as notificações!</a></div>
  446. {/block:RebloggedFrom}
  447. {/block:PermalinkPage}
  448. <div id="notes" class="caixapopup">{PostNotes}</div></div>
  449. {/block:PostNotes}
  450. {/block:Posts}
  451. </div></div>
  452.  
  453. {block:IndexPage}
  454. <div class="column navigation" id="navigation">
  455. {block:Pagination}
  456. {block:PreviousPage}
  457. <a href="{PreviousPage}" class="navigate">
  458. {/block:PreviousPage}
  459. {block:PreviousPage}</a>
  460. {/block:PreviousPage}
  461. {block:NextPage}
  462. <a href="{NextPage}" class="navigate" id="nextPage">
  463. {/block:NextPage}
  464. {block:NextPage}</a>{/block:NextPage}
  465. {/block:Pagination}
  466. </div>
  467. {/block:IndexPage}
  468. </div></div></div></div></div>
  469. </body>
  470.  
  471. {block:Ifbotaodeiraotopo}
  472. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script><script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  473. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script><script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script><a href="javascript:;" id="scrollToTop"><img src="http://static.tumblr.com/5u1fog0/9KNmunmb6/white.png" border="0"></a>
  474. {/block:Ifbotaodeiraotopo}
  475. {block:Ifneve}
  476. <script src="http://static.tumblr.com/8l2gpxb/Apwlulgho/snowstorm2.js"></script>
  477. {/block:Ifneve}
  478. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/5u1fog0/Jbxnhk8nn/lcredit.css">
  479.  
  480. <script type="text/javascript">
  481. animatedcollapse.addDiv('jason', 'fade=1,height=80px')
  482. animatedcollapse.addDiv('kelly', 'fade=1,height=100px')
  483. animatedcollapse.addDiv('michael', 'fade=1,height=120px')
  484. animatedcollapse.addDiv('cat', 'fade=0,speed=400,group=pets')
  485. animatedcollapse.addDiv('dog', 'fade=0,speed=400,group=pets,persist=1,hide=1')
  486. animatedcollapse.addDiv('rabbit', 'fade=0,speed=400,group=pets,hide=1')
  487. animatedcollapse.ontoggle=function($, divobj, state){ //fires each time a DIV is expanded/contracted
  488. //$: Access to jQuery
  489. //divobj: DOM reference to DIV being expanded/ collapsed. Use "divobj.id" to get its ID
  490. //state: "block" or "none", depending on state
  491. }
  492. animatedcollapse.init()
  493. </script>
  494.  
  495. <script src="http://goo.gl/QKIQQE"></script>
  496. <script src="http://goo.gl/y7lY8A"></script>
  497. <link rel="stylesheet" type="text/css" href="http://goo.gl/F6c7pZ">
  498. <script type="text/javascript" src="http://goo.gl/ukJ2Cf"></script>
  499. <script type="text/javascript" src="http://goo.gl/R2zQCK"></script>
  500. <script type="text/javascript" src="http://goo.gl/AGLNrG"></script>
  501. <script type="text/javascript" src="http://goo.gl/KEk7xO"></script>
  502.  
  503. <script language="javascript">
  504. function clickIE() {if (document.all) {(mensagem);return false;}}
  505. function clickNS(e) {if
  506. (document.layers||(document.getElementById&&!document.all)) {
  507. if (e.which==2||e.which==3) {alert(mensagem);return false;}}}
  508. if (document.layers)
  509. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  510. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  511. document.oncontextmenu=new Function("return false")
  512. </script>
  513. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  514. <script src="http://static.tumblr.com/stnnkm0/36Hno1p6t/mhinfinitescroll.js"></script>
  515. <script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  516. <script>
  517. $(function(){
  518. var $container = $('#entry');
  519. $container.imagesLoaded(function(){
  520. $container.masonry({
  521. itemSelector: '.posts',
  522. columnWidth: 300
  523. });
  524. });
  525. $container.infinitescroll({
  526. navSelector : "div#navigation",
  527. nextSelector : "div#navigation a#nextPage",
  528. itemSelector : '.posts',
  529. loadingImg : "http://static.tumblr.com/nnc3xz0/Kyxo4tu3c/ewsv9yg.gif",
  530. loadingText : " ",
  531. loading: {
  532. finishedMsg: ' ',
  533. img: 'http://static.tumblr.com/nnc3xz0/Kyxo4tu3c/ewsv9yg.gif'
  534. }
  535. },
  536. function( newElements ) {
  537. var $newElems = $( newElements ).css({ opacity: 0 });
  538. $newElems.imagesLoaded(function(){
  539. $newElems.animate({ opacity: 1 });
  540. $container.masonry( 'appended', $newElems, true );
  541. });
  542. }
  543. );
  544.  
  545. });
  546. </script>
  547. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement