mesmo-distante

theme 07

Mar 29th, 2012
387
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 17.48 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. <!                    theme by mesmo-distante.tumblr.com; don't copy.                         !>
  6.  
  7.  
  8. <script type="text/javascript">
  9. //desabilita menu de opcoes ao clicar no botao direito
  10. function desabilitaMenu(e)
  11. {
  12. if (window.Event)
  13. {
  14. if (e.which == 2 || e.which == 3)
  15. return false;
  16. }
  17. else
  18. {
  19. event.cancelBubble = true
  20. event.returnValue = false;
  21. return false;
  22. }
  23. }
  24.  
  25. //desabilita botao direito
  26. function desabilitaBotaoDireito(e)
  27. {
  28. if (window.Event)
  29. {
  30. if (e.which == 2 || e.which == 3)
  31. return false;
  32. }
  33. else
  34. if (event.button == 2 || event.button == 3)
  35. {
  36. event.cancelBubble = true
  37. event.returnValue = false;
  38. return false;
  39. }
  40. }
  41.  
  42. //desabilita botao direito do mouse
  43. if ( window.Event )
  44. document.captureEvents(Event.MOUSEUP);
  45. if ( document.layers )
  46. document.captureEvents(Event.MOUSEDOWN);
  47.  
  48. document.oncontextmenu = desabilitaMenu;
  49. document.onmousedown = desabilitaBotaoDireito;
  50. document.onmouseup = desabilitaBotaoDireito;
  51. </script>
  52.  
  53. <script language="javascript">
  54. function clickIE() {if (document.all) {(mensagem);return false;}}
  55. function clickNS(e) {if
  56. (document.layers||(document.getElementById&&!document.all)) {
  57. if (e.which==2||e.which==3) {alert(mensagem);return false;}}}
  58. if (document.layers)
  59. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  60. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  61. document.oncontextmenu=new Function("return false")
  62. </script>
  63.  
  64. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  65.  
  66. <head>
  67. <!-- DEFAULT VARIABLES -->
  68. <meta name="font:text" content="verdana" />
  69. <meta name="font:title" content="georgia" />
  70. <meta name="color:background" content="#f8f8f8" />
  71. <meta name="color:link" content="#000000" />
  72. <meta name="color:linkhover" content="#000" />
  73. <meta name="color:text" content="#000000" />
  74. <meta name="color:post" content="#ffffff" />
  75. <meta name="color:sidebar" content="#fff" />
  76. <meta name="color:link1" content="#fff" />
  77. <meta name="color:link2" content="#000" />
  78. <meta name="color:linkhover1" content="A3A3A3" />
  79. <meta name="color:linkhover2" content="#fff" />
  80. <meta name="color:backscroll" content="#f1f1f1" />
  81. <meta name="color:scroll" content="#000" />
  82. <meta name="if:Show tags" content="1"/>
  83. <meta name="if:Show pic" content="1"/>
  84. <meta name="if:Enable endless scrolling" content="0"/>
  85. <meta name="if:Show subtitle" content="1"/>
  86. <meta name="if:Show links" content="1"/>
  87. <meta name="if:Show search" content="1"/>
  88. <meta name="if:Show sidebar image" content="1"/>
  89. <meta name="image:tbar3" content="http://29.media.tumblr.com/tumblr_m1m1cuAmD41r182g0o1_250.png"/>
  90. <meta name="image:background" content=""/>
  91. <meta name="text:title" content="titulo" />
  92. <meta name="text:Link1" content="/" />
  93. <meta name="text:Link1 Title" content="link" />
  94. <meta name="text:Link2" content="/" />
  95. <meta name="text:Link2 Title" content="link" />
  96. <meta name="text:Link3" content="/" />
  97. <meta name="text:Link3 Title" content="link" />
  98. <meta name="text:Link4" content="/" />
  99. <meta name="text:Link4 Title" content="link" />
  100. <meta name="text:Link5" content="/" />
  101. <meta name="text:Link5 Title" content="link" />
  102.  
  103.  
  104. <title>{Title}</title>
  105. <link rel="shortcut icon" href="{Favicon}">
  106. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  107. {block:Description}
  108. <meta name="description" content="{MetaDescription}" />
  109. {/block:Description}
  110.  
  111.  
  112. {block:IfEnableEndlessScrolling}
  113. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  114. {/block:IfEnableEndlessScrolling}
  115.  
  116. <style type="text/css">
  117.  
  118.  
  119. body {background-color: {color:background}; font-family: {font:text}; color: {color:text}; text-align: center; font-size: 11px; background-image:url('{image:background}'); background-attachment: fixed; }
  120.  
  121. a {color: {color:link}; text-decoration: none; text-transform: none; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out;}
  122. a:hover {color: {color:linkhover}; background-color: {color:post}; text-decoration: none; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out;}
  123.  
  124. p {margin: 6px 0 0 0}
  125.  
  126. blockquote {margin: 5px 5px 5px 5px; border-left: 3px solid {color:background}; padding-left: 5px; }
  127. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background};}
  128. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 2px solid {color:sidebarlinks}; }
  129. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:sidtext}; }
  130.  
  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.  
  137.  
  138. #xp {text-align: center; width: 935px; margin: 20px auto 10px auto; padding: 0px; z-index: 1}
  139.  
  140. .posts {width: 507px; margin-left: 443px; margin-top: 0px; background-color: {color:post}; padding: 10px; margin-bottom: 1px; text-align: justify; font-family: {font:text}; font-size: 11px;  border-top: 2px solid {color:link};}
  141.  
  142. #xright {position: fixed; margin-top: 0px; margin-left: 440px; overflow: auto; width: 534px; height: 675px;}
  143.  
  144. #entries {margin-top: 20px;}
  145.  
  146. #top {margin-top: 200px;}
  147.  
  148. h1 {font-family: georgia; text-align: center; font-size: 14px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 16px;}
  149. h1 a {text-align: center; font-size: 14px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 16px;}
  150. h1 a:hover {text-align: center; font-size: 14px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 16px;}
  151.  
  152. .image {text-align: center; border: 0px}
  153. .image img {max-width: 500px; margin-bottom: 2px }
  154.  
  155. .xquote {font-family: georgia; text-align: center; font-size: 13px; line-height: 13px; padding: 3px;}
  156. .xquotesource {text-align: center; text-transform: none; margin-bottom: 5px;}
  157. .xquotesource a, a:hover{text-transform: none;}
  158.  
  159. .chat {line-height: 12px; list-style: none }
  160. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height:20px;}
  161. .person1 {background-color:{color:background}; color: {color:text}; }
  162. .person1 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:{color:text}}
  163. .person2 {color: {color:text} }
  164. .person2 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:{color:text}}
  165.  
  166. .music{text-align: center; margin-bottom: 2px; width: 100%; background-color: {color:background}; text-align: center;}
  167. .music img{text-align: left; max-width: 250px; height: auto; padding: 20px 0 20px 0}
  168. .capt{text-align: justify; margin-top: 2px; margin-bottom: 7px;}
  169. .source{display:none}
  170.  
  171. .question{background: {color:post}; font-size: 10px; font-weight:bold; color: {color:text}; padding: 10px;}
  172. .asker {width: 490px; background-color: {color:post}; color:{color:text};
  173. padding: 10px}
  174. .asker img{float: left; margin: 0px 5px 3px 0}
  175. .asker a{font-size: 9px; color:{color:link}; text-transform: lowercase; line-height: 8px; padding: 0; margin: 0; font-family: verdana;}
  176. .asker a:hover{font-size: 9px; color:{color:link}; text-transform: lowercase; line-height:8px; padding: 0; margin: 0; font-family: verdana;}
  177. .answer {padding: 5px 0 0 0}
  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: 520px; padding: 0px; margin-top: 1px; margin-left: 443px; margin-bottom: 10px; font-size: 9px; text-align: center;}
  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: 1px; padding: 5px; }
  191. .notes img{display: none; border:0px}
  192.  
  193. #damon {position: fixed; margin: 0px 0px 0px 12px;}
  194.  
  195. #oipai {position: fixed; margin-left: 15px; width: 222px; height: 316px; background-color: {color:background}; margin-top: 0px;}
  196.  
  197.  
  198. div#frase {background-color: {color:sidebar}; font-weight: normal; letter-spacing: 0px; color: {color:text}; text-align: center; width:216px; height:14px; position: absolute; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; margin-left: 0px; font-family: verdana; margin-top: 380px; margin-left: 1062px; position: fixed; padding: 2px; font-size: 9px;}
  199.  
  200.  
  201. #paginal {font-family: verdana; font-size: 8px; text-align: center;}
  202. #paginal a {background: {color: sidebar;} margin: 0 1px 0 0; padding: 2px 4px; color: {color:linkhover1};}
  203. #paginal a:hover {background: {color:sidebar}; color: {color:text};}
  204. #paginal span.pagina_atual {background: {color:sidebar}; margin: 0 1px 0 0; padding: 2px 4px;; color: {color:link}; font-weight: bold; text-decoration: none;}
  205. .ps {position: fixed; margin-left: 972px; padding: 3px; width: 81px; height: auto; top: 460px; background-color: {color:sidebar}; color: {color:text};}
  206.  
  207. #sidebardescription {padding: 7px; text-align: justify; font-size: 9px;  font-family: verdana; color: {color:text}; line-height:11px; background-color:{color:sidebar}; height:254px; width:217px; padding-left:8px; padding-right:8px;  margin-top:5px;}
  208. #sidebardescription a {color: {color:text}; font-weight:none;}
  209. #sidebardescription:hover {margin-top:-12px; margin-left:-9px; }
  210.  
  211. #ssidebardescription {padding: 4px; text-align: center; font-size: 9px;  font-family: verdana; color: {color:text}; line-height:11px; background-color:{color:sidebar}; height:104px; width:91px; margin-top: -10px; position: fixed; margin-left:152px; }
  212. #ssidebardescription a {color: {color:text}; font-weight:none;}
  213.  
  214. .sidebardescr {padding:1px; border:1px solid {color:background}; height:87px;}
  215.  
  216. #sideimg3 {display: block; margin-left: 972px; float: right; margin-top: 360px; width: auto; height: auto; background-color: transparent; position: fixed; -webkit-transition: all 3s ease-out; -moz-transition: all 3s ease-out; }
  217. .simg3 img {width: 80px; height: 70px; margin-bottom: 2px; border: 4px solid {color:sidebar}; -webkit-transition: all 3s ease-out; -moz-transition: all 3s ease-out;}
  218.  
  219. #bebenath {margin-left: 1062px; margin-top: 360px; width: 220px; font-size: 12px; height: 75px; text-align: center; background-color: {color:sidebar}; font-family: georgia; line-height: 21px;  color: {color:text}; position: fixed; text-transform: none; padding: 1px 0 0px 0; overflow: visible; opacity: 1.0; overflow: hidden;}
  220.  
  221. #bomdia {margin-left: 830px; margin-top: 288px; width: 150px; font-size: 9px; height: 15px; text-align: center; background-color: {color:sidebar}; font-family: verdana; line-height: 12px;  color: {color:text}; position: fixed; text-transform: normal; padding: 1px 0 0px 0; overflow: visible; opacity: 1.0; overflow: hidden;}
  222.  
  223. #backdescri {margin-left:  300px; margin-top: 252px; width: 173px; font-size: 10px; height: 42px; text-align: center; background-color: {color:sidebar}; font-family: georgia; line-height: 10px;  color: {color:text}; position: fixed;  padding: 1px 0 -10px 0; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; overflow: visible; opacity: 0.0; overflow: hidden;}
  224.  
  225. #backdescri:hover {height: 230px; width: 173px; margin-top: 39px; opacity: 0.8;}
  226.  
  227. .yourdescri {text-align: center; padding: 5px; font-family: verdana; margin-top: 12px; font-size: 9px; color: {color:text}; letter-spacing: 0px; line-height: 10px; }
  228.  
  229.  
  230. #titled {margin-left:  1284px; margin-top: 360px; width: 8px; font-size: 9px; height:19px; text-align: center; background-color: {color:sidebar}; font-family: verdana; line-height: 105%;  color: {color:text}; position: fixed; padding: 4px; text-transform:uppercase;-webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; -webkit-border-radius: 0px 7px 7px 0px;}
  231.  
  232. #sidlinks{font-size: 9px; font-family: verdana; margin-left: 972px; width: 300px; background-color: {color:sidebar}; text-align: justify; padding: 5px; margin-top: 330px; height: 90; height:18px; border:1px solid {color:background}; position:fixed;}
  233.  
  234. #sidlinks a {float: left;  display: block; letter-spacing: 0px; font-family: verdana; font-size: 9px; text-align: center; margin-bottom: 5px; width: 60px; background-color:{color:link1}; height: 20px; color:{color:link2}; text-decoration: none; text-transform: none; line-height: 16px;}
  235.  
  236. #sidlinks  a:hover {color: {color:linkhover1}; background-color: {color:linkhover2}; text-align: center; font-weight: bold;}
  237. .li {opacity: 1}
  238. .li2 {opacity: 0.8}
  239. .li3 {opacity: 0.6}
  240. .li4 {opacity: 0.8}
  241. .li5 {opacity: 1}
  242.  
  243.  
  244. ::-webkit-scrollbar{width:5px;height:6px;}
  245.  
  246. ::-webkit-scrollbar-button:start:decrement
  247.  
  248. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  249.  
  250. ::-webkit-scrollbar-track-piece{background-color:{color:backscroll}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  251.  
  252. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  253.  
  254. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  255.  
  256.  
  257. .search {letter-spacing: 3px; text-transform: uppercase;}
  258. .search input{font-family: {font:text}; border: none; background-color: {color:sidebarlinks}; color: {color:text}; text-transform: uppercase; font-size: 9px; text-align: center; padding: 3px; width: 210px;}
  259.  
  260. #tumblr_controls{position: fixed!important}
  261. #tumblr_controls{position: fixed!important}
  262. #tumblr_controls{position: fixed!important}
  263. #tumblr_controls{position: fixed!important}
  264.  
  265.  
  266. </style>
  267.  
  268. <body>
  269.  
  270. <div class="ps"><div id="paginal">
  271. {block:JumpPagination length="3"}
  272. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  273. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  274. {/block:JumpPagination}
  275. </div></div>
  276.  
  277.  
  278. <div id="titled"><a href="http://mesmo-distante.tumblr.com">©</a></div></div></div>
  279. <div id="sidlinks">
  280. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  281. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a> {/block:ifLink2}
  282. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  283. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  284. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a> {/block:ifLink5}
  285. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  286. {block:ifLink7}<a href="{text:Link7}">{text:Link7 Title}</a>{/block:ifLink7}</div>
  287. </div>
  288.  
  289. <div id="bebenath">{text:title}</div>
  290. <div id="frase">{Description}</div>
  291.  
  292. <div id="sideimg3"><div class="simg3">
  293. <img src="{image:tbar3}">
  294. </div></div>
  295.  
  296. </body>
  297.  
  298.  
  299. <div id="entries">
  300. {block:Posts}
  301. <div class="posts">
  302.  
  303. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  304.  
  305. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  306.  
  307. {block:Photoset}{Photoset-500}{/block:Photoset}
  308.  
  309. {block:Quote}
  310. <div class="xquote">"{Quote}"</div>
  311. {block:Source}<div class="xquotesource"> {Source}</div>
  312. {/block:Source}
  313. {/block:Quote}
  314.  
  315. {block:Link}
  316. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  317. {block:Description}{Description}{/block:Description}
  318. {/block:Link}
  319.  
  320. {block:Chat}
  321. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  322. <div class="chat"><ul>{block:Lines}
  323. <li class="person{UserNumber}">{block:Label}
  324. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  325. {/block:Chat}
  326.  
  327. {block:Audio}
  328. <br>
  329. <div class="music">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  330. <div class="capt">{AudioPlayerGrey}{block:Caption}{Caption}{/block:Caption}</div>
  331. {/block:Audio}
  332.  
  333. {block:Video}{Video-500}{/block:Video}
  334.  
  335.  
  336. {block:Answer}
  337. <div class="asker"><img src="{AskerPortraitURL-48}"> <small><b>{Asker}</b></small> <small><b>asked: </b></small><br> {Question}</div><br>
  338. <div class="answer">{Answer}</div>
  339. <br>
  340. {/block:Answer}
  341.  
  342. <div id="cap">
  343. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  344. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  345. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  346.  
  347. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  348. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  349. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  350. {/block:ContentSource}</div></div>
  351. <br>
  352.  
  353. <div id="info">
  354. {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}
  355. <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}
  356. {block:RebloggedFrom}<br>originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} · via <a href="{ReblogParentURL}">{ReblogParentName}</a>
  357. {/block:RebloggedFrom}
  358. </div>
  359. </div>{/block:Date}
  360.  
  361. {/block:Posts}
  362. {block:PostNotes}
  363. <div id="nts"><div id="ntstext">{PostNotes}</div></div>
  364. {/block:PostNotes}
  365.  
  366. </div>
  367. </div>
  368. </div>
  369. </div>
  370. </div>
  371. </div>
  372.  
  373. </body>
  374. </html>
Advertisement
Add Comment
Please, Sign In to add comment