mesmo-distante

theme 19

Apr 18th, 2012
725
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 15.45 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. <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.  
  84. <head>
  85.  
  86.  
  87.  <!-- DEFAULT VARIABLES -->
  88. <meta name="color:background" content="#f8f8f8" />
  89. <meta name="color:link" content="#000000" />
  90. <meta name="color:text" content="#000000" />
  91. <meta name="color:post" content="#ffffff" />
  92. <meta name="color:sidebar" content="#000000" />
  93. <meta name="color:scroll" content="#000000" />
  94.  
  95. <meta name="color:title" content="#000000" />
  96.  
  97. <meta name="color:barra" content="#fff" />
  98. <meta name="color:barratext" content="#000" />
  99.  
  100. <meta name="color:borda1" content="#f1f1f1" />
  101. <meta name="color:borda2" content="#f1f1f1" />
  102.  
  103. <meta name="image:background" content="" />
  104. <meta name="image:sidebar" content="http://static.tumblr.com/gunq1dk/uFOm2nqcw/tumblr_m0bkf2u2ql1qltwi4o1_1280.png" />
  105.  
  106. <meta name="color:links" content="#000" />
  107. <meta name="color:linkshover" content="#fff" />
  108. <meta name="color:bglinks" content="#fff" />
  109. <meta name="color:bglinkshover" content="#000" />
  110.  
  111. <meta name="text:title" content="Cause you know.."/>
  112. <meta name="text:subtitle" content="outra frase aqui..."/>
  113.  
  114. <meta name="text:Link1" content="/" />
  115. <meta name="text:Link1 Title" content="link" />
  116. <meta name="text:Link2" content="/" />
  117. <meta name="text:Link2 Title" content="link" />
  118. <meta name="text:Link3" content="/" />
  119. <meta name="text:Link3 Title" content="link" />
  120. <meta name="text:Link4" content="/" />
  121. <meta name="text:Link4 Title" content="link" />
  122. <meta name="text:Link5" content="/" />
  123. <meta name="text:Link5 Title" content="link" />
  124. <meta name="text:Link6" content="/" />
  125. <meta name="text:Link6 Title" content="link" />
  126.  
  127.  
  128.  
  129.                       <title>{Title}</title>
  130.         <link rel="shortcut icon" href="{Favicon}">
  131.     <link rel="alternate" type="application/rss+xml" href="{RSS}">
  132.         {block:Description}
  133.   <meta name="description" content="{MetaDescription}" />
  134.         {/block:Description}
  135.  
  136.     <style type="text/css">
  137.  
  138.  
  139. 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; }
  140.  
  141. a {color: {color:link}; text-decoration: none; text-transform: none; -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out;}
  142.  
  143. p {margin: 6px 0 0 0}
  144.  
  145. blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:background}; padding-left: 5px; }
  146. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:post};}
  147. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  148. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  149.  
  150. blockquote img{max-width: 470px!important}
  151. blockquote blockquote img{max-width: 450px!important}
  152. blockquote blockquote blockquote img{max-width: 430px!important}
  153. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  154.  
  155. #tudo {text-align: center; margin: 20px auto 20px auto; z-index: 1; width: 935px; }
  156.  
  157. #oquevemnadireita {float: left; margin-left:254px; margin-top: 0px; position: relative; }
  158.  
  159. .vicftpost {width: 500px; background-color: {color:post}; padding: 10px; border-bottom: 1px solid {color:background}; text-align: justify; font-family: verdana; font-size: 11px;}
  160.  
  161. h1 {font-family: georgia; text-align: center; font-size: 17px; color: {color:text}; font-weight: normal; line-height: 17px;}
  162. h1 a {text-align: center; font-size: 17px; color: {color:text}; font-weight: normal; line-height: 17px;}
  163. h1 a:hover {text-align: center; font-size: 17px; color: {color:text}; font-weight: normal; line-height: 17px;}
  164.  
  165. .image {text-align: center; border: 0px}
  166. .image img {max-width: 500px; margin-bottom: 2px }
  167.  
  168. .oiqqtt {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  169. .oiqqtts {text-align: center; text-transform: none; margin-bottom: 5px;}
  170. .oiqqtts a, a:hover{text-transform: none;}
  171.  
  172. .chat {line-height: 13px; list-style: none }
  173. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  174. .person1 {color: {color:text}; padding: 2px; }
  175. .person1 .label {font-weight: bold;  color:{color:text}}
  176. .person2 {color: {color:text}; padding: 2px;  }
  177. .person2 .label {font-weight: bold;  color:{color:text}}
  178.  
  179. .player {background-color: #000; text-align: left; display:block;}
  180.  
  181. .question{background: {color:post}; font-size: 10px; font-weight:bold; color: {color:text}; padding: 10px;}
  182. .asker {width: 490px; background-color: {color:post}; color:{color:text};
  183. padding: 10px}
  184. .asker img{float: left; margin: 0px 5px 3px 0}
  185. .asker a{font-size: 9px; color:{color:link}; text-transform: lowercase; line-height: 8px; padding: 0; margin: 0; font-family: verdana;}
  186. .asker a:hover{font-size: 9px; color:{color:link}; text-transform: lowercase; line-height:8px; padding: 0; margin: 0; font-family: verdana;}
  187. .answer {padding: 5px 0 0 0}
  188.  
  189. #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}}
  190. #oidata a {font-size: 9px;}
  191.  
  192. .tags {color: {color:link};  font-size: 9px; font-family: verdana;  display: inline; list-style: none; text-transform: lowercase;}
  193. .tags a {font-size: 9px; color: verdana; display: inline; list-style: none; text-transform: lowercase;}
  194.  
  195. #cap {width: 500px; margin-top: -2px;}
  196. .source {display: none;}
  197.  
  198. .notes {width: 520px; padding: 0px; margin-top: 1px; margin-bottom: 10px; font-size: 9px; text-align: right}
  199. ol.notes {list-style: none;  margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  200. ol.notes li {background-color: {color:post}; margin-bottom: 1px; padding: 5px; }
  201. .notes img{display: none; border:0px}
  202.  
  203. ::-webkit-scrollbar{width:3px;height:3px;}
  204. ::-webkit-scrollbar-button:start:decrement
  205. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  206. ::-webkit-scrollbar-track-piece{background-color: {color:post};}
  207.  
  208. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scroll}; }
  209.  
  210. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scroll};}
  211.  
  212. #tumblr_controls{position: fixed!important}
  213. #tumblr_controls{position: fixed!important}
  214. #tumblr_controls{position: fixed!important}
  215. #tumblr_controls{position: fixed!important}
  216.  
  217. #sidebar {position: fixed; margin: 0px 0px 0px 0px; }
  218.  
  219. #barrinha1 {width: 252px; margin-left:0px; margin-top: -20px; background-color: {color:barra}; height: 335px; position: fixed; }
  220.  
  221. #slideShowContainer{ float: left; margin-top: 50px; margin-left: 5px; position: fixed; overflow: hidden; width: auto; height: auto;}
  222. #slideShowContainer img {margin-top: 0px; margin-left: 0px; width: 225px; height: 225px; border: 5px solid {color:sidebar}; padding: 3px; background-color: {color:barra1}; }
  223. #slideShowContainer img:hover {opacity: 0.8;}
  224.  
  225. .oizinho {font-family: georgia; position: fixed; margin-left: 50px; margin-top: 330px; font-size: 38px; z-index: 0; -webkit-transform: rotate(-90deg);}
  226. .oizinho a {color: ; background-color: transparent;}
  227. .oizinho a:hover {color: ;}
  228.  
  229. .oizinho2 {font-family: georgia; position: fixed; margin-left: 165px; margin-top: 330px; font-size: 38px; z-index: 0; -webkit-transform: rotate(-90deg);}
  230. .oizinho2 a {color: ; background-color: transparent;}
  231. .oizinho2 a:hover {color: ;}
  232.  
  233.  
  234. #sid1 {width: 181px; margin-left: 20px; height: 15px; margin-top: 22px; float:left; text-align: center; background-color: {color:barra}; font-size: 16px; position:fixed; padding: 5px; {color:borda2};}
  235.  
  236. .ttle {margin-top: -310px; letter-spacing: 0px; text-align: center; font-family: georgea; font-size: 20px; color: {color:title};}
  237.  
  238. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  239.  
  240. #links {width: 245px; float: left; margin-left:-25px; margin-top: 260px; padding: 0px; text-align: center; position: relative; padding: 0px; -webkit-transition: 1s ease-in; -moz-transition: 1s ease-in; transition: 1s ease-in; background-color: {color:barra};}
  241.  
  242. #links a {float: left; margin-left: 0px; display: block; letter-spacing: 0px; font-family: tinytots; font-size: 8px; text-align: center; width: 80px; background-color: {color:bglinks}; color:{color:links}; text-transform: uppercase; line-height: 19px; height: 19px; overflow: hidden;  margin-top: 0px; margin-bottom: 1px; }
  243.  
  244. #links  a:hover{text-align: center; background-color: {color:bglinkshover}; color:{color:linkshover}; font-weight: bold;}
  245.  
  246.  
  247. #links2 {width: 245px; float: left; margin-left:0px; margin-top: -1px; padding: 0px; text-align: center; position: relative; padding: 0px; -webkit-transition: 1s ease-in; -moz-transition: 1s ease-in; transition: 1s ease-in; background-color: {color:barra};}
  248.  
  249. #links2 a {float: left; margin-left: 0px; display: block; letter-spacing: 0px; font-family: tinytots; font-size: 8px; text-align: center; width: 80px; background-color: {color:bglinks}; color:{color:links}; text-decoration: uppercase; line-height: 19px; height: 19px; overflow: hidden;  margin-top: 0px; margin-bottom: 1px;  }
  250.  
  251. #links2  a:hover{text-align: center; background-color: {color:bglinkshover}; color:{color:linkshover}; font-weight: bold;}
  252. #frasepequena {margin-left:  0px; margin-top: -265px; width: 230px; font-size: 9px; height: 5px; text-align: center; background-color:{color:barra}; font-family: verdana; color: {color:descriptiontext}; position: fixed;  padding: 5px; -webkit-transition: 1s ease-in; line-height: 10px;
  253. -moz-transition: 1s ease-in; transition: 1s ease-in; overflow: hidden; opacity: 1;}
  254. #frasepequena a{color: {color:barratext};}
  255.  
  256.  
  257.  
  258. .coloridotext {margin-top: 345px; letter-spacing: 0px; text-align: center; font-family: verdana; font-size: 9px; color: {color:text}; position: fixed; margin-left: 95px;}
  259. .coloridotext a{color:{color:link};}
  260. </style>
  261.  
  262. </head>
  263.  
  264.  
  265. <body>
  266. <div id="tudo">
  267.  
  268. <div id="sidebar">
  269.  
  270. <div id="barrinha1">
  271.  
  272. <div class="oizinho2">{block:NextPage}<a href="{NextPage}"></a>{/block:NextPage}</div>
  273.  
  274. <div class="oizinho">{block:PreviousPage}<a href="{PreviousPage}"></a>{/block:PreviousPage}</div>
  275.  
  276. <div class="coloridotext"><a href="http://mesmo-distante.tumblr.com" title="mesmo-distante"><b>theme</b></a></div>
  277.  
  278. <div id="slideShowContainer">
  279. <img src="{image:sidebar}"/>
  280.  
  281. <div id="frasepequena">{text:subtitle}</div>
  282.  
  283. <div id="sid1">
  284. <div class="ttle">{text:title}</div>
  285.  
  286. <div id="links">
  287. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  288. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  289. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  290. <div id="links2">
  291. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  292. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  293. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  294. </div>
  295.  
  296. </div>
  297.  
  298. </div>
  299.  
  300. </div>
  301.  
  302.  
  303. </div>
  304.  
  305. </div>
  306. <div id="oquevemnadireita">
  307.  
  308.  {block:Posts}
  309. <div class="vicftpost">
  310.  
  311. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  312.  
  313. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  314.  
  315. {block:Photoset}{Photoset-500}{/block:Photoset}
  316.  
  317. {block:Quote}
  318. <div class="oiqqtt">“{Quote}”</div>
  319. {block:Source}<div class="oiqqtts"> ~ {Source}</div>
  320. {/block:Source}
  321. {/block:Quote}
  322.  
  323. {block:Link}
  324. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  325. {block:Description}{Description}{/block:Description}
  326. {/block:Link}
  327.  
  328. {block:Chat}
  329. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  330. <div class="chat"><ul>{block:Lines}
  331. <li class="person{UserNumber}">{block:Label}
  332. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  333. {/block:Chat}
  334.  
  335. {block:Audio}
  336. <div class="player">{AudioPlayerBlack}</div>
  337. {block:Caption}{Caption}{/block:Caption}
  338. {/block:Audio}
  339.  
  340. {block:Video}{Video-500}{/block:Video}
  341.  
  342.  
  343. {block:Answer}
  344. <div class="asker"><img src="{AskerPortraitURL-48}"> <small><b>{Asker}</b></small> <small><b>whispered: </b></small><br> "{Question}"</div><br>
  345. <div class="answer">{Answer}</div>
  346. <br>
  347. {/block:Answer}
  348.  
  349.  
  350. <div id="cap">
  351. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  352. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  353. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  354.  
  355. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  356.       <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  357.         {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  358. {/block:ContentSource}</div></div>
  359. <br>
  360.  
  361. <div id="oidata">
  362. {block:Date}<div class="tags">{block:HasTags} {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}</div>
  363. <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}
  364. {block:RebloggedFrom}<br>originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} - via <a href="{ReblogParentURL}">{ReblogParentName}</a>
  365. {/block:RebloggedFrom}
  366. </div>
  367. </div>{/block:Date}
  368.  
  369.  {/block:Posts}
  370. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  371.  
  372. </div>
  373. </div>
  374. </div>
  375. </div>
  376. </div>
  377. </div>
  378.  
  379. </body>
  380. </html>
Advertisement
Add Comment
Please, Sign In to add comment