Advertisement
brugabriela

thm 18

Mar 19th, 2014
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.53 KB | None | 0 0
  1. <!-- THEME POR R-EALOVE
  2.  
  3. THEME BASE POR FCKRAW
  4.  
  5. + DETALHES POR FCRAW E HELP DESIGNS -->
  6.  
  7.  
  8.  
  9. <html>
  10. <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="color:background" content="#fff" />
  61. <meta name="image:sidebar" content="http://static.tumblr.com/bq7lfll/VcQn2a0zu/tumblr_n28llqbmar1s8lv52o1_500.jpg"/>
  62. <meta name="text:descryp" content="sua descrição aqui" />
  63. <meta name="color:posts" content="#fff" />
  64. <meta name="color:scrollbar" content="#f8f8f8" />
  65. <meta name="color:textos" content="#666" />
  66. <meta name="links" content="#666" />
  67. <meta name="linksh" content="#eee" />
  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.  
  77.  
  78.  
  79.  
  80. <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}
  81.  
  82. <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>
  83.  
  84.  
  85. <style type="text/css">
  86.  
  87.  
  88.  
  89. /*** básiquinho
  90.  
  91. ***/
  92.  
  93. body {background-color: {color:background}; background-image:{image:background}; color: {color:textos};}
  94.  
  95. a {color: {color:textos}; text-decoration: none; text-transform: none;}
  96. a:hover {color: {color:textos};}
  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. /*** posts
  107.  
  108. ***/
  109.  
  110. #container {width: 400px; margin:70px auto: 70px auto;}
  111. #entry {float:left; margin-top:10px; margin-bottom:-25px; margin-left:480px; width:400px;}
  112.  
  113. .posts {width: 400px; background-color: transparent; padding: 10px; text-align: justify; margin-bottom:0px; position: relative; font-size:0px;}
  114.  
  115. .source {display: none;}
  116. #captt {width: 400px; margin-top: -2px; text-align: center;}
  117.  
  118.  
  119.  
  120.  
  121.  
  122. /*** fontes
  123.  
  124.  
  125.  
  126. ***/
  127.  
  128. 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;}
  129. h1 a {color:{color:textos};}
  130.  
  131. 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;}
  132. h2 a {color: {color:textos};}
  133.  
  134.  
  135.  
  136.  
  137.  
  138. /*** imagens***/
  139.  
  140. .image {text-align: left;}
  141. .image img {width: 400px;}
  142. .photoset {width: 400px;}
  143.  
  144.  
  145.  
  146.  
  147.  
  148. /*** quotezinhos ***/
  149.  
  150. .quote {font-family: arial; font-size: 11px; letter-spacing:0px; line-height: 13px; text-align: justify; font-weight: normal;color: {color:textos}; margin-bottom:5px;}
  151. .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; }
  152. .sorc a {text-transform:lowercase; color:{color:textos}}
  153.  
  154.  
  155.  
  156.  
  157.  
  158. /*** cathx ***/
  159.  
  160. .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; }
  161. .chat ul { list-style: none; padding: 0px; line-height:12px;font-family: arial; font-size: 9px;}
  162. .person1 {color: {color:textos}; padding: 2px; font-family: arial; font-size: 9px;}
  163. .person1 .label {font-style:italic; color:{color:textos};font-family: arial; font-size: 9px;}
  164. .person2 {color: {color:textos}; padding: 2px; font-family: arial; font-size: 9px;}
  165. .person2 .label {font-style:italic; color:{color:textos};font-family: arial; font-size: 9px;}
  166.  
  167.  
  168.  
  169.  
  170.  
  171. /*** audio ***/
  172.  
  173. .audio {opacity: 1.0; position:relative; overflow:hidden; min-height:130px; font-size: 8px; margin-bottom:-45px;}
  174. .player {position:absolute; z-index:3; background:transparent; margin-top:45px; margin-left:0px;}
  175. .audioplayer {width:25px; height:18px; overflow:hidden; padding:5px; margin-right:11px}
  176. .audioinfo {margin-left:110px; line-height:155%; font-family: arial; font-size:9px!important;}
  177. .audiocaption {margin-left:162px;}
  178. .audiocaption img {width:130px!important}
  179. .audiocaption blockquote img {max-width:320px!important}
  180. .audiocaption blockquote blockquote img {max-width:310px!important}
  181.  
  182.  
  183.  
  184.  
  185.  
  186. /*** axkx ***/
  187.  
  188. #asker {padding: 4px; text-align: justify; background-color: #fff; color:{color:textos}; line-height: 11px; font-size:11px; font-family:arial; text-transform:lowercase;}
  189. .answer {line-height: 12px; padding: 4px;color:{color:textos}; font-size:10px; font-family:tahoma; line-height:11px; text-align: justify; margin-top:-5px; margin-bottom:0px; font-size:11px;}
  190. .answer img {max-width: 400px; }
  191.  
  192.  
  193.  
  194.  
  195.  
  196. /*** informaçõezinhas ***/
  197.  
  198. #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;}
  199. #info a {font-size:8px; text-transform: lowercase; color:{color:textos}; -webkit-transition-duration: 0.4s;}
  200. #info:hover {color:{color:textos};}
  201. .posts:hover #info {opacity:9; padding-top:4px; margin-bottom:0px;}
  202.  
  203.  
  204.  
  205.  
  206.  
  207. /*** barrinha ***/
  208.  
  209. ::-webkit-scrollbar{width:5px;height:5px;}
  210. ::-webkit-scrollbar-button:start:decrement
  211. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:#fff;}
  212. ::-webkit-scrollbar-track-piece{background-color: transparent; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  213. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: #f8f8f8;-webkit-border-radius:px;}
  214. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: #f8f8f8;-webkit-border-radius:px;}
  215.  
  216. 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; }
  217.  
  218. .tumblrAutoPager_page_separator,
  219. .tumblrAutoPager_page_info {display: none;}
  220.  
  221. #tumblr_controls{position: fixed!important}
  222. #tumblr_controls{position: fixed!important}
  223. #tumblr_controls{position: fixed!important}
  224. #tumblr_controls{position: fixed!important}
  225.  
  226.  
  227.  
  228.  
  229.  
  230. /*** sidebarzinha ***/
  231.  
  232. #sidebar {position:fixed; width: auto; height:auto; margin-left:298px;margin-top:155px;}
  233.  
  234.  
  235.  
  236. /*** IMAGEM
  237.  
  238.  
  239. ***/
  240.  
  241. #frufru {height:auto; margin-top:0px; position:fixed; text-align:left;}
  242. #frufru img { width:160px; height:228px;}
  243.  
  244.  
  245.  
  246.  
  247.  
  248. /*** DESCRIÇÃO
  249.  
  250. ***/
  251.  
  252. #descryp {z-index:9;background:;padding:0px; margin-top:230px; margin-left:0px; padding:0px; text-align:center; position:fixed; font-family:arial; font-size:15px; color:{color:textos}; width:150px;}
  253.  
  254.  
  255. #b1 {-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;margin-left:10; margin-top:-70px; position:fixed; text-align:left;}
  256. #b1 img { width:auto; height:19px;}
  257. #sidebar:hover #b1 {margin-left:120px; opacity:2; -webkit-transform:rotate(-120deg);}
  258.  
  259.  
  260.  
  261.  
  262.  
  263. /*** linkinhos ***/
  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:14px;margin-top:248px;margin-left:90px; opacity:0;}
  266. #links a {color:{color:links}; padding-left:0px; padding-right:0px; font-size:12px;font-family:tahoma; font-style:; }
  267. #sidebar:hover #links {opacity:1;}
  268. #links a:hover {color: {color:linksh};}
  269.  
  270.  
  271.  
  272. </style>
  273. <body onkeydown="return false">
  274. <body>
  275.  
  276.  
  277.  
  278. <div id="sidebar">
  279.  
  280. <div id="frufru"><img src="{image:sidebar}"></div>
  281.  
  282. <div id="descryp">{text:descryp}</div>
  283.  
  284. <div id="links">
  285. <a href="{text:link1}"><b>{text:link1 title}</b></a> /
  286. <a href="{text:link2}">{text:link2 title}</a> <br>
  287. <a href="{text:link3}">{text:link3 title}</a> /
  288. <a href="{text:link4}"><b>{text:link4 title}</b></a>
  289.  
  290. </div>
  291. <div id="b1"><img src="http://fc04.deviantart.net/fs71/f/2012/039/3/1/simbolo_de_la_paz_png_glitters_by_roocii27-d4p1v42.png"></div>
  292.  
  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="{Permalink}"> </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>
  327.  
  328. {/block:Posts}</div></div></div></div></div>
  329.  
  330.  
  331.  
  332.  
  333. </body>
  334. <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>
  335. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement