Advertisement
brugabriela

thm 15

Mar 17th, 2014
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.34 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:background" content="#fff" />
  64. <meta name="image:sidebar" content="http://static.tumblr.com/bq7lfll/VcQn2a0zu/tumblr_n28llqbmar1s8lv52o1_500.jpg"/>
  65. <meta name="text:descryp" content="sua descrição aqui" />
  66. <meta name="color:posts" content="#fff" />
  67. <meta name="color:scrollbar" content="#f8f8f8" />
  68. <meta name="color:textos" content="#666" />
  69. <meta name="links" content="#666" />
  70. <meta name="linksh" content="#eee" />
  71. <meta name="text:Link1" content="/" />
  72. <meta name="text:Link1 Title" content="link" />
  73. <meta name="text:Link2" content="/" />
  74. <meta name="text:Link2 Title" content="link" />
  75. <meta name="text:Link3" content="/" />
  76. <meta name="text:Link3 Title" content="link" />
  77. <meta name="text:Link4" content="/" />
  78. <meta name="text:Link4 Title" content="link" />
  79. <meta name="text:Link5" content="/" />
  80. <meta name="text:Link5 Title" content="link" />
  81. <meta name="text:Link6" content="/" />
  82. <meta name="text:Link6 Title" content="link" />
  83.  
  84.  
  85. <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}
  86.  
  87. <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>
  88.  
  89.  
  90. <style type="text/css">
  91.  
  92.  
  93.  
  94. /*** básiquinho
  95.  
  96. ***/
  97.  
  98. body {background-color: {color:background}; background-image:{image:background}; color: {color:textos};}
  99.  
  100. a {color: {color:textos}; text-decoration: none; text-transform: none;}
  101. a:hover {color: {color:textos};}
  102. p {margin: 6px 0 0 0}
  103.  
  104. blockquote {margin: 0px; padding-left: 0px; }
  105. blockquote img{width: 400px!important; text-align:justify;}
  106.  
  107.  
  108.  
  109.  
  110.  
  111. /*** posts
  112.  
  113. ***/
  114.  
  115. #container {width: 400px; margin:70px auto: 70px auto;}
  116. #entry {float:left; margin-top:10px; margin-bottom:-25px; margin-left:480px; width:400px;}
  117.  
  118. .posts {width: 400px; background-color: transparent; padding: 10px; text-align: justify; margin-bottom:0px; position: relative; font-size:0px;}
  119.  
  120. .source {display: none;}
  121. #captt {width: 400px; margin-top: -2px; text-align: center;}
  122.  
  123.  
  124.  
  125. /*** fontes
  126.  
  127.  
  128.  
  129. ***/
  130.  
  131. h1 {font-family: calibri; font-size: 12px; letter-spacing:0px; line-height: 12px; text-align: justify; font-weight: normal;color: {color:textos}; margin-bottom:-15px;}
  132. h1 a {color:{color:textos};}
  133.  
  134. h2 {font-family: arial; font-size: 10px; line-height: 13px; text-align: justify; margin-top:25px; font-weight: normal;color: {color:textos}; margin-bottom:3px;}
  135. h2 a {color: {color:textos};}
  136.  
  137.  
  138.  
  139.  
  140.  
  141. /*** imagens***/
  142.  
  143. .image {text-align: left;}
  144. .image img {width: 400px;}
  145. .photoset {width: 400px;}
  146.  
  147.  
  148.  
  149.  
  150.  
  151. /*** quotezinhos ***/
  152.  
  153. .quote {font-family: arial; font-size: 10px; letter-spacing:0px; line-height: 13px; text-align: justify; font-weight: normal;color: {color:textos}; margin-bottom:5px;}
  154. .sorc {font-family: tahoma; font-size: 9px; line-height: 9px; padding:3px; text-align: center; font-weight: normal;color: {color:textos}; text-transform: lowercase; background-color: transparent; }
  155. .sorc a {text-transform:lowercase; color:{color:textos}}
  156.  
  157.  
  158.  
  159.  
  160.  
  161. /*** cathx ***/
  162.  
  163. .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; }
  164. .chat ul { list-style: none; padding: 0px; line-height:12px;font-family: arial; font-size: 9px;}
  165. .person1 {color: {color:textos}; padding: 2px; font-family: arial; font-size: 9px;}
  166. .person1 .label {font-style:italic; color:{color:textos};font-family: arial; font-size: 9px;}
  167. .person2 {color: {color:textos}; padding: 2px; font-family: arial; font-size: 9px;}
  168. .person2 .label {font-style:italic; color:{color:textos};font-family: arial; font-size: 9px;}
  169.  
  170.  
  171.  
  172.  
  173.  
  174. /*** audio ***/
  175.  
  176. .audio {opacity: 1.0; position:relative; overflow:hidden; min-height:130px; font-size: 8px; margin-bottom:-45px;}
  177. .player {position:absolute; z-index:3; background:transparent; margin-top:45px; margin-left:0px;}
  178. .audioplayer {width:25px; height:18px; overflow:hidden; padding:5px; margin-right:11px}
  179. .audioinfo {margin-left:110px; line-height:155%; font-family: arial; font-size:9px!important;}
  180. .audiocaption {margin-left:162px;}
  181. .audiocaption img {width:130px!important}
  182. .audiocaption blockquote img {max-width:320px!important}
  183. .audiocaption blockquote blockquote img {max-width:310px!important}
  184.  
  185.  
  186.  
  187.  
  188.  
  189. /*** axkx ***/
  190.  
  191. #asker {padding: 3px; text-align: justify; background-color: #fff; color:{color:textos}; line-height: 10px; font-size:10px; font-family:arial; text-transform:lowercase;}
  192. .answer {line-height: 10px; padding: 2px;color:{color:textos}; font-size:9px; font-family:tahoma; line-height:9px; text-align: center; margin-top:-5px; margin-bottom:0px; font-size:9px;}
  193. .answer img {max-width: 400px; }
  194.  
  195.  
  196.  
  197.  
  198.  
  199. /*** informaçõezinhas ***/
  200.  
  201. #info {text-align: center; margin-top:0px; font-size: 9px; font-family: arial; z-index: 11; letter-spacing:0px; margin-left:0px; width: 400px; margin-bottom: -19px; color:{color:textos};-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;}
  202. #info a {font-size:8px; text-transform: lowercase; color:{color:textos}; -webkit-transition-duration: 0.4s;}
  203. #info:hover {color:{color:textos};}
  204. .posts:hover #info {opacity:9; padding-top:4px; margin-bottom:0px;}
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214. /*** barrinha ***/
  215.  
  216. ::-webkit-scrollbar{width:5px;height:5px;}
  217. ::-webkit-scrollbar-button:start:decrement
  218. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:#fff;}
  219. ::-webkit-scrollbar-track-piece{background-color: transparent; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  220. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: #f8f8f8;-webkit-border-radius:px;}
  221. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: #f8f8f8;-webkit-border-radius:px;}
  222.  
  223. 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; }
  224.  
  225. .tumblrAutoPager_page_separator,
  226. .tumblrAutoPager_page_info {display: none;}
  227.  
  228. #tumblr_controls{position: fixed!important}
  229. #tumblr_controls{position: fixed!important}
  230. #tumblr_controls{position: fixed!important}
  231. #tumblr_controls{position: fixed!important}
  232.  
  233.  
  234.  
  235.  
  236.  
  237. /*** SIDEBAR ***/
  238.  
  239. #sidebar {position:fixed; width: auto; height:auto; margin-left:325px;margin-top:101px;}
  240.  
  241.  
  242. /*** descriçãozinha ***/
  243.  
  244. #descryp {z-index:0;background:;padding:0px; margin-top:205px; margin-left:-2px; padding:2px; text-align:center; position:fixed; font-family:tahoma; font-size:12px; color:{color:textos}; width:px;}
  245.  
  246.  
  247. /*** IMAGEM DA SIDEBAR ***/
  248.  
  249. #frufru {height:auto; margin-top:2px; position:fixed; text-align:justify;}
  250. #frufru img { width:140px; height:200px; border-bottom:0px ridge #000000;}
  251.  
  252.  
  253.  
  254.  
  255. /*** LINKS DA SIDEBAR ***/
  256. #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:-40px;margin-left:0px; opacity:0;}
  257. #links a {color:{color:textos}; padding-left:1px; padding-right:2px; font-size:11px;font-family:tahoma; font-style:normal; }
  258. #sidebar:hover #links {opacity:2;}
  259. #links a:hover {color: {color:hoverzinho};}
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272. </style>
  273.  
  274. <body onkeydown="return false">
  275. <body>
  276.  
  277.  
  278.  
  279. <div id="sidebar">
  280.  
  281. <div id="descryp">{text:descryp}</div>
  282.  
  283. <div id="frufru"><img src="{image:sidebar}"></div>
  284.  
  285.  
  286. <div id="links">
  287. <a href="{text:link1}">{text:link1 title}</a>
  288. <a href="{text:link2}">{text:link2 title}</a>
  289. <a href="{text:link3}">{text:link3 title}</a>
  290. <a href="{text:link4}">{text:link4 title}</a><br>
  291. <a href="{text:link5}">{text:link5 title}</a>
  292. <a href="{text:link6}">{text:link6 title}</a>
  293.  
  294. </div>
  295.  
  296. </div>{block:IfRolagemInfinita}<div class="autopagerize_page_element">
  297. <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">
  298.  
  299. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}<h2>{body}</h2>{/block:Text}
  300.  
  301. {block:Photo}<div class="image"><img src="{PhotoURL-400}"></div>{/block:Photo}
  302.  
  303. {block:Photoset}<div class="photoset">{Photoset-400}</div>{/block:Photoset}
  304.  
  305. {block:Quote}<div class="quote">{Quote}</div><br><div class="sorc">{Source}</div>{/block:Quote}
  306.  
  307. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  308.  
  309. {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}
  310.  
  311.  
  312. {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}
  313. <div class="audioplayer" style="margin-left:50px;">{AudioPlayerWhite}</div>
  314. <div class="audioinfo">
  315. {block:TrackName}Song: {TrackName}{/block:TrackName}<br>
  316. {block:Artist}Artist: {Artist}{/block:Artist}<br>
  317. {block:Album}Album: {Album}{/block:Album}</div></div>{/block:Audio}
  318.  
  319.  
  320. {block:Video}{Video-400}{/block:Video}
  321.  
  322. {block:Answer}<div id="asker"><b>{Asker} :</b> {Question}</div><div class="answer">{Answer}</div>{/block:Answer}
  323.  
  324. <div id="captt">
  325.  
  326. <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>
  327.  
  328. {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>
  329.  
  330. {/block:Posts}</div></div></div></div></div>
  331.  
  332.  
  333.  
  334. </body>
  335. <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>
  336. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement