nyqueramos

Theme 7

Jun 2nd, 2012
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.89 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2.  
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5.  
  6. <!--- THEME BY EN-TORPECENTE, DON'T COPY M.FUCK ---!>
  7.  
  8.  
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  10.  
  11. <head> <!-- DEFAULT VARIABLES -->
  12.  
  13. <SCRIPT TYPE="text/javascript">
  14.  
  15. <!-- //Disable right click script
  16. var message="isso é feio";
  17. ///////////////////////////////////
  18. function clickIE() {if (document.all) {(message);return false;}}
  19. function clickNS(e) {if
  20. (document.layers||(document.getElementById&&!document.all)) {
  21. if (e.which==2||e.which==3) {(message);return false;}}}
  22. if (document.layers)
  23. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  24. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  25. document.oncontextmenu=new Function("return false")
  26. // -->
  27. </SCRIPT>
  28.  
  29. <meta http-equiv="x-dns-prefetch-control" content="off"/><meta name="robots" content="noindex"/><meta http-equiv="x-dns-prefetch-control" content="off"/><script type="text/javascript">
  30. var rev = "fwd";function titlebar(val)
  31. {var msg = "{title}";
  32. var res = " ";
  33. var speed = 120;var pos = val;msg = "{title}";var le = msg.length;if(rev == "fwd"){if(pos < le){pos = pos+1;scroll = msg.substr(0,pos);document.title = scroll;timer = window.setTimeout("titlebar("+pos+")",speed);}
  34. else{rev = "bwd";
  35. timer = window.setTimeout("titlebar("+pos+")",speed);}}
  36. else{
  37. if(pos > 0){
  38. pos = pos-1;var ale = le-pos;scrol = msg.substr(ale,le);document.title = scrol;timer = window.setTimeout("titlebar("+pos+")",speed);}
  39. else{rev = "fwd";timer = window.setTimeout("titlebar("+pos+")",speed);}}}
  40. titlebar(0);
  41. </script>
  42. <link href='http://fonts.googleapis.com/css?family=Poly:400italic' rel='stylesheet' type='text/css'>
  43.  
  44. <link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
  45.  
  46.  
  47.  
  48. <meta name="color:background" content="#f8f8f8" />
  49. <meta name="color:link" content="#000000" />
  50. <meta name="color:linkhover" content="#696969" />
  51. <meta name="color:text" content="#000000" />
  52. <meta name="color:post" content="#ffffff" />
  53. <meta name="color:borda" content="#ffffff" />
  54. <meta name="color:side" content="#DFDFDF" />
  55. <meta name="color:scroll" content="#000000" />
  56. <meta name="color:bglinks" content="#000000" />
  57. <meta name="color:link1" content="#fff" />
  58. <meta name="color:link2" content="#000" />
  59. <meta name="color:link3" content="#fff" />
  60. <meta name="color:linkhover1" content="#fff" />
  61. <meta name="color:linkhover2" content="#FFB553" />
  62. <meta name="color:linkhover3" content="#fff" />
  63. <meta name="color:links" content="#000000" />
  64. <meta name="color:linkshover" content="#ffffff" />
  65. <meta name="color:bglinkshover" content="#000000" />
  66.  
  67. <meta name="image:imagem" content="http://static.tumblr.com/vx1q2x6/MXVm50b21/tumblr_m4we3htvk11rsvk91o8_250.png" />
  68. <meta name="text:frase" content="uma frase top da balada" />
  69.  
  70. <meta name="text:Link1" content="/" />
  71. <meta name="text:Link1 Title" content="home" />
  72. <meta name="text:Link2" content="/ask" />
  73. <meta name="text:Link2 Title" content="ask me" />
  74. <meta name="text:Link3" content="/" />
  75. <meta name="text:Link3 Title" content="link" />
  76. <meta name="text:Link4" content="/" />
  77. <meta name="text:Link4 Title" content="link" />
  78. <meta name="text:Link5" content="/" />
  79. <meta name="text:Link5 Title" content="link" />
  80. <meta name="text:Link6" content="/" />
  81. <meta name="text:Link6 Title" content="link" />
  82. <meta name="text:Link7" content="/" />
  83. <meta name="text:Link7 Title" content="link" />
  84. <meta name="text:Link7" content="/" />
  85. <meta name="text:Link7 Title" content="link" />
  86. <meta name="text:Link8" content="/" />
  87. <meta name="text:Link8 Title" content="link" />
  88. <meta name="text:Link9" content="/" />
  89. <meta name="text:Link9 Title" content="link" />
  90. <meta name="text:Link10" content="/" />
  91. <meta name="text:Link10 Title" content="link" />
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98. <title>{Title}</title>
  99. <link rel="shortcut icon" href="{Favicon}">
  100. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  101. {block:Description}
  102. <meta name="description" content="{MetaDescription}" />
  103. {/block:Description}
  104.  
  105. <style type="text/css">
  106.  
  107.  
  108. body {background-color: {color:background}; font-family: verdana; color: {color:text}; text-align: center; font-size: 11px; background-image:url('{image:background}'); background-attachment: fixed; }
  109.  
  110. a {color: {color:link}; text-decoration: none; text-transform: none;}
  111. a:hover {color: {color:linkhover}; background-color: transparent; text-decoration: none;}
  112.  
  113. p {margin: 6px 0 0 0}
  114.  
  115. blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:background}; padding-left: 5px; }
  116. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background};}
  117. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  118. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  119.  
  120. blockquote img{max-width: 470px!important}
  121. blockquote blockquote img{max-width: 450px!important}
  122. blockquote blockquote blockquote img{max-width: 430px!important}
  123. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  124.  
  125. #tudoaqui {text-align: center; width: 930px; margin: 20px auto 20px auto; padding: 0px; z-index: 1}
  126.  
  127. #quequeé {float: left; margin-top: 50px; margin-left: 210px;}
  128.  
  129. .nyquepost {width: 500px; background-color: {color:post}; padding: 15px; margin-bottom: 1px; text-align: justify; font-family: verdana; font-size: 11px; position: relative; }
  130.  
  131. h1 {font-family: georgia; text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  132. h1 a {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  133. h1 a:hover {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  134.  
  135. .image {text-align: center; border: 0px}
  136. .image img {max-width: 500px; margin-bottom: 2px; opacity:.8; -webkit-transition: all .8s ease-out; -moz-transition: all .8s ease-out;}
  137. .image img:hover {opacity:1}
  138.  
  139. .oiqqtt {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  140. .oiqqtts {text-align: center; text-transform: none; margin-bottom: 5px;}
  141. .oiqqtts a, a:hover{text-transform: none;}
  142.  
  143. .chat {line-height: 13px; list-style: none }
  144. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  145. .person1 {color: {color:text}; padding: 2px; }
  146. .person1 .label {font-weight: bold; color:{color:text}}
  147. .person2 {color: {color:text}; padding: 2px; }
  148. .person2 .label {font-weight: bold; color:{color:text}}
  149.  
  150. .player {background-color: #000; text-align: left; display:block;}
  151.  
  152. .asker {background-color: {color:post}; font-style: normal; font-size: 9px; font-family: verdana; color: {color:text}; padding:2px; margin-top: 2px; margin-bottom:2px; -webkit-border-radius: 0px 0px 0px 0px;}
  153. .asker a {color: {color:link}; font-size: 10px;}
  154. .answer {font-style: normal; font-size: 9px; font-family: verdana; color: {color:text}}
  155.  
  156.  
  157. #oidata {text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11; height: auto; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out;}
  158. #oidata:hover{background-color: {color:background}; margin-left:20px}
  159. #oidata a {font-size: 9px; line-height: 13px;}
  160. .xxy {border-left: 2px solid {color:background}; padding: 5px; margin-bottom: 10px; font-size: 9px; font-family: verdana; text-transform: lowercase; text-align: left;}
  161. .xxy:hover{border-left: 2px solid {color:link};}
  162.  
  163. .tags {color: {color:text}; font-size: 9px; font-family: verdana; display: inline; list-style: none; text-transform: lowercase;}
  164. .tags a {font-size: 9px; color: verdana; display: inline; list-style: none; text-transform: lowercase;}
  165. .xxx {border-bottom: 2px solid {color:background}; padding: 5px; margin-bottom: 10px; font-size: 9px; font-family: verdana; text-transform: lowercase; text-align: left;}
  166. #cap {width: 500px; margin-top: -2px;}
  167. .source {display: none;}
  168.  
  169. .notes {width: 530px; padding: 0px; margin-top: 5px; margin-bottom: 10px; font-size: 9px; text-align: left}
  170. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  171. ol.notes li {background-color: {color:post}; margin-bottom: 5px; padding: 5px; }
  172. .notes img{display: none; border:0px}
  173.  
  174. ::-webkit-scrollbar{width:8px;height:5px;}
  175. ::-webkit-scrollbar-button:start:decrement
  176. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  177. ::-webkit-scrollbar-track-piece{background-color: {color:post}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  178. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  179. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  180.  
  181. #tumblr_controls{position: fixed!important}
  182. #tumblr_controls{position: fixed!important}
  183. #tumblr_controls{position: fixed!important}
  184. #tumblr_controls{position: fixed!important}
  185.  
  186. #sidecaralho {position: fixed; margin: 0px 0px 0px 560px;}
  187.  
  188. /* imagem */
  189.  
  190. #image1{ float: left; margin-top: 89px; margin-left: -600px; position: fixed; padding: 0px; border: 5px solid {color:borda};width: 239px; height:200px;}
  191. #image3 {margin-top: 0px; margin-bottom: 0px;}
  192. #image3 img{width: 239px; height:200px; margin-left: 0px; opacity:.9;}
  193. #image3 img:hover{opacity:1;}
  194.  
  195.  
  196. /* links */
  197.  
  198. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  199.  
  200.  
  201. #sidlinks a {margin-top: 50px; margin-left: -600px; float: left; display: block; letter-spacing: 0px; font-family: tinytots; font-size: 8px; text-align: center; margin-bottom: 1px; width: 49px; background-color:{color:link1}; height: 17px; color:{color:link2}; text-decoration: none; text-transform: uppercase; line-height: 20px; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; position: fixed; -webkit-border-radius: 7px 0px 0px 0px;}
  202.  
  203. #sidlinks a:hover {color: {color:linkhover1}; background-color: {color:linkhover2}; text-align: center; font-weight: bold;}
  204.  
  205. #sidlinks2 a {margin-top: 50px; margin-left: -550px; float: left; display: block; letter-spacing: 0px; font-family: tinytots; font-size: 8px; text-align: center; margin-bottom: 1px; width: 49px; background-color:{color:link1}; height: 17px; color:{color:link2}; text-decoration: none; text-transform: uppercase; line-height: 20px; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; position: fixed; -webkit-border-radius: 0px 0px 0px 0px;}
  206.  
  207. #sidlinks2 a:hover {color: {color:linkhover3}; background-color: {color:linkhover4}; text-align: center; font-weight: bold;}
  208.  
  209. #sidlinks3 a {margin-top: 50px; margin-left: -500px; float: left; display: block; letter-spacing: 0px; font-family: tinytots; font-size: 8px; text-align: center; margin-bottom: 1px; width: 49px; background-color:{color:link1}; height: 17px; color:{color:link2}; text-decoration: none; text-transform: uppercase; line-height: 20px; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; position: fixed; -webkit-border-radius: 0px 0px 0px 0px;}
  210.  
  211. #sidlinks3 a:hover {color: {color:linkhover3}; background-color: {color:linkhover4}; text-align: center; font-weight: bold;}
  212.  
  213. #sidlinks4 a {margin-top: 50px; margin-left: -450px; float: left; display: block; letter-spacing: 0px; font-family: tinytots; font-size: 8px; text-align: center; margin-bottom: 1px; width: 49px; background-color:{color:link1}; height: 17px; color:{color:link2}; text-decoration: none; text-transform: uppercase; line-height: 20px; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; position: fixed; -webkit-border-radius: 0px 0px 0px 0px;}
  214.  
  215. #sidlinks4 a:hover {color: {color:linkhover3}; background-color: {color:linkhover4}; text-align: center; font-weight: bold;}
  216.  
  217.  
  218. #sidlinks6 a {margin-top: 50px; margin-left: -400px; float: left; display: block; letter-spacing: 0px; font-family: tinytots; font-size: 8px; text-align: center; margin-bottom: 1px; width: 49px; background-color:{color:link1}; height: 17px; color:{color:link2}; text-decoration: none; text-transform: uppercase; line-height: 20px; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; position: fixed; -webkit-border-radius: 0px 7px 0px 0px;}
  219.  
  220. #sidlinks6 a:hover {color: {color:linkhover5}; background-color: {color:linkhover6}; text-align: center; font-weight: bold;}
  221.  
  222.  
  223. /* description */
  224.  
  225. .love {font-size: 13px; width: 241px; height: 118px; position:fixed; margin-left: -600px; background-color: {color:post}; margin-top: 300px; font-size: 9px; padding: 4px;}
  226.  
  227.  
  228. /* title */
  229.  
  230. .menu {display: block; margin-left: -600px; top: 88px; position: fixed; font-size: 20px; color: {color:text}; background-color: {color:post}; padding: 3px 2px 4px 2px; width: 245px; display: block; margin-bottom: 1px; height: 13px;; z-index: 100; -webkit-transition: opacity 0.9s linear;-webkit-transition: all 0.9s ease-in-out;-moz-transition: all 0.9s ease-in-out;-o-transition: all 0.9s ease-in-out;}
  231.  
  232. .menu:hover {color: {color:text}; background-color: {color:post}; -webkit-transition-duration: 0.6s; -moz-transition-duration: 0.6s; z-index: 100; -webkit-transition: opacity 0.9s linear;-webkit-transition: all 0.9s ease-in-out;-moz-transition: all 0.9s ease-in-out;-o-transition: all 0.9s ease-in-out;}
  233.  
  234.  
  235. /* page */
  236.  
  237. .pqp {font-size: 13px; width: 50px; height: 11px; position:fixed; margin-left: -510; background-color: {color:post}; margin-top: 447px; font-size: 9px; padding: 4px}
  238.  
  239. #pagin {text-align: center; font-family: verdana; font-size: 8px; line-height: 15px;position:fixed; width: 48px;}
  240. #pagin a {background: {color:background}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:text}; text-decoration: none; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;font-size: 8px; text-align: center}
  241. #pagin a:hover {background: {color:entry}; color: {color:text}; border: none; text-align: center}
  242. #pagin span.pagina_atual {background: {color:entry}; margin: 0 1px 0 0; padding: 2px 4px; color:{color:text}; font-weight: bold; text-decoration: none; }
  243.  
  244. /* creditt */
  245.  
  246. .credit {font-size: 13px; width: 241px; height: 11px; position:fixed; margin-left:-600px; background-color: {color:post}; margin-top: 427px; font-size: 9px; padding: 4px}
  247.  
  248.  
  249. </style>
  250. <body onkeydown=”return false”>
  251.  
  252.  
  253. <div id="tudoaqui">
  254. <div id="sidecaralho">
  255.  
  256. <div class="pqp"><div id="pagin"><div class="miau">{block:JumpPagination length="2"}{block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}{block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}</div></div></div>
  257.  
  258.  
  259. <div id="image1">
  260. <div id="image15">
  261. <div id="image3">
  262. <img src="{image:imagem}"/>
  263. </div></div></div>
  264.  
  265. <div id="sidlinks">
  266. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  267. </div>
  268.  
  269. <div id="sidlinks2">
  270. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a> {/block:ifLink2}
  271. </div>
  272.  
  273. <div id="sidlinks3">
  274. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  275.  
  276. <div id="sidlinks4">
  277. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  278.  
  279. <div id="sidlinks5">
  280. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  281.  
  282. <div id="sidlinks6">
  283. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  284. </div></div></div></div>
  285.  
  286.  
  287. <div class="love"> {description} </div>
  288. <li class="menu"><div style="font-family: georgia; font-style:; font-size: 15px; -webkit-transition: opacity 0.9s linear;-webkit-transition: all 0.9s ease-in-out;-moz-transition: all 0.9s ease-in-out;-o-transition: all 0.9s ease-in-out; margin-top: -4px;">{text:frase}</div></li>
  289.  
  290. <div class="credit"><b><a href="http://en-torpecente.tumblr.com">theme</b></a> + <b><a href="http://d-ressedtokill.tumblr.com//">inspiration</a></b></div>
  291.  
  292. </div>
  293. <div id="quequeé">
  294. {block:Posts}
  295. <div class="nyquepost">
  296. <div class="xxx">
  297. <div class="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}</div></div><br>
  298. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  299. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  300. {block:Photoset}{Photoset-500}{/block:Photoset}
  301. {block:Quote}
  302. <div class="oiqqtt">“{Quote}”</div>
  303. {block:Source}<div class="oiqqtts"> — {Source}</div>
  304. {/block:Source}
  305. {/block:Quote}
  306. {block:Link}
  307. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  308. {block:Description}{Description}{/block:Description}
  309. {/block:Link}
  310. {block:Chat}
  311. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  312. <div class="chat"><ul>{block:Lines}
  313. <li class="person{UserNumber}">{block:Label}
  314. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  315. {/block:Chat}
  316. {block:Audio}
  317. <div class="player">{AudioPlayerBlack}</div>
  318. {block:Caption}{Caption}{/block:Caption}
  319. {/block:Audio}
  320. {block:Video}{Video-500}{/block:Video}
  321. {block:Answer}
  322. <table cellspacing="0" cellpadding="0" width="100%"><tr><td bgcolor="{color:post}" width="10px"></td><td bgcolor="{color:post}"><div class="asker"><a href="{URL}" class="asker"><b>{Asker}</b></a> sussurrou: {Question}</div></td></tr></table>
  323. <div class="answer"><p>{Answer}</p></div>
  324. {/block:answer}
  325. <div id="cap">
  326. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  327. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  328. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  329. <div class="source">{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></div>
  333. <br>
  334. <div id="oidata">
  335. <div class="xxy">
  336. {block:Date}<a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} <a href="{ReblogUrl}" target="_blank"><B>reblog</B> </a>{/block:IndexPage}
  337. {block:RebloggedFrom}<br>originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>
  338. {/block:RebloggedFrom}
  339. </div></div>
  340. </div>{/block:Date}
  341.  
  342.  
  343. {/block:Posts}
  344. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  345.  
  346.  
  347.  
  348.  
  349.  
  350.  
  351.  
  352.  
  353. </div>
  354. </div>
  355. </div>
  356. </div>
  357. </div>
  358.  
  359. </body>
  360. </html>
Advertisement
Add Comment
Please, Sign In to add comment