thmxpedro

Thm39

Jul 27th, 2013
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.37 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="text:link6" content="link6" />
  27. <meta name="text:link6 Title" content="Text6" />
  28. <meta name="text:link7" content="link7" />
  29. <meta name="text:link7 Title" content="Text7" />
  30. <meta name="color:linkhover" content="#b5b5b5" />
  31. <meta name="color:sdlinke" content="#ffffff" />
  32.  
  33. <meta name="image:sidebar" content=""/>
  34. <meta name="image:background" content=""/>
  35. <meta name="font:text" content="consolas" />
  36. <meta name="color:link" content="#000000" />
  37. <meta name="color:border" content="#dfdfdf" />
  38. <meta name="color:barraposts" content="#f0f0f0" />
  39. <meta name="if:Rolagem infinita" content="1"/>
  40.  
  41. <meta name="text:titulo" content="Like a Skyscraper" />
  42.  
  43. <link href='http://fonts.googleapis.com/css?family=Megrim' rel='stylesheet' type='text/css'>
  44. <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'>
  45.  
  46. <title>{Title}</title>
  47. <link rel="shortcut icon" href="{Favicon}">
  48. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  49.  
  50.  
  51. <style type="text/css">
  52.  
  53. ::-webkit-scrollbar-thumb:vertical { background-color: {color:text}; height: 50px; }
  54. ::-webkit-scrollbar-thumb:horizontal {background-color: {color:text}; height: 10px;}
  55. ::-webkit-scrollbar {height: 5px; width: 5px; background-color: {color:background};}
  56.  
  57. iframe#tumblr_controls {
  58. position: fixed !important;
  59. top: 0 !important;
  60. right: 0 !important;
  61. }
  62.  
  63.  
  64. 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; }
  65.  
  66. a {color: {color:link}; text-decoration: none; text-transform: none; -webkit-transition-duration: 1.5s; -moz-transition-duration:1.5s;}
  67. a:hover {color: {color:linkhover}; background-color: transparent; text-decoration: none; -webkit-transition-duration: 1.5s; -moz-transition-duration:1.5s;}
  68.  
  69. p {margin: 6px 0 0 0}
  70.  
  71. blockquote {margin: 5px 5px 5px 5px; border-left: 0px solid {color:text}; padding-left: 5px;font-size: 10px; font-family: Verdana;}
  72. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 0px solid {color:text};font-size: 10px; font-family: Verdana; }
  73. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 0px solid {color:background};font-size: 10px; font-family: Verdana; }
  74. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 0px solid {color:background};font-size: 10px; font-family: Verdana; }
  75.  
  76. blockquote img{max-width: 450px!important}
  77. blockquote blockquote img{max-width: 490px!important}
  78. blockquote blockquote blockquote img{max-width: 340px!important}
  79. blockquote blockquote blockquote blockquote img{max-width: 490px!important}
  80.  
  81. #allboxes {float: left; margin-left: 470px; margin-top: -27px;}
  82.  
  83. .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;}
  84. .entry img{max-width:400px;}
  85.  
  86.  
  87. #tags {
  88. position:absolute;
  89. width:100px; background-color:{color:post};
  90. opacity:0; padding:4px;
  91. margin-top:-10px;
  92. margin-left:512px;
  93. font-family:consolas;
  94. text-align:left;
  95. text-transform:lowercase;
  96. font-style:italic;
  97. font-size:9px;
  98. -webkit-transition:opacity 0.8s linear;
  99. -webkit-transition:all 0.5s ease-out;
  100. -moz-transition:all 0.5s ease-out;
  101. transition:all 0.5s ease-out;
  102. }
  103.  
  104. #tags {
  105. font-family:consolas;
  106. text-align:left;
  107. text-transform:lowercase;
  108. font-style:italic;
  109. font-size:9px;
  110. }
  111.  
  112.  
  113. h1 {font-family:calibri; text-align: center; font-size: 14px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 12px;}
  114. h1 a {text-align: center; font-size: 10px; color: {color:text}; font-weight: normal; line-height: 12px;}
  115. h1 a:hover {text-align: center; font-size: 9px; color: {color:text}; font-weight: normal; line-height: 12px;}
  116.  
  117. .image {text-align: center; border: 0px; text-align: center; border: 0px; opacity: 10;
  118. -webkit-transition: 0.8s ease-in;
  119.  
  120. -moz-transition: 0.8s ease-in; transition: 0.8s ease-in;}
  121.  
  122. .image:hover {-webkit-filter: grayscale(45%);}
  123.  
  124. .image img {max-width: 400px; margin-bottom: 2px }
  125.  
  126. #postquote {font-family: calibri; font-size: 14px; line-height: 15px; padding: 5px; text-align:left;}
  127. #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};}
  128.  
  129. .chat {line-height: 13px; list-style: none }
  130. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  131. .person1 {color: {color:text}; padding: 2px;font-size: 10px; font-family: cambria; }
  132. .person1 .label {font-weight: bold; color:{color:text}font-size: 10px; font-family: cambria;}
  133. .person2 {color: {color:text}; padding: 2px; font-size: 10px; font-family: cambria; }
  134. .person2 .label {font-weight: bold; color:{color:text}font-size: 10px; font-family: cambria;}
  135. .person3 {color: {color:text}; padding: 2px; font-size: 10px; font-family: cambria;}
  136. .person3 .label {font-weight: bold; color:{color:text}font-size: 10px; font-family: cambria;}
  137. .person4 {color: {color:text}; padding: 2px; font-size: 10px; font-family: cambria; }
  138. .person4 .label {font-weight: bold; color:{color:text}font-size: 10px; font-family: cambria;}
  139. .person5 {color: {color:text}; padding: 2px; font-size: 10px; font-family: cambria; }
  140. .person5 .label {font-weight: bold; color:{color:text}font-size: 10px; font-family: cambria;}
  141. .person6 {color: {color:text}; padding: 2px;font-size: 10px; font-family: cambria; }
  142. .person6 .label {font-weight: bold; color:{color:text}font-size: 10px; font-family: cambria;}
  143.  
  144.  
  145. .player {background-color: #trans; text-align: left; display:block;}
  146.  
  147. #ssource{margin-left:10px; display:none}
  148.  
  149. #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; }
  150. #perma a {font-size: 9px; font-family: calibri; text-transform: uppercase; color: {color:text}; opacity:5; }
  151. #perma a:hover {opacity:0.6;}
  152.  
  153.  
  154.  
  155.  
  156. #cap {width: 420px; margin-top: -2px;}
  157. .source {display: none;}
  158.  
  159. .notes {width: 420px; padding: 0px; margin-top: 5px; margin-bottom: 1px; font-size: 9px; text-align: center}
  160. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  161. ol.notes li {background-color: {color:entry}; margin-bottom: 1px; padding: 5px; }
  162. .notes img{display: none; border:0px}
  163.  
  164. /* ask */
  165.  
  166. #questionpam{width:450px;
  167. padding:5px;
  168. background-color:{color:bgask} ;
  169. -webkit-border-radius: 5px 5px 5px 5px;
  170. -moz-border-radius: 5px 5px 5px 5px;
  171. border-radius: 5px 5px 5px 5px;}
  172.  
  173. #askerpam{text-align: left;
  174. vertical-align:bottom;
  175. margin-top:-24px;
  176. margin-left:20px;
  177. font-size:15px;
  178. font-family:play;
  179. color:#ccc}
  180.  
  181. #askerpam img{vertical-align:center;
  182. float:left;
  183. max-height:15px;
  184. margin-left: 20px;
  185. margin-right: 5px;
  186. -webkit-border-radius: 60px 0px 60px 60px;
  187. -moz-border-radius: 60px 0px 60px 60px;
  188. border-radius: 60px 0px 60px 60px;
  189. box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);}
  190.  
  191. #setapam {margin-top:-0px;
  192. margin-left:18px;
  193. width: 0;
  194. height: 0;
  195. border-top: 17px solid #eee;
  196. border-left: 17px solid transparent;}
  197.  
  198. /*-✱- efeito by i-nsegur-a [infinithtml] se usar credite ! -✱-*/
  199. .fotinha {position: absolute; margin-left:215px; margin-top: 100px;position:fixed;}
  200. .fotinha img {position:fixed; -webkit-transition: all 0.99s ease-in-out;-webkit-border-radius: 0px 0px 0px 0px; display: block; height:183px; width: 184px; background-color: ; padding:0px;margin-left:0px; margin-top:0px; opacity:1;padding:0px ;border:8px solid {color:bordaft};}
  201. .fotinha img:hover{opacity:0.9; -webkit-transition: all 0.99s ease-in-out;}
  202. /*-✱- efeito by i-nsegur-a [infinithtml] se usar credite ! -✱-*/
  203.  
  204. .links {z-index:50;padding: 5px ;text-align:center; position:fixed; text-transform:uppercase; letter-spacing:5px; font-size:11px; font-family:calibri; margin-left:0px; margin-top:234px; width:150px; ;background-color:{color:bordaft};opacity: 0.;border-left:0px solid {color:bordaft}; border-bottom:0px solid {color:bordaft}; padding:0 0px;padding-left:0px;letter-spacing: 0px;border-radius: 00px 00px 00px 00px;};font-style:normal; }
  205. .links a {color:{color:babyboylink};text-transform:none;}
  206.  
  207. .links a:hover{box-shadow: inset 55px 0px #trans; color: #ffffff;}
  208.  
  209.  
  210. #pepu {position:fixed; font-family:cambria; width:180px; font-size:12px; text-align:center;margin-top:317px;margin-left:215px;color:{color:textside};z-index:999;background-color:{color:bordaft};height: 15px;line-height:15px;}
  211. #pepu a:hover {opacity:0.6;}
  212.  
  213. #pepu2 {position:fixed; font-family:cambria; width:180px; font-size:12px; text-align:center;margin-top:347px;margin-left:160px;color:{color:textside};z-index:999;background-color:#trans;height: 15px;line-height:15px;}
  214. #pepu2 a:hover {opacity:0.6;}
  215.  
  216.  
  217.  
  218. #description {background-color:{color:bordaft};position: fixed; width:200px;height:auto; z-index:10; margin-left:215px; margin-top:300px; text-align:left;font-family:calibri;font-size:13px;color:{color:textside};border-top:0px solid #fcfcfc;border-bottom:0px solid{color:bordaft};padding: 0px; letter-spacing:0px; padding-bottom:0px;padding-top:0px;padding-left:0px;text-transform: none; -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;;opacity: 2.;text-transform:italic;font-style:italic}
  219.  
  220.  
  221. #scrollToTop:link,#scrollToTop:visited { color: transparent; background-color: transparent; display: none; position: fixed; top: 545px; right: 275px;}
  222.  
  223. /*********helpdesigns******/
  224. #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******/
  225.  
  226.  
  227. </style>
  228.  
  229. <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>
  230.  
  231. <script type="text/javascript"
  232. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  233. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  234. <script>
  235. (function($){
  236.  
  237. $(document).ready(function(){
  238. $("[title]").style_my_tooltips();
  239. });
  240. })(jQuery);
  241. </script>
  242.  
  243.  
  244. </head>
  245. <body onkeydown="return false">
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254. <div id="sidebar">
  255.  
  256. <div id="pepu">{text:titulo}</div>
  257. <div id="pepu2"> ♡ ♡ ♡ ♡ ♡ ♡ </div>
  258.  
  259.  
  260. <div id="description"><center>{description}</center></div>
  261.  
  262.  
  263. <div class="fotinha">
  264. <img src="{image:sidebar}">
  265.  
  266. <div class="links">
  267. <div class="this">
  268.  
  269. <! - - LINKS AQUI - - !>
  270. <a href="{text:Link1}">{text:Link1 Title}</a>
  271. <a href="{text:Link2}">{text:Link2 Title}</a>
  272. <a href="{text:Link3}">{text:Link3 Title}</a>
  273. <a href="{text:Link4}">{text:Link4 Title}</a></div>
  274. </DIV>
  275. </div>
  276. </div>
  277. </div>
  278. </div>
  279.  
  280.  
  281.  
  282.  
  283. <div id="allboxes">
  284.  
  285. {block:IfRolagemInfinita}<div class="autopagerize_page_element">
  286. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfRolagemInfinita}
  287. {block:Posts}
  288.  
  289. <div class="entry">
  290.  
  291.  
  292. {block:Text}
  293. {block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  294.  
  295. {block:Photo}
  296. {LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  297.  
  298. {block:Photoset}
  299. <center>{Photoset-500}</center>{/block:Photoset}
  300.  
  301. {block:Quote}
  302. <div id="postquote">“{Quote}”</div><br>
  303. {block:Source}<div id="sourcequote"> — {Source}</div>{/block:Source}
  304. {/block:Quote}
  305.  
  306. {block:Link}
  307. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  308. {block:Description}{Description}{/block:Description}
  309. {/block:Link}
  310.  
  311. {block:Chat}
  312. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  313. <div class="chat"><ul>{block:Lines}
  314. <li class="person{UserNumber}">{block:Label}
  315. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  316. {/block:Chat}
  317.  
  318. {block:Audio}
  319. <div class="player">{AudioPlayerBlack}</div>
  320. {block:Caption}{Caption}{/block:Caption}
  321. {/block:Audio}
  322.  
  323. {block:Video}
  324. {Video-420}{/block:Video}
  325.  
  326. {block:Answer}
  327. <div id="questionpam">{Question}</div>
  328. <div id="setapam"></div>
  329. <br>
  330. <div id="askerpam"><img src="{AskerPortraitURL-24}">{Asker}</div>
  331. {Answer}
  332. {/block:Answer}
  333.  
  334.  
  335. <div id="cap">
  336. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  337. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  338. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  339.  
  340. <div id="ssource">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  341. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  342. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  343. {/block:ContentSource}</div></div> <div id="perma">
  344. {block:Date} {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} {block:NoteCount} · <a href="{Permalink}">{NoteCount} notes</a>{/block:NoteCount} · {block:RebloggedFrom}<a href="{ReblogParentURL}"> via </a> · {/block:RebloggedFrom}{block:RebloggedFrom} <a href="{ReblogRootURL}" title="{ReblogRootTitle}"> inventor · </a> {/block:RebloggedFrom} <a href="{ReblogURL}" target="_blank">reblog bitch</a> {/block:NoteCount}
  345. </div></div>
  346.  
  347. {/block:Posts}
  348.  
  349. </div>
  350. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  351.  
  352. <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>
  353.  
  354. </div>
  355. </div>
  356. </div>
  357. </div>
  358. </div>
  359.  
  360.  
  361. </body>
  362.  
  363.  
  364.  
  365.  
  366.  
  367. </html>
Advertisement
Add Comment
Please, Sign In to add comment