Advertisement
brugabriela

thm 04

Mar 5th, 2014
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.92 KB | None | 0 0
  1. <!-- THEME BASE EXPLICATIVO POR FCKRAW.TUMBLR.COM
  2.  
  3. ADAPTADO POR R-EALOVE.TUMBLR.COM , + DETALHES POR HELPDESIGNES
  4. NÃO RETIRE OS CRÉDITOS.
  5.  
  6. -->
  7.  
  8.  
  9.  
  10. <html><head>
  11.  
  12. <!--- Desabilita o botao direito do mouse * HelpDesigns.tumblr.com * --->
  13. <script type="text/javascript">
  14. //desabilita menu de opcoes ao clicar no botao direito
  15. function desabilitaMenu(e)
  16. {
  17. if (window.Event)
  18. {
  19. if (e.which == 2 || e.which == 3)
  20. return false;
  21. }
  22. else
  23. {
  24. event.cancelBubble = true
  25. event.returnValue = false;
  26. return false;
  27. }
  28. }
  29.  
  30. //desabilita botao direito
  31. function desabilitaBotaoDireito(e)
  32. {
  33. if (window.Event)
  34. {
  35. if (e.which == 2 || e.which == 3)
  36. return false;
  37. }
  38. else
  39. if (event.button == 2 || event.button == 3)
  40. {
  41. event.cancelBubble = true
  42. event.returnValue = false;
  43. return false;
  44. }
  45. }
  46.  
  47. //desabilita botao direito do mouse
  48. if ( window.Event )
  49. document.captureEvents(Event.MOUSEUP);
  50. if ( document.layers )
  51. document.captureEvents(Event.MOUSEDOWN);
  52.  
  53. document.oncontextmenu = desabilitaMenu;
  54. document.onmousedown = desabilitaBotaoDireito;
  55. document.onmouseup = desabilitaBotaoDireito;
  56. </script>
  57.  
  58. <!-- DEFAULT -->
  59.  
  60. <meta name="image:sidebar" content="http://25.media.tumblr.com/2a135279153caec658533953192744b3/tumblr_n1xbopPp2G1rhy30yo1_1280.jpg" />
  61. <meta name="text:Link1" content="/" />
  62. <meta name="text:Link1 Title" content="link" />
  63. <meta name="text:Link2" content="/" />
  64. <meta name="text:Link2 Title" content="link" />
  65. <meta name="text:Link3" content="/" />
  66. <meta name="text:Link3 Title" content="link" />
  67. <meta name="text:Link4" content="/" />
  68. <meta name="text:Link4 Title" content="link" />
  69. <meta name="text:Link5" content="/" />
  70. <meta name="text:Link5 Title" content="link" />
  71.  
  72.  
  73. <title>{Title}</title><link rel="shortcut icon" href="{FavIcon}"><link rel="alternate" type="application/rss+xml" href="{RSS}">{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  74.  
  75. <script src="http://static.tumblr.com/kcrxiw3/LDBlqq9ia/jquerry.js"></script> <script type="text/javascript" src="http://proto.jp/js/tumblrAutoPager.js"></script> <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/mFbkoqlkr/tumblrautopager.js"></script> <script type="text/javascript" src="http://static.tumblr.com/tiu5k68/xTkm8wqw2/tumblr-title-qtip.js"></script>
  76.  
  77.  
  78. <style type="text/css">
  79.  
  80.  
  81.  
  82. /*** CORPO BÁSICO ***/
  83.  
  84. body {background-color: #fff; background-image:url('http://assets.tumblr.com/images/x.gif'); color: #000000;}
  85.  
  86. a {color: #000; text-decoration: none; text-transform: none;}
  87. a:hover {color: #000000;}
  88. p {margin: 6px 0 0 0}
  89.  
  90. blockquote {margin: 0px; padding-left: 0px; }
  91. blockquote img{width: 400px!important; text-align:justify;}
  92.  
  93.  
  94.  
  95.  
  96.  
  97. /*** CONFIGURAÇÕES DOS POSTS ***/
  98.  
  99. #container {width: 400px; margin:70px auto: 70px auto;}
  100. #entry {float:left; margin-top:35px; margin-bottom:-25px; margin-left:485px; width:400px;}
  101.  
  102. .posts {width: 400px; background-color: transparent; padding: 10px; text-align: justify; margin-bottom:0px; position: relative; font-size:0px;}
  103.  
  104. .source {display: none;}
  105. #captt {width: 400px; margin-top: -2px; text-align: center;}
  106.  
  107.  
  108.  
  109.  
  110.  
  111. /*** CONFIGURAÇÕES DAS FONTES ***/
  112.  
  113. h1 {font-family: calibri; font-size: 14px; letter-spacing:0px; line-height: 10px; text-align: center; font-weight: normal;color: #000000; margin-bottom:-15px;}
  114. h1 a {color: #000000;}
  115.  
  116. h2 {font-family: tahoma; font-size: 10px; line-height: 13px; text-align: justify; margin-top:25px; font-weight: normal;color: #000000; margin-bottom:3px;}
  117. h2 a {color: #000000;}
  118.  
  119.  
  120.  
  121.  
  122.  
  123. /*** CONFIGURAÇÕES DAS IMAGENS E PHOTOSETS ***/
  124.  
  125. .image {text-align: left;}
  126. .image img {width: 400px; opacity:0.8; -webkit-filter: grayscale(30%)}
  127. .photoset {width: 400px;opacity:0.8; -webkit-filter: grayscale(30%)}
  128.  
  129.  
  130.  
  131.  
  132.  
  133. /*** CONFIGURAÇÕES DOS QUOTES ***/
  134.  
  135. .quote {font-family: arial; font-size: 12px; letter-spacing:0px; line-height: 13px; text-align: justify; font-weight: normal;color: #000000; margin-bottom:5px;}
  136. .sorc {font-family: arial; font-size: 10px; line-height: 9px; padding:3px; text-align: center; font-weight: negrito;color: #000000; text-transform: lowercase; background-color: transparent; }
  137. .sorc a {text-transform: lowercase; color:#000000}
  138.  
  139.  
  140.  
  141.  
  142.  
  143. /*** CONFIGURAÇÕES DOS CHATS ***/
  144.  
  145. .chat {text-align: justify; margin-top:-15px; margin-bottom:-15px; font-size: 12px; line-height: 12px; list-style: none;font-family: arial; font-size: 9px; }
  146. .chat ul { list-style: none; padding: 0px; line-height:12px;font-family: arial; font-size: 9px;}
  147. .person1 {color: #000; padding: 2px; font-family: arial; font-size: 9px;}
  148. .person1 .label {font-style:italic; color:#000;font-family: arial; font-size: 9px;}
  149. .person2 {color: #000; padding: 2px; font-family: arial; font-size: 9px;}
  150. .person2 .label {font-style:italic; color:#000;font-family: arial; font-size: 9px;}
  151.  
  152.  
  153.  
  154.  
  155.  
  156. /*** CONFIGURAÇÕES DOS AUDIOS ***/
  157.  
  158. .audio {opacity: 1.0; position:relative; overflow:hidden; min-height:130px; font-size: 8px; margin-bottom:-45px;}
  159. .player {position:absolute; z-index:3; background:transparent; margin-top:45px; margin-left:0px;}
  160. .audioplayer {width:25px; height:18px; overflow:hidden; padding:5px; margin-right:11px}
  161. .audioinfo {margin-left:110px; line-height:155%; font-family: tahoma; font-size:9px!important;}
  162. .audiocaption {margin-left:162px;}
  163. .audiocaption img {width:130px!important}
  164. .audiocaption blockquote img {max-width:320px!important}
  165. .audiocaption blockquote blockquote img {max-width:310px!important}
  166.  
  167.  
  168.  
  169.  
  170.  
  171. /*** CONFIGURAÇÕES DAS PERGUNTAS-RESPOSTAS ***/
  172.  
  173. #asker {padding: 3px; text-align: center; background-color: #fff; color:#000; line-height: 10px; font-size:10px; font-family:arial; text-transform:lowercase;}
  174. .answer {line-height: 10px; padding: 2px;color:#000; font-size:9px; font-family:tahoma; line-height:9px; text-align: center; margin-top:-5px; margin-bottom:0px; font-size:9px;}
  175. .answer img {max-width: 400px; }
  176.  
  177.  
  178.  
  179.  
  180.  
  181. /*** INFORMAÇOES DOS POSTS ***/
  182.  
  183. #info {text-align: right; margin-top:0px; font-size: 12px; font-family: tahoma; z-index: 11; letter-spacing:0px; margin-left:0px; width: 400px; margin-bottom: -19px; color:#000;-webkit-transition-duration: 0.4s; -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;opacity:0;}
  184. #info a {font-size:9px; text-transform: lowercase; color:#000; -webkit-transition-duration: 0.4s;}
  185. #info:hover {color:#666}
  186. .posts:hover #info {opacity:9; padding-top:4px; margin-bottom:0px;}
  187.  
  188.  
  189.  
  190.  
  191.  
  192. /*** BARRA DE ROLAGEM ***/
  193.  
  194. ::-webkit-scrollbar{width:4px;height:4px;}
  195. ::-webkit-scrollbar-button:start:decrement
  196. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:#fff;}
  197. ::-webkit-scrollbar-track-piece{background-color: transparent; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  198. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: #f8f8f8;-webkit-border-radius:px;}
  199. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: #f8f8f8;-webkit-border-radius:px;}
  200.  
  201. iframe#tumblr_controls { position:fixed;white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:.3;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out; }
  202.  
  203. .tumblrAutoPager_page_separator,
  204. .tumblrAutoPager_page_info {display: none;}
  205.  
  206. #tumblr_controls{position: fixed!important}
  207. #tumblr_controls{position: fixed!important}
  208. #tumblr_controls{position: fixed!important}
  209. #tumblr_controls{position: fixed!important}
  210.  
  211.  
  212.  
  213.  
  214.  
  215. /*** SIDEBAR ***/
  216.  
  217. #sidebar {position:fixed; width: auto; height:auto; margin-left:180px;margin-top:90px;}
  218.  
  219.  
  220.  
  221.  
  222. /*** IMAGEM DA SIDEBAR ***/
  223.  
  224. #frufru {height:auto; margin-top:0px; position:fixed; text-align:left;}
  225. #frufru img { width:148px; height:179px; border-bottom:2px double #000000;}
  226. /**Aqui as florzinhas **/
  227. .dj4 {width: 120px; position: fixed; padding: 5px; background-color: transparent; margin-left: 7px; margin-top: 180px; color:#000000; font-size: 15px; -webkit-transform: rotate(0deg); z-index: 1000;-webkit-transition-duration: 0.8s;}
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240. /*** LINKS DA SIDEBAR ***/
  241.  
  242. #links {width: 200px; height:120px; margin-top:110px; margin-left:5px; position:fixed; font-family:arial; text-align:center;background-color:; #;}
  243. #links a {line-height:13px; text-align: center; padding:2px; background-color:#; border: 0px solid #eee; color:#; font-size:9px; }
  244.  
  245.  
  246.  
  247.  
  248. </style>
  249.  
  250. <body onkeydown="return false">
  251. <body>
  252.  
  253. <div id="sidebar">
  254.  
  255.  
  256.  
  257. <div id="frufru"><img src="{image:sidebar}"></div>
  258.  
  259.  
  260.  
  261. <div class="dj4"> ? ? ?
  262. </div>
  263.  
  264. <div id="links">
  265. <a href="{text:link1}"><b>{text:link1 title}</b></a><br>
  266. <a href="{text:link2}">{text:link2 title}</a><br>
  267. <a href="{text:link3}"><b>{text:link3 title}</b></a><br>
  268. <a href="{text:link4}">{text:link4 title}</a><br>
  269. <a href="{text:link5}"><b>{text:link5 title}</b></a><br>
  270.  
  271. </div>
  272.  
  273. </div>{block:IfRolagemInfinita}<div class="autopagerize_page_element">
  274. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfRolagemInfinita} <div id="entry"> <div class="autopagerize_page_element">{block:Posts}<div class="posts">
  275.  
  276. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}<h2>{body}</h2>{/block:Text}
  277.  
  278. {block:Photo}<div class="image"><img src="{PhotoURL-400}"></div>{/block:Photo}
  279.  
  280. {block:Photoset}<div class="photoset">{Photoset-400}</div>{/block:Photoset}
  281.  
  282. {block:Quote}<div class="quote">{Quote}</div><br><div class="sorc">{Source}</div>{/block:Quote}
  283.  
  284. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  285.  
  286. {block:Chat}{block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}<div class="chat"><ul>{block:Lines}<li class="person{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>{/block:Chat}
  287.  
  288.  
  289. {block:Audio}<div class="audio">{block:AlbumArt}<img src="{AlbumArtURL}" width="85px" height="85px" align="left" style="margin-left:0px; -webkit-filter: grayscale(40%); opacity: 0.8; border: 1px solid #ededed; padding: 3px;" />{/block:AlbumArt}
  290. <div class="audioplayer" style="margin-left:50px;">{AudioPlayerWhite}</div>
  291. <div class="audioinfo">
  292. {block:TrackName}Song: {TrackName}{/block:TrackName}<br>
  293. {block:Artist}Artist: {Artist}{/block:Artist}<br>
  294. {block:Album}Album: {Album}{/block:Album}</div></div>{/block:Audio}
  295.  
  296.  
  297. {block:Video}{Video-400}{/block:Video}
  298.  
  299. {block:Answer}<div id="asker"><b>{Asker} :</b> {Question}</div><div class="answer">{Answer}</div>{/block:Answer}
  300.  
  301. <div id="captt">
  302.  
  303. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}"/>{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>{/block:ContentSource}</div></div><br>
  304.  
  305. {block:Date}<div id="info"><left> <a href="{Permalink}">{Month} {DayOfMonthWithZero}</a> / {block:Date}{block:NoteCount} <a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>{NoteCountWithLabel}</a>{block:RebloggedFrom} / <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource} / <a href="{SourceURL}">source</a>{/block:ContentSource}{block:IndexPage} / <a href="{ReblogUrl}" target="_blank">reblog ?</a>{/block:IndexPage}</div>{/block:Date}</div>
  306.  
  307. {/block:Posts}</div></div></div></div></div>
  308.  
  309.  
  310.  
  311. </body>
  312. <a style="width:120px; font-size:10px; color:#000; font-family:tahoma;position:fixed;font-style:;bottom:30px;right:-15px;" href="http://r-ealove.tumblr.com/" title=""> r-ealove </a>
  313. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement