mesmo-distante

theme 22

Apr 26th, 2012
981
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 16.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. <link href='http://fonts.googleapis.com/css?family=Sevillana' rel='stylesheet' type='text/css'>
  6.  
  7.  
  8.  
  9. <script src="http://cufon.shoqolate.com/js/cufon-yui.js" type="text/javascript"></script><script src="http://static.tumblr.com/ourf1ma/MmUlthg9c/arsenale-white.cufonfonts.js"
  10.  
  11. type="text/javascript"></script><script type="text/javascript">Cufon.replace('.cufon');</script>
  12.  
  13. <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">
  14. var rev = "fwd";function titlebar(val)
  15. {var msg = "{title}";
  16. var res = " ";
  17. 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);}
  18. else{rev = "bwd";
  19. timer = window.setTimeout("titlebar("+pos+")",speed);}}
  20. else{
  21. if(pos > 0){
  22. pos = pos-1;var ale = le-pos;scrol = msg.substr(ale,le);document.title = scrol;timer = window.setTimeout("titlebar("+pos+")",speed);}
  23. else{rev = "fwd";timer = window.setTimeout("titlebar("+pos+")",speed);}}}
  24. titlebar(0);
  25. </script>
  26.  
  27. <!
  28.                              THEME BY MESMO-DISTANTE.TUMBLR.COM
  29.           BASE E DETALHES POR -MAKTUB.TUMBLR.COM NÃO COPIAR.
  30.                                            DON'T COPY
  31. !>
  32.  
  33.  
  34. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  35.  
  36. <html>
  37. <script type="text/javascript">
  38. //desabilita menu de opcoes ao clicar no botao direito
  39. function desabilitaMenu(e)
  40. {
  41. if (window.Event)
  42. {
  43. if (e.which == 2 || e.which == 3)
  44. return false;
  45. }
  46. else
  47. {
  48. event.cancelBubble = true
  49. event.returnValue = false;
  50. return false;
  51. }
  52. }
  53.  
  54.  
  55.  
  56.  
  57. //desabilita botao direito
  58. function desabilitaBotaoDireito(e)
  59. {
  60. if (window.Event)
  61. {
  62. if (e.which == 2 || e.which == 3)
  63. return false;
  64. }
  65. else
  66. if (event.button == 2 || event.button == 3)
  67. {
  68. event.cancelBubble = true
  69. event.returnValue = false;
  70. return false;
  71. }
  72. }
  73.  
  74.  
  75.  
  76.  
  77. //desabilita botao direito do mouse
  78. if ( window.Event )
  79. document.captureEvents(Event.MOUSEUP);
  80. if ( document.layers )
  81. document.captureEvents(Event.MOUSEDOWN);
  82.  
  83.  
  84.  
  85.  
  86. document.oncontextmenu = desabilitaMenu;
  87. document.onmousedown = desabilitaBotaoDireito;
  88. document.onmouseup = desabilitaBotaoDireito;
  89. </script>
  90.  
  91.  
  92. <head>
  93.  
  94.  
  95.  
  96.  <!-- DEFAULT VARIABLES -->
  97. <meta name="color:background" content="#f8f8f8" />
  98. <meta name="color:link" content="#000000" />
  99. <meta name="color:text" content="#000000" />
  100. <meta name="color:post" content="#ffffff" />
  101. <meta name="color:sidebar" content="#000000" />
  102. <meta name="color:scroll" content="#000000" />
  103. <meta name="color:descricao" content="#aaaaaa" />
  104.  
  105. <meta name="image:background" content="" />
  106.  
  107. <meta name="image:sidebar" content="http://28.media.tumblr.com/tumblr_m0l9gjov8c1rq3h5vo8_250.jpg" />
  108.  
  109. <meta name="color:links" content="#fff" />
  110. <meta name="color:linkshover" content="#ff0000" />
  111.  
  112. <meta name="text:title" content="Voce vai escrever uma frase bem grande 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.  
  125.  
  126.                       <title>{Title}</title>
  127.         <link rel="shortcut icon" href="{Favicon}">
  128.     <link rel="alternate" type="application/rss+xml" href="{RSS}">
  129.         {block:Description}
  130.   <meta name="description" content="{MetaDescription}" />
  131.         {/block:Description}
  132.  
  133.     <style type="text/css">
  134.  
  135.  
  136. 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; }
  137.  
  138. a {color: {color:link}; text-decoration: none; text-transform: none; -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out;}
  139.  
  140. p {margin: 6px 0 0 0}
  141.  
  142. blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:background}; padding-left: 5px; }
  143. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:post};}
  144. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  145. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  146.  
  147. blockquote img{max-width: 470px!important}
  148. blockquote blockquote img{max-width: 450px!important}
  149. blockquote blockquote blockquote img{max-width: 430px!important}
  150. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  151.  
  152. #tudo {text-align: center; margin: 20px auto 20px auto; z-index: 1; width: 935px; }
  153.  
  154. #oquevemnadireita {float: left; margin-left:295px; margin-top: 30px; position: relative; border-left: 1px solid {color:background} }
  155.  
  156.  
  157.  
  158. .vicftpost {width: 500px; background-color: {color:post}; padding: 10px; border-bottom: 1px solid #f1f1f1; 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 #f1f1f1}
  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: 500px; padding: 0px; margin-top: 5px; 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: 5px; 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 0px; }
  217.  
  218.  
  219.  
  220. #sid1 {width: 400px; margin-left: -220px; height: 35px; margin-top: 270px; float:left; text-align: center; background-color: {color:link}; font-size: 16px; position:fixed; padding: 5px;}
  221.  
  222. #slideShowContainer{ float: left; margin-top: 88px; margin-left: 85px; position: fixed; overflow: hidden;}
  223. #slideShowContainer img {margin-top: 182px; margin-left: 60px; width: 120px; height: 120px; border: 13px solid {color:link};}
  224.  
  225.  
  226. .ttle {margin-top: -2px; letter-spacing: 0px; text-align: center; font-family: georgia; font-size: 17px; color: #FFFFFF;}
  227.  
  228.  
  229. #sid2 {width: 511px; margin-left: 305px; height: 15px; margin-top: 25px; float:left; text-align: center; background-color: {color:sidebar}; font-size: 16px; position:fixed; padding: 5px;}
  230.  
  231. #top {z-index: 90; margin-top: -20px; background-color:
  232. {color:background}; width: 900px; height: 50px; padding: 0px; position: fixed; margin-left: -10px;}
  233.  
  234. /* links */
  235.  
  236.  
  237. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  238. #sidlinks {position: fixed; margin: 5px 0px 0px 140px; opacity: 1; z-index: 3;}
  239.  
  240. .link1 {position: relative; margin-left: -370px; margin-top: 193px}
  241. .link1 a{display: block; text-transform: uppercase; font-family:tinytots; font-size: 8px; text-align: center; width: 70px; line-height: 13px; height: 13px; background-color: transp; color:{color:links}; text-decoration: none;}
  242. .link1  a:hover{text-align: center; color: {color:linkshover};}
  243.  
  244. .link2 {position: relative; margin-left: -320px; margin-top: -13px}
  245. .link2 a{display: block; text-transform: uppercase; font-family:tinytots; font-size: 8px; text-align: center; width: 70px; line-height: 13px; height: 13px; background-color: transp; color:{color:links}; text-decoration: none;}
  246. .link2  a:hover{text-align: center; color: {color:linkshover};}
  247.  
  248. .link3 {position: relative; margin-left: -270px; margin-top: -13px}
  249. .link3 a{display: block; text-transform: uppercase; font-family:tinytots; font-size: 8px; text-align: center; width: 70px; line-height: 13px; height: 13px; background-color: transp; color:{color:links}; text-decoration: none;}
  250. .link3  a:hover{text-align: center; color: {color:linkshover};}
  251.  
  252. .link4 {position: relative; margin-left: -220px; margin-top: -13px}
  253. .link4 a{display: block; text-transform: uppercase; font-family:tinytots; font-size: 8px; text-align: center; width: 70px; line-height: 13px; height: 13px; background-color: transp; color:{color:links}; text-decoration: none;}
  254. .link4  a:hover{text-align: center; color: {color:linkshover};}
  255.  
  256. .link5 {position: relative; margin-left: -170px; margin-top: -13px}
  257. .link5 a{display: block; text-transform: uppercase; font-family:tinytots; font-size: 8px; text-align: center; width: 70px; line-height: 13px; height: 13px; background-color: transp; color:{color:links}; text-decoration: none;}
  258. .link5  a:hover{text-align: center; color: {color:linkshover};}
  259.  
  260.  
  261. .credit {font-size: 8px; font-family: tinytots; margin-left: 185px; color: {color:sidebartext}; margin-top: 420px; position: fixed; -webkit-transform: rotate(0deg);}
  262.  
  263. .credit a {color: {color:descricao}}
  264.  
  265. .pagination {font-family: georgia; position: fixed; margin-left: 990px; margin-top: 305px; font-size: 27px; z-index: 0;}
  266. .pagination a {color: {color:text}; margin-right: 10px; background-color: transparente;}
  267. .pagination a:hover {color:{color:text};}
  268.  
  269. #frasepequena {margin-left: -150px; margin-top: 380px; width: 280px; font-size: 10px; height: auto; text-align: center; background-color: transp; font-family: consolas,monospace;  line-height: 9px;  color: {color:descricao}; position: fixed;  padding: 5px; -webkit-transition: 1.3s ease-in;
  270. -moz-transition: 1.3s ease-in; transition: 1.3s ease-in; overflow: visible; overflow: hidden; opacity: 0;}
  271.  
  272. #frasepequena a{color:#000000}
  273.  
  274. #frasepequena {margin-top: 350px; opacity: 1;}
  275.  
  276. </style>
  277.  
  278. </head>
  279.  
  280.  
  281. <body>
  282. <div id="tudo">
  283.  
  284. <div id="sidebar">
  285. <div id="tira"></div>
  286. <div id="sid1">
  287. </div>
  288.  
  289. <div id="top">
  290. <div id="frasepequena">{description}</div>
  291. <div id="sid2">
  292. <div class="ttle">{text:title}</div>
  293. </div>
  294. </div>
  295.  
  296. <div class="credit">theme by <a href="http://mesmo-distante.tumblr.com"><br>mesmo-distante</a></div>
  297.  
  298. <div class="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">« </a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}"> »</a>{/block:NextPage}{/block:Pagination}</div>
  299.  
  300. <div id="slideShowContainer">
  301. <div id="sidlinks">
  302. <div class="link1">
  303. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  304. </div>
  305.  
  306. <div class="link2">
  307. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  308. </div>
  309.  
  310. <div class="link3">
  311. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  312. </div>
  313.  
  314. <div class="link4">
  315. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  316. </div>
  317.  
  318. <div class="link5">
  319. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  320. </div>
  321.  
  322.  
  323. </div>
  324. <img src="{image:sidebar}"/>
  325. </div>
  326.  
  327. <div id="triangulos">
  328.  
  329. <div id="t1"></div>
  330.  
  331.  
  332. </div>
  333.  
  334. </div>
  335.  
  336. <div id="oquevemnadireita">
  337.  
  338.  {block:Posts}
  339. <div class="vicftpost">
  340.  
  341. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  342.  
  343. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  344.  
  345. {block:Photoset}{Photoset-500}{/block:Photoset}
  346.  
  347. {block:Quote}
  348. <div class="oiqqtt">“{Quote}”</div>
  349. {block:Source}<div class="oiqqtts"> ~ {Source}</div>
  350. {/block:Source}
  351. {/block:Quote}
  352.  
  353. {block:Link}
  354. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  355. {block:Description}{Description}{/block:Description}
  356. {/block:Link}
  357.  
  358. {block:Chat}
  359. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  360. <div class="chat"><ul>{block:Lines}
  361. <li class="person{UserNumber}">{block:Label}
  362. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  363. {/block:Chat}
  364.  
  365. {block:Audio}
  366. <div class="player">{AudioPlayerBlack}</div>
  367. {block:Caption}{Caption}{/block:Caption}
  368. {/block:Audio}
  369.  
  370. {block:Video}{Video-500}{/block:Video}
  371.  
  372.  
  373. {block:Answer}
  374. <div class="asker"><img src="{AskerPortraitURL-48}"> <small><b>{Asker}</b></small> <small><b>asked: </b></small><br> "{Question}"</div><br>
  375. <div class="answer">{Answer}</div>
  376. <br>
  377. {/block:Answer}
  378.  
  379.  
  380. <div id="cap">
  381. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  382. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  383. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  384.  
  385. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  386.       <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  387.         {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  388. {/block:ContentSource}</div></div>
  389. <br>
  390.  
  391. <div id="oidata">
  392. {block:Date}<div class="tags">{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}</div>
  393. <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}
  394. {block:RebloggedFrom}<br>originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} - via <a href="{ReblogParentURL}">{ReblogParentName}</a>
  395. {/block:RebloggedFrom}
  396. </div>
  397. </div>{/block:Date}
  398.  
  399.  {/block:Posts}
  400. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  401.  
  402.  
  403. </div>
  404. </div>
  405. </div>
  406. </div>
  407. </div>
  408. </div>
  409.  
  410. </body>
  411. </html>
Advertisement
Add Comment
Please, Sign In to add comment