Advertisement
brugabriela

thm 13

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