mesmo-distante

theme 09

Mar 30th, 2012
438
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 16.54 KB | None | 0 0
  1. <! theme por mesmo-distante | don't copy. !>
  2.  
  3. <html>
  4. <script type="text/javascript">
  5. //desabilita menu de opcoes ao clicar no botao direito
  6. function desabilitaMenu(e)
  7. {
  8. if (window.Event)
  9. {
  10. if (e.which == 2 || e.which == 3)
  11. return false;
  12. }
  13. else
  14. {
  15. event.cancelBubble = true
  16. event.returnValue = false;
  17. return false;
  18. }
  19. }
  20.  
  21. //desabilita botao direito
  22. function desabilitaBotaoDireito(e)
  23. {
  24. if (window.Event)
  25. {
  26. if (e.which == 2 || e.which == 3)
  27. return false;
  28. }
  29. else
  30. if (event.button == 2 || event.button == 3)
  31. {
  32. event.cancelBubble = true
  33. event.returnValue = false;
  34. return false;
  35. }
  36. }
  37.  
  38. //desabilita botao direito do mouse
  39. if ( window.Event )
  40. document.captureEvents(Event.MOUSEUP);
  41. if ( document.layers )
  42. document.captureEvents(Event.MOUSEDOWN);
  43.  
  44. document.oncontextmenu = desabilitaMenu;
  45. document.onmousedown = desabilitaBotaoDireito;
  46. document.onmouseup = desabilitaBotaoDireito;
  47. </script>
  48.  
  49. <script>
  50. function click() {
  51. if (event.button==2||event.button==3) {
  52. oncontextmenu='return false';
  53. }
  54. }
  55. document.onmousedown=click
  56. document.oncontextmenu = new Function("return false;")
  57. </script> 
  58. <link href='http://fonts.googleapis.com/css?family=Snippet|Sue+Ellen+Francisco|Andika|Delius+Swash+Caps|Lobster|Redressed|Tangerine|Rancho|Rochester|Lobster+Two|Dancing+Script|Pacifico|Crafty+Girls' rel='stylesheet' type='text/css'>
  59.  
  60. <head>
  61.  
  62.     <!-- DEFAULT VARIABLES -->
  63. <meta name="color:background" content="#f1f1f1" />
  64. <meta name="color:entry" content="#ffffff" />
  65. <meta name="color:sbar" content="#ffffff" />
  66. <meta name="color:borda" content="#ffffff" />
  67. <meta name="color:link" content="#C7C7C7" />
  68. <meta name="color:text" content="#C7C7C7" />
  69.  
  70.  
  71.  
  72. <meta name="color:scrollbar" content="#C7C7C7" />
  73.  
  74.  
  75.  <meta name="font:title" content="georgia" />
  76.     <meta name="font:body" content="verdana" />
  77.  
  78.  <meta name="image:sidebar" content="http://29.media.tumblr.com/tumblr_m1nrh0z2rH1qd7o7ao1_250.jpg" />
  79.  
  80. <meta name="image:background" content="" />
  81.  
  82. <meta name="text:titulo" content="titulo aqui" />
  83.  
  84. <meta name="text:Link1" content="/" />
  85. <meta name="text:Link1 Title" content="link" />
  86. <meta name="text:Link2" content="/" />
  87. <meta name="text:Link2 Title" content="link" />
  88. <meta name="text:Link3" content="/" />
  89. <meta name="text:Link3 Title" content="link" />
  90. <meta name="text:Link4" content="/" />
  91. <meta name="text:Link4 Title" content="link" />
  92. <meta name="text:Link5" content="/" />
  93. <meta name="text:Link5 Title" content="link" />
  94. <meta name="text:Link6" content="/" />
  95. <meta name="text:Link6 Title" content="link" />
  96.  
  97.   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  98.     <title>{Title}</title>
  99.     {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  100.     <link rel="shortcut icon" href="{Favicon}" />
  101.     <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  102.     <style type="text/css">
  103.  
  104. ::-webkit-scrollbar{width:5px;height:4px;}
  105. ::-webkit-scrollbar-button:start:decrement
  106. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  107. ::-webkit-scrollbar-track-piece{background-color:{color:background};-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  108. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:{color:scrollbar};-webkit-border-radius:px;}
  109. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:{color:scrollbar};-webkit-border-radius:px;}  
  110. iframe#tumblr_controls{ top: 1px !important;  margin: 0 0 0 0; right: 6px !important; position: fixed !important;}
  111.  
  112. body {color:{color:text}; background-color:{color:background}; background-image: url('{image:Background}'); background-attachment:fixed; font-family:{font:body}; font-size:10px; 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:link}}
  116.  
  117. blockquote {border-left:2px {color:body} solid; padding-left:5px; margin:0px 2px 0px 10px}
  118.  
  119. small{font-size:10px}
  120. big{font-size:12px}
  121. b, strong{color:{color:text}}
  122. i, em {color:{color:text}}
  123. p{margin-top:5px; margin-bottom:5px}
  124. blockquote {padding:0px; padding-left:2px; margin:5px; border-left:2px solid {color:text}}
  125.  
  126. img a{border:none; width:100%}
  127.  
  128. #entries {float: left; margin-left: 400px; margin-top: 37px;}
  129.  
  130. .posts {width: 500px; background-color: {color:entry}; padding: 9px; margin-bottom: 1px; text-align: none; font-family: {font:body}; font-size: 11px; position: relative;}
  131.  
  132. h1 {font-family: {font:title}; text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  133. h1 a {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  134. h1 a:hover {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  135.  
  136. .image {text-align: center; border: 0px}
  137. .image img {max-width: 500px; margin-bottom: 2px }
  138.  
  139. .pquote {font-family: {font:title}; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  140. .pquotesource {text-align: center; text-transform: none; margin-bottom: 5px;}
  141. .pquotesource a, a:hover{text-transform: none;}
  142.  
  143. .chat {line-height: 13px; list-style: none }
  144. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  145. .person1 {color: {color:text}; padding: 2px; }
  146. .person1 .label {font-weight: bold; color:{color:link}}
  147. .person2 {color: {color:text}; padding: 2px; }
  148. .person2 .label {font-weight: bold; color:{color:text}}
  149.  
  150. #description {width:266px; padding-top:4px; padding-bottom:4px; padding-left:5px; padding-right:5px; background-color:{color:sbar}; font:10px verdana; color:{color:text}; text-transform:uppercase; letter-spacing:1px; text-align:center; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out; margin-left:-5px; margin-top:217px;}
  151.  
  152. #description:hover a{background-color:{color:sbar}; color:{color:text};}
  153.  
  154. #description:hover a{background-color:{color:sbar}; color:{color:text};}
  155.  
  156. .desc {padding:2px; text-align:center; background-color:{color:sbar}; display:none; margin:0px; max-height:120px; overflow-x:hidden; overflow-y:auto; text-align:justify; text-transform:none; letter-spacing:0px; font-family:verdana;}
  157.  
  158. .desc img {float:left; padding:1px 3px; margin:1px 3px 1px 1px; border:0px;}
  159.  
  160. .player {background-color: #000; text-align: left; display:block;}
  161.  
  162. .question {background-color: {color:background}; font-family: verdana; font-size:11px; -moz-border-radius: 3px; padding:5px; text-align: justify; color: {color:text}; margim-bottom: 1px; margin-top: -1px; margin-left: -5px; margin-right: -5px; }
  163.  
  164. .answer {padding: 2px; margin-top: -5px;}
  165.  
  166.  
  167. #info {text-align: left; font-size: 9px; font-family: {font:body}; text-transform: lowercase; z-index: 11;}
  168. #info a {font-size: 9px;}
  169.  
  170. .tags {color: {color:text};  font-size: 9px; font-family: verdana;  display: inline; list-style: none; text-transform: lowercase;}
  171. .tags a {font-size: 9px; color: verdana; display: inline; list-style: none; text-transform: lowercase;}
  172.  
  173.  
  174.  
  175. #cap {width: 500px; margin-top: -2px;}
  176. .source {display: none;}
  177.  
  178. .notes {width: 530px; padding: 0px; margin-top: 5px; margin-bottom: 10px; font-size: 9px; text-align: left}
  179. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  180. ol.notes li {background-color: {color:entry}; margin-bottom: 5px; padding: 5px; }
  181. .notes img{display: none; border:0px}
  182.  
  183. #tumblr_controls{position: fixed!important}
  184. #tumblr_controls{position: fixed!important}
  185. #tumblr_controls{position: fixed!important}
  186. #tumblr_controls{position: fixed!important}
  187.  
  188. #tira {margin-top: -50px; margin-left: 181px; position: fixed; background-color: {color:borda}; height: 508px; width:5px;}
  189.  
  190. #sbar5 {width:220px; height: -3px; margin-left: 30px; margin-top: 50px; position:fixed; overflow:hidden; background-color: {color:borda}; border-left:0px solid; border-right:0px solid; padding:3px; }
  191.  
  192.  
  193. #oquevemnadireita {float: left; margin-left: 54px; margin-top: 34px;}
  194.  
  195.  
  196. #sidebar {width: 400px; height: 189px; margin-top: 0px; margin-left: 1000px; position: fixed; overflow: hidden; padding-left: 5px; padding-top: 5px; padding-bottom: 2px; padding-right: 2px; border: 0px; background-color: ; font-size: 9px; color: ;}
  197.  
  198.  
  199. #slideShowContainer{ float: left; margin-top: 6px; margin-left: -3px; height: 263px; width:180px; position: fixed; background-color: {color:sbar}; }
  200.  
  201.  
  202.  
  203. #slideShow4 {margin-top: 4px; margin-bottom: 5px;}
  204.  
  205.  
  206. #slideShow4 img{width: 172px; height: 255px; margin-left: 4px;}
  207.  
  208. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  209.  
  210. #links {width: 85px; float: left; margin-left:50px; margin-top: 220px; padding: 0px; text-align: center; position: fixed;  -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;}
  211.  
  212.  
  213.  
  214. #links a {float: left; margin-left: -2px; display: block; letter-spacing: 1px; font-family: tinytots; font-size: 8px; text-align: center; margin-bottom: 1px; width: 62px; background-color: {color:#000}; color:#FFFFFF; text-decoration: none; text-transform: uppercase; line-height: 25px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  215.  
  216.  
  217.  
  218.  
  219. #links  a:hover{text-align: center; background-color: {color:sbar} color:{color:text}; letter-spacing: 4px;}
  220.  
  221.  
  222.  
  223.  
  224. #links2 {width: 12px; float: left; margin-left:6px; margin-top: 220px; padding: 0px; text-align: center; position: fixed;  -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;}
  225.  
  226.  
  227.  
  228.  
  229. #links2 a {float: left; margin-left: -2px; display: block; letter-spacing: 1px; font-family: tinytots; font-size: 8px; text-align: center; margin-bottom: 2px; width: 62px; background-color: {color:#000}; color:#FFFFFF; text-decoration: none; text-transform: uppercase; line-height: 25px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  230.  
  231.  
  232.  
  233.  
  234. #links2  a:hover{text-align: center; background-color: {color:sbar} color:{color:text}; letter-spacing: 4px;}
  235.  
  236.  
  237. #links3 {width: 12px; float: left; margin-left:85px; margin-top: 220px; padding: 0px; text-align: center; position: fixed;  -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;}
  238.  
  239. #links3 a {float: left; margin-left: -2px; display: block; letter-spacing: 1px; font-family: tinytots; font-size: 8px; text-align: center; margin-bottom: 2px; width: 72px; color: #000; color:#FFFFFF; text-decoration: none; text-transform: uppercase; line-height: 25px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  240.  
  241.  
  242.  
  243. #links3  a:hover{text-align: center; background-color: #ffffff color:#6F6F6F; letter-spacing: 4px;}
  244.  
  245.  
  246.  
  247.  
  248. .titi {background-color: {color:sbar}; padding:2px; font:15px georgia; text-align:center; overflow:hidden; height:20px; position:fixed; width:176px; color: {color:text}; -webkit-transition: all 1.9s ease-out; -moz-transition: all 1.9s ease-out; padding-top:-26px; letter-spacing:-1px; margin-left:-88px; margin-top: 52px;}
  249.  
  250. .titi:hover {height:193px; width: 176px;}
  251.  
  252.  
  253. #sid2 {width: 176px; margin-left: 1030px; height: 17px; margin-top: 41px; float:left; text-align: justify; background-color:{color: #000}; position:fixed; padding:3px; font-size: 8px; font-family: tinytots; text-transform: uppercase; }
  254.  
  255. /* PAGINACAO */
  256.  
  257. #sid3 {width: 30px; margin-left: 1222px; height: 10px; margin-top: 63px; float:left; text-align: justify; background-color:{color:sbar}; position:fixed; padding:5px; font-size: 9px; }
  258.  
  259. div#pgs {text-align: center; font-family: verdana; font-size: 8px; line-height: 8px;}
  260.  
  261. div#pgs a {background:{color:background}; padding: 2px 4px; color: {color:text}; text-decoration: none; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  262.  
  263. div#pgs a:hover {background: {color:sbar}; color: {color:text}; border: none;}
  264.  
  265. div#pgs span.pagina_atual {background: {color:background}; margin: 0px 0 0; padding: 2px 4px; color: {color:text}; font-weight: bold; text-decoration: none;}
  266.  
  267. #pages{ font-family:verdana; margin-top:0px; font-size:23px; text-transform:lowercase; padding:0px; text-align: center;}
  268.  
  269. #pages a{ font-family:verdana; font-size:23px; text-transform:lowercase; text-align:center;color: #4B4B4B;}
  270.  
  271.    </style>
  272.     <style type="text/css">{CustomCSS}</style>
  273. </head>
  274.  
  275. <body>
  276.  
  277.  
  278. <div id="sidebar">
  279.  
  280. <div id="sbar5">
  281.  
  282.  
  283. <div id="slideShowContainer">
  284.  
  285. <div id="slideShow2"><div id="slideShow4">
  286. <div id="tira"></div>
  287. <img src="{image:sidebar}"/>
  288. </div></div></div>
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295.  
  296.  
  297. <div id="links">
  298.  
  299. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a> {/block:ifLink3}
  300.  
  301. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a> {/block:ifLink4}
  302.  
  303.  
  304. </div>
  305.  
  306. <div id="links2">
  307.  
  308. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a> {/block:ifLink1}
  309.  
  310. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a> {/block:ifLink2}
  311.  
  312.  
  313. </div>
  314.  
  315. <div id="links3">
  316.  
  317. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a> {/block:ifLink5}
  318.  
  319. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a> {/block:ifLink6}
  320.  
  321.  
  322. <div class="titi">
  323.  
  324. {text:titulo}<br>
  325.  
  326.  
  327.  
  328. <div style="margin:3px; font:9px verdana; letter-spacing:0px; color: {color:text};">
  329.  
  330. {Description}
  331.  
  332. </div>
  333.  
  334. </div>
  335.  
  336. </div>
  337.  
  338.  
  339.  
  340. </div>
  341.  
  342.  
  343.  
  344.  
  345.  
  346. </div></div>
  347.  
  348.  
  349. <div id="sid2"><center> theme by mesmo-distante + <a href="http://03am.tumblr.com">details.</a>  <a href="http://mesmo-distante.tumblr.com">©</a></center>
  350. </div>
  351.  
  352. <div id="sid3">
  353.  
  354.  
  355.  
  356. <center><div id="sspagination"><div id="pgs">{block:JumpPagination length="2"}{block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage} {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}</div></div></center></div>
  357.  
  358. <div id="entries">
  359.  
  360. {block:Posts}
  361. <div class="posts">
  362.  
  363. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  364.  
  365. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  366.  
  367. {block:Photoset}{Photoset-500}{/block:Photoset}
  368.  
  369. {block:Quote}
  370. <div class="pquote">“{Quote}”</div>
  371. {block:Source}<div class="pquotesource"> - {Source}</div>
  372. {/block:Source}
  373. {/block:Quote}
  374.  
  375. {block:Link}
  376. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  377. {block:Description}{Description}{/block:Description}
  378. {/block:Link}
  379.  
  380. {block:Chat}
  381. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  382. <div class="chat"><ul>{block:Lines}
  383. <li class="person{UserNumber}">{block:Label}
  384. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  385. {/block:Chat}
  386.  
  387. {block:Audio}
  388. <div class="player">{AudioPlayerBlack}</div>
  389. {block:Caption}{Caption}{/block:Caption}
  390. {/block:Audio}
  391.  
  392. {block:Video}{Video-500}{/block:Video}
  393.  
  394.  
  395. {block:Answer}
  396. <div class="asker"><img src="{AskerPortraitURL-24}"> {Asker} asked: <div class="question">{Question}</div></div>
  397. <div class="answer">{Answer}</div>
  398. <br>
  399. {/block:Answer}
  400.  
  401.  
  402. <div id="cap">
  403. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  404. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  405. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  406.  
  407. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  408. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  409. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  410. {/block:ContentSource}</div></div>
  411. <br>
  412.  
  413.  
  414. <div id="info">
  415. {block:Date}<div class="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}</div>
  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. {block:RebloggedFrom}<br>originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} · via <a href="{ReblogParentURL}">{ReblogParentName}</a>
  418. {/block:RebloggedFrom}
  419. </div>
  420. </div>{/block:Date}
  421.  
  422.  
  423. {/block:Posts}
  424. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  425.  
  426. </div>
  427. </div>
  428.  
  429.  
  430.  
  431.  
  432.  
  433.  
  434. </body>
  435. </html>
Advertisement
Add Comment
Please, Sign In to add comment