Advertisement
brugabriela

thm 31

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