mesmo-distante

theme 17

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