mesmo-distante

theme 14.

Apr 8th, 2012
1,155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 14.48 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. <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">
  6. var rev = "fwd";function titlebar(val)
  7. {var msg = "{title}";
  8. var res = " ";
  9. 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);}
  10. else{rev = "bwd";
  11. timer = window.setTimeout("titlebar("+pos+")",speed);}}
  12. else{
  13. if(pos > 0){
  14. pos = pos-1;var ale = le-pos;scrol = msg.substr(ale,le);document.title = scrol;timer = window.setTimeout("titlebar("+pos+")",speed);}
  15. else{rev = "fwd";timer = window.setTimeout("titlebar("+pos+")",speed);}}}
  16. titlebar(0);
  17. </script>
  18.  
  19. <!
  20.                              THEME BY MESMO-DISTANTE.TUMBLR.COM
  21.           BASE E DETALHES POR -MAKTUB.TUMBLR.COM
  22.                                            DON'T COPY
  23. !>
  24.  
  25.  
  26. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  27.  
  28. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  29.  
  30. <html>
  31. <script type="text/javascript">
  32. //desabilita menu de opcoes ao clicar no botao direito
  33. function desabilitaMenu(e)
  34. {
  35. if (window.Event)
  36. {
  37. if (e.which == 2 || e.which == 3)
  38. return false;
  39. }
  40. else
  41. {
  42. event.cancelBubble = true
  43. event.returnValue = false;
  44. return false;
  45. }
  46. }
  47.  
  48.  
  49.  
  50.  
  51. //desabilita botao direito
  52. function desabilitaBotaoDireito(e)
  53. {
  54. if (window.Event)
  55. {
  56. if (e.which == 2 || e.which == 3)
  57. return false;
  58. }
  59. else
  60. if (event.button == 2 || event.button == 3)
  61. {
  62. event.cancelBubble = true
  63. event.returnValue = false;
  64. return false;
  65. }
  66. }
  67.  
  68.  
  69.  
  70.  
  71. //desabilita botao direito do mouse
  72. if ( window.Event )
  73. document.captureEvents(Event.MOUSEUP);
  74. if ( document.layers )
  75. document.captureEvents(Event.MOUSEDOWN);
  76.  
  77.  
  78.  
  79.  
  80. document.oncontextmenu = desabilitaMenu;
  81. document.onmousedown = desabilitaBotaoDireito;
  82. document.onmouseup = desabilitaBotaoDireito;
  83. </script>
  84.  
  85.  
  86. <head>
  87. <head>
  88.  
  89.  
  90.  <!-- DEFAULT VARIABLES -->
  91. <meta name="color:background" content="#F7F7F7" />
  92. <meta name="color:link" content="#A0A0A0" />
  93. <meta name="color:text" content="#8A8A8A" />
  94. <meta name="color:post" content="#FFFFFF" />
  95. <meta name="color:sidebar" content="#FFFFFF" />
  96. <meta name="color:scroll" content="#000000" />
  97. <meta name="color:sidebartext" content="#999999" />
  98.  
  99. <meta name="image:background" content="" />
  100.  
  101. <meta name="image:sidebar" content="http://static.tumblr.com/gunq1dk/yNlm233e0/17.png" />
  102.  
  103. <meta name="color:links" content="#000" />
  104. <meta name="color:linkshover" content="#000" />
  105. <meta name="color:bglinks" content="#FFFFFF" />
  106. <meta name="color:bglinkshover" content="#000" />
  107.  
  108. <meta name="text:title" content="title"/>
  109.  
  110. <meta name="text:Link1" content="/" />
  111. <meta name="text:Link1 Title" content="link" />
  112. <meta name="text:Link2" content="/" />
  113. <meta name="text:Link2 Title" content="link" />
  114. <meta name="text:Link3" content="/" />
  115. <meta name="text:Link3 Title" content="link" />
  116. <meta name="text:Link4" content="/" />
  117. <meta name="text:Link4 Title" content="link" />
  118. <meta name="text:Link5" content="/" />
  119. <meta name="text:Link5 Title" content="link" />
  120. <meta name="text:Link6" content="/" />
  121. <meta name="text:Link6 Title" content="link" />
  122.  
  123.  
  124.  
  125.                       <title>{Title}</title>
  126.         <link rel="shortcut icon" href="{Favicon}">
  127.     <link rel="alternate" type="application/rss+xml" href="{RSS}">
  128.         {block:Description}
  129.   <meta name="description" content="{MetaDescription}" />
  130.         {/block:Description}
  131.  
  132.     <style type="text/css">
  133.  
  134.  
  135. 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; }
  136.  
  137. a {color: {color:link}; text-decoration: none; text-transform: none; -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out;}
  138.  
  139. p {margin: 6px 0 0 0}
  140.  
  141. blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:background}; padding-left: 5px; }
  142. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:post};}
  143. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  144. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  145.  
  146. blockquote img{max-width: 470px!important}
  147. blockquote blockquote img{max-width: 450px!important}
  148. blockquote blockquote blockquote img{max-width: 430px!important}
  149. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  150.  
  151. #tudo {text-align: center; margin: 20px auto 20px auto; z-index: 1; width: 935px; }
  152.  
  153. #oquevemnadireita {float: left; margin-left:354px; margin-top: 0px; position: relative; }
  154.  
  155. .nathpost {width: 500px; background-color: {color:post}; padding: 10px; border-bottom: 1px solid {color:background}; text-align: justify; font-family: verdana; font-size: 11px;}
  156.  
  157. h1 {font-family: georgia; text-align: center; font-size: 17px; color: {color:text}; font-weight: normal; line-height: 17px;}
  158. h1 a {text-align: center; font-size: 17px; color: {color:text}; font-weight: normal; line-height: 17px;}
  159. h1 a:hover {text-align: center; font-size: 17px; color: {color:text}; font-weight: normal; line-height: 17px;}
  160.  
  161. .image {text-align: center; border: 0px}
  162. .image img {max-width: 500px; margin-bottom: 2px }
  163.  
  164. .oiqqtt {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  165. .oiqqtts {text-align: center; text-transform: none; margin-bottom: 5px;}
  166. .oiqqtts a, a:hover{text-transform: none;}
  167.  
  168. .chat {line-height: 13px; list-style: none }
  169. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  170. .person1 {color: {color:text}; padding: 2px; }
  171. .person1 .label {font-weight: bold;  color:{color:text}}
  172. .person2 {color: {color:text}; padding: 2px;  }
  173. .person2 .label {font-weight: bold;  color:{color:text}}
  174.  
  175. .player {background-color: #000; text-align: left; display:block;}
  176.  
  177. .question{background: {color:post}; font-size: 10px; font-weight:bold; color: {color:text}; padding: 10px;}
  178. .asker {width: 490px; background-color: {color:post}; color:{color:text};
  179. padding: 10px}
  180. .asker img{float: left; margin: 0px 5px 3px 0}
  181. .asker a{font-size: 9px; color:{color:link}; text-transform: lowercase; line-height: 8px; padding: 0; margin: 0; font-family: verdana;}
  182. .asker a:hover{font-size: 9px; color:{color:link}; text-transform: lowercase; line-height:8px; padding: 0; margin: 0; font-family: verdana;}
  183. .answer {padding: 5px 0 0 0}
  184.  
  185. #oidata {text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11; padding-right: 10px;padding-left: 10px;padding-top: 10px; width: 500px; margin-left: -10px; border-top: 1px solid {color:background}}
  186. #oidata a {font-size: 9px;}
  187.  
  188. .tags {color: {color:link};  font-size: 9px; font-family: verdana;  display: inline; list-style: none; text-transform: lowercase;}
  189. .tags a {font-size: 9px; color: verdana; display: inline; list-style: none; text-transform: lowercase;}
  190.  
  191. #cap {width: 500px; margin-top: -2px;}
  192. .source {display: none;}
  193.  
  194. .notes {width: 520px; padding: 0px; margin-top: 1px; margin-bottom: 10px; font-size: 9px; text-align: right}
  195. ol.notes {list-style: none;  margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  196. ol.notes li {background-color: {color:post}; margin-bottom: 1px; padding: 5px; }
  197. .notes img{display: none; border:0px}
  198.  
  199. ::-webkit-scrollbar{width:7px;height:3px;}
  200. ::-webkit-scrollbar-button:start:decrement
  201. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  202. ::-webkit-scrollbar-track-piece{background-color: {color:sidebar};}
  203.  
  204. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scroll}; }
  205.  
  206. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scroll};}
  207.  
  208. #tumblr_controls{position: fixed!important}
  209. #tumblr_controls{position: fixed!important}
  210. #tumblr_controls{position: fixed!important}
  211. #tumblr_controls{position: fixed!important}
  212.  
  213. #sidebar {position: fixed; margin: 0px 0px 0px 491px; }
  214.  
  215. #slideShowContainer{ float: left; margin-top: 31px; margin-left: -600px; position: fixed; overflow: hidden;}
  216. #slideShowContainer img {margin-top: 200px; margin-left: -28px; width: 160px; height: 150px; border: 3px solid {color:sidebar};}
  217.  
  218. #sid1 {width: 318px; margin-left: -468px; height: 20px; margin-top: 200px; float:left; text-align: center; background-color: {color:sidebar}; font-size: 16px; position:fixed; padding: 5px; overflow: hidden; -webkit-transition: 1.3s ease-in;
  219. -moz-transition: 1.3s ease-in; transition: 1.3s ease-in;}
  220.  
  221. .ttle {margin-top: 0px; letter-spacing: 0px; text-align: center; font-family: georgia; font-size: 15px; color: {color:sidebartext};}
  222.  
  223. #page{margin-top:-90px; background-color:{color:trasparent}; float:center; width:206px; height:23px; position:fixed; margin-left: 980px;}
  224. .pgs{padding:4px; font-family:georgia; font-size: 30px; letter-spacing:1px;}
  225. .pgs a {color: {color:text};}
  226.  
  227. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  228.  
  229.  
  230.  
  231. #nathl {width: 457px; height: 10px; float: left; margin-left:-6px; margin-top: 163px; padding: 0px; text-align: center; position: fixed; -webkit-transition: all 2s ease-out; -moz-transition: all 2s ease-out;}
  232. #nathl a {float: left; margin-left: 1px; font-family: tinytots; font-size: 8px; text-align: center; margin-top: 2px; height: 15px; width: 54px; background-color: {color:bglinks}; color:{color:sidebartext}; line-height: 15px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; letter-spacing: 0px; opacity:1; text-transform: uppercase; }
  233. #nathl  a:hover{text-align: center; background-color: {color:sidebar}; color:{color:sidebartext};}
  234.  
  235.  
  236.  
  237. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  238.  
  239. #frasepequena {margin-left:  300px; margin-top: -158px; width: 150px; font-size: 8px; height:
  240. 146px; text-align: center; background-color:{color:sidebar}; font-family: tinytots; text-transform: uppercase; color: {color:sidebartext}; position: relative;  padding: 5px; -webkit-transition: 1s ease-in; line-height: 10px;
  241. -moz-transition: 1s ease-in; transition: 1s ease-in; overflow: visible; overflow: auto; opacity: 1; }
  242. #frasepequena a{color: {color:sidebartext};}
  243.  
  244. #colorido {width: 12px; margin-left: 110px; height: 3px; margin-top: -155px; float:left; text-align: center; background-color: {color:sidebar}; font-size: 16px; position:fixed; padding: 5px; text-transform: uppercase;}
  245.  
  246. .coloridotext {margin-top: -1px; letter-spacing: 0px; text-align: center; font-family: tinytots; font-size: 8px; color: {color:sidebartext}; text-transform: uppercase;}
  247. .coloridotext a{color:{color:sidebartext}; text-transform: uppercase;}
  248.  
  249. </style>
  250.  
  251. </head>
  252.  
  253.  
  254. <body>
  255. <div id="tudo">
  256.  
  257. <div id="sidebar">
  258.  
  259. <div id="sid1">
  260. <div class="ttle">{text:title}</div>
  261.  
  262.  
  263. <div id="nathl">
  264. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  265. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  266. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  267. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  268. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  269. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  270. </div>
  271. </div>
  272.  
  273. <div id="slideShowContainer">
  274. <img src="{image:sidebar}"/>
  275. <div id="frasepequena">{description}</div>
  276. <div id="page">
  277.  
  278. <div class="pgs">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>  {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}</div></div>
  279.  
  280. <div id="colorido">
  281.  
  282. <div class="coloridotext"><a href="http://mesmo-distante.tumblr.com">©</a></div>
  283.  
  284. </div>
  285. </div>
  286.  
  287. </div>
  288.  
  289. <div id="oquevemnadireita">
  290.  
  291.  {block:Posts}
  292. <div class="nathpost">
  293.  
  294. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  295.  
  296. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  297.  
  298. {block:Photoset}{Photoset-500}{/block:Photoset}
  299.  
  300. {block:Quote}
  301. <div class="oiqqtt">“{Quote}”</div>
  302. {block:Source}<div class="oiqqtts"> ~ {Source}</div>
  303. {/block:Source}
  304. {/block:Quote}
  305.  
  306. {block:Link}
  307. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  308. {block:Description}{Description}{/block:Description}
  309. {/block:Link}
  310.  
  311. {block:Chat}
  312. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  313. <div class="chat"><ul>{block:Lines}
  314. <li class="person{UserNumber}">{block:Label}
  315. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  316. {/block:Chat}
  317.  
  318. {block:Audio}
  319. <div class="player">{AudioPlayerBlack}</div>
  320. {block:Caption}{Caption}{/block:Caption}
  321. {/block:Audio}
  322.  
  323. {block:Video}{Video-500}{/block:Video}
  324.  
  325.  
  326. {block:Answer}
  327. <div class="asker"><img src="{AskerPortraitURL-24}"> {Asker} asked: <div class="question">{Question}</div></div>
  328. <div class="answer">{Answer}</div>
  329. <br>
  330. {/block:Answer}
  331.  
  332. <div id="cap">
  333. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  334. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  335. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  336.  
  337. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  338.       <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  339.         {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  340. {/block:ContentSource}</div></div>
  341. <br>
  342.  
  343. <div id="oidata">
  344. {block:Date}<div class="tags">{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}</div>
  345. <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount}  - <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} - <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}
  346. {block:RebloggedFrom}<br>originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} - via <a href="{ReblogParentURL}">{ReblogParentName}</a>
  347. {/block:RebloggedFrom}
  348. </div>
  349. </div>{/block:Date}
  350.  
  351.  {/block:Posts}
  352. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  353.  
  354.  
  355. </div>
  356. </div>
  357. </div>
  358. </div>
  359. </div>
  360. </div>
  361.  
  362. </body>
  363. </html>
Advertisement
Add Comment
Please, Sign In to add comment