Advertisement
thmxpedro

thm31

Jul 22nd, 2013
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.75 KB | None | 0 0
  1. <! ----- THEME POR FRAQUEAR DONT COPY BITCH ----->
  2.  
  3.  
  4. <html>
  5.  
  6. <head>
  7.  
  8. <meta name="color:background" content="#ffffff" />
  9. <meta name="color:text" content="#b5b5b5" />
  10. <meta name="color:sidebar" content="#ffffff" />
  11. <meta name="color:entry" content="#fff" />
  12. <meta name="color:textside" content="#585757" />
  13. <meta name="color:bordaft" content="#777" />
  14. <meta name="color:bgask" content="#ccc" />
  15.  
  16. <meta name="text:Link1" content="Link1" />
  17. <meta name="text:Link1 Title" content="Text1" />
  18. <meta name="text:Link2" content="Link2" />
  19. <meta name="text:Link2 Title" content="Text2" />
  20. <meta name="text:Link3" content="Link3" />
  21. <meta name="text:Link3 Title" content="Text3" />
  22. <meta name="text:link4" content="link4" />
  23. <meta name="text:link4 Title" content="Text4" />
  24. <meta name="text:link5" content="link5" />
  25. <meta name="text:link5 Title" content="Text5" />
  26. <meta name="color:linkhover" content="#b5b5b5" />
  27. <meta name="color:sdlinke" content="#ffffff" />
  28.  
  29. <meta name="image:sidebar" content=""/>
  30. <meta name="image:background" content=""/>
  31. <meta name="font:text" content="consolas" />
  32. <meta name="color:link" content="#000000" />
  33. <meta name="color:border" content="#dfdfdf" />
  34. <meta name="color:barraposts" content="#f0f0f0" />
  35. <meta name="if:Rolagem infinita" content="1"/>
  36.  
  37. <meta name="text:titulo" content="Like a Skyscraper" />
  38.  
  39. <link href='http://fonts.googleapis.com/css?family=Megrim' rel='stylesheet' type='text/css'>
  40. <link href='http://fonts.googleapis.com/css?family=Snippet|Sue+Ellen+Francisco|Andika|Delius+Swash+Caps|Lobster|Redressed|Tangerine|Rancho|Rochester|Lobster+Two|Dancing+Script|Pacifico|Crafty+Girls' rel='stylesheet' type='text/css'>
  41.  
  42. <title>{Title}</title>
  43. <link rel="shortcut icon" href="{Favicon}">
  44. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  45.  
  46.  
  47. <style type="text/css">
  48.  
  49. ::-webkit-scrollbar-thumb:vertical { background-color: {color:text}; height: 50px; }
  50. ::-webkit-scrollbar-thumb:horizontal {background-color: {color:text}; height: 10px;}
  51. ::-webkit-scrollbar {height: 5px; width: 5px; background-color: {color:background};}
  52.  
  53. iframe#tumblr_controls {
  54. position: fixed !important;
  55. top: 0 !important;
  56. right: 0 !important;
  57. }
  58.  
  59.  
  60. body {background-color: {color:background}; font-family: calibri; color: {color:text}; text-align: calibri; font-size: 14px; background-image:url('{image:background}'); background-attachment: fixed; }
  61.  
  62. a {color: {color:link}; text-decoration: none; text-transform: none; -webkit-transition-duration: 1.5s; -moz-transition-duration:1.5s;}
  63. a:hover {color: {color:linkhover}; background-color: transparent; text-decoration: none; -webkit-transition-duration: 1.5s; -moz-transition-duration:1.5s;}
  64.  
  65. p {margin: 6px 0 0 0}
  66.  
  67. blockquote {margin: 5px 5px 5px 5px; border-left: 0px solid {color:text}; padding-left: 5px;font-size: 10px; font-family: Verdana;}
  68. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 0px solid {color:text};font-size: 10px; font-family: Verdana; }
  69. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 0px solid {color:background};font-size: 10px; font-family: Verdana; }
  70. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 0px solid {color:background};font-size: 10px; font-family: Verdana; }
  71.  
  72. blockquote img{max-width: 450px!important}
  73. blockquote blockquote img{max-width: 490px!important}
  74. blockquote blockquote blockquote img{max-width: 340px!important}
  75. blockquote blockquote blockquote blockquote img{max-width: 490px!important}
  76.  
  77. #allboxes {float: left; margin-left: 470px; margin-top: -27px;}
  78.  
  79. .entry {width: 450px; background-color: {color:entry}; padding: 6px; margin-bottom: 1px; text-align: Verdana; font-family: calibri font-size: 14px; position: relative; margin-center: -100px; margin-top: -2px;border-left:0px solid {color:barraposts};border-right:0px solid {color:barraposts};bottom:-27px; z-index:11;}
  80. .entry img{max-width:400px;}
  81.  
  82.  
  83. #tags {
  84. position:absolute;
  85. width:100px; background-color:{color:post};
  86. opacity:0; padding:4px;
  87. margin-top:-10px;
  88. margin-left:512px;
  89. font-family:consolas;
  90. text-align:left;
  91. text-transform:lowercase;
  92. font-style:italic;
  93. font-size:9px;
  94. -webkit-transition:opacity 0.8s linear;
  95. -webkit-transition:all 0.5s ease-out;
  96. -moz-transition:all 0.5s ease-out;
  97. transition:all 0.5s ease-out;
  98. }
  99.  
  100. #tags {
  101. font-family:consolas;
  102. text-align:left;
  103. text-transform:lowercase;
  104. font-style:italic;
  105. font-size:9px;
  106. }
  107.  
  108.  
  109. h1 {font-family:calibri; text-align: center; font-size: 14px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 12px;}
  110. h1 a {text-align: center; font-size: 10px; color: {color:text}; font-weight: normal; line-height: 12px;}
  111. h1 a:hover {text-align: center; font-size: 9px; color: {color:text}; font-weight: normal; line-height: 12px;}
  112.  
  113. .image {text-align: center; border: 0px; text-align: center; border: 0px; opacity: 10;
  114. -webkit-transition: 0.8s ease-in;
  115.  
  116. -moz-transition: 0.8s ease-in; transition: 0.8s ease-in;}
  117.  
  118. .image:hover {-webkit-filter: grayscale(45%);}
  119.  
  120. .image img {max-width: 400px; margin-bottom: 2px }
  121.  
  122. #postquote {font-family: calibri; font-size: 14px; line-height: 15px; padding: 5px; text-align:left;}
  123. #sourcequote {font-family: Verdana;text-align:center; text-transform: none;padding: 4px; margin-bottom: -6px;margin-top:-12px;font-size: 11px;border-bottom:0px solid {color:barraposts};}
  124.  
  125. .chat {line-height: 13px; list-style: none }
  126. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  127. .person1 {color: {color:text}; padding: 2px;font-size: 10px; font-family: cambria; }
  128. .person1 .label {font-weight: bold; color:{color:text}font-size: 10px; font-family: cambria;}
  129. .person2 {color: {color:text}; padding: 2px; font-size: 10px; font-family: cambria; }
  130. .person2 .label {font-weight: bold; color:{color:text}font-size: 10px; font-family: cambria;}
  131. .person3 {color: {color:text}; padding: 2px; font-size: 10px; font-family: cambria;}
  132. .person3 .label {font-weight: bold; color:{color:text}font-size: 10px; font-family: cambria;}
  133. .person4 {color: {color:text}; padding: 2px; font-size: 10px; font-family: cambria; }
  134. .person4 .label {font-weight: bold; color:{color:text}font-size: 10px; font-family: cambria;}
  135. .person5 {color: {color:text}; padding: 2px; font-size: 10px; font-family: cambria; }
  136. .person5 .label {font-weight: bold; color:{color:text}font-size: 10px; font-family: cambria;}
  137. .person6 {color: {color:text}; padding: 2px;font-size: 10px; font-family: cambria; }
  138. .person6 .label {font-weight: bold; color:{color:text}font-size: 10px; font-family: cambria;}
  139.  
  140.  
  141. .player {background-color: #trans; text-align: left; display:block;}
  142.  
  143. #ssource{margin-left:10px; display:none}
  144.  
  145. #perma {margin-top:6px; font-family: calibri; color: {color:text}; text-align: center; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; text-transform: uppercase; background-color: {color:background}; padding: 7px;border-top:1px solid {color:barraposts}; border-bottom:0px solid {color:barraposts}; z-index: 11; }
  146. #perma a {font-size: 9px; font-family: calibri; text-transform: uppercase; color: {color:text}; opacity:5; }
  147. #perma a:hover {opacity:0.6;}
  148.  
  149.  
  150.  
  151.  
  152. #cap {width: 420px; margin-top: -2px;}
  153. .source {display: none;}
  154.  
  155. .notes {width: 420px; padding: 0px; margin-top: 5px; margin-bottom: 1px; font-size: 9px; text-align: center}
  156. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  157. ol.notes li {background-color: {color:entry}; margin-bottom: 1px; padding: 5px; }
  158. .notes img{display: none; border:0px}
  159.  
  160. /* ask */
  161.  
  162. #questionpam{width:450px;
  163. padding:5px;
  164. background-color:{color:bgask} ;
  165. -webkit-border-radius: 5px 5px 5px 5px;
  166. -moz-border-radius: 5px 5px 5px 5px;
  167. border-radius: 5px 5px 5px 5px;}
  168.  
  169. #askerpam{text-align: left;
  170. vertical-align:bottom;
  171. margin-top:-24px;
  172. margin-left:20px;
  173. font-size:15px;
  174. font-family:play;
  175. color:#ccc}
  176.  
  177. #askerpam img{vertical-align:center;
  178. float:left;
  179. max-height:15px;
  180. margin-left: 20px;
  181. margin-right: 5px;
  182. -webkit-border-radius: 60px 0px 60px 60px;
  183. -moz-border-radius: 60px 0px 60px 60px;
  184. border-radius: 60px 0px 60px 60px;
  185. box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);}
  186.  
  187. #setapam {margin-top:-0px;
  188. margin-left:18px;
  189. width: 0;
  190. height: 0;
  191. border-top: 17px solid #eee;
  192. border-left: 17px solid transparent;}
  193.  
  194. /*--✱EFEITO NA FOTO POR I-NSEGUR-A CREDITE --✱--*/
  195. .fotinha {position: absolute; width:100px; height:0px; margin-left:230px; margin-top: 50px;position:fixed;}
  196. .fotinha img {-webkit-filter: grayscale(30%); -webkit-transform: rotate(0deg);position:fixed; -webkit-transition: all 0.99s ease-in-out; display: block; height:190px; width: 190px; background-color:;padding:7px ;border:1px solid {color:bordaft};opacity:1;}
  197. /*--✱EFEITO NA FOTO POR I-NSEGUR-A CREDITE --✱--*/
  198. .fotinha img:hover{opacity:0.9;}
  199. /*--✱EFEITO NA FOTO POR I-NSEGUR-A CREDITE --✱--*/
  200. #barbie {margin-top: 207px; margin-left:287px; position: fixed; font-family:cambria;font-style:italic;font-size:11px;color:; width: 209px;line-height:11px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.1s ease-out;height:138px;text-align: center;background-color:;opacity:0.0;padding-top:70px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.1s ease-out; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.1s ease-out;}
  201. #barbie:hover{
  202. -webkit-transition: all 0.4s ease-out;
  203. -moz-transition: all 0.1s ease-out
  204. ;background-color:#trans;
  205. color:#AAA;
  206. opacity:0.9;
  207. -webkit-transition: all 0.4s ease-out;
  208. -moz-transition: all 0.1s ease-out;
  209. }
  210. /*--✱EFEITO NA FOTO POR I-NSEGUR-A CREDITE --✱--*/
  211.  
  212. #peu {position:fixed;width:200px; height:47px; line-height:15px; font-size:11px; font-family:Arial; text-align:center; color:{color:text}; padding: 3px; margin-top:235px;margin-left:230px; background-color:transparent; z-index:9999; }
  213.  
  214. #peu a {letter-spacing:1px;text-transform:none; height:23px; display:block; border-bottom:0px solid {color:bordaft}; border-bottom:1px solid {color:bordaft}; line-height:23px; -webkit-transition-duration: 0.2s; }
  215.  
  216. #peu a:hover {padding-bottom:10px; height:30px; -webkit-transition-duration: 0.6s;line-height:40px; }
  217.  
  218.  
  219. .titulo {position: fixed; width: 200px; margin-left:230px; margin-top: 200px; text-align: center; z-index:3; padding: 1px; -webkit-transition-duration: 1.0s; -webkit-transform: rotate(0deg);border:1px solid #ddd; width:200px;
  220. height:17px;
  221. background-color:#eee ; opacity:0.8; border-top:1px solid #fdfdfd ; border-bottom:1px solid #fdfdfd;}
  222.  
  223. .titulo a { line-height: 15px; font-size:13px; text-align: center; font-family: share; text-transform: none; color: #968d8d; background-color: transparent; -webkit-transition-duration: 1.4s; }
  224.  
  225. .titulo a:hover {width: 200px; text-align: center; color: ; background-color: transparent; text-transform: none; font-style: normal; -webkit-transition-duration: 1.0s; }
  226.  
  227.  
  228.  
  229. mhfont { font-family: cambria; text-shadow: -2px 1px #dbdbdb, 2px 1px #ccc; font-size: 19px; text-transform: uppercase; -webkit-transition-duration: .30s ;
  230. }
  231. mhfont:hover{ text-shadow: 0px 0px, 0px 0px; -webkit-transition-duration: .30s ; }
  232.  
  233. #scrollToTop:link,#scrollToTop:visited { color: transparent; background-color: transparent; display: none; position: fixed; top: 545px; right: 275px;}
  234.  
  235. /*********helpdesigns******/
  236. #s-m-t-tooltip {max-width:300px; -webkit-border-radius: 5px 5px 5px 5px; padding:3px 4px 5px 4px;margin:15px 20px;background-color:{color:bordaft}; font-family:calibri; font-size:9px; letter-spacing:1px; text-transform:uppercase; color:#fff; z-index:9999999;}/*********helpdesigns******/
  237.  
  238.  
  239. /*—- Notes by HelpDesigns - Base de Capacidades —-*/
  240. .cred {opacity: 2; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;font-size:10px; /*—HelpDesigns—*/ }
  241. #info {line-height:5px; height:5px; text-align:center; font-size:10px; font-family:calibri; text-transform:uppercase; z-index:11; padding:2px; color: ; -webkit-transition: all 0.2s/*—HelpDesigns—*/ ease-out; -moz-transition: all .4s ease-out;background-color:color:#fff;letter-spacing: 0.5px;margin: 7px 0 0 7px;}
  242. #info a {font-size: 10px; text-transform: uppercase;opacity:2; }
  243. #cap {width: 500px; margin-top: -2px;}
  244. .source {display: none;}
  245. .notes {width: 520px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: center}
  246. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  247. ol.notes li {background-color: ; margin-bottom: 2px; padding: 5px; }
  248. .notes img{display: none;/*—HelpDesigns—*/ border:0px}
  249. .caixinha{margin-left: -15px;/*—HelpDesigns—*/ margin-top: -200px; font-family: ‘calibri’;
  250. font-size: 9px; padding: 8px; text-align: left; position: absolute;
  251. -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition:
  252. all 1s ease; transition: all 1s ease; opacity: 0; background-color: {color:bordaft};
  253. -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;}
  254. .entry:hover .caixinha{-webkit-transition: all 1s ease;
  255. -moz-transition: all 1s ease; -o-transition: all 1s ease;
  256. transition: all 1s ease; opacity: 1; position: absolute;margin-left:10; margin-top: -35px;box-shadow:inset 05px/*—HelpDesigns—*/ 0px 0px 0px #aaa}
  257. /*—- Não REMOVER OS CREDITOS NEM PLAGIAR / POR HELPDESIGNS —-*/
  258.  
  259. </style>
  260.  
  261. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script><script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script><a href="javascript:;" id="scrollToTop"><img src="http://static.tumblr.com/ut8byil/PE2mpl3mx/arvore.png" border="0"></a>
  262.  
  263. <script type="text/javascript"
  264. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  265. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  266. <script>
  267. (function($){
  268.  
  269. $(document).ready(function(){
  270. $("[title]").style_my_tooltips();
  271. });
  272. })(jQuery);
  273. </script>
  274.  
  275.  
  276. </head>
  277. <body onkeydown="return false">
  278.  
  279.  
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286. <div id="sidebar">
  287.  
  288.  
  289.  
  290. <div class="fotinha" class="hover">
  291. <img class="bottom shadow" src=""style="" ><img class="top shadow" src="{image:sidebar}" title=""></div></div
  292.  
  293. >
  294.  
  295.  
  296. <div class="titulo">
  297. <a href="">{text:titulo}</div>
  298.  
  299.  
  300. <div id="peu">
  301. <a href="{text:Link1}">{text:Link1 Title}</a>
  302. <a href="{text:Link2}">{text:Link2 Title}</a>
  303. <a href="{text:Link3}">{text:Link3 Title}</a>
  304. <a href="{text:Link4}">{text:Link4 Title}</a>
  305. <div style="border-bottom:0px solid #eee;"><a href="http://fraquear.tumblr.com/" title="THEME BY FRAQUEAR CLICK AND SEE MORE THMX">theme credits</a></div>
  306. </DIV>
  307. </div>
  308. </div>
  309. </div>
  310. </div>
  311.  
  312.  
  313.  
  314.  
  315. <div id="allboxes">
  316.  
  317. {block:IfRolagemInfinita}<div class="autopagerize_page_element">
  318. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfRolagemInfinita}
  319. {block:Posts}
  320.  
  321. <div class="entry">
  322.  
  323.  
  324. {block:Text}
  325. {block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  326.  
  327. {block:Photo}
  328. {LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  329.  
  330. {block:Photoset}
  331. <center>{Photoset-500}</center>{/block:Photoset}
  332.  
  333. {block:Quote}
  334. <div id="postquote">“{Quote}”</div><br>
  335. {block:Source}<div id="sourcequote"> — {Source}</div>{/block:Source}
  336. {/block:Quote}
  337.  
  338. {block:Link}
  339. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  340. {block:Description}{Description}{/block:Description}
  341. {/block:Link}
  342.  
  343. {block:Chat}
  344. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  345. <div class="chat"><ul>{block:Lines}
  346. <li class="person{UserNumber}">{block:Label}
  347. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  348. {/block:Chat}
  349.  
  350. {block:Audio}
  351. <div class="player">{AudioPlayerBlack}</div>
  352. {block:Caption}{Caption}{/block:Caption}
  353. {/block:Audio}
  354.  
  355. {block:Video}
  356. {Video-420}{/block:Video}
  357.  
  358. {block:Answer}
  359. <div id="questionpam">{Question}</div>
  360. <div id="setapam"></div>
  361. <br>
  362. <div id="askerpam"><img src="{AskerPortraitURL-24}">{Asker}</div>
  363. {Answer}
  364. {/block:Answer}
  365.  
  366.  
  367. <div id="cap">
  368. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  369. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  370. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  371.  
  372. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  373. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  374. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  375. {/block:ContentSource}</div></div>
  376. <br>
  377.  
  378. <div class="cred"><div class="caixinha">
  379. {block:Date}
  380. <a href="{Permalink}">{block:Date} {block:Date}<a href="{Permalink}"></a> {/block:Date} {block:NoteCount} + <a href="{Permalink}">{NoteCount} Notes</a>{/block:NoteCount} +</a>{block:RebloggedFrom} <a href="{ReblogParentURL}"><a href="{ReblogParentURL}"> Via -</a>{/block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}">/ Source</font> - </a>{/block:ContentSource} {block:IndexPage} <a href="{ReblogUrl}" target="_blank">Reblog <font color="#fff">-v-</font> </a> {/block:IndexPage}</center> </div>
  381. </div></center>{/block:IfShowTags}{/block:Date}</div>
  382.  
  383. {/block:Posts}
  384.  
  385. </div>
  386. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  387.  
  388. <a style="position:fixed;bottom:35px;right:15px;font-family:calibri;font-size:10px;opacity:1;" href="http://fraquear.tumblr.com/" title="© theme por fraquear clique e veja mais, não copie, plagio é crime.;">THEME CRÉDITOS</a>
  389.  
  390. </div>
  391. </div>
  392. </div>
  393. </div>
  394. </div>
  395.  
  396.  
  397. </body>
  398.  
  399.  
  400.  
  401.  
  402.  
  403. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement