mesmo-distante

theme 18

Apr 18th, 2012
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 17.09 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 POR MESMO-DISTANTE.TUMBLR.COM; DON'T COPY. --!>
  6.  
  7. <html xmlns="http://www.wd3.org/1999/xhtml" xml:lang="en" lang="en">
  8.  
  9. <script type="text/javascript">
  10. //desabilita menu de opcoes ao clicar no botao direito
  11. function desabilitaMenu(e)
  12. {
  13. if (window.Event)
  14. {
  15. if (e.which == 2 || e.which == 3)
  16. return false;
  17. }
  18. else
  19. {
  20. event.cancelBubble = true
  21. event.returnValue = false;
  22. return false;
  23. }
  24. }
  25.  
  26.  
  27.  
  28.  
  29. //desabilita botao direito
  30. function desabilitaBotaoDireito(e)
  31. {
  32. if (window.Event)
  33. {
  34. if (e.which == 2 || e.which == 3)
  35. return false;
  36. }
  37. else
  38. if (event.button == 2 || event.button == 3)
  39. {
  40. event.cancelBubble = true
  41. event.returnValue = false;
  42. return false;
  43. }
  44. }
  45.  
  46.  
  47.  
  48.  
  49. //desabilita botao direito do mouse
  50. if ( window.Event )
  51. document.captureEvents(Event.MOUSEUP);
  52. if ( document.layers )
  53. document.captureEvents(Event.MOUSEDOWN);
  54.  
  55.  
  56.  
  57.  
  58. document.oncontextmenu = desabilitaMenu;
  59. document.onmousedown = desabilitaBotaoDireito;
  60. document.onmouseup = desabilitaBotaoDireito;
  61. </script>
  62. <head> <!-- DEFAULT VARIABLES -->
  63.  
  64. <head> <meta name="color:background" content="#f5f5f5" />
  65. <meta name="font:body" content="georgia" />
  66. <meta name="font:title" content="georgia" />
  67. <meta name="color:link" content="#aaaaaa" />
  68. <meta name="color:text" content="#aaaaaa" />
  69. <meta name="color:sidebar" content="#FFFFFF" />
  70. <meta name="color:entry" content="#ffffff" />
  71. <meta name="color:fundo scroll" content="#ffffff" />
  72. <meta name="color:scroll" content="#ffffff" />
  73. <meta name="color:borda" content="#ffffff" />
  74.  
  75. <meta name="text:Link1" content="/" />
  76. <meta name="text:Link1 Title" content="link" />
  77. <meta name="text:Link2" content="/" />
  78. <meta name="text:Link2 Title" content="link" />
  79. <meta name="text:Link3" content="/" />
  80. <meta name="text:Link3 Title" content="link" />
  81. <meta name="text:Link4" content="/" />
  82. <meta name="text:Link4 Title" content="link" />
  83. <meta name="text:Link5" content="/" />
  84. <meta name="text:Link5 Title" content="link" />
  85. <meta name="text:Link6" content="/" />
  86. <meta name="text:Link6 Title" content="link" />
  87.  
  88. <meta name="color:hoverlinkbg" content="#ffffff" />
  89. <meta name="color:hoverlinktext" content="#838383" />
  90. <meta name="color:linkbg" content="#ffffff" />
  91. <meta name="color:linktext" content="#aaaaaa" />
  92.  
  93. <meta name="image:foto1" content="http://static.tumblr.com/gunq1dk/M61m2mpln/69_-_c__pia.jpg"/>
  94.  
  95.  
  96.  
  97.         <title>{Title}</title>
  98.  
  99.         <link rel="shortcut icon" href="{Favicon}">
  100.  
  101.         <link rel="alternate" type="application/rss+xml" href="{RSS}">
  102.  
  103.         {block:Description}
  104.  
  105.             <meta name="description" content="{MetaDescription}" />
  106.  
  107.         {/block:Description}
  108.  
  109.     <style type="text/css">
  110.  
  111. body {background-color: {color:background} ; color:{color:background};
  112.  
  113.  font-family: {font:body}; font-size:11px; line-height:110%;
  114.  
  115.   margin:0 auto 0 auto; text-align:center; background-image:url('{image:background}'); background-attachment:
  116.  
  117. fixed; }
  118.  
  119. a {color:{color:link}; text-decoration: none; font-size: 11px; text-transform: none}
  120.  
  121. a:hover {color:#D6D6D6; -webkit-transition-duration: 0.6s; -moz-transition-duration: 0.6s;}
  122.  
  123. p{margin-top: 1px}
  124.  
  125. blockquote{margin-left:5px; margin-right: 0px; border-left: 5px solid {color:#fff}; padding-left:5px;
  126.  
  127. margin-top: 4px;}
  128.  
  129. #xp {text-align: center; width: 870px; margin: 20px auto 20px auto; padding: 0px; z-index: 1}
  130.  
  131. #sid{position: fixed; margin-left:-35px; margin-top:133px; width: 300px; height: 70px; background-color: #fff; padding: 10px; background-attachment: fixed; -webkit-transform: rotate(-90deg); line-height:15px;}
  132.  
  133. #navigation{position: fixed; z-index: -2; width: 100%; top: 45%; left: 0px; background-color:transparent; height: 100px;
  134.  
  135. text-align: center; font-size: 85px;}
  136.  
  137. .left{float:left; margin-left: 10px; width: 40px}
  138.  
  139. .left a{text-decoration: none; font-size: 75px; line-height: 75px}
  140.  
  141. .left a:hover{background-color: transparent; opacity: 0.4; filter:alpha (opacity=40)}
  142.  
  143. .right{float:right; margin-right: 10px; width: 40px}
  144.  
  145. .right a{text-decoration: none; font-size: 75px; line-height: 75px}
  146.  
  147. .right a:hover{background-color: transparent; opacity: 0.4; filter:alpha (opacity=40)}
  148.  
  149. #content{width: 800px; text-align: center; margin:10px auto 0 auto; padding-bottom: 150px; background-color:
  150.  
  151. transparent; color:{color:text}; padding: 0px;}
  152.  
  153. #entries{float: right; background-color: transparent; text-align: center}
  154.  
  155. .post{width: 500px; margin: 4px 0 4px 260px; padding: 8px; text-align: justify; background-color:{color:entry}; margin-bottom: -48px;  margin-right: -15px; margin-top: 49px;}
  156.  
  157. .post img{margin: 5px 0 5px 0}
  158.  
  159. h1{font-family:{font:title}; font-style: normal; font-size: 16px; font-weight:normal; letter-spacing: 0px;text-transform: none; line-height: 22px; text-align:center}
  160.  
  161. h1 a{font-size: 16px; font-weight:normal; font-style: normal; letter-spacing: 0px;text-transform: none; line-height: 22px; text-align:center}
  162.  
  163. h3{color:{color:link}; font-family:verdana; font-size:10px; letter-spacing:0px; font-weight:normal; font-style:normal; text-transform: none; line-height:0px; margin-top:-25px; margin-bottom:-15px; text-align:left}
  164.  
  165. h3 a:hover{background-color:transparent}
  166.  
  167. .image{text-align: center; height: auto; margin-bottom: 2px; border: 0px}
  168.  
  169. .qqmarks{font-size: 80px; font-family: {font:body}; font-weight: normal; line-height: 80px; color:{color:linkbackground}}
  170.  
  171. h2{font-size: 9px; display: block; width: 250px; color:{color:text}; background-color: {color:linkbackground}; text-align: center; margin: 50px 0px 3px 0px; padding: 3px 0 3px 0; text-transform: none; text-decoration: none; font-weight: normal}
  172.  
  173. .qquote{font-family:{font:title}; font-size: 18px; letter-spacing: -1px; line-height: 18px; text-transform: lowercase; margin-top: -70px;
  174.  
  175. text-indent: 45px}
  176.  
  177. .pquote {font-family: {font:title}; text-align: justify; font-size: 13px; line-height: 15px; padding: 3px;}
  178.  
  179. .pquotesource {text-align: center; text-transform: none; margin-bottom: 5px;}
  180.  
  181. .pquotesource a, a:hover{text-transform: none;}
  182.  
  183. .chat{line-height: 12px; list-style: none }
  184.  
  185. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height: 20px;}
  186.  
  187. .person1 {color: {color:text} }
  188.  
  189. .person1 .label { font-weight: bold; padding: 0px; margin-left: 5px; color: {color: text}  }
  190.  
  191. .person2 {color: {color:text} }
  192.  
  193. .person2 .label { font-weight: bold; padding: 0px; margin-left: 5px; color: {color: text}  }
  194.  
  195. .player {background-color: #000; text-align: left; display:block;}
  196.  
  197. .source{display:none}
  198.  
  199. .asker {font-size: 11px;}
  200.  
  201. .asker a {color: {color:link}}
  202.  
  203. .asker a:hover {color: {color:bglink};}
  204.  
  205. .askk img {text-align: center;}
  206.  
  207. .askk img a{background-color: {color:left};}
  208.  
  209. .askk img a:hover {background-color: {color:sidebarlinks};}
  210.  
  211. .answer {clear: both; padding: 4px}
  212.  
  213. .answer img {max-width: 470px;}
  214.  
  215. .info {font-family:verdana; font-size:10px; text-transform:lowercase; text-align:center;}
  216.  
  217. .coerapa {margin-top: 6px; border-left: -1px solid {color:entry}; padding: 2px;  background-color: {color:entry}; text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase;}
  218.  
  219. .coerapa a {font-size: 9px;}
  220.  
  221. .ddb {padding: 2px; border-bottom: 0px dotted {color:background}; text-align: left;}
  222.  
  223. .noite {float:right; margin-center: 0px; margin-top: 12px; text-align: center; font-size: 0px; color: {color:infotext};}
  224.  
  225. .noite a{font-size: 0px; text-align: center; color: {color:infotext}; text-transform: lowercase;}
  226.  
  227. .tags{font-size:9px; display: inline}
  228.  
  229. .origin{font-size:9px}
  230.  
  231. .ibottom{margin-top: 5px; font-family: {font:body}; text-align:center;}
  232.  
  233. .date{float:left; padding-center: 10px; text-transform: lowercase; font-size: 9px; text-align:center;}
  234.  
  235. .permalink{float:left; padding-center: 10px; text-transform: lowercase; font-size: 9px; text-align:center;}
  236.  
  237. .source{display:none}
  238.  
  239. #slideShowContainer{ float: left; margin-top: 49px; margin-left: 47px; height: 190px; width:245px; position: fixed; background-color: transparent; padding: 0px; border: 3px solid {color:borda};  -webkit-transition: all .8s ease-out; -moz-transition: all .8s ease-out; }
  240.  
  241. #slideShow2 {margin-top: 0px; margin-top: 0px;}
  242.  
  243. #slideShow2 img{width: 145px; height: 190px; margin-left: 0px;}
  244.  
  245. #slideShow4 {margin-top: 0px; margin-bottom: 0px;}
  246.  
  247. #slideShow4 img{width: 245px; height: 190px; margin-left: 0px;}
  248.  
  249.  
  250. #top {z-index: 90; margin-top: -80px; background-color:
  251. {color:background}; width: 520px; height: 50px; padding: 0px; position: fixed; margin-left: 555px;}
  252.  
  253. #top2 {z-index: 40; background-color: {color:sidebar}; width: 768px ; height: 20px; padding: 0px; position: fixed; margin-left: 305px; margin-top: -30px;}
  254.  
  255.  
  256. #sidebarlinks{margin-left: 300px; margin-top: 50px; width: auto; float: left; background-color: {color:sidebar}; padding: 5px; position: fixed; height: auto; -webkit-transition: all 2s ease-out; -moz-transition: all 2s ease-out;}
  257.  
  258.  
  259.  
  260.  
  261. .linked {width:126px; padding:0px; font-size: 9px; font-family: verdana; color:{color:linktext}; background-color:{color:linkbg}; text-transform: none; text-align: justify; opacity:0; position:absolute; z-index:0; display:block!important;  margin-bottom:-4px; margin-left: 306px;   -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; margin-top: 266px; }
  262.  
  263.  
  264. .linked a{color:{color:linktext}; background-color: {color:linkbg}; display:block; border-top:1px solid {color:background};-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; height: 18px; line-height: 18px; text-align:center; font-size: 9px;}
  265.  
  266. .navig:hover .linked {opacity:1;}
  267.  
  268. .linked a:hover {background-color:{color:hoverlinkbg}; color:{color:hoverlinktext}; letter-spacing: 0px;}
  269.  
  270. .linked2 {width:127px; padding:0px; font-size: 9px; font-family: verdana; color:{color:linktext}; background-color:{color:linkbg}; text-transform: none; text-align: justify; opacity:0; position:absolute; z-index:0; display:block!important;  margin-bottom:-4px; margin-left: 123px;   -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; margin-top: -57px; }
  271.  
  272.  
  273. .linked2 a{color:{color:linktext}; background-color: {color:linkbg}; display:block; border-top:1px solid {color:background};-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; height: 18px; line-height: 18px; text-align:center; font-size: 9px;}
  274.  
  275. .navig:hover .linked2 {opacity:1;}
  276.  
  277. .linked2 a:hover {background-color:{color:hoverlinkbg}; color:{color:hoverlinktext}; letter-spacing: 0px;}
  278.  
  279. .sidedescrição {text-align: justify; overflow: hidden; height: 70px; -webkit-border-radius: 0px 0px 0px 0px; font-size: 9px; font-family: verdana; position: fixed; margin-left: 306px; width: 242px; background-color: {color:sidebar}; color: {color:text}; padding: 4px; margin-top: 188px; background-attachment: fixed;}
  280.  
  281.  
  282.  
  283. #sidebar {width: 0px; height: 0px; float: left; margin-left:20px; margin-top: 58px; padding: 0px; background-color: {color:background}; text-align: center; position: fixed; }
  284.  
  285. .notes {width: 516px; padding: 0px; margin-top: 10px; margin-left: 230px; margin-bottom: 10px; font-size: 9px; text-align: left}
  286.  
  287. ol.notes {list-style: none;  margin: 0 20px 0 0px; margin-left: 30px; padding: 0px; z-index: 11;}
  288.  
  289. ol.notes li {background-color: {color:entry}; margin-bottom: 1px; padding: 5px; }
  290.  
  291. .notes img{display: none; border:0px}
  292.  
  293. #manobrow { margin-top: 320px; margin-left: -5px; width: 340px; float: right; background-color: {color:sidebar}; position: fixed; height: 60px; }
  294.  
  295.  
  296.  
  297. #slidetxt {text-align: justify; overflow: hidden; height: 140px; -webkit-border-radius: 0px 0px 0px 0px; font-size: 9px; font-family: verdana; position: fixed; margin-left: -5px; width: 150px; background-color: #fff; color: #000; padding: 10px; margin-top: 40px; background-attachment: fixed;}
  298.  
  299.  
  300. #sidepagina{left: 1200px; top: 300px; width: 60px; float: left; background-color: transparent; position: fixed; height: 21px; color: #888888; }
  301. .pagina{color: #888888; padding:5px; font-family: {font:text}; line-height: 7px; font-size: 50px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  302.  
  303.  
  304.  
  305. ::-webkit-scrollbar{width:3px;height:6px;}
  306.  
  307. ::-webkit-scrollbar-button:start:decrement
  308.  
  309. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  310.  
  311. ::-webkit-scrollbar-track-piece{background-color:{color:fundo scroll};-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  312.  
  313. ::-webkit-scrollbar-thumb:vertical{height:100px; background-color: {color:scroll};-webkit-border-radius:px;}
  314.  
  315. ::-webkit-scrollbar-thumb:horizontal{width:40px; background-color: {color:scroll};-webkit-border-radius:px;}
  316.  
  317. #clear{width: 500px; height: 30px}
  318.  
  319.     </style>
  320.  
  321.     </head>
  322.  
  323.     <body>
  324.  
  325.  
  326.  
  327. <div id="content">
  328.  
  329. <div id="entries">  
  330.  
  331.  {block:Posts}
  332.  
  333. <div class="post">
  334.  
  335. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  336.  
  337. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  338.  
  339. {block:Photoset}{Photoset-500}{/block:Photoset}
  340.  
  341. {block:Quote}
  342.  
  343. <div class="pquote"><center>{Quote}</center></div>
  344.  
  345. {block:Source}<div class="pquotesource"> — {Source}</div>
  346.  
  347. {/block:Source}
  348.  
  349. {/block:Quote}
  350.  
  351. {block:Link}
  352.  
  353. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  354.  
  355. {block:Description}{Description}{/block:Description}
  356.  
  357. {/block:Link}
  358.  
  359. {block:Chat}
  360.  
  361. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  362.  
  363. <div class="chat"><ul>{block:Lines}
  364.  
  365. <li class="person{UserNumber}">{block:Label}
  366.  
  367. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  368.  
  369. {/block:Chat}
  370.  
  371. {block:Audio}
  372.  
  373. <div class="player">{AudioPlayerBlack}</div>
  374.  
  375. <div class="icap">{block:Caption}{Caption}{/block:Caption}</div>
  376.  
  377. {/block:Audio}
  378.  
  379. {block:Video}{Video-500}{/block:Video}
  380.  
  381.  
  382. {block:Answer}
  383. <div class="asker"><img src="{AskerPortraitURL-24}"> <small><b>{Asker}</b></small> <small><b>asked: </b></small><br> "{Question}"</div><br>
  384. <div class="answer">{Answer}</div>
  385. <br>
  386. {/block:Answer}
  387.  
  388.  
  389.  
  390. <div class="cap">
  391.  
  392. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  393.  
  394. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  395.  
  396. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  397.  
  398. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  399.  
  400.       <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  401.  
  402.         {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  403.  
  404. {/block:ContentSource}</div></div>
  405.  
  406. <div class="info">
  407.  
  408. <div class="noite">{block:RebloggedFrom}via&nbsp;&nbsp;<a href="{ReblogParentURL}"
  409.  
  410. title="{ReblogParentTitle}">{ReblogParentName}</a>&nbsp;&nbsp;(originally&nbsp;&nbsp;<a href="{ReblogRootURL}"
  411.  
  412. title="{ReblogRootTitle}">{ReblogRootName}</a>){/block:RebloggedFrom}</div></div>
  413.  
  414. <div class="coerapa"><div class="ddb"><div class="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}</div>
  415.  
  416. <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}
  417.  
  418. {block:RebloggedFrom}<br>originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} · via <a href="{ReblogParentURL}">{ReblogParentName}</a>
  419.  
  420. {/block:RebloggedFrom}
  421.  
  422. </div></div></div>
  423.  
  424.  {/block:Posts}
  425.  
  426. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  427.  
  428. </div>
  429.  
  430.  
  431. <div id="slideShowContainer">
  432.  
  433. <div id="slideShow2"><div id="slideShow4">
  434.  
  435.                 <img src="{image:foto1}"/>
  436.    </div></div></div>
  437.  
  438.  
  439.  
  440. </div>
  441. <div id="sidebar">
  442.  
  443. <div id="top"></div>
  444. <div id="top2"></div>
  445. <div class="navig">
  446. {text:title}
  447. <div class="sidedescrição">{description}</div>
  448. <div class="linked">
  449. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}</a>
  450. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}</a>
  451. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}</a>
  452. <div class="linked2">
  453. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}</a>
  454. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}</a>
  455. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}</a>
  456. <a href="http://mesmo-distante.tumblr.com/"><b>→ theme</b></a>
  457.  
  458. </div>
  459. </div>
  460. </div>
  461.  
  462.  
  463.  
  464. </div>
  465.  
  466. </div>
  467.  
  468.  
  469. <div id="sidepagina">
  470. <div class="pagina">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><big><big><big>« </big></big></big></a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}"><big><big><big> »</big></big></big></a>{/block:NextPage}{/block:Pagination}</div></div>
  471.  
  472.  
  473.  
  474. </div>
  475.  
  476. </div>
  477.  
  478. </body>
  479.  
  480. </html>
Advertisement
Add Comment
Please, Sign In to add comment