Advertisement
worenow

11

Aug 3rd, 2014
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.21 KB | None | 0 0
  1. <!-- base por: suffixyou
  2. adaptado por: worenow
  3. detalhes sexlost
  4. -->
  5.  
  6.  
  7.  
  8.  
  9. <html>
  10.  
  11. <head>
  12. <script type="text/javascript">
  13. //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
  14. function tb8_makeArray(n){
  15. this.length = n;
  16. return this.length;
  17. }
  18. tb8_messages = new tb8_makeArray(1);
  19. tb8_messages[0] = "{Title}";
  20. tb8_rptType = 'infinite';
  21. tb8_rptNbr = 5;
  22. tb8_speed = 100;
  23. tb8_delay = 2000;
  24. var tb8_counter=1;
  25. var tb8_currMsg=0;
  26. var tb8_tekst ="";
  27. var tb8_i=0;
  28. var tb8_TID = null;
  29. function tb8_pisi(){
  30. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  31. document.title = tb8_tekst;
  32. tb8_sp=tb8_speed;
  33. tb8_i++;
  34. if (tb8_i==tb8_messages[tb8_currMsg].length){
  35. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  36. }
  37. if (tb8_currMsg == tb8_messages.length){
  38. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  39. clearTimeout(tb8_TID);
  40. return;
  41. }
  42. tb8_counter++;
  43. tb8_currMsg = 0;
  44. }
  45. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  46. }
  47. tb8_pisi()
  48.  
  49. </script>
  50.  
  51.  
  52. <!-- DEFAULT -->
  53. <meta name="color:background" content="#ffffff" />
  54. <meta name="color:hover" content="#D02090" />
  55. <meta name="color:text" content="#6a6369" />
  56.  
  57.  
  58.  
  59.  
  60.  
  61. <meta name="image:sidebar" content="http://static.tumblr.com/qhiozyd/yGFn65v1q/loca.jpg" />
  62. <meta name="if:Rolagem infinita" content="1"/>
  63. <meta name="image:background" content=""/
  64.  
  65.  
  66. <meta name="text:Atoa1 Title" content="link" />
  67. <meta name="text:Link1" content="/" />
  68. <meta name="text:Link1 Title" content="link" />
  69. <meta name="text:Link2" content="/" />
  70. <meta name="text:Link2 Title" content="link" />
  71. <meta name="text:Link3" content="/" />
  72. <meta name="text:Link3 Title" content="link" />
  73. <meta name="text:Link4" content="/" />
  74. <meta name="text:Link4 Title" content="link" />
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81. <title>{Title}</title>
  82. <link rel="shortcut icon" href="{FavIcon}">
  83. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  84. {block:Description}
  85. <meta name="description" content="{MetaDescription}" />
  86. {/block:Description}
  87.  
  88. <style type="text/css">
  89.  
  90. body {background-color: {color:background}; background-image:{image:background}; color:{color:text}; font:11px calibri; text-align: center;}
  91.  
  92.  
  93. a:link, a:active, a:visited{color: #000; text-decoration:none;}
  94. a:hover{color: #000;}
  95.  
  96. p {margin: 6px 0 0 0}
  97.  
  98. h1 {text-align: center;font-weight: normal;font-family:calibri; font-size: 14px; color: #000;}
  99.  
  100. s {color: #000000;}
  101. i {color: #000000;}
  102. b, strong {color: #000000;}
  103. u, span.sublinha {color: #000; text-decoration: none; border-bottom:1px solid #000000;}
  104.  
  105. blockquote {margin: 3px; border-left: 3px solid {color:background}; padding-left: 5px; }
  106. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background};}
  107. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  108. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  109.  
  110. blockquote img{max-width: 470px!important}
  111. blockquote blockquote img{max-width: 450px!important}
  112. blockquote blockquote blockquote img{max-width: 430px!important}
  113. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  114.  
  115. #container {width: 420px; margin:50px auto: 50px auto;}
  116.  
  117. iframe#tumblr_controls {
  118. top:0px !important;
  119. right:3px !important;
  120. position: fixed !important;
  121. -webkit-transition: opacity 0.7s linear;
  122. opacity: 0.4;
  123. -webkit-transition: all 0.8s ease-out;
  124. -moz-transition: all 0.8s ease-out;
  125. transition: all 0.8s ease-out;
  126. z-index:999999999999999999;}
  127.  
  128. iframe#tumblr_controls:hover{
  129. -webkit-transition: opacity 0.7s linear;
  130. opacity: 1;
  131. -webkit-transition: all 0.4s ease-out;
  132. -moz-transition: all 0.4s ease-out;
  133. transition: all 0.4s ease-out;
  134. z-index:999999999999999999999;}
  135.  
  136.  
  137. #entries {width:400px; float:left; margin-left:530px; margin-top:20px;position:relative; z-index:999; padding-right:0px; padding-top:0px}
  138.  
  139. .entries {width:400px; padding:5px; background-color:#ffffff; margin:0px 0px 0px 0px; margin-bottom:-0px; float:right; text-align:justify; font-family:calibri; font-size:11px; font-family:calibri; }
  140.  
  141.  
  142. .image {text-align: center; border: 0px}
  143. .image img {width: 400px; margin-bottom: 1px;-webkit-filter: grayscale(60%)}
  144. .image img:hover { -webkit-filter: grayscale(0%);-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;all 0.3s ease-out;}
  145.  
  146. .quote {font-family:calibri; text-align: justify; font-size: 12px; line-height:15px; padding: 2px; border-top: px solid #eee;}
  147. .quotesource {text-align:left; text-transform: none; margin-bottom: 2px;font-family:cambria; font-size: 10px;background-color:#;border-bottom:px solid #eee;}
  148.  
  149. .chat {line-height: 13px; list-style: none }
  150. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  151. .person1 {color: {color:text}; padding: 2px; }
  152. .person1 .label {font-weight: bold; color:{color:text}}
  153. .person2 {color: {color:text}; padding: 2px; }
  154. .person2 .label {font-weight: bold; color:{color:text}}
  155.  
  156. .player {background-color: #000; text-align: left; display:block;}
  157.  
  158.  
  159.  
  160. #asker { color: #666; margin-left:0px; font-size: 13px; font-family: calibri; text-align: justify;border-bottom: 1px solid #000;}
  161. .asker {color:#f0a7e2;}
  162.  
  163.  
  164.  
  165. .answer {margin-left:0px;font-size: 12px; font-family: calibri; padding: 0px; color: #4f4f4f;}
  166. .answer img {max-width: 370px;}
  167.  
  168. #ssource{margin-left:10px; display:none}
  169.  
  170. #hoverphoto { padding:3px;opacity:0; margin:0px 0px 495px 495px; filter: alpha(opacity = 0.2); position:absolute; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;margin-top:-5px; background-color:transparent;text-transform:lowercase }
  171. #hoverphoto:hover {color:#777;}
  172.  
  173. .entries:hover #hoverphoto { opacity:1.0;}
  174.  
  175.  
  176. #gogoho {margin-left:-90px; text-align:left; font-size: 10px; font-family: calibri; width:100px;height: auto; text-transform:lowercase}
  177. #gogoho a {text-transform:lowercase; font-style:normal}
  178. #gogoho a:hover {color:#777;}
  179. .notes {width:550px; padding:0px; margin-top:1px; margin-bottom:1px; font-size:12px; text-align:center} ol.notes {list-style: none; margin: 0 20px 0 0px; padding:0px; bord00er-bottom: 1px sólida # ccc; z-index:11;} ol.notes li {background-color:{color:post};margin-bottom:1px; padding:5px;}.notes img{display:none; border:0px}
  180.  
  181.  
  182.  
  183. #sidebar {position:fixed; width: 150px; height:120px; margin-left:290px;margin-top:-20px; -webkit-transition-duration: 0.4s;}
  184.  
  185. #foto img {display: inline; margin-left:0px; position:fixed; text-align:left;-webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; margin-top:3px;}
  186. #foto img {width:185px; height:245px; margin-top:-200px;margin-left:-70px;}
  187. #sidebar:hover #foto {opacity:1;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;all 0.3s ease-out; -webkit-filter: grayscale(50%)}
  188.  
  189.  
  190. #links {opacity:0;background-color:#;width:204px;position: fixed;text-transform:uppercase; font-family:calibri; letter-spacing:px;font-size:12; line-height:16px; height:14px;text-align:center; color:#000; padding:px;border-left:px solid;margin-top:47px;margin-left:-7px;border-bottom:px solid #eee;letter-spacing:px;}
  191. #links {opacity:;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.9s ease-out;all 0.3s ease-out;}
  192. #links :hover {color:#000000; border-bottom:px solid #fc7f8e;text-shadow: 0px 0px 3px;font-size:15px;}
  193. #sidebar:hover #links {opacity:10}
  194.  
  195.  
  196.  
  197.  
  198. #tudo {width:150px; margin-left:20px; margin-top:300px;}
  199. ::-webkit-scrollbar{width:7px;
  200. height:0px;}
  201. ::-webkit-scrollbar-button:start:decrement
  202. ::-webkit-scrollbar-button:end:increment{display:block;
  203. height:0;
  204. background-color:#000;}
  205. ::-webkit-scrollbar-track-piece{background-color:#fff;
  206. -webkit-border-radius:0;
  207. -webkit-border-bottom-right-radius:3px;
  208. -webkit-border-bottom-left-radius:3px;}
  209. ::-webkit-scrollbar-thumb:vertical{height:50px;
  210. background-color:#000;}
  211. ::-webkit-scrollbar-thumb:horizontal{width:50px;
  212. background-color:#000;}
  213.  
  214.  
  215. #heineken {opacity:0;width:185px;background-color:#;position: fixed;font-style:; font-family:candara; letter-spacing:px; font-size:12px; line-height:13px; height:13px;text-align:center; color:#000;padding:0px;margin-top:10px;margin-left:25px;border-right:px solid #eee; border:px solid #000;border-top:px solid #000; border-left:px solid #ddd;padding: 2px;text-transform:;-webkit-border-radius: 30px 35px 30px;text-shadow:0px 0px 15px}
  216. #sidebar:hover #heineken {margin-top:60px; margin-left:7px;opacity:10}
  217.  
  218. #kiss {opacity:1;margin-left:2px;margin-top:46px;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;}
  219. #kiss img {width:190px; height:30px;}
  220. #sidebar:hover #kiss {margin-top:-600px; margin-left:2px;opacity:10; -webkit-transform:rotate(360deg);}
  221.  
  222. #copinho {opacity:10;margin-left:173px; margin-top:46px; position:fixed;text-align:left;-webkit-transition-duration: 0.4s; -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;}
  223. #copinho img { width:20px; height:20px;opacity:10;-webkit-transform:rotate(360deg);}
  224.  
  225. #lacinho {opacity:10;margin-left:3px; margin-top:46px; position:fixed;text-align:left;-webkit-transition-duration: 0.4s; -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;}
  226. #lacinho img { width:20px; height:20px;opacity:10;-webkit-transform:rotate(360deg);}
  227.  
  228. </style>
  229.  
  230.  
  231.  
  232. <style type="text/css">{CustomCSS}</style>
  233.  
  234.  
  235.  
  236. <body>
  237.  
  238. <div id="container">
  239. <div id="sidebar">
  240. <div id="tudo">
  241. <div id="foto"><img src="{image:sidebar}"></div>
  242. <div id="copinho"><img src="http://static.tumblr.com/bcttrnf/Zt4n9144y/arminha.png"></div>
  243. <div id="lacinho"><img src="http://static.tumblr.com/bcttrnf/uObn9154w/lacinho.png"></div>
  244. <div id="heineken"> fazer o quê, se eu gosto é de farrear, de beber </div>
  245. <div id="kiss"><img src="http://static.tumblr.com/d0a17e71e049ef5320e7cd2cd9586536/xwr5tjk/c8Kn9laar/tumblr_static_d7ft5l3joi0404ogkk488gogw.jpg"></div>
  246.  
  247. <div id="links"><a href="{text:Link1}">{text:Link1 Title}</a>
  248. <a href="{text:Link2}">{text:Link2 Title}</a>
  249. <a href="{text:Link3}">{text:Link3 Title}</a>
  250. <a href="{text:Link4}">{text:Link4 Title}</a></a></div></div>
  251.  
  252.  
  253.  
  254.  
  255.  
  256. </div>
  257.  
  258.  
  259.  
  260. </div>
  261.  
  262. </div>
  263.  
  264. </div></div>
  265.  
  266.  
  267. <div id="entries">
  268. <div class="autopagerize_page_element">
  269.  
  270.  
  271. {block:IfRolagemInfinita}<div class="autopagerize_page_element">
  272. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfRolagemInfinita}
  273.  
  274.  
  275. {block:Posts}
  276.  
  277.  
  278. <div class="entries">
  279. <div id="hoverphoto">
  280. <div id="gogoho"><a href="{Permalink}">{block:NoteCount}{notecount}{/block:NoteCount}</a></div>{LinkCloseTag}
  281. {block:RebloggedFrom}
  282. <div id="gogoho"><a href="{ReblogParentURL}"></a><a href="{ReblogRootURL}">source</a></div>
  283. {/block:RebloggedFrom}
  284. <div id="gogoho"><a href="{ReblogURL}" target="_blank">reblog</a></div>
  285. {block:HasTags}{block:Tags}
  286. <div id="gogoho"><a href="{TagURL}"><b></b>#{Tag}</a>&nbsp;</div>{/block:Tags}{/block:HasTags}</div>
  287.  
  288. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  289.  
  290. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-400}"></div>{LinkCloseTag}{/block:Photo}
  291.  
  292. {block:Photoset}{Photoset-450}{/block:Photoset}
  293.  
  294. {block:Quote}
  295. <div class="quote">“{Quote}”</div>
  296. {block:Source}<div class="quotesource">
  297. <b>{Source}</b></div>
  298. {/block:Source}
  299. {/block:Quote}
  300.  
  301. {block:Link}
  302. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  303. {block:Description}{Description}{/block:Description}
  304. {/block:Link}
  305.  
  306. {block:Chat}
  307. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  308. <div class="chat"><ul>{block:Lines}
  309. <li class="person{UserNumber}">{block:Label}
  310. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  311. {/block:Chat}
  312.  
  313. {block:Audio}
  314. <div class="player">{AudioPlayerBlack}</div>
  315. {block:Caption}{Caption}{/block:Caption}
  316. {/block:Audio}
  317.  
  318. {block:Video}{Video-400}{/block:Video}
  319.  
  320.  
  321. {block:Answer}<div id="asker"><b>{Asker}</b> gemeu: {Question}</div><div class="answer">{Answer}</div>{/block:Answer}
  322.  
  323. <div id="photoset">
  324. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  325. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  326. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  327. </div>
  328.  
  329. <div id="ssource">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  330. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  331. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  332. {/block:ContentSource}</div>
  333.  
  334. </div>
  335.  
  336. {/block:Posts}
  337.  
  338. {block:PostNotes}{PostNotes}{/block:PostNotes}<br />
  339.  
  340.  
  341. </div>
  342. </div>
  343. </div>
  344. </div>
  345.  
  346.  
  347.  
  348. </div>
  349. </div>
  350. </div>
  351.  
  352. </body>
  353. <a style="width:120px; font-size:11px; color:#000000; font-family:calibri;position:fixed;bottom:30px;right:-15px;" href="http://worenow.tumblr.com/" title="">worenow</a>
  354.  
  355.  
  356. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement