Advertisement
tannyoliveira

45

Aug 29th, 2014
367
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.70 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" xml:lang="en" lang="en">
  3. <head>
  4.  
  5. <title>{title}</title>
  6. <link rel="shortcut icon" href="{Favicon}">
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  9.  
  10.  
  11. <html>
  12. <head>
  13.  
  14.  
  15. <!--
  16. THEME POR SOWSLY
  17. não pegue detalhes.
  18. detalhes de outros estão nos creditos dos mesmo
  19.  
  20. sidebar por dcalcinha modificado por mim-->
  21.  
  22.  
  23.  
  24. <meta name="color:background" content="#ffffff" />
  25. <meta name="color:links" content="#000000" />
  26. <meta name="color:text" content="#000000" />
  27. <meta name="color:post" content="#ffffff" />
  28. <meta name="color:hover" content="#87CEFA" />
  29. <meta name="color:sublinhado" content="#28B5BF" />
  30.  
  31. <meta name="image:background" content="" />
  32.  
  33.  
  34. <meta name="image:sidebar" content="http://33.media.tumblr.com/a8eeee8159f26d80932c48de5bb50014/tumblr_n9kyisKSma1sblr26o1_500.jpg" />
  35. <meta name="image:arminha" content="http://static.tumblr.com/uyrucwr/gU9n74e3q/arma15.png" />
  36. <meta name="image:boquete" content="http://static.tumblr.com/y6zsrld/AsYn9timl/anigifeee.gif" />
  37. <meta name="image:frase" content="https://31.media.tumblr.com/25ba253ddb506730907c59a6f5127495/tumblr_mw2npsfpwo1s9dq8ko1_500.jpg" />
  38. <meta name="image:frase2" content="http://static.tumblr.com/ac17ihj/D71nb3c2m/a.png" />
  39.  
  40. <meta name="text:Link1" content="/" />
  41. <meta name="text:Link1 Title" content="mina" />
  42. <meta name="text:Link2" content="/" />
  43. <meta name="text:Link2 Title" content="chupa" />
  44. <meta name="text:Link3" content="/" />
  45. <meta name="text:Link3 Title" content="treme" />
  46. <meta name="text:Link4" content="/" />
  47. <meta name="text:Link4 Title" content="maktub" />
  48. <meta name="text:Link5" content="/" />
  49. <meta name="text:Link5 Title" content="orgasmo" />
  50.  
  51.  
  52. <meta name="if:Rolagem infinita" content="1"/>
  53.  
  54.  
  55. <link rel="shortcut icon" href="{FavIcon}">
  56. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  57. {block:Description}
  58. <meta name="description" content="{MetaDescription}" />
  59. {/block:Description}
  60.  
  61. <style type="text/css">
  62.  
  63.  
  64.  
  65. /***----------------- follow branco, scrollbar e ponteiro do mouse -------------***/
  66.  
  67.  
  68. body, a, a:hover { cursor:url(http://i.imgur.com/2qleX.jpg), auto }
  69.  
  70. iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:.2;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out; }
  71.  
  72.  
  73. #tumblr_controls{position: fixed!important}
  74. #tumblr_controls{position: fixed!important}
  75. #tumblr_controls{position: fixed!important}
  76. #tumblr_controls{position: fixed!important}
  77.  
  78. ::-webkit-scrollbar-thumb:vertical {width:10px;background-color:{color:hover};}
  79. ::-webkit-scrollbar {height:10px;width:10px;background-color:#fff;}
  80. ::-webkit-scrollbar-button:vertical {height:40px;background-color:{color:hover};}
  81.  
  82. ::selection {color:{color:hover};background:#bdbbbb;}
  83. ::-moz-selection {color:{color:hover};background:#bdbbbb ;}
  84.  
  85.  
  86.  
  87. /********************configurações gerais*******************************/
  88. /*corpo do theme*/
  89. body {color: #696969;background: {color:background} url({image:Background}); font-family: tahoma; font-size: 11px;}
  90.  
  91.  
  92. h1 {font-family: tahoma; font-size: 15px;;}
  93.  
  94.  
  95. h2 {font-family:tahoma; font-size: 15px;; text-align:center;}
  96.  
  97. /* negrito, itálico e grifado */
  98. b, strong, bold {text-decoration: bold; color: {color:hover}; text-shadow: 5px #000;}
  99. u, span.sublinha {cursor: help; text-decoration: none; border-bottom: 1px dashed {color:sublinhado};}
  100. i, em{color: #ddd;}
  101. s {color: #000;}
  102.  
  103. /* links */
  104. a:link, a:visited, a:active {color: {color:links}; text-shadow: 0 0px 0px #ffffff; letter-spacing: 1px; text-decoration: none;}
  105. a:hover {color: {color:hover}; -webkit-transition-duration: .79s;}
  106. p {margin: 6px 0 0 0}
  107.  
  108.  
  109.  
  110.  
  111.  
  112. .tumblrAutoPager_page_separator, .tumblrAutoPager_page_info {display: none;}
  113.  
  114. blockquote {margin: 3px; border-left: 3px solid {color:background}; padding-left: 5px; }
  115. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background};}
  116. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  117. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  118.  
  119. blockquote img{max-width: 470px!important}
  120. blockquote blockquote img{max-width: 450px!important}
  121. blockquote blockquote blockquote img{max-width: 430px!important}
  122. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  123.  
  124. #container {width: 500px; margin:50px auto: 50px auto;}
  125.  
  126. iframe#tumblr_controls {
  127. top:0px !important;
  128. right:3px !important;
  129. position: fixed !important;
  130. -webkit-transition: opacity 0.7s linear;
  131. opacity: 0.4;
  132. -webkit-transition: all 0.8s ease-out;
  133. -moz-transition: all 0.8s ease-out;
  134. transition: all 0.8s ease-out;
  135. z-index:999999999999999999;}
  136.  
  137. iframe#tumblr_controls:hover{
  138. -webkit-transition: opacity 0.7s linear;
  139. opacity: 1;
  140. -webkit-transition: all 0.4s ease-out;
  141. -moz-transition: all 0.4s ease-out;
  142. transition: all 0.4s ease-out;
  143. z-index:999999999999999999999;}
  144.  
  145. /* ask por sowsly */
  146.  
  147. .asker {background:#eee; padding: 2px;font-size: 13px; font-family:calibri; text-align:;border-bottom:px solid #000;}
  148.  
  149. .answer {font-size:9px; font-family:tahoma;padding: 1px}
  150. .answer img {max-width: 500px; }
  151.  
  152.  
  153.  
  154. #entries {width:450px; float:left; margin-left:450px; margin-top:10px; position:relative; z-index:999; padding-right:3px; padding-top:10px}
  155. .entries {width:450px; padding:5px; background-color:#ffffff; margin:0px 0px 0px 0px; margin-bottom:4px; float:right; font-size:13px;text-align:justify; padding-right:5px; padding-left:px; padding-top:px; padding-bottom:px; border-top: px solid ;}
  156.  
  157.  
  158. h1 {font-family:tahoma; font-size: 14px; line-height: 17px; text-align: center; font-weight: normal; margin-bottom:3px;}
  159. h1 a {color: {color:link};}
  160. h1 a:hover {color: {color:hover};}
  161.  
  162.  
  163.  
  164. .image {text-align: center; border: 0px}
  165. .image img {width: 450px; margin-bottom: 1px; }
  166. .image img {-webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-filter: grayscale(0%);
  167. margin-bottom: 1px }
  168. .image img:hover { -webkit-filter: grayscale(70%);-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.7s ease-out;all 2.3s ease-out;}
  169.  
  170.  
  171. .quote {font-family: calibri; text-align: justify; font-size: 14px; line-height:15px; padding: 1px; }
  172. .quotesource {text-align:left;font-size:12px; font-family:cambria;font-style:italic; padding:5px; margin-top:-5px; text-transform:; margin-bottom:px;border-bottom:px solid #ececec;}
  173.  
  174.  
  175. .chat {line-height: 13px; list-style: none }
  176. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  177. .person1 {color: {color:text}; padding: 2px; }
  178. .person1 .label {font-weight: bold; color:{color:text}}
  179. .person2 {color: {color:text}; padding: 2px; }
  180. .person2 .label {font-weight: bold; color:{color:text}}
  181.  
  182. .player {background-color: #000; text-align: left; display:block;}
  183.  
  184. #asker { -webkit-border-radius: 20px 0px 0px 0px; font-family:verdana; text-align: justify; background-color:#;color:#000; font-size:11px;padding:4px; border-bottom:2px solid #f2f2f2; border-left:px solid #f2f2f2; border:px dashed #ddd }
  185. .answer {padding: 5px; font-family:verdana; font-size:10px;}
  186. .answer img {max-width: 500px;}
  187. #asker a:hover {color:{color:hover};}
  188. #ssource{margin-left:10px; display:none}
  189.  
  190. #hoverphoto { padding:3px;opacity:0; margin:0px 0px 495px 495px; filter: alpha(opacity = 2.5); position:absolute; -webkit-transition: all 0.9s ease-out; -moz-transition: all 2.4s ease-out;margin-top:-5px; background-color:{color:post}; }
  191. #hoverphoto:hover {color:{color:hover};}
  192.  
  193. .entries:hover #hoverphoto { opacity:6.0;}
  194.  
  195.  
  196. /*** NOTES **/
  197. #ana {border-left:0px solid #000;text-align:left;font-size:10px;font-family:calibri; width:100px;height: auto;margin-left:-40px;text-transform:uppercase}
  198. #ana a {font-size: 10px;font-family: calibri;border-left:px solid #000;}
  199. #ana:hover {color:{color:hover};}
  200.  
  201.  
  202.  
  203. .notes img {width:12px;-webkit-border-radius: 360px; position:relative; top:0px}
  204. ol.notes, .notes li{width:560px; list-style:none; margin:0px 0px 0 4px; padding:2px;}
  205.  
  206.  
  207.  
  208. .lado1 {position: fixed; z-index:1000; width: 1px; height:237px; background-color: #BEBEBE; top: 115px; left:310px;}
  209.  
  210. .topo2 {position: fixed; z-index:1000; width: 169px; height:1px; background-color: #CFCFCF; top: 371px; left:330px;}
  211.  
  212. .topo3 {position: fixed; z-index:1000; width: 169px; height:1px; background-color: #CFCFCF; top: 373px; left:330px;}
  213.  
  214. #eta {position: fixed; z-index:1000; width: -13px; height:-10px; top: 352px; left:312px;}
  215.  
  216. /** sidebar detalhes por dcalcinha **/
  217.  
  218. #sidebar {float:left; position:fixed; width:195px; bottom:85px; height:8px;top:100px; left:170px; position: fixed;}
  219. #sidebar:hover
  220. #heineken{opacity: 1; -webkit-transition-duration: 0.5s; margin-left:-5px; background: ;}
  221. .imgs {margin-top:0px; margin-left:10px; margin-bottom:0px; padding:9px;border:px solid {color:border}; height:auto; width:px; -webkit-transition: all 1.2s ease-out; -moz-transition: all 1.2s ease-out;border:px solid;}
  222. .imgs img {display: inline; height:auto; height:260px; width:195px; border-top:px solid #eee;border-right:px solid #000; ; border-left:px solid #000; padding:3px; }
  223. .imgs img:hover {-webkit-filter: grayscale(40%)}
  224. #sidebar:hover #links{opacity:100;-moz-transition:all 0.6s linear; transition:all 0.6s linear;}
  225.  
  226.  
  227.  
  228. #links {opacity:0;font-size:11px;font-family:tahoma ;margin-left:30px; position:fixed; margin-top:-5px; width:200px;text-align:center; paddding:2px;-webkit-transition:all 0.6s ease-out;-moz-transition:all 0.7s ease-out;line-height:8px;border-radius: 70px 40px 70px 40px;fixed;text-transform:uppercase}
  229.  
  230. #links a:hover {color:{color:hover};border-bottom: 1px dashed; text-shadow:0px 0px 1px;font-style:bold;-moz-opacity:1.0; -khtml-opacity: 1.0; -webkit-transition:all 0.6s linear;-webkit-transition:all 0.6s linear; -moz-transition:all 0.6s linear; transition:all 0.6s linear;}
  231.  
  232.  
  233.  
  234. #heineken {background-color:#;width:215px;position: fixed;font-style:; font-family:corbel; letter-spacing:px; font-size:13px; line-height:12px;height:22px; padding:3px;text-align:center; color:#000; ;margin-top:150px;margin-left:25px;border-right:px solid #eee; border-top:px solid #000; border-top:-1px solid #363636; border-left:px solid #eee;padding:px;text-transform:; z-index: 9999999; webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out;text-shadow:0px 0px 1px; color:}
  235. #heineken img { width:190px; height:auto;}
  236. #sidebar:hover #heineken {background-color:transparent;color:#000;margin-top:290px;margin-left:20px;width:168px;padding:2px;-webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;border-top:-1px solid #000;border-top-left-radius: 0px;border-top-right-radius: 0px;}
  237. #heineken {opacity:0.0;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.9s ease-out;all 0.3s ease-out;}
  238.  
  239.  
  240.  
  241. #liam {margin-left:20px;margin-top:273px;position:fixed;-moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out;opacity:0;}
  242. #liam img {width:25px; height:auto;}
  243. #sidebar:hover #liam {opacity:1;}
  244.  
  245.  
  246. #emoji {height:auto; margin-top:274px; position:fixed; text-align:left; margin-left:24px;}
  247. #emoji img { width:30px; height:auto; opacity:0.9; -webkit-filter: grayscale(20%)}
  248. #sidebar:hover #emoji {opacity:0;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.9s ease-out;all 0.3s ease-out;}
  249.  
  250. #zayn {height:auto; margin-top:276px; position:fixed; text-align:left; margin-left:50px;}
  251. #zayn img { width:165px; height:16px; opacity:0.9; -webkit-filter: grayscale(20%)}
  252. #sidebar:hover #zayn {opacity:0;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.9s ease-out;all 0.3s ease-out;}
  253.  
  254.  
  255. #bye {background-color:#000;width:180px;position: fixed;font-size:10px;font-family:calibri;text-transform:uppercase; line-height:13px;height:14px; padding:3px;text-align:center; color:#eee;margin-top:-150px;margin-left:27px;border-right:px solid #eee; border-top:px solid #000; border-top:px solid #eee; border-left:px solid #eee;padding:px;text-transform:; z-index: 9999999; webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out;border-radius: 20px;border-top-right-radius: 20px;}
  256. #sidebar:hover #bye {margin-top:250px;margin-left:27px;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.7s ease-out;}
  257.  
  258.  
  259.  
  260.  
  261.  
  262. @font-face {
  263. font-family:titulo;
  264. src: url('http://static.tumblr.com/fxpo5zq/oefmes3gi/cedarville_pnkfun_1_cursive.ttf');,
  265. }
  266. @font-face{font-family:"Basic";src:url(http://static.tumblr.com/9wzbixa/Cf3mj2g0f/basicl.ttf);}
  267.  
  268.  
  269. {CustomCSS}</style>
  270. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  271. <script type="text/javascript" src="http://static.tumblr.com/enpbtf0/a8olor0ey/animatedcollapse.js"></script>
  272.  
  273.  
  274. <script type="text/javascript">
  275.  
  276. animatedcollapse.addDiv('jason', 'fade=1,height=80px')
  277. animatedcollapse.addDiv('kelly', 'fade=1,height=100px')
  278. animatedcollapse.addDiv('michael', 'fade=1,height=120px')
  279.  
  280. animatedcollapse.addDiv('cat', 'fade=0,speed=400,group=pets')
  281. animatedcollapse.addDiv('dog', 'fade=0,speed=400,group=pets,persist=1,hide=1')
  282. animatedcollapse.addDiv('rabbit', 'fade=0,speed=400,group=pets,hide=1')
  283.  
  284. animatedcollapse.ontoggle=function($, divobj, state){ //fires each time a DIV is expanded/contracted
  285. //$: Access to jQuery
  286. //divobj: DOM reference to DIV being expanded/ collapsed. Use "divobj.id" to get its ID
  287. //state: "block" or "none", depending on state
  288. }
  289.  
  290. animatedcollapse.init()
  291.  
  292. </script>
  293. </head><body>
  294.  
  295. <body>
  296.  
  297. <div id="sidebar">
  298. <div id="liam">
  299. <img src="{image:arminha}"></div>
  300. <div id="emoji"><img src="{image:boquete}"></div>
  301. <div id="zayn"> <img src="{image:frase2}"/> </div>
  302.  
  303. <div id="heineken"> <img src="{image:frase}"/> </div>
  304. <div id="bye"> {description} </div>
  305. <div class="imgs"><img src="{image:sidebar}"/></div>
  306. <div id="links">
  307. <a href="{text:link1}">{text:link1 title}</a>
  308. <a href="{text:link2}">{text:link2 title}</a>
  309. <a href="{text:link3}">{text:link3 title}</a>
  310. <a href="{text:link4}">{text:link4 title}</a>
  311. </div>
  312. </div>
  313. </div>
  314.  
  315.  
  316.  
  317.  
  318. <div id="entries">
  319. <div class="autopagerize_page_element">
  320.  
  321.  
  322. {IfRolagemInfinita}<div class="autopagerize_page_element">
  323. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfRolagemInfinita}
  324.  
  325.  
  326. {block:Posts}
  327.  
  328.  
  329. <div class="entries">
  330.  
  331. <div id="hoverphoto">
  332. <div id="ana"><a href="{Permalink}">{block:NoteCount}{notecount}{/block:NoteCount}</a></div>{LinkCloseTag}
  333. {block:RebloggedFrom}<div id="ana"><a href="{ReblogParentURL}"></a><a href="{ReblogRootURL}">source</a></div>
  334. {/block:RebloggedFrom}<div id="ana"><a href="{ReblogURL}" target="_blank">reblog</a></div>
  335. {block:HasTags}{block:Tags} <div id="ana"><a href="{TagURL}"><b></b>#{Tag}</a>&nbsp;</div>{/block:Tags}{/block:HasTags}</div>
  336.  
  337.  
  338. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  339.  
  340. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  341.  
  342. {block:Photoset}{Photoset-500}{/block:Photoset}
  343.  
  344. {block:Quote}
  345. <div class="quote">“{Quote}”</div>
  346. {block:Source}<div class="quotesource">
  347. — <b>{Source}</b></div>
  348. {/block:Source}
  349. {/block:Quote}
  350.  
  351. {block:Link}
  352. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  353. {block:Description}{Description}{/block:Description}
  354. {/block:Link}
  355.  
  356. {block:Chat}
  357. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  358. <div class="chat"><ul>{block:Lines}
  359. <li class="person{UserNumber}">{block:Label}
  360. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  361. {/block:Chat}
  362.  
  363. {block:Audio}
  364. <div class="player">{AudioPlayerBlack}</div>
  365. {block:Caption}{Caption}{/block:Caption}
  366. {/block:Audio}
  367.  
  368. {block:Video}{Video-500}{/block:Video}
  369.  
  370. {block:Answer}
  371. <div class="asker"><span></span><b>{Asker} gemeu:</b> {Question}&nbsp;</div><div class="questions">{Answer}</div>{/block:Answer}
  372.  
  373. <div id="photoset">
  374. {block:Photo}{/block:Photo}
  375. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  376. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  377. </div>
  378.  
  379.  
  380.  
  381. <div id="ssource">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  382. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  383. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  384. {/block:ContentSource}</div>
  385.  
  386. </div>
  387.  
  388. {/block:Posts}
  389.  
  390. {block:PostNotes}{PostNotes}{/block:PostNotes}<br />
  391.  
  392.  
  393. </div>
  394. </div>
  395. </div>
  396. </div>
  397.  
  398.  
  399.  
  400. </div>
  401. </div>
  402. </div>
  403.  
  404. </body>
  405. <a style="width:120px;font-family:consolas;font-size:10px; color:#000;position:fixed;font-style:;bottom:35px;right:-2px;" href="http://sowsly.tumblr.com/themes" title="theme by sowsly">THEME BY SOWSLY <font color="#ffaacb">©</font></a>
  406.  
  407. <body>
  408.  
  409. </head>
  410. </script>
  411.  
  412.  
  413.  
  414.  
  415.  
  416.  
  417.  
  418.  
  419. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement