mesmo-distante

theme 12

Apr 7th, 2012
573
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 15.00 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="#f8f8f8" />
  92. <meta name="color:link" content="#000000" />
  93. <meta name="color:text" content="#000000" />
  94. <meta name="color:post" content="#ffffff" />
  95. <meta name="color:sidebar" content="#000000" />
  96. <meta name="color:scroll" content="#000000" />
  97. <meta name="color:sidebartext" content="#ffffff" />
  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="#fff" />
  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. <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.  
  127.  
  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:210px; margin-top: 0px; position: relative; }
  157.  
  158. .vicftpost {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 491px; }
  217.  
  218. #slideShowContainer{ float: left; margin-top: 31px; margin-left: -600px; position: fixed; overflow: hidden;}
  219. #slideShowContainer img {margin-top: 0px; margin-left: -1px; width: 310px; height: auto; border: 3px solid {color:sidebar};}
  220.  
  221. #sid1 {width: 305px; margin-left: -600px; height: 20px; margin-top: 0px; float:left; text-align: center; background-color: {color:sidebar}; font-size: 16px; position:fixed; padding: 5px; overflow: hidden; -webkit-transition: 1.3s ease-in;
  222. -moz-transition: 1.3s ease-in; transition: 1.3s ease-in;}
  223.  
  224. .ttle {margin-top: 0px; letter-spacing: 0px; text-align: center; font-family: georgia; font-size: 15px; color: {color:sidebartext};}
  225.  
  226. #page{margin-top:-10px; background-color:{color:trasparent}; float:center; width:206px; height:23px; position:fixed; margin-left: 980px;}
  227. .pgs{padding:4px; font-family:georgia; font-size: 30px; letter-spacing:1px;}
  228. .pgs a {color: {color:sidebar};}
  229.  
  230. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  231.  
  232. #links {width: 410px; float: left; margin-left:410px; margin-top: -19px; padding: 0px; text-align: center; position: absolute;  -moz-transition: opacity .9s ease-in-out; -o-transition: opacity .9s ease-in-out; transition: opacity .9s ease-in-out; -webkit-transition: opacity .9s ease-in-out; opacity: 1; -webkit-transition: 1.3s ease-in;
  233. -moz-transition: 1.3s ease-in; transition: 1.3s ease-in;}
  234.  
  235. #links a {float: left; margin-left: 0px; display: block; letter-spacing: 0px; font-family: tinytots; font-size: 8px; text-align: center; margin-bottom: 1px; width: 50px; background-color: {color:bglinks}; color:{color:links}; text-decoration: none; text-transform: uppercase; line-height: 25px; height: 22px; overflow: hidden; border-right: 1px solid {color:sidebar}; }
  236.  
  237. #links  a:hover{text-align: center; background-color: {color:bglinkshover}; color:{color:linkshover};}
  238.  
  239. #sid1:hover #links {margin-left:-1px; -webkit-transition: 1.3s ease-in;
  240. -moz-transition: 1.3s ease-in; transition: 1.3s ease-in;}
  241.  
  242. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  243.  
  244. #frasepequena {margin-left:  1px; margin-top: -105px; width: 303px; font-size: 8px; max-height: 300px; text-align: center; background-color:{color:#000}; font-family: tinytots; text-transform: uppercase; color: {color:sidebartext}; position: relative;  padding: 5px; -webkit-transition: 1s ease-in; line-height: 10px;
  245. -moz-transition: 1s ease-in; transition: 1s ease-in; overflow: visible; overflow: auto; opacity: 1; }
  246. #frasepequena a{color: {color:sidebartext};}
  247.  
  248. #colorido {width: 305px; margin-left: 0px; height: 8px; margin-top: 1px; float:left; text-align: center; background-color: {color:sidebar}; font-size: 16px; position:fixed; padding: 5px; text-transform: uppercase;}
  249.  
  250. .coloridotext {margin-top: 0px; letter-spacing: 0px; text-align: center; font-family: tinytots; font-size: 8px; color: {color:sidebartext}; text-transform: uppercase;}
  251. .coloridotext a{color:{color:sidebartext}; text-transform: uppercase;}
  252.  
  253. </style>
  254.  
  255. </head>
  256.  
  257.  
  258. <body>
  259. <div id="tudo">
  260.  
  261. <div id="sidebar">
  262.  
  263. <div id="sid1">
  264. <div class="ttle">{text:title}</div>
  265. <div id="links">
  266. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  267. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  268. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  269. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  270. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  271. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  272. </div>
  273. </div>
  274.  
  275. <div id="slideShowContainer">
  276. <img src="{image:sidebar}"/>
  277. <div id="frasepequena">{description}</div>
  278. <div id="page">
  279.  
  280. <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>
  281.  
  282. <div id="colorido">
  283.  
  284. <div class="coloridotext">theme by mesmo-distante+ <a href="http://wolfss.tumblr.com">details</a> don't copy.</div>
  285.  
  286. </div>
  287. </div>
  288.  
  289. </div>
  290.  
  291. <div id="oquevemnadireita">
  292.  
  293.  {block:Posts}
  294. <div class="vicftpost">
  295.  
  296. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  297.  
  298. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  299.  
  300. {block:Photoset}{Photoset-500}{/block:Photoset}
  301.  
  302. {block:Quote}
  303. <div class="oiqqtt">“{Quote}”</div>
  304. {block:Source}<div class="oiqqtts"> ~ {Source}</div>
  305. {/block:Source}
  306. {/block:Quote}
  307.  
  308. {block:Link}
  309. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  310. {block:Description}{Description}{/block:Description}
  311. {/block:Link}
  312.  
  313. {block:Chat}
  314. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  315. <div class="chat"><ul>{block:Lines}
  316. <li class="person{UserNumber}">{block:Label}
  317. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  318. {/block:Chat}
  319.  
  320. {block:Audio}
  321. <div class="player">{AudioPlayerBlack}</div>
  322. {block:Caption}{Caption}{/block:Caption}
  323. {/block:Audio}
  324.  
  325. {block:Video}{Video-500}{/block:Video}
  326.  
  327.  
  328. {block:Answer}
  329. <div class="asker"><img src="{AskerPortraitURL-24}"> {Asker} asked: <div class="question">{Question}</div></div>
  330. <div class="answer">{Answer}</div>
  331. <br>
  332. {/block:Answer}
  333.  
  334. <div id="cap">
  335. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  336. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  337. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  338.  
  339. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  340.       <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  341.         {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  342. {/block:ContentSource}</div></div>
  343. <br>
  344.  
  345. <div id="oidata">
  346. {block:Date}<div class="tags">{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}</div>
  347. <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}
  348. {block:RebloggedFrom}<br>originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} - via <a href="{ReblogParentURL}">{ReblogParentName}</a>
  349. {/block:RebloggedFrom}
  350. </div>
  351. </div>{/block:Date}
  352.  
  353.  {/block:Posts}
  354. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  355.  
  356.  
  357. </div>
  358. </div>
  359. </div>
  360. </div>
  361. </div>
  362. </div>
  363.  
  364. </body>
  365. </html>
Advertisement
Add Comment
Please, Sign In to add comment