Advertisement
clamam

Theme Lad

Jan 28th, 2017
618
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.87 KB | None | 0 0
  1. <html><head><title>{title}</title><link rel="shortcut icon" href="{favicon}">
  2.  
  3. <!----------------------
  4.  
  5. theme lad
  6. made by Gabriele
  7. in clamam.tumblr.com
  8.  
  9. ------------------------>
  10.  
  11. <meta name="image:background" content=""/>
  12. <meta name="color:background" content="#ffffff"/>
  13. <meta name="color:sidebar" content="#cd2626"/>
  14. <meta name="color:fundo dos links" content="#eadeda"/>
  15. <meta name="color:borda dos links" content="#000000"/>
  16. <meta name="color:fundo dos links hover" content="#cd2626"/>
  17. <meta name="color:negrito" content="#f2992e"/>
  18. <meta name="color:texto" content="#666666"/>
  19. <meta name="color:links" content="#666666"/>
  20. <meta name="color:links hover" content="#eeeeee"/>
  21. <meta name="color:bordas" content="#eeeeee"/>
  22. <meta name="color:selecao" content="#000000"/>
  23. <meta name="color:blockquote" content="#eeeeee"/>
  24. <meta name="color:scrollbar" content="#eeeeee"/>
  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="'Avalon'"title="Avalon"/>
  29. <meta name="select:fonte das postagens"content="calibri"title="Calibri"/>
  30. <meta name="select:fonte das postagens"content="consolas"title="Consolas"/>
  31. <meta name="select:fonte das postagens"content="cambria"title="Cambria"/>
  32. <meta name="select:fonte das postagens"content="georgia"title="Georgia"/>
  33. <meta name="select:fonte das postagens"content="'Signika', sans-serif"title="Signika"/>
  34. <meta name="select:fonte das postagens"content="'Lato', sans-serif"title="Lato"/>
  35. <meta name="select:fonte das postagens"content="'muli', sans-serif"title="Muli"/>
  36. <meta name="select:fonte das postagens"content="'PT Sans', sans-serif"title="PT Sans"/>
  37. <meta name="select:fonte das postagens"content="courier new"title="Courier new"/>
  38. <meta name="select:fonte das postagens"content="century gothic"title="Century gothic"/>
  39. <meta name="select:fonte das postagens"content="'Roboto', sans-serif"title="Roboto"/>
  40. <meta name="select:fonte das postagens"content="'Typewriter FS', serif"title="Typewriter"/>
  41. <meta name="select:fonte das postagens"content="trebuchet ms"title="trebuchet ms"/>
  42. <meta name="select:fonte das postagens"content="'Yantramanav', sans-serif"title="Yantramanav"/>
  43. <meta name="select:fonte das postagens"content="Istok Web, sans-serif"title="Istok Web"/>
  44. <meta name="select:fonte das postagens"content="'Rokkitt', serif"title="Rokkitt"/>
  45.  
  46. <meta name="if:efeito branco e preto" content=""/>
  47. <meta name="if:efeito vintage" content=""/>
  48. <meta name="if:efeito fade" content=""/>
  49. <meta name="if:efeito sepia" content=""/>
  50. <meta name="if:efeito contraste" content=""/>
  51. <meta name="if:efeito brightness" content=""/>
  52. <meta name="if:efeito hue rotate" content=""/>
  53.  
  54. <meta name="if:uma coluna" content=""/>
  55. <meta name="if:duas colunas" content=""/>
  56. <meta name="if:tres colunas" content=""/>
  57.  
  58. <meta name="if:favicon" content=""/>
  59. <meta name="if:arebescos" content=""/>
  60. <meta name="if:bordas na sidebar" content=""/>
  61.  
  62. <meta name="if:controles customizados" content=""/>
  63. <meta name="if:postagem justificada" content=""/>
  64. <meta name="if:nao repetir background" content=""/>
  65. <meta name="if:botao de ir ao topo" content=""/>
  66. <meta name="if:neve" content=""/>
  67.  
  68. <meta name="text:subtitulo" content="subtitulo"/>
  69. <meta name="text:tamanho das postagens" content="12"/>
  70.  
  71. <meta name="text:link 1 titulo" content="link"/>
  72. <meta name="text:link 1" content="/" />
  73. <meta name="text:link 2 titulo" content="link"/>
  74. <meta name="text:link 2" content="/" />
  75. <meta name="text:link 3 titulo" content="link"/>
  76. <meta name="text:link 3" content="/" />
  77. <meta name="text:link 4 titulo" content="link"/>
  78. <meta name="text:link 4" content="/" />
  79. <meta name="text:link 5 titulo" content="link"/>
  80. <meta name="text:link 5" content="/" />
  81.  
  82. <link rel="alternate"type="application/rss+xml"href="{RSS}">
  83. {block:description}
  84. <meta name="description" content="{Metadescription}"/>
  85. {/block:description}
  86.  
  87. <link href='https://fonts.googleapis.com/css?family=Amatic+SC:400,700|PT+Sans|Lora:700italic|Arvo|PT Sans|Lato:300,400|Roboto|Muli|Signika|Yantramanav|Istok+Web' rel='stylesheet' type='text/css'>
  88. <link href="https://fonts.googleapis.com/css?family=Montserrat|Oswald|Raleway" rel="stylesheet">
  89. <style type="text/css">
  90.  
  91. *html, body{width:100%;}
  92. 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: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}
  93. cursor:url('http://static.tumblr.com/5u1fog0/aaEn06fxx/cursor.png'), default!important;}
  94.  
  95. #middle{width:1190px; {block:Iftrescolunas}width:930px;{/block:Iftrescolunas} {block:Ifumacoluna}width:710px;{/block:Ifumacoluna} {block:Ifduascolunas}width:740px;{block:Ifduascolunas} {block:permalinkPage}width:700px;{/block:permalinkPage} position:relative; margin-left:auto; margin-right:auto; margin-top:0px; padding-bottom:20px; overflow:hidden;}
  96.  
  97. #entry{width:1100px; {block:Ifumacoluna}width:710px;{/block:Ifumacoluna} {block:Ifduascolunas}width:600px;{block:Ifduascolunas} {block:Iftrescolunas}width:900px;{/block:Iftrescolunas} margin-left:170px; margin-top:0px; {block:permalinkPage}width:500px;{/block:permalinkPage}}
  98.  
  99. .posts{margin:0 30px 30px 0; float:left; padding:0; {block:IndexPage}width:230px; {block:Ifumacoluna}width:500px;{/block:Ifumacoluna} position:relative;{/block:IndexPage} {block:permalinkPage}width:500px;{/block:permalinkPage};}
  100. .box {position:relative;}
  101. .box img {display:block; max-width:100%;}
  102. .box iframe{max-width:100%;}
  103.  
  104. a{color:{color:texto}; text-decoration:none;}
  105. a:hover{color:{color:texto}; text-decoration:none; cursor:url('http://static.tumblr.com/5u1fog0/zJbn06fy8/cursor_hover.gif'), default!important;}
  106.  
  107. p{margin:6px 0 0 0}
  108.  
  109. blockquote{margin:2px 5px 2px 5px; padding:1px 0 3px 6px; border-left:1px solid {color:blockquote};}
  110.  
  111. ul{list-style-type:circle;}
  112.  
  113. hr{text-align:center; border:none; border-top:1px solid {color:bordas}; width:50px;}
  114.  
  115. #s-m-t-tooltip{max-width:300px;outline-offset:-4px; margin:15px; padding:7px 7px; background:{color:background}; border:1px solid {color:bordas}; color:{color:texto}; z-index:999999; font-size:9px; letter-spacing:1px; font-family:PT Sans; text-transform:uppercase;}
  116.  
  117. .chat ul{padding:0px 0px 0px 0px; margin:0px;}
  118. .chat li{margin-bottom:1px; padding:10px; list-style-type:none;}
  119. .chat li.odd{border-left:1px solid {color:bordas}; transition:.5s;}
  120. .chat li.even{border-right:1px solid {color:bordas}; transition:.5s;}
  121. span.chats{color:{color:texto}; font-size:10px; font-family:PT Sans; letter-spacing:1.3px; text-transform:uppercase;}
  122. .chat ul:hover li.odd{border-left:none; border-right:1px solid {color:bordas}; transition:.5s;}
  123. .chat ul:hover li.even{border-right:none; border-left:1px solid{color:bordas}; transition:.5s;}
  124.  
  125. {block:Ifcontrolescustomizados}
  126. #tumblr_controls,.tmblr-iframe--desktop-logged-in-controls,.iframe-controls--desktop{position:fixed!important; -webkit-filter:invert(100%); margin-right:5px!important; display:none; margin-top:0px; opacity:0.4; text-transform:none; {block:PermalinkPage}display:inline-block; margin-right:65px!important;{/block:PermalinkPage} z-index:99999999999999999999999!important;}
  127. {block:PermalinkPage}
  128. .tmblr-iframe--desktop-logged-in-controls,.iframe-controls--desktop, .lcredit.icon.theme{position:fixed!important;-webkit-filter:invert(100%);opacity:0.4; top:0px!important; margin-top:0px; margin-right:3px;text-transform:none;display:inline-block;}
  129. {/block:PermalinkPage}
  130. #controls{position:fixed; float:right; right:40px; margin-top:30px; z-index:999999999!important;{block:PermalinkPage}display:none;{/block:PermalinkPage}}
  131. #controls a{margin:3px; color:{color:texto}; font-size:14px; text-shadow:1px 1px 1px {color:bordas}; transition:ease 1s;}
  132. #controls i{color:{color:texto}; transition:ease 1s;}
  133. #controls a:hover i{color:{color:fundo dos links}; transition:ease 1s;}
  134. {/block:Ifcontrolescustomizados}
  135.  
  136. {block:Ifnotcontrolescustomizados}
  137. #tumblr_controls,.tmblr-iframe--desktop-logged-in-controls,.iframe-controls--desktop{position:fixed!important; -webkit-filter:invert(100%)!important; margin-right:65px!important; opacity:0.4!important; margin-top:0px!important; text-transform:none; display:inline-block; z-index:9999999999999!important;}
  138. #tumblr_controls,.tmblr-iframe--desktop-logged-in-controls,.iframe-controls--desktop, .lcredit.icon.theme{position:fixed!important;-webkit-filter:invert(100%);opacity:0.4; margin-top:0px; top:0px!important; margin-right:3px; text-transform:none; display:inline-block;}
  139. {/block:Ifnotcontrolescustomizados}
  140.  
  141. .base{border-radius:5px; padding:0px; overflow:hidden; float:left; position:relative; {block:indexpage}width:500px;{/block:indexpage} {block:permalinkPage}width:500px;{/block:permalinkPage};}
  142. #permalink{width:500px; font-size:10px; font-family:PT Sans; text-transform:uppercase; padding-bottom:5px; margin-left:0px; margin-top:0px; line-height:160%;}
  143. aside.permalink_page {margin-top:30px; margin-bottom:60px;}
  144. ol.notes li.note img.avatar {display:none!important;}
  145. ol.notes {list-style-type:none; margin:0;}
  146. ol.notes li.note{display:block; margin-bottom:5px; padding:5px; margin-left:-35px;}
  147. li.note:nth-child(odd){background:{color:bordas};}
  148. li.note{font-size:8px; letter-spacing:1px; text-transform:uppercase; position:relative;}
  149.  
  150. .perma{margin:0; left:0px; bottom:0px; padding:70px 70px 70px 70px; width:230px; {block:Ifumacoluna}width:500px;{/block:Ifumacoluna} position:absolute; opacity:0; z-index:99999; list-style:none; display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-webkit-flex; display:flex;-webkit-flex-flow:row wrap; flex-flow:row nowrap; -webkit-justify-content:flex-start; justify-content:flex-start; box-sizing:border-box;
  151. background:-moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0.65)), color-stop(100%, rgba(0,0,0,0))); background:-webkit-linear-gradient(bottom, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%); background:-o-linear-gradient(bottom, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%); background:-ms-linear-gradient(bottom, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%); background:linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=’#a6000000’, endColorstr=’#000000’, GradientType=0); transition:1s .3s; -webkit-transition:1s .3s;}
  152. .posts:hover .perma{opacity:1; transition:1s; -webkit-transition:1s;}
  153.  
  154. #plink{position:absolute; text-align:left; height:20px; line-height:20px; bottom:15px; left:15px; opacity:0; transition:1s 1s; -webkit-transition:1s 0s; color:#fff; font-size:20px; text-transform:uppercase; text-shadow:1px 1px 1px #555; font-family:PT Sans; transition:ease 1s; line-height:15px;}
  155. #plink big{color:#fff; font-size:33px; margin-right:5px; display:inline-block;}
  156. #plink small{display:inline-block; font-size:10px; letter-spacing:1px; margin-top:-20px;}
  157. .posts:hover #plink{opacity:1; position:left; transition:ease 1s;}
  158.  
  159. #pblog{position:absolute; float:right; text-align:right; bottom:15px; right:10px; opacity:0; z-index:999; transition:ease 1s;}
  160. #pblog a i{color:#fff; text-shadow:1px 1px 1px #555; font-size:12px; transition:ease 1s;}
  161. .posts:hover #pblog{opacity:1; transition:ease 1s;}
  162.  
  163. #permatext{opacity:0; left:0px; bottom:0px; {block:Ifumacoluna}width:500px;{/block:Ifumacoluna} width:230px; font-family:PT Sans; position:absolute; background:{color:background}; height:20px; line-height:20px; -webkit-transition:all 1s linear; -moz-transition:all 1s linear; -ms-transition:all 1s linear; -o-transition:all 1s linear; transition:all 1s linear;}
  164. #permatext i{color:{color:texto};}
  165. #permatext a{color:{color:texto}; text-transform:uppercase; font-size:10px; letter-spacing:1px;}
  166. #permatext a:nth-child(2){float:right; margin-right:0px; margin-top:0px; padding-left:5px;}
  167. #permatext a:nth-child(3){float:right; margin-right:0px;}
  168. .posts:hover #permatext{opacity:1;}
  169.  
  170. #sidebar{position:fixed; width:133px; height:100%; background:{color:sidebar}; margin-top:0px; top:0px; {block:Ifbordasnasidebar}border-left:2px solid {color:bordas}; border-right:2px solid {color:bordas};{/block:Ifbordasnasidebar}}
  171. #sidebar p{margin-top:85%; top:85%; {block:Iffavicon}margin-top:64%; top:64%;{/block:Iffavicon} {block:Ifnotarebesco}margin-top:90%; top:90%;{block:Ifnotarebesco}}
  172.  
  173. .icon{border-radius:100%; height:60px; height:60px; margin-top:5px; margin-left:34px; position:relative; margin-bottom:3px;}
  174.  
  175. #links{position:relative; margin-top:0px; margin-bottom:0px; font-size:11px; margin-left:0px;}
  176. #links a{width:80px; margin:10px; display:block; padding:15px; text-transform:uppercase; letter-spacing:1.3px; text-align:center; color:#000; z-index:99999!important; font-family:PT Sans; Font-size:11px;}
  177. #links a:hover{color:#fff;!important}
  178.  
  179. .button {display:inline-block; position:relative; overflow:hidden; background:{color:fundo dos links}; border:2px solid {color:borda dos links}; transition:color .5s;}
  180. .button:before{content: ""; position:absolute; z-index:-1; background:{color:fundo dos links hover}; height:150px; width:200px; border-radius:50%;}
  181. .button:hover{color:{color:background}; z-index:999!important;}
  182. .button:nth-child(odd):before{top:100%; left:100%; transition:all .7s;}
  183. .button:nth-child(odd):hover:before{top:-30px; left:-30px;}
  184. .button:nth-child(even):before{left:-30px; bottom:100%; transition:all .7s;}
  185. .button:nth-child(even):hover:before{bottom:-50px;}
  186.  
  187. .quote{font-family:{select:fonte das postagens}; line-height:160%; {block:Ifpostagemjustificada}text-align:justify;{/block:Ifpostagemjustificada} font-size:{text:tamanho das postagens}px;}
  188. .qsource{text-align:left; margin-top:0px; font-family:PT Sans; letter-spacing:1.3px; text-transform:uppercase; font-size:10.4px;}
  189.  
  190. .question{z-index:1; text-align:left; padding-left:7px; padding-right:7px; padding-top:7px; font-weight:normal; padding-bottom:30px; border:3px solid {color:bordas};}
  191. .asker{margin-top:-25px; margin-left:39%; width:auto; text-align:center; border-radius:100%; border:3px solid {color:bordas}; opacity:1; transition:1s ease; {block:Ifumacoluna}margin-left:45%;{/block:Ifumacoluna}; {block:permalinkPage}margin-left:45%;{/block:permalinkPage}}
  192. .posts:hover .asker{-webkit-transform:rotate(360deg); -moz-transform:rotate(360deg); transition:1s ease;}
  193. .answer{margin-top:-3px; text-align:left;}
  194.  
  195. .album{background-repeat: no-repeat; background-position: center; position: absolute; width:86px; height:86px; background-size:60px; overflow:hidden;}
  196. .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;}
  197. .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;}
  198. .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;}
  199. .player:hover {opacity:1;}
  200. .track{margin-left:90px; overflow:auto; min-height:80px; max-height:100px; font-family:PT Sans; font-size:10px; padding:3px; text-transform:uppercase; letter-spacing:.5px;}
  201.  
  202. #fundopopup{display:none; opacity:0.9; background:{color:background}; position:fixed; left:0; top:0; width:100%; height:100%; z-index:999999;}
  203. .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;}
  204. img.btn_botaodeclose{float:right;margin: -55px -55px 0 0;}
  205. *html #fundopopup{position:absolute;}
  206. *html .caixapopup{position:absolute;}
  207. .source{display:none;}
  208.  
  209. {block:Ifefeitosepia}
  210. 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;}
  211. 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;}
  212. .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;}
  213. .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;}
  214. {/block:Ifefeitosepia}
  215.  
  216. {block:Ifefeitohuerotate}
  217. 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;}
  218. .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;}
  219. .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;}
  220. {/block:Ifefeitohuerotate}
  221.  
  222. {block:Ifefeitobrightness}
  223. 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;}
  224. 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;}
  225. .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;}
  226. .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;}
  227. {/block:Ifefeitobrightness}
  228.  
  229. {block:Ifefeitocontraste}
  230. 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;}
  231. 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;}
  232. .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;}
  233. .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;}
  234. {/block:Ifefeitocontraste}
  235.  
  236. {block:Ifefeitofade}
  237. img{opacity:0.7;-webkit-transition:all 0.9s linear; -moz-transition:all 0.9s linear; -webkit-filter:grayscale(10%);}
  238. 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;}
  239. .photoset{opacity:0.7;-webkit-transition:all 0.9s linear; -moz-transition:all 0.9s linear; -webkit-filter:grayscale(10%);}
  240. .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;}
  241. {/block:Ifefeitofade}
  242.  
  243. {block:Ifefeitobrancoepreto}
  244. img{-webkit-filter: grayscale(100%); transition:All 1s ease; -webkit-transition:All 1s ease; -moz-transition:All 1s ease; -o-transition:All 1s ease;}
  245. img:hover{-webkit-filter: grayscale(0%); transition:All 1s ease; -webkit-transition:All 1s ease; -moz-transition:All 1s ease;
  246. -o-transition:All 1s ease;}
  247. .photoset{-webkit-filter: grayscale(100%); transition:All 1s ease; -webkit-transition:All 1s ease; -moz-transition:All 1s ease; -o-transition:All 1s ease;}
  248. .photoset:hover{-webkit-filter: grayscale(0%); transition:All 1s ease; -webkit-transition:All 1s ease; -moz-transition:All 1s ease;
  249. -o-transition:All 1s ease;}
  250. {/block:Ifefeitobrancoepreto}
  251.  
  252. {block:Ifefeitovintage}
  253. img{-webkit-filter:grayscale.500; -webkit-filter: grayscale(40%); transition:all 1s ease;}
  254. img:hover{-webkit-filter:grayscale(0);}
  255. .photoset {-webkit-filter:grayscale.500; -webkit-filter: grayscale(40%); transition:all 1s ease;}
  256. .photoset:hover{-webkit-filter:grayscale(0);}
  257. {/block:Ifefeitovintage}
  258.  
  259. b, strong{color:{color:negrito};}
  260. i, em{color:{color:negrito}; font-family:'Lora', serif;}
  261. s{color:{color:negrito};}
  262. u{border-bottom:{color:negrito}; color:{color:negrito};}
  263. a:link,a:active,a:visited{color:{color:links}; -webkit-transition-duration: .90s;} a:hover{color:{color:links hover};} .vsanna{display:none;}
  264.  
  265. #scrollToTop:link,#scrollToTop:visited{position:fixed; display:none; bottom:15px; right:15px; opacity:.7;}
  266.  
  267. #infscr-loading{position:absolute!important; width:5px!important; height:auto!important; margin-bottom:-16px!important; top:auto!important; bottom:0; left:45%!important; padding-bottom:5px; padding-top:10px; -webkit-filter:grayscale(100%);}
  268.  
  269. #infscr-loading img{width:30px!important;}
  270.  
  271. ::selection{background:{color:selecao}; color:{color:negrito};}
  272. ::-moz-selection{background:{color:selecao}; color:{color:negrito};}
  273. @-webkit-keyframes Fade{0%{opacity:0;} 100%{opacity:1;}}
  274.  
  275. ::-webkit-scrollbar{height:1px; width:5px; background:transparent;}
  276. ::-webkit-scrollbar-thumb{background:{color:scrollbar};}
  277.  
  278. </style>
  279. </head>
  280. <body>
  281.  
  282.  
  283.  
  284. {block:Ifcontrolescustomizados}
  285. <div id="controls">
  286. <a href="https://www.tumblr.com/message/{name}" target="_blank" title="mensagens"><i class="oi-chat"></i></a>
  287. <a href="http://tumblr.com/follow/{name}" title="Seguir"><i class="oi-user"></i></a>
  288. <a href="https://www.tumblr.com/dashboard" title="dashboard"><i class="oi-grid"></i></a>
  289. <a href="http://clamam.tumblr.com/" target="_blank" title="créditos"><i class="oi-support"></i></a>
  290. </div>
  291. {block:PermalinkPage}
  292. <a class="lcredit icon theme" href="http://clamam.tumblr.com" target="_blank">Theme</a>
  293. {/block:PermalinkPage}
  294. {/block:Ifcontrolescustomizados}
  295.  
  296. {block:Ifnotcontrolescustomizados}
  297. <a class="lcredit icon theme" href="http://clamam.tumblr.com" target="_blank">Theme</a>
  298. {/block:Ifnotcontrolescustomizados}
  299.  
  300. <div id="middle">
  301.  
  302. <div id="sidebar">
  303. <p>
  304. {block:Ifarebescos}
  305. <img src="http://static.tumblr.com/nnc3xz0/k6gokbmdm/arebesco.png" style="width:70px; height:auto; position:relative; margin-top:0px; margin-left:30px; margin-bottom:-5px"/>
  306. {/block:Ifarebescos}
  307. {block:Iffavicon}
  308. <a href="/"><img src="{favicon}" class="icon"/></a>
  309. {/block:Iffavicon}
  310. <div id="links">
  311. <a class="button" href="{text:Link 1}">{text:Link 1 Titulo}</a>
  312. <a class="button" href="{text:Link 2}">{text:Link 2 Titulo}</a>
  313. <a class="button" href="{text:Link 3}">{text:Link 3 Titulo}</a>
  314. <a class="button" href="{text:Link 4}">{text:Link 4 Titulo}</a>
  315. <a class="button" href="{text:Link 5}">{text:Link 5 Titulo}</a>
  316. </div>
  317. {block:Ifarebescos}
  318. <img src="http://static.tumblr.com/nnc3xz0/k6gokbmdm/arebesco.png" style="width:70px; height:auto; position:relative; margin-top:0px; margin-left:30px; transform:rotate(180deg);"/>
  319. {/block:Ifarebescos}
  320. </p>
  321. </div>
  322.  
  323. <div id="entry">
  324.  
  325. {block:Posts}
  326. <div class="posts">
  327.  
  328. {block:Text}
  329. {block:Title}<div style="font-family:PT Sans; letter-spacing:1.3px; text-transform:uppercase; text-align:left; font-size:11px; font-weight:bold; color:{color:negrito};">{Title}</div>
  330. {/block:Title}{Body}
  331. {block:IndexPage}
  332. <div id="permatext">
  333. <a href="{Permalink}">{NoteCount} notificações</a>
  334. <a href="{ReblogURL}" target="_blank">compartilhe</a>
  335. </div>
  336. {/block:IndexPage}
  337. {/block:Text}
  338.  
  339. <div id="cap">
  340. {block:Photo}
  341. {block:IndexPage}
  342. <div class="box">
  343. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="100%"/>
  344. <div class="perma">
  345. <div id="plink"><a href="{permalink}" title="{timeago}"><big>{DayOfMonthwithzero}</big></a>
  346. <small>de {Month}<br> com {notecountwithlabel}</small></div>
  347. <div id="pblog"><a href="{ReblogURL}" title="reblog" target="_blank"><i class="fa fa-chevron-right" aria-hidden="true"></i></a>
  348. </div>
  349. </div>
  350. {/block:IndexPage}
  351. {block:permalinkPage}{LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/>{LinkCloseTag}{/block:permalinkPage}
  352. </div>
  353. {/block:Photo}
  354.  
  355. {block:Photoset}
  356. {block:IndexPage}
  357. <div class="box">
  358. {block:Ifumacoluna}{Photoset-500}{/block:Ifumacoluna}
  359. {block:Ifnotumacoluna}{Photoset-250}{block:Ifnotumacoluna}
  360. <div class="perma" style="margin-bottom:5px">
  361. <div id="plink"><a href="{permalink}" title="{timeago}"><big>{DayOfMonthwithzero}</big></a>
  362. <small>de {Month}<br> com {notecountwithlabel}</small></div>
  363. <div id="pblog"><a href="{ReblogURL}" title="reblog" target="_blank"><i class="fa fa-chevron-right" aria-hidden="true"></i></a>
  364. </div>
  365. </div>
  366. </div>
  367. {/block:IndexPage}
  368. {block:permalinkPage}<center>{Photoset-500}</center>{/block:permalinkPage}
  369. {/block:Photoset}
  370.  
  371. {block:Quote}
  372. <div class="quote">{Quote}</div>
  373. {block:Source}
  374. <div class="qsource">{Source}</div>
  375. {/block:Source}
  376. {block:IndexPage}
  377. <div id="permatext">
  378. <a href="{Permalink}">{NoteCount} notificações</a>
  379. <a href="{ReblogURL}" target="_blank">compartilhe</a>
  380. </div>
  381. {/block:IndexPage}
  382. {/block:Quote}
  383.  
  384. {block:Link}
  385. <div style="font-family:PT Sans; letter-spacing:1.3px; text-transform:uppercase; text-align:left; font-size:11px; font-weight:bold; color:{color:negrito};"><a href="{URL}" {Target}>{Name}</a></div>
  386. {block:description}{description}{/block:description}
  387. {block:IndexPage}
  388. <div id="permatext">
  389. <a href="{Permalink}">{NoteCount} notificações</a>
  390. <a href="{ReblogURL}" target="_blank">compartilhe</a>
  391. </div>
  392. {/block:IndexPage}
  393. {/block:Link}
  394.  
  395. {Block:chat}
  396. {block:Title}<div style="font-family:PT Sans; letter-spacing:1.3px; text-transform:uppercase; text-align:left; font-size:11px; font-weight:bold; color:{color:negrito};">{Title}</div>{/block:Title}
  397. <div class="chat">
  398. <ul>
  399. {block:Lines}
  400. <li class="{Alt} u{UserNumber}">{block:Label}<span class="chats">{Label}</span>{/block:Label} {Line}</li>
  401. {/block:Lines}
  402. </ul>
  403. </div>
  404. {block:IndexPage}
  405. <div id="permatext">
  406. <a href="{Permalink}">{NoteCount} notificações</a>
  407. <a href="{ReblogURL}" target="_blank">compartilhe</a>
  408. </div>
  409. {/block:IndexPage}
  410. {/block:chat}
  411.  
  412. {block:Audio}
  413. <div class="album">{block:AudioPlayer}<div class="player">{AudioPlayerWhite}</div>{/block:AudioPlayer}
  414. {block:AlbumArt}{block:IndexPage}<img src="{AlbumArtURL}">{/block:IndexPage}{block:permalinkPage}<img src="{AlbumArtURL}">{/block:permalinkPage}{/block:AlbumArt}</div>
  415. <div class="track">
  416. <b>Faixa:</b> {block:TrackName}{TrackName}{/block:TrackName}
  417. <br><b>Artista:</b> {block:Artist}{Artist}{/block:Artist}
  418. <br><b>Albúm:</b> {block:Album} {Album}{/block:Album}
  419. <br><b>Reproduções:</b> {FormattedPlayCount}
  420. </div>
  421. {block:IndexPage}
  422. <div id="permatext">
  423. <a href="{Permalink}">{NoteCount} notificações</a>
  424. <a href="{ReblogURL}" target="_blank">compartilhe</a>
  425. </div>
  426. {/block:IndexPage}
  427. {/block:Audio}
  428.  
  429. {block:Video}
  430. {block:Ifumacoluna}{Video-500}{/block:Ifumacoluna}
  431. {block:Ifnotumacoluna}{Video-250}{block:Ifnotumacoluna}
  432. <div id="permatext">
  433. <a href="{Permalink}">{NoteCount} notificações</a>
  434. <a href="{ReblogURL}" target="_blank">compartilhe</a>
  435. </div>
  436. {/block:IndexPage}
  437. {/block:Video}
  438.  
  439. {block:Answer}
  440. <div class="question">{Question}</div>
  441. <a href="{askerURL}" title="{askername}"><img src="{AskerPortraitURL-40}" div class="asker"></a>
  442. <div class="answer">{Answer}</div>
  443. {block:IndexPage}
  444. <div id="permatext">
  445. <a href="{Permalink}">{NoteCount} notificações</a>
  446. <a href="{ReblogURL}" target="_blank">compartilhe</a>
  447. </div>
  448. {/block:IndexPage}
  449. {/block:Answer}</div>
  450.  
  451. <div class="vsanna">
  452. {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  453. {block:ContentSource}<a href="{SourceURL}">source</a>{/block:ContentSource}</div>
  454. {/block:RebloggedFrom}
  455. </div>
  456. {block:PostNotes}
  457. {block:permalinkPage}
  458.  
  459. <div class="posts">
  460. <div class="base">
  461. {block:Date}
  462. <div id="permalink">
  463. Publicado em {DayOfMonth} de {Month} de {Year}, com {NoteCountWithLabel}, às {12hour}:{minutes}{ampm}.
  464. </div>
  465. {/block:Date}
  466.  
  467. {block:RebloggedFrom}
  468. <div id="permalink">
  469. Compartilhado de <a href="{ReblogParentURL}"target="_blank">{ReblogParentName}</a>, original de {block:ContentSource}<a href="{SourceURL}" target=blank>{SourceTitle}</a>{/block:ContentSource}.</div>
  470.  
  471. <div id="permalink">
  472. <a codigopopup="#Aw=500" abrir="notes" class="janela">Clique aqui para ver as informes!</a></div>
  473. {/block:RebloggedFrom}
  474. {/block:permalinkPage}
  475. <div id="notes" class="caixapopup">{PostNotes}</div></div>
  476. {/block:PostNotes}
  477. {/block:Posts}
  478.  
  479. {block:IndexPage}
  480. <div class="column navigation" id="navigation">
  481. {block:Pagination}
  482. {block:PreviousPage}
  483. <a href="{PreviousPage}" class="navigate">
  484. {/block:PreviousPage}
  485. {block:PreviousPage}</a>
  486. {/block:PreviousPage}
  487. {block:NextPage}
  488. <a href="{NextPage}" class="navigate" id="nextPage">
  489. {/block:NextPage}
  490. {block:NextPage}</a>{/block:NextPage}
  491. {/block:Pagination}
  492. </div>
  493. {/block:IndexPage}
  494.  
  495. </div></div>
  496. </div></div></div>
  497. </body>
  498.  
  499. {block:Ifbotaodeiraotopo}
  500. <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>
  501. <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>
  502. {/block:Ifbotaodeiraotopo}
  503. {block:Ifneve}
  504. <script src="http://static.tumblr.com/8l2gpxb/Apwlulgho/snowstorm2.js"></script>
  505. {/block:Ifneve}
  506.  
  507. <link href='http://static.tumblr.com/8pnyeus/sXxofi7lt/outicons.css' rel='stylesheet' type='text/css'>
  508. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
  509.  
  510. <script src="http://goo.gl/y7lY8A"></script>
  511. <link rel="stylesheet" type="text/css" href="http://goo.gl/F6c7pZ">
  512. <link rel="stylesheet" type="text/css" href="http://goo.gl/a5mt2U">
  513. <link rel="stylesheet" type="text/css" href="https://assets.tumblr.com/fonts/typewriterfs/stylesheet.css">
  514. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/5u1fog0/Jbxnhk8nn/lcredit.css">
  515. <script type="text/javascript" src="http://goo.gl/ukJ2Cf"></script>
  516. <script type="text/javascript" src="http://goo.gl/R2zQCK"></script>
  517. <script type="text/javascript" src="http://goo.gl/AGLNrG"></script>
  518. <script type="text/javascript" src="http://goo.gl/KEk7xO"></script>
  519.  
  520. <script type="text/javascript"src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  521. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  522. <script type="text/javascript"src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  523. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  524. <script>(function($){$(document).ready(function(){$("[title]").style_my_tooltips({tip_follows_cursor:true,tip_delay_time:200,tip_fade_speed:300});});})(jQuery);</script>
  525.  
  526.  
  527. <script language="javascript">function clickIE() {if (document.all) {(mensagem);return false;}}
  528. function clickNS(e) {if
  529. (document.layers||(document.getElementById&&!document.all)) {
  530. if (e.which==2||e.which==3) {alert(mensagem);return false;}}}
  531. if (document.layers)
  532. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  533. else{document.onmouseup=clickNS;document.oncontextgabi3=clickIE;}
  534. document.oncontextgabi3=new Function("return false")
  535. </script>
  536. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  537. <script src="http://static.tumblr.com/stnnkm0/36Hno1p6t/mhinfinitescroll.js"></script>
  538. <script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  539. <script>
  540. $(function(){
  541. var $container = $('#entry');
  542. $container.imagesLoaded(function(){
  543. $container.masonry({
  544. itemSelector: '.posts',
  545. columnWidth: 0
  546. });
  547. });
  548. $container.infinitescroll({
  549. navSelector : "div#navigation",
  550. nextSelector : "div#navigation a#nextPage",
  551. itemSelector : '.posts',
  552. loadingImg : "http://i.imgur.com/hS1U2T5.gif",
  553. loadingText : " ",
  554. loading: {
  555. finishedMsg: ' ',
  556. img: 'http://i.imgur.com/hS1U2T5.gif'
  557. }
  558. },
  559. function( newElements ) {
  560. var $newElems = $( newElements ).css({ opacity: 0 });
  561. $newElems.imagesLoaded(function(){
  562. $newElems.animate({ opacity: 1 });
  563. $container.masonry( 'appended', $newElems, true );
  564. });
  565. }
  566. );
  567.  
  568. });
  569. </script>
  570. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement