mesmo-distante

theme 25

May 1st, 2012
3,586
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 13.90 KB | None | 0 0
  1. <!-- THEME BY MESMO-DISTANTE. DON'T COPY. --!>
  2. <html>
  3. <script type="text/javascript">
  4. //desabilita menu de opcoes ao clicar no botao direito
  5. function desabilitaMenu(e)
  6. {
  7. if (window.Event)
  8. {
  9. if (e.which == 2 || e.which == 3)
  10. return false;
  11. }
  12. else
  13. {
  14. event.cancelBubble = true
  15. event.returnValue = false;
  16. return false;
  17. }
  18. }
  19.  
  20.  
  21.  
  22.  
  23. //desabilita botao direito
  24. function desabilitaBotaoDireito(e)
  25. {
  26. if (window.Event)
  27. {
  28. if (e.which == 2 || e.which == 3)
  29. return false;
  30. }
  31. else
  32. if (event.button == 2 || event.button == 3)
  33. {
  34. event.cancelBubble = true
  35. event.returnValue = false;
  36. return false;
  37. }
  38. }
  39.  
  40.  
  41.  
  42.  
  43. //desabilita botao direito do mouse
  44. if ( window.Event )
  45. document.captureEvents(Event.MOUSEUP);
  46. if ( document.layers )
  47. document.captureEvents(Event.MOUSEDOWN);
  48.  
  49.  
  50.  
  51.  
  52. document.oncontextmenu = desabilitaMenu;
  53. document.onmousedown = desabilitaBotaoDireito;
  54. document.onmouseup = desabilitaBotaoDireito;
  55. </script>
  56.  
  57. <head>
  58.  
  59.  
  60. <!-- THEME BY MESMO-DISTANTE.TUMBLR.COM; DON'T COPY.  -->
  61.  
  62.  <!-- DEFAULT VARIABLES -->
  63. <meta name="color:background" content="#F7F7F7" />
  64. <meta name="color:text" content="#000" />
  65. <meta name="color:linkhover" content="#777" />
  66. <meta name="color:link" content="#000000" />
  67. <meta name="image:background" content=""/>
  68.  
  69.  
  70. <meta name="color:entry" content="#fff" />
  71. <meta name="color:bold" content="#777" />
  72. <meta name="font:text" content="verdana" />
  73. <meta name="color:sidebar" content="#fff" />
  74. <meta name="color:sidebar texts" content="#000" />
  75.  
  76. <meta name="text:titulo" content="titulo aqui"/>
  77.  
  78. <meta name="text:Link1" content="/" />
  79. <meta name="text:Link1 Title" content="link" />
  80. <meta name="text:Link2" content="/" />
  81. <meta name="text:Link2 Title" content="link" />
  82. <meta name="text:Link3" content="/" />
  83. <meta name="text:Link3 Title" content="link" />
  84. <meta name="text:Link4" content="/" />
  85. <meta name="text:Link4 Title" content="link" />
  86. <meta name="text:Link5" content="/" />
  87. <meta name="text:Link5 Title" content="link" />
  88. <meta name="text:Link6" content="/" />
  89. <meta name="text:Link6 Title" content="link" />
  90. <meta name="text:Link7" content="/" />
  91. <meta name="text:Link7 Title" content="link" />
  92. <meta name="text:Link8" content="/" />
  93.  
  94.  
  95. <meta name="image:sidebar" content="http://static.tumblr.com/gunq1dk/Omwm3d2q5/tumblr_lzke37bnzs1r2r52mo1_400_large.jpg"/>
  96.  
  97.    
  98.  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  99.     <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  100.     {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  101.     <link rel="shortcut icon" href="{Favicon}" />
  102.     <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  103.     <style type="text/css">
  104.  
  105.  
  106. /* ---------------- Scrollbar ---------------- */
  107. ::-webkit-scrollbar {width: 4px; height: 2px;}
  108. ::-webkit-scrollbar-track-piece {background-color: {color:entry}; repeat scroll 0 0 transparent;}
  109. ::-webkit-scrollbar-thumb:vertical {height: 2px;background-color: {color:scrollbar};}
  110. ::-webkit-scrollbar-thumb:horizontal {width: 4px;background-color: {color:scrollbar};}
  111.  
  112. body {color:{color:text}; background-color:{color:background}; background-image: url('{image:Background}'); background-attachment:fixed; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:11px; line-height:110%; text-align:justify}
  113.  
  114. a:link, a:active, a:visited{color: {color:link}; text-decoration:none}
  115. a:hover{color:{color:lhover}; background-color:{color:entry}; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  116.  
  117. #entries {float: left; margin-left: 390px; margin-top:20px;}
  118.  
  119. .posts {width: 500px; background-color: {color:entry}; padding: 15px; margin-bottom: 2px; text-align: none; font-family: verdana; font-size: 11px; position: relative;}
  120.  
  121. h1 {font-family: georgia; text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  122. h1 a {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  123. h1 a:hover {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  124.  
  125. .image {text-align: center; border: 0px}
  126. .image img {max-width: 500px; margin-bottom: 2px }
  127.  
  128. .pquote {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  129. .pquotesource {text-align: center; text-transform: none; margin-bottom: 5px;}
  130. .pquotesource a, a:hover{text-transform: none;}
  131.  
  132. .chat {line-height: 13px; list-style: none }
  133. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  134. .person1 {color: {color:text}; padding: 2px; }
  135. .person1 .label {font-weight: bold; color:{color:link}}
  136. .person2 {color: {color:text}; padding: 2px; }
  137. .person2 .label {font-weight: bold; color:{color:text}}
  138.  
  139. .player {background-color: #000; text-align: left; display:block;}
  140.  
  141. .bubble {align:right;background: {color:background}; margin:7px 0px 5px 66px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
  142. .bubble p {margin:1px 0px;}
  143. .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid {color:background};}
  144. .askborder{-webkit-border-radius: 0px 360px 360px 360px; -webkit-transition-duration: 0.6s;}.askborder:hover{ -webkit-border-radius: 40px}
  145.  
  146.  
  147. #info {text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11;}
  148. #info a {font-size: 9px;}
  149.  
  150. .tags {color: {color:text}; font-size: 9px; font-family: verdana; display: inline; list-style: none; text-transform: lowercase;}
  151. .tags a {font-size: 9px; color: verdana; display: inline; list-style: none; text-transform: lowercase;}
  152.  
  153. #cap {width: 500px; margin-top: -2px;}
  154. .source {display: none;}
  155.  
  156. .notes {width: 530px; padding: 0px; margin-top: 5px; margin-bottom: 10px; font-size: 9px; text-align: left}
  157. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  158. ol.notes li {background-color: {color:entry}; margin-bottom: 5px; padding: 5px; }
  159. .notes img{display: none; border:0px}
  160.  
  161. #tumblr_controls{position: fixed!important}
  162. #tumblr_controls{position: fixed!important}
  163. #tumblr_controls{position: fixed!important}
  164. #tumblr_controls{position: fixed!important}
  165.  
  166. #fotouser {
  167. width: 52px;
  168. height: 48px;
  169. left:90px;
  170. position: fixed;
  171. float: left;
  172. background-color: {color:sidebar};
  173. border-style: solid;
  174. border-color: {color:sidebar};
  175. border-width: 2px;
  176. padding: 2px 0px;
  177. margin-top: 8px;}
  178.  
  179.  
  180. #sbar {height: 184px; left: 90px; margin-top: 128px; position:fixed; overflow:hidden; background-color:{color:sidebar}; border:1px solid {color:sidebar}; padding:2px; opacity: 10;}
  181.  
  182.  
  183. .oizinho {font-family: georgia; position: fixed; margin-left: 50px; margin-top: 150px; font-size: 38px; z-index: 0;}
  184. .oizinho a {color: ; background-color: transparent;}
  185. .oizinho a:hover {color: ;}
  186.  
  187. .oizinho2 {font-family: georgia; position: fixed; margin-left: 50px; margin-top: 280px; font-size: 38px; z-index: 0;}
  188. .oizinho2 a {color: ; background-color: transparent;}
  189. .oizinho2 a:hover {color: ;}
  190.  
  191.  
  192. #top {
  193. width: 286px;
  194. height: 7px;
  195. top: 108px;
  196. left: 90px;
  197. background-color: {color:sidebar};
  198. color: {color:sidebar texts};
  199. padding:10px;
  200. font-family: georgia;
  201. font-size: 15px;
  202. text-transform: none;
  203. text-align: center;
  204. position:fixed;
  205. float: left;
  206. -webkit-border-radius: 0px 0px 0px 0px;
  207. -webkit-transition: 0.8s ease-in;
  208.  
  209. -moz-transition: 0.8s ease-in; transition: 0.8s ease-in;; }
  210.  
  211. #top:hover {
  212. top: 49px;
  213. background-color: {color:sidebar};
  214. color: {color:sidebar texts};
  215. -webkit-transition: 0.8s ease-in;
  216.  
  217. -moz-transition: 0.8s ease-in; transition: 0.8s ease-in; }
  218.  
  219.  
  220. #descri {padding: 5px; text-align: center; font-size: 9px;  font-family: verdana; color: {color:sidebar texts}; height: none; width: 296px; top: 124px; left: 90px; position:fixed; background-color: {color:sidebar}; padding: 5px; }
  221.  
  222. #descri {padding: 5px; text-align: center; font-size: 9px;  font-family: verdana; color: {color:sidebar texts}; margin-top:203px;}
  223. #descri a {color:  {color:sidebar texts};}
  224.  
  225. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  226.  
  227. #linkss {
  228. width: 248px;
  229. height: 56px;
  230. background-color: {color:sidebar};
  231. left: 147px;
  232. margin-left: 1px;
  233. margin-top: 8px;
  234. position: fixed;
  235. float: left;
  236. -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;
  237. }
  238.  
  239. #bibi {position: fixed; float: left; margin-top: -17px; margin-left:-20px; width: auto; text-align: center; font-size: 9px; font-family: tinytots; padding: 20px; -moz-transition: opacity .7s ease-in-out; -o-transition: opacity .7s ease-in-out; transition: opacity .7s ease-in-out; -webkit-transition: opacity .7s ease-in-out;  text-transform: uppercase;}
  240.  
  241. #bibi a {display: block; font-family: tinytots; font-size: 8px; text-align: center; height: 15px;  width: 54px; background-color: {color:sidebar}; color: {color:sidebar texts}; text-decoration: none; text-transform: uppercase; padding: 5px 2px 2px 2px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; border-bottom: 0px; text-transform: uppercase; margin-bottom: 2px; line-height: -35px;}
  242.  
  243. #bibi a:hover{background-color: {color:sidebar}; color: {color:sidebar texts}; text-align: center; border-bottom: 0px; opacity: 0.9; text-transform: uppercase; }
  244.  
  245. #topb {
  246. width: 100%;
  247. height: 20px;
  248. top: 0px;
  249. left: 0px;
  250. position: fixed;
  251. float: left;
  252. opacity: 0.5;
  253. background-color:{color:sidebar}}
  254.  
  255. #cee {
  256. width: 50px;
  257. height: 26px;
  258. padding: 5px;
  259. background-color: {color:sidebar};
  260. color: {color:sidebar texts};
  261. font-family: verdana;
  262. font-size: 9px;
  263. position: fixed;
  264. float: left;
  265. top: 100px;
  266. left: 929px;
  267. -webkit-border-radius: 0px 30px 0px 0px;
  268. text-align: center;}
  269.  
  270. #cee a {color: {color:sidebar texts}; font-weight: bold;}
  271.  
  272. #cee a:hover {color: {color:sidebar texts}; opacity: 0.6;}
  273.  
  274.  
  275.  
  276.  
  277. {CustomCSS}
  278. </head>
  279.  </style>
  280.  
  281.  
  282.  
  283. <body onkeydown="return false">
  284.  
  285. <div id="top">{text:titulo}
  286.  
  287. <br>
  288.  
  289. <div id="fotouser"><div class="fotouser"><img src="{PortraitURL-48}"></div></div>
  290.  
  291. <div id="linkss">
  292. <div id="bibi"><div class="bibi">
  293. <table><tr><td>
  294. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  295. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a> {/block:ifLink2}
  296. </td>
  297. <td>
  298. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a> {/block:ifLink3}
  299. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a> {/block:ifLink4}
  300. </td>
  301. <td>
  302. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a> {/block:ifLink5}
  303. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a> {/block:ifLink6}
  304. </td>
  305. <td>
  306. {block:ifLink7}<a href="{text:Link7}">{text:Link7 Title}</a> {/block:ifLink7}
  307. <a href="http://mesmo-distante.tumblr.com">credit ©</a>
  308. </td></tr></table>
  309. </div></div></div>
  310.  
  311. </div>
  312.  
  313. <div id="sbar">
  314. <img src="{image:sidebar}" height= "184px;" width= "300px;"></div>
  315.  
  316. <div class="oizinho">{block:NextPage}<a href="{NextPage}"></a>{/block:NextPage}</div>
  317.  
  318. <div class="oizinho2">{block:PreviousPage}<a href="{PreviousPage}"></a>{/block:PreviousPage}</div>
  319. <div id="descri">{Description}</div></div>
  320.  
  321.  
  322.  
  323.  
  324. <div id="entries">
  325.  
  326. {block:Posts}
  327. <div class="posts">
  328.  
  329. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  330.  
  331. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  332.  
  333. {block:Photoset}{Photoset-500}{/block:Photoset}
  334.  
  335. {block:Quote}
  336. <div class="pquote">“{Quote}”</div>
  337. {block:Source}<div class="pquotesource"> ~ {Source}</div>
  338. {/block:Source}
  339. {/block:Quote}
  340.  
  341. {block:Link}
  342. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  343. {block:Description}{Description}{/block:Description}
  344. {/block:Link}
  345.  
  346. {block:Chat}
  347. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  348. <div class="chat"><ul>{block:Lines}
  349. <li class="person{UserNumber}">{block:Label}
  350. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  351. {/block:Chat}
  352.  
  353. {block:Audio}
  354. <div class="player">{AudioPlayerBlack}</div>
  355. {block:Caption}{Caption}{/block:Caption}
  356. {/block:Audio}
  357.  
  358. {block:Video}{Video-500}{/block:Video}
  359.  
  360.  
  361. {block:Answer}
  362. <img src="{AskerPortraitURL-48}" align="left" class="askborder" class="dreamgirl"><div class="bubble"><span></span>
  363. {Asker} asked: {Question}&nbsp;</div>{Answer} {/block:Answer}
  364.  
  365. <div id="cap">
  366. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  367. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  368. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  369.  
  370. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  371. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  372. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  373. {/block:ContentSource}</div></div>
  374. <br>
  375.  
  376.  
  377. <div id="info">
  378. {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}
  379. <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}
  380. {block:RebloggedFrom}<br>originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} · via <a href="{ReblogParentURL}">{ReblogParentName}</a>
  381. {/block:RebloggedFrom}
  382. </div>
  383. </div>{/block:Date}
  384.  
  385.  
  386. {/block:Posts}
  387. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  388.  
  389. </div>
  390. </div>
  391. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment