Advertisement
fn-themes

theme-10

Aug 16th, 2012
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.50 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html>
  3.  
  4. <!-- html feito por pr-inceso!
  5. não retire nada dessa porra.
  6. se modificar nao disponibilize ok?
  7. e pelo amor de deus, nao tire o caralho dos creditos.
  8. não ligue pros palavroes, mas é porque dá raiva.
  9. bom uso, cuide bem do meu theme :( s2-->
  10.  
  11. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  12.  
  13. <head>
  14. <link href='http://fonts.googleapis.com/css?family=Advent+Pro' rel='stylesheet' type='text/css'>
  15. <!-- DEFAULT VARIABLES -->
  16. <meta name="color:background" content="#696969" />
  17. <meta name="color:post" content="#000" />
  18. <meta name="color:bgfrase" content="#000" />
  19. <meta name="color:text" content="#fff" />
  20. <meta name="color:link" content="#fff" />
  21. <meta name="color:links" content="#fff" />
  22. <meta name="color:textofrase" content="#fff" />
  23. <meta name="color:descricao" content="#fff" />
  24. <meta name="color:scrollbg" content="#696969" />
  25. <meta name="color:sidebar" content="#000" />
  26.  
  27.  
  28. <meta name="image:background" content="" />
  29. <meta name="image:sidebar" content="http://25.media.tumblr.com/tumblr_m8nmm1wWdn1qiqy8mo1_250.png" />
  30.  
  31. <meta name="text:Link1" content="/" />
  32. <meta name="text:Link1 Title" content="link1" />
  33. <meta name="text:Link2" content="/" />
  34. <meta name="text:Link2 Title" content="link2" />
  35. <meta name="text:Link3" content="/" />
  36. <meta name="text:Link3 Title" content="link3" />
  37. <meta name="text:Link4" content="/" />
  38. <meta name="text:Link4 Title" content="link4" />
  39. <meta name="text:Link5" content="/" />
  40. <meta name="text:Link5 Title" content="link5" />
  41.  
  42. <meta name="text:frase" content="frase lecal marujo" />
  43.  
  44. <title>{Title}</title>
  45. <link rel="shortcut icon" href="{Favicon}">
  46. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  47. {block:Description}
  48. <meta name="description" content="{MetaDescription}" />
  49. {/block:Description}
  50.  
  51. <link href='http://fonts.googleapis.com/css?family=Megrim' rel='stylesheet' type='text/css'>
  52.  
  53. <style type="text/css">
  54.  
  55. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  56. 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; }
  57.  
  58. a {color: {color:link}; text-decoration: none; text-transform: none;}
  59. a:hover {color: {color:link hover}; background-color: transparent; text-decoration: none;}
  60.  
  61. p {margin: 6px 0 0 0}
  62.  
  63. blockquote {margin: 5px 5px 5px 5px; border-left: 6px solid {color:background}; padding-left: 5px; }
  64. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:background};}
  65. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  66. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  67.  
  68. blockquote img{max-width: 470px!important}
  69. blockquote blockquote img{max-width: 450px!important}
  70. blockquote blockquote blockquote img{max-width: 430px!important}
  71. blockquote blockquote blockquote blockquote img{max-width: 410px!important} padding-left:0px; border-bottom:0px;}
  72.  
  73. #all {text-align: center; width: 1635px; margin: 20px auto 20px auto; padding: 0px; }
  74.  
  75. #allboxes {float: left; margin-left: 381px; margin-top:0px; }
  76.  
  77. .entry {width:400px; background-color: {color:post}; padding: 8px; margin-bottom: 1px; text-align: justify; font-family: verdana; font-size: 11px; position: relative; z-index:1000}
  78. .entry:hover #info {opacity:1}
  79.  
  80. h1 {font-family: calibri; text-align: center; font-size: 16px; text-transform: normal; color: {color:text}; font-weight: normal; line-height: 18px;}
  81. h1 a {text-align: center; font-size: 16px; text-transform: normal; color: {color:text}; font-weight: normal; line-height: 18px;}
  82. h1 a:hover {text-align: center; font-size: 16px; text-transform: normal; color: {color:text}; font-weight: normal; line-height: 18px;}
  83.  
  84. .image {text-align: center; border: 0px;}
  85. .image img {max-width: 400px; opacity:1;margin-bottom: 2px; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; }
  86. .image img:hover{opacity:0.8;}
  87.  
  88. .quote {font-family: calibri; text-align: justify; font-size: 12px; line-height: 15px; padding: 3px;}
  89. .quotesource { font-size: 9px; text-align: right; text-transform: none; margin-bottom: 5px;}
  90. .quotesource a{opacity:1;text-transform: none; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out;}
  91. .quotesource a:hover{opacity: 0.8;}
  92.  
  93. .chat {line-height: 13px; list-style: none }
  94. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  95. .person1 {color: {color:text}; padding: 2px; }
  96. .person1 .label {font-weight: bold; color:{color:text}}
  97. .person2 {color: {color:text}; padding: 2px; }
  98. .person2 .label {font-weight: bold; color:{color:text};}
  99.  
  100. .player {background-color: #000; text-align: left; display:block;}
  101.  
  102. .video {width:400px}
  103.  
  104. .asker {width:400px; text-align:right; text-transform:lowercase; color:{color:text}; opacity:0.8;}
  105. .asker a {color:{color:text};}
  106. .asker img {float:left; margin-left:400px; vertical-align:top; margin-right:3px; max-height:15px;}
  107.  
  108. .asking {text-align:center; color:{color:text}; font:9px verdana; text-transform:none;}
  109. .asking a{color:{color:text};}
  110. .asking img {width:58px; vertical-align:middle; background-color:{color:background}; padding:3px;}
  111.  
  112. #info {font-family: calibri; margin-top:-15px; height:auto; text-transform:uppercase; opacity:0; text-align: center; color:{color:link}; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  113. #info a {font-size: 9px; border-bottom:-1px solid #fff;font-family: calibri; text-transform:uppercase; color:{color:link}; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  114. #info a:hover{letter-spacing: 1px;}
  115.  
  116. .tags {color: {color:text}; font-size:0px; font-family:calibri; text-transform:uppercase; display: inline; list-style: none}
  117. .tags a {font-size:0px; display: inline; list-style: none;}
  118.  
  119. #cap {width: 400px; margin-top: -2px;}
  120. .source {display: none;}
  121.  
  122. .notes {width: 400px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: left}
  123. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  124. ol.notes li {background-color: {color:post}; margin-bottom: 1px; padding: 5px; }
  125. .notes img{display: none; border:0px}
  126.  
  127. #sidebar {position: fixed; margin: 0px 0px 0px 100px;}
  128.  
  129. #sidebar img {position:fixed; margin-top:205px; margin-left:-50px; z-index:0; height:250px; width:200px; opacity:1 ;z-index:300; border:4px solid transparent; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; border:3px solid {color:sidebar};}
  130. #sidebar img:hover{opacity: 0.8;}
  131.  
  132.  
  133. #credit {width: 170px; margin-left: 1170px; height: 9px; margin-top:560px; text-align: center; font-size: 9px; position:fixed; padding: 4px; font-family:tahoma; color:{color:text}; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; }
  134.  
  135. .credit {margin-top: -2px;letter-spacing: 0px; text-align: center; font-family: tahoma; font-size: 10px; color:#000; }
  136. .credit a{color:opacity:1;{color:frasefoto}; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  137. .credit a:hover{opacity:0.7;}
  138. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  139.  
  140.  
  141. .link { float:top; width: 205.5px; line-height:25px; margin-top: 461px; text-align: center; position: fixed; margin-left:-50px;z-index:1500; background-color:{color:sidebar}; }
  142. .link a {text-transform:uppercase;font-family:"tinytots"; font-size:8px; opacity:0.6;z-index:1500; color:{color:links}; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out;}
  143. .link a:hover {opacity:1;}
  144.  
  145. #justin {position:fixed; opacity:1; letter-spacing:1px;font-family:"Homenaje"; font-size:15px; text-transform:uppercase; margin-top:175px; margin-left:-50px; width:206px; height:30px; line-height:29px; z-index:300; overflow:hidden; background-color:{color:bgfrase}; color:{color:textofrase}; text-shadow: 0.1em 0.1em 0.2em {color:textofrase}; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out;}
  146. #justin:hover{opacity:1; text-shadow: 0.0em 0.0em 0.0em #fff;}
  147.  
  148. .descr {text-align: center; height: auto; font-size: 9px; font-family: verdana; position: fixed; margin-left: -0px; line-height: 16px; width: 195.5px; background-color: {color:sidebar}; color: {color:descricao}; padding: 5px; margin-top: 1px; background-attachment: fixed;}
  149.  
  150.  
  151. .oizinho {position:fixed; font-family: 'Agency FB'; height:0px; margin-left: 160px; margin-top: 450px; font-size: 40px; z-index: 5330; }
  152. .oizinho a {background-color: transparent }
  153. .oizinho a:hover {color: ;}
  154.  
  155. .oizinho2 {position:fixed; font-family: 'Agency FB'; height:0px; margin-left: 180px; margin-top: 450px; font-size: 40px; z-index: 5330; }
  156. .oizinho2 a {background-color: transparent}
  157. .oizinho2 a:hover {color: ;}
  158.  
  159. .pagina{font-family:calibri; font-size:60; z-index:9999999999;position: fixed;margin-top: 280px; margin-left: 800px; width: 0px; height: 0px;}
  160. .pagina a{opacity:0.4; color:{color:links}; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out;}
  161. .pagina a:hover{opacity:0.7; text-shadow: 0.03em 0.03em 0.03em {color:links};}
  162.  
  163. .pagina2{font-family:calibri; font-size:60; position: fixed; margin-top: 280px; margin-left: 347px; width: 0px; height: 0px; z-index:999999;}
  164. .pagina2 a{opacity:0.4; color:{color:links}; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out;}
  165. .pagina2 a:hover{opacity:0.7; text-shadow: 0.03em 0.03em 0.03em {color:links};}
  166. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  167. #tumblr_controls{position: fixed!important}
  168. #tumblr_controls{position: fixed!important}
  169. #tumblr_controls{position: fixed!important}
  170. #tumblr_controls{position: fixed!important}
  171.  
  172. ::-webkit-scrollbar{width:6px;height:5px;}
  173. ::-webkit-scrollbar-button:start:decrement
  174. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  175. ::-webkit-scrollbar-track-piece{background-color: {color:scrollbg}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  176. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  177. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  178.  
  179. </style>
  180.  
  181. <body>
  182.  
  183. <div id="all">
  184. <div id="sidebar">
  185.  
  186. <div id="sid">
  187.  
  188. <div id="sibimg"><img src="{image:sidebar}">
  189. </div>
  190. </div>
  191.  
  192. <div class="link">
  193. <a href="{text:Link1}">{text:Link1 Title}</a> ·
  194. <a href="{text:Link2}">{text:Link2 Title}</a> ·
  195. <a href="{text:Link3}">{text:Link3 Title}</a> ·
  196. <a href="{text:Link4}">{text:Link4 Title}</a> ·
  197. <a href="{text:Link5}">{text:Link5 Title}</a>
  198.  
  199. <div class="descr">{Description}</div>
  200. </div>
  201. <div id="justin">{text:frase}
  202. </div>
  203.  
  204.  
  205. </div>
  206. <div class="pagina">{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}</div>
  207.  
  208. <div class="pagina2">{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}</div>
  209.  
  210. </div>
  211. </font>
  212.  
  213.  
  214.  
  215. <div id="credit"><div class: "credit"></a></a> theme by<a href="http://pr-inceso.tumblr.com/" title="don't copy or fuck this."> pr-inceso </a><font color="#FF0000">©</font></a></div></font>
  216.  
  217. </div>
  218. </div>
  219.  
  220. <div id="allboxes">
  221.  
  222. {block:Posts}
  223.  
  224. <div class="entry">
  225.  
  226. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  227.  
  228. {block:Photo}<img src="{PhotoURL-400}">{/block:Caption}{/block:Photo}
  229.  
  230. {block:Photoset}{Photoset-400}{/block:Photoset}
  231.  
  232. {block:Quote}
  233. <big><div class="quote"><big>“</big>{Quote}<big>”</big></div>
  234. {block:Source}<div class="quotesource">— {Source}</div></big>
  235. {/block:Source}
  236. {/block:Quote}
  237.  
  238. {block:Link}
  239. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  240. {block:Description}{Description}{/block:Description}
  241. {/block:Link}
  242.  
  243. {block:Chat}
  244. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  245. <div class="chat"><ul>{block:Lines}
  246. <li class="person{UserNumber}">{block:Label}
  247. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  248. {/block:Chat}
  249.  
  250. {block:Audio}
  251. <div class="player">{AudioPlayerBlack}</div>
  252. {block:Caption}{Caption}{/block:Caption}
  253. {/block:Audio}
  254.  
  255. {block:Video}
  256. {Video-400}
  257. {block:Caption}{Caption}{/block:Caption}
  258. {/block:Video}
  259.  
  260. {block:Answer}
  261. <table width="400px" cellspacing="0" cellpadding="0">
  262. <tr>
  263. <td width="450px" class="question">{Question}</td>
  264. <td width="30px"><span class="questionarrow">
  265. </span></td>
  266. <td width="74px" class="asking"><img src="{AskerPortraitURL-64}"><br>{Asker}</td>
  267. </tr>
  268. </table>
  269. <div class="answer">{Answer}</div>
  270. {/block:answer}
  271.  
  272.  
  273. <div id="cap">
  274. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  275. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  276. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  277.  
  278. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  279. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  280. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  281. {/block:ContentSource}</div></div>
  282. <br>
  283.  
  284. <div class="notes">{PostNotes}</div>
  285.  
  286. <div id="info">{block:Date}
  287. {block:NoteCount} <a href="{Permalink}">{TimeAgo}</a> <small>·</small> <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} <small>·</small> <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}{block:RebloggedFrom} <small>·</small> (<a href="{ReblogParentURL}"><a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}{block:ContentSource}/<a href="{SourceURL}">source</a>){/block:ContentSource}
  288. <div class="tags">{block:HasTags}{block:Tags}<a href="{TagURL}"> #{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}
  289. {/block:RebloggedFrom}
  290. </div></div>
  291. </div>{/block:Date}
  292.  
  293.  
  294. {/block:Posts}
  295. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  296.  
  297. </div>
  298. </div>
  299. </div>
  300. </div>
  301. </div>
  302. </div>
  303. <script type="text/javascript"> Cufon.now(); </script>
  304. </body>
  305. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement