Advertisement
fn-themes

theme-30

Oct 2nd, 2012
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.30 KB | None | 0 0
  1.  
  2.  
  3.  
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html>
  6.  
  7. <!-- html feito por pr-inceso!
  8. não retire nada dessa porra.
  9. se modificar nao disponibilize ok?
  10. e pelo amor de deus, nao tire o caralho dos creditos.
  11. não ligue pros palavroes, mas é porque dá raiva.
  12. bom uso, cuide bem do meu theme :( s2-->
  13.  
  14. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  15.  
  16. <head>
  17. <link href='http://fonts.googleapis.com/css?family=Advent+Pro' rel='stylesheet' type='text/css'>
  18.  
  19.  
  20. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/BH7lio0yf/jquery.js"></script>
  21. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/RhUlio0y7/lazyload.js"></script>
  22. <script type="text/javascript" charset="utf-8">
  23. var $j = jQuery.noConflict();
  24. $j(function() {
  25. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  26. $j("img").lazyload({
  27. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  28. effect: "fadeIn",
  29. });
  30. });
  31. </script>
  32.  
  33. <link href='http://fonts.googleapis.com/css?family=Engagement' rel='stylesheet' type='text/css'>
  34.  
  35. <link href='http://fonts.googleapis.com/css?family=Cabin+Condensed' rel='stylesheet' type='text/css'>
  36.  
  37. <!-- DEFAULT VARIABLES -->
  38. <meta name="color:background" content="#fff" />
  39. <meta name="color:post" content="#fff" />
  40. <meta name="color:ask" content="#eee" />
  41. <meta name="color:text" content="#000" />
  42. <meta name="color:link" content="#000" />
  43. <meta name="color:links" content="#000" />
  44. <meta name="color:descr" content="#000" />
  45. <meta name="color:frase" content="#000" />
  46.  
  47. <meta name="image:background" content="" />
  48. <meta name="image:sidebarpic" content="http://25.media.tumblr.com/tumblr_mayrrjWBlc1qiqy8mo1_250.png" />
  49.  
  50. <meta name="text:Link1" content="/" />
  51. <meta name="text:Link1 Title" content="link1" />
  52. <meta name="text:Link2" content="/" />
  53. <meta name="text:Link2 Title" content="link2" />
  54. <meta name="text:Link3" content="/" />
  55. <meta name="text:Link3 Title" content="link3" />
  56. <meta name="text:Link4" content="/" />
  57. <meta name="text:Link4 Title" content="link4" />
  58. <meta name="text:Link5" content="/" />
  59. <meta name="text:Link5 Title" content="link5" />
  60. <meta name="text:frase" content="uma frase aqui" />
  61. <meta name="text:frase2" content="e outra frase aqui" />
  62.  
  63.  
  64. <title>{Title}</title>
  65. <link rel="shortcut icon" href="{Favicon}">
  66. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  67. {block:Description}
  68. <meta name="description" content="{MetaDescription}" />
  69. {/block:Description}
  70.  
  71. <link href='http://fonts.googleapis.com/css?family=Megrim' rel='stylesheet' type='text/css'>
  72.  
  73. <style type="text/css">
  74.  
  75. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  76. body {background-color: {color:background}; font-family: verdana; color: {color:text}; text-align: center; font-size: 11px; background-image:url('{image:background}'); background-attachment: fixed;background-repeat: no-repeat; opacity:0.8;}
  77.  
  78. a {color: {color:link}; text-decoration: none; text-transform: none;-webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out;}
  79. a:hover {color: {color:link hover}; background-color: transparent; text-decoration: none;}
  80.  
  81. p {margin: 6px 0 0 0}
  82.  
  83. blockquote {margin: 5px 5px 5px 5px; border-left: 6px solid {color:background}; padding-left: 5px; }
  84. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:background};}
  85. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  86. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  87.  
  88. blockquote img{max-width: 470px!important}
  89. blockquote blockquote img{max-width: 450px!important}
  90. blockquote blockquote blockquote img{max-width: 430px!important}
  91. blockquote blockquote blockquote blockquote img{max-width: 410px!important} padding-left:0px; border-bottom:0px;}
  92.  
  93. #all {text-align: center; width: 1635px; margin: 20px auto 20px auto; padding: 0px; }
  94.  
  95. #allboxes {float: left; margin-left: 391px; margin-top:0px; }
  96.  
  97. .entry {width:500px; background-color: {color:post}; padding: 8px; margin-bottom: 1px; text-align: justify; font-family: verdana; font-size: 11px; position: relative; z-index:1000;
  98. -webkit-transition:all 0.5s ease-out;
  99. -moz-transition:all 0.5s ease-out;
  100. transition:all 0.5s ease-out;
  101. }
  102. .entry:hover #info {opacity:1;border-left:6px solid {color:link};}
  103.  
  104. h1 {font-family: agency fb; text-align: center; font-size: 20px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  105. h1 a {text-align: center; font-size: 20px; text-transform: normal; color: {color:text}; font-weight: normal; line-height: 18px;}
  106. h1 a:hover {text-align: center; font-size: 20px; text-transform: normal; color: {color:text}; font-weight: normal; line-height: 18px;}
  107.  
  108. .image {text-align: center; border: 0px;}
  109. .image img {max-width: 500px; width:500px;opacity:1;margin-bottom: 4px; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; }
  110. .image img:hover{opacity:1;}
  111.  
  112. .quote {font-family: calibri; text-align: justify; font-size: 13px; line-height: 15px; padding: 3px;}
  113. .quotesource { font-size: 9px; text-align: right; text-transform: none; margin-bottom: 5px;}
  114. .quotesource a{opacity:1;text-transform: none; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out;}
  115. .quotesource a:hover{opacity: 0.8;}
  116.  
  117. .chat {line-height: 13px; list-style: none }
  118. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  119. .person1 {color: {color:text}; padding: 2px; }
  120. .person1 .label {font-weight: bold; color:{color:text}}
  121. .person2 {color: {color:text}; padding: 2px; }
  122. .person2 .label {font-weight: bold; color:{color:text};}
  123.  
  124. .player {background-color: #000; text-align: left; display:block;}
  125.  
  126. .video {width:400px}
  127.  
  128. /*** Stilo da Ask por things-to-help-you **/
  129. .pergunta {background: {color:ask}; padding: 11px; margin-top: 0px; border-bottom: 1px solid #; margin-left: 0px;margin-right: 0;overflow: hidden; text-shadow: 0px 1px 1px #; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;}
  130. .perguntou {display: inline-block; letter-spacing: 1px; text-transform:uppercase;font-family: 'Play', sans-serif; font-size: 8px; background: {color:text}; padding-left: 20px; padding-right: 5px; margin-top: -0px; border-bottom: 1px solid {color:text}; margin-left: 20px;margin-right: -11px; text-shadow: 0px 1px 1px #;color: {color:background}; margin-bottom: 7px; -webkit-border-top-right-radius: 10px; -webkit-border-bottom-right-radius: 10px; -moz-border-radius-topright: 10px; -moz-border-radius-bottomright: 10px; border-top-right-radius: 10px; border-bottom-right-radius: 10px;}
  131. .perguntou g {font-size: 11px;color:{color:background};}
  132. .perguntou a {color:{color:background};}
  133. .askfoto {position: absolute; z-index: 1000; display: inline-block; margin-top: -10px; margin-left: 2px; -webkit-border-radius: 23px;Â -moz-border-radius: 23px; border-radius: 23px;}
  134. .askfoto:hover {opacity: 0.9;}
  135.  
  136. /*-----------------------------------------------------------------------*/
  137.  
  138. #info {font-family: consolas; margin-top:-15px; height:auto; text-transform:uppercase; opacity:.8; text-align: center; color:{color:link}; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out;}
  139. #info a {letter-spacing:1px;font-size: 10px;font-family: consolas; text-transform:uppercase; color:{color:link}; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out;}
  140. #info a:hover{font-weight:bold;}
  141. #info:hover {opacity:1;}
  142.  
  143. .tags {color: {color:text}; font-size:0px; font-family:calibri; text-transform:uppercase; display: inline; list-style: none}
  144. .tags a {font-size:0px; display: inline; list-style: none;}
  145.  
  146. #cap {width: 400px; margin-top: -2px;}
  147. .source {display: none;}
  148.  
  149. .notes {width: 400px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: left}
  150. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  151. ol.notes li {background-color: {color:post}; margin-bottom: 1px; padding: 5px; }
  152. .notes img{display: none; border:0px}
  153.  
  154.  
  155. /*-----------------------------------------------------------------------*/
  156. #sidebar {position: fixed; margin: 0px 0px 0px 100px;-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out;}
  157.  
  158. #sidebar img {position:fixed; margin-top:47px; margin-left:-32px; z-index:330; height:280px; width:200px ;z-index:2; border:9px double {color:links};}
  159.  
  160.  
  161. /*-----------------------------------------------------------------------*/
  162.  
  163. #credit {width:auto;margin-left: 1220px; height:auto; margin-top:588px; text-align: center; font-size: 9px; position:fixed; padding: 4px; font-family:tahoma; background-color:#000; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; }
  164. #credit a{color:#fff;}
  165. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  166.  
  167.  
  168. /*-----------------------------------------------------------------------*/
  169.  
  170. .teamomoh {text-align: center; height: 30px; font-size: 11px; font-family: calibri; position: fixed; margin-left:68px; line-height: 10px; width: 219px; background-color:{color:background}; color: {color:descr}; padding-top: 4px; margin-top: 345px; background-attachment: fixed;z-index:0; }
  171.  
  172. /*-----------------------------------------------------------------------*/
  173.  
  174. .link { margin-left:68px; margin-top: 384px; text-align: center; position: fixed;}
  175.  
  176. .link a {float: left; width: 43.57px; text-transform:none;height:auto; font-family:Cabin Condensed; padding:0px;line-height:13px; text-align:center; font-size:11px; opacity:1;z-index:1500; background-color:{color:background};color:{color:links};}
  177.  
  178. .link a:hover{background-color:{color:links};color:{color:background}; }
  179.  
  180. /*-----------------------------------------------------------------------*/
  181.  
  182. #jumenta {position:fixed; opacity:1;letter-spacing:0px;font-family:"Engagement"; font-size:29px; text-transform:none; margin-top:0px; margin-left:68px; width:219px; line-height:29px; z-index:300; background-color:transparent; color:{color:frase}; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out;text-align:right;}
  183. #jumenta:hover{opacity:1; }
  184.  
  185. #jumenta2 {position:fixed; opacity:1;text-align:left;letter-spacing:0px;font-family:"Cabin Condensed"; font-size:12px; text-transform:; margin-top:30px; margin-left:68px; width:219px; line-height:16px; z-index:300; background-color:transparent; color:{color:frase}; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out;padding-left:6px;}
  186. #jumenta2:hover{opacity:1; }
  187.  
  188. /*-----------------------------------------------------------------------*/
  189.  
  190. .pag {position:absolute; bottom:-340px; left:168px; z-index:99999999999}
  191.  
  192.  
  193. .active_page {font-size:7px; letter-spacing:px;line-height:15px;padding:2px; font-family:verdana; opacity:1; background-color:{color:text}; color:{color:post};z-index:99999999999}
  194.  
  195. .jump_page {font-size:7px; font-weight:bold;letter-spacing:px;line-height:15px;padding:2px; font-family:verdana; opacity:1; background-color:{color:post}; color:{color:text};z-index:99999999999}
  196. .jump_page:hover {opacity:0.8;}
  197.  
  198. /*-----------------------------------------------------------------------*/
  199.  
  200. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  201. #tumblr_controls{position: fixed!important}
  202. #tumblr_controls{position: fixed!important}
  203. #tumblr_controls{position: fixed!important}
  204. #tumblr_controls{position: fixed!important}
  205.  
  206. ::-webkit-scrollbar{width:0px;height:0px;}
  207. ::-webkit-scrollbar-button:start:decrement
  208. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  209. ::-webkit-scrollbar-track-piece{background-color: transparent; -webkit-border-radius:0px;-webkit-border-bottom-right-radius:10px;-webkit-border-bottom-left-radius:0px;border-radius:0%;}
  210. ::-webkit-scrollbar-thumb:vertical{height:0px; opacity:0.8;background-color:transparent};-webkit-border-radius:0px;}
  211. ::-webkit-scrollbar-thumb:horizontal{width:0px; opacity:0.8;background-color:transparent;-webkit-border-radius:px;}
  212.  
  213. </style>
  214. <body>
  215.  
  216. <div id="all">
  217. <div id="sidebar">
  218.  
  219. <div id="sid">
  220.  
  221. <div id="sibimg"><div class="pag">
  222. {block:JumpPagination length="2"}{block:CurrentPage}<span><a href="#" class="active_page">{PageNumber}</a></span> {/block:CurrentPage}{block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a> {/block:JumpPage}{/block:JumpPagination}
  223. </div><img src="{image:sidebarpic}">
  224.  
  225.  
  226.  
  227. </div>
  228.  
  229. </div>
  230.  
  231. </div>
  232.  
  233. <div class="link">
  234. <a href="{text:Link1}">{text:Link1 Title}</a>
  235. <a href="{text:Link2}">{text:Link2 Title}</a>
  236. <a href="{text:Link3}">{text:Link3 Title}</a>
  237. <a href="{text:Link4}">{text:Link4 Title}</a>
  238. <a href="{text:Link5}">{text:Link5 Title}</a></div>
  239.  
  240. <div class="teamomoh">{Description}
  241. </div>
  242.  
  243. </div>
  244.  
  245. </div>
  246. </font>
  247.  
  248.  
  249.  
  250. <div id="jumenta">{text:frase}
  251. </div>
  252. <div id="jumenta2">{text:frase2}
  253. </div>
  254. <div id="credit"><a href="http://pr-inceso.tumblr.com/" title="ask by things-to-help-you"> THEME BY PR-INCESO </a></div>
  255.  
  256. </div>
  257. </div>
  258.  
  259. <div id="allboxes">
  260.  
  261. {block:Posts}
  262.  
  263. <div class="entry">
  264.  
  265. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  266.  
  267. {block:Photo}<div class="image"><img src="{PhotoURL-500}"></div>{/block:Caption}{/block:Photo}
  268.  
  269. {block:Photoset}<div class="image">{Photoset-500}</div>{/block:Photoset}
  270.  
  271. {block:Quote}
  272. <big><div class="quote"><big>“</big>{Quote}<big>”</big></div>
  273. {block:Source}<div class="quotesource">— {Source}</div></big>
  274. {/block:Source}
  275. {/block:Quote}
  276.  
  277. {block:Link}
  278. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  279. {block:Description}{Description}{/block:Description}
  280. {/block:Link}
  281.  
  282. {block:Chat}
  283. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  284. <div class="chat"><ul>{block:Lines}
  285. <li class="person{UserNumber}">{block:Label}
  286. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  287. {/block:Chat}
  288.  
  289. {block:Audio}
  290. <div class="player">{AudioPlayerBlack}</div>
  291. {block:Caption}{Caption}{/block:Caption}
  292. {/block:Audio}
  293.  
  294. {block:Video}
  295. {Video-400}
  296. {block:Caption}{Caption}{/block:Caption}
  297. {/block:Video}
  298.  
  299. {block:Answer}
  300. <div class="caixa">
  301. <div class="pergunta">
  302. {Question}
  303. </div>
  304. <img src="{AskerPortraitURL-30}" align="left" class="askfoto">
  305. <div class="perguntou"><g>{Asker}</g> asked at {TimeAgo}</div>
  306. <div class="linha"></div>
  307. {Answer}
  308. </div>
  309. {/block:Answer}
  310.  
  311.  
  312. <div id="cap">
  313. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  314. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  315. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  316.  
  317. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  318. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  319. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  320. {/block:ContentSource}</div></div>
  321. <br>
  322.  
  323. <div class="notes">{PostNotes}</div>
  324.  
  325. <div id="info">{block:Date}
  326. {block:NoteCount} <a href="{Permalink}">{TimeAgo}</a> + <a href="{Permalink}">with {NoteCountWithLabel}</a>{/block:NoteCount} {block:RebloggedFrom} + <a href="{ReblogParentURL}"><a href="{ReblogParentURL}" title="{ReblogParentTITLE}">from</a>{/block:RebloggedFrom}{block:ContentSource} + <a href="{SourceURL}" title="{SourceTitle}">origin</a>{/block:ContentSource}{block:IndexPage} + <a href="{ReblogUrl}" target="_blank" title="reblog baby">reblog</a>{/block:IndexPage}
  327. <div class="tags">{block:HasTags}{block:Tags}<a href="{TagURL}"> #{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}
  328. {/block:RebloggedFrom}
  329. </div></div>
  330. </div>{/block:Date}
  331.  
  332.  
  333. {/block:Posts}
  334. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  335.  
  336. </div>
  337. </div>
  338. </div>
  339. </div>
  340. </div>
  341. </div>
  342.  
  343.  
  344.  
  345.  
  346. </body>
  347. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement