mesmo-distante

theme 16

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