Advertisement
my-foolishlove

51

Jul 4th, 2012
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.84 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. <!--
  3.  
  4. . .o8 oooo
  5. .o8 "888 `888
  6. .o888oo oooo oooo ooo. .oo. .oo. 888oooo. 888 oooo d8b
  7. 888 `888 `888 `888P"Y88bP"Y88b d88' `88b 888 `888""8P
  8. 888 888 888 888 888 888 888 888 888 888
  9. 888 . 888 888 888 888 888 888 888 888 888 .o.
  10. "888" `V88V"V8P' o888o o888o o888o `Y8bod8P' o888o d888b Y8P
  11.  
  12. -->
  13. <head>
  14. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  15.  
  16. <meta name="color:background" content="#eeeeee">
  17. <meta name="color:text" content="#000000">
  18. <meta name="color:link" content="#0000000">
  19. <meta name="color:link hover" content="#888888">
  20. <meta name="font:text" content="#000000">
  21. <meta name="color:post" content="#ffffff">
  22. <title>{title}</title>
  23. <link rel="shortcut icon" href="{favicon}">
  24.  
  25. <style type="text/css">
  26. a {color: {color:link}; text-decoration: none; text-transform: none;}
  27. a:hover {color: {color:link hover}; background-color: transparent; text-decoration: none;}
  28.  
  29. body {background: {color:background};color:{color:text};}
  30. ::-webkit-transition { -webkit-transition:all 0.3s ease-out; -moz-transition:all 0.3s ease-out;}
  31.  
  32. p {margin: 6px 0 0 0}
  33.  
  34. blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:text}; padding-left: 5px; }
  35. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:text};}
  36. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:text}; }
  37. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:text}; }
  38.  
  39. blockquote img{max-width: 470px!important}
  40. blockquote blockquote img{max-width: 450px!important}
  41. blockquote blockquote blockquote img{max-width: 430px!important}
  42. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  43.  
  44. #box {float: left; margin-left: 500px;margin-top: 10px;margin-bottom: 5px;}
  45.  
  46. .boxes {width: 400px; background-color: {color:post};padding: 2px; text-align: justify; font-family: verdana; font-size: 11px;position: relative;border-bottom:2px solid {color:sidebar};margin-bottom:1px;color:{color:text};}
  47. .boxes:hover .etc {opacity:1;}
  48.  
  49. .etc {position:absolute; opacity:0; margin-left:402px; color:{color:text}; padding:2px 10px 2px 5px;font-size: 11px; font-family: gegorgia; margin-top: -2px; width: 100px; -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out; text-align: left; padding: 3px;}
  50. .etc a {color:{color:text};opacity:1;}
  51. .etc a:hover {opacity:1;}
  52.  
  53. h1 {font-family: georgia; text-align: center; font-size: 18px; color: {color:text}; font-weight: normal; line-height: 18px;}
  54. h1 a {text-align: center; font-size: 18px; color: {color:text}; font-weight: normal; line-height: 18px;}
  55. h1 a:hover {text-align: center; font-size: 18px; color: {color:text}; font-weight: normal; line-height: 18px;}
  56.  
  57. .image {text-align: center; border: 0px}
  58. .image img {max-width: 400px; margin-bottom: 1px;-webkit-transition:1.0s;}
  59. .image img:hover {border-radius:20px;opacity:0.5;}
  60.  
  61. .xquote {font-family: georgia; text-align: center; font-size: 14px; line-height: 15px; padding: 3px;margin-left: 10px;}
  62. .xquotesource {text-align: center; text-transform: none; margin-bottom: 5px; font-size: 9px; font-weight: bold;}
  63. .xquotesource a, a:hover{text-transform: none;}
  64.  
  65. .chat {line-height: 13px; list-style: none }
  66. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  67. .person1 {background: {color:background};color: {color:text}; padding: 2px; }
  68. .person1 .label {font-weight: bold; color:{color:text}}
  69. .person2 {color: {color:text}; padding: 2px; }
  70. .person2 .label {font-weight: bold; color:{color:text}}
  71.  
  72. .player {background-color: #000; text-align: left; display:block;}
  73.  
  74. #asker {font-size: 11px; font-family: {font:text}; text-align: justify;}
  75. .answer {padding: 2px}
  76.  
  77. .notes {width: 404px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: left}
  78. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  79. ol.notes li {background-color: {color:post}; margin-bottom: 1px; padding: 5px; }
  80. .notes img{display: none; border:0px}
  81.  
  82. #cap {width: 400px; margin-top: -2px; position: relative;}
  83. .source {display: none;}
  84.  
  85. ::-webkit-scrollbar {background:{color:bg scroll};width:5px;}
  86. ::-webkit-scrollbar-thumb {background:{color:scroll};}
  87.  
  88.  
  89. @font-face {font-family:megrim; src: url('http://static.tumblr.com/l65fqwv/Rmpm4i1q0/megrim.ttf');}
  90.  
  91. /*** Paginação by madlyluv.com ***/
  92.  
  93. #paginal {color:{color:text};font-family: verdana; font-size: 13px; text-align: center;}
  94. #paginal a {font-size:20px;font-family:verdana;background: transparent; margin: 0 1px 0 0; padding: 2px 4px; color: {color:text};}
  95. #paginal a:hover {background: transparent; color: {color:cor links hover};}
  96. #paginal span.pagina_atual {background: {color:background}; margin: 0 1px 0 0; padding: 2px 4px;; color: {color:cor texto sidebar com bgs}; font-weight: bold; text-decoration: none;}
  97. .ps {position:fixed; background-color:transparent; color: {color:text}; padding: 5px; margin-top: 490px; margin-left: 436px; width:auto;height:auto;padding:3px;font-size:20px;font-family:verdana;}
  98.  
  99. #tumblr_controls{position: fixed!important}
  100. #tumblr_controls{position: fixed!important}
  101. #tumblr_controls{position: fixed!important}
  102. #tumblr_controls{position: fixed!important}
  103.  
  104. @font-face { font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  105.  
  106. @font-face {
  107.  
  108. font-family: 'vv';
  109.  
  110. font-style: normal;
  111.  
  112. font-weight: normal;
  113.  
  114. src: local('Give You Glory'), local('GiveYouGlory'), url('http://themes.googleusercontent.com/font?kit=DFEWZFgGmfseyIdGRJAxuJre1ArFO0nxyUXZnjCjpOg') format('woff');
  115.  
  116. }
  117.  
  118.  
  119. .© {position:fixed;font-family:buymore;font-size:11px;margin-top:500px;margin-left:480px;background:{color:sidebar bgs};text-align:center;line-height:13px;padding:3px;margin-top:297px;}
  120. .© a {}
  121. .© a:hover {font-weight:bold;}
  122.  
  123. .photo {position:fixed; width:95px; padding:0px; background-color:{color:sidebar bgs}; overflow: hidden;-webkit-transition: all 1.6s ease; margin-top:0px; margin-left:394px;-webkit-transition-duration:2.0s;margin-top:314px; border-top:5px solid {color:sidebar}; border-left:5px solid {color:sidebar}; border-right:5px solid {color:sidebar}; border-bottom:5px solid {color:sidebar};}
  124. .photo:hover {opacity:0.8;-webkit-transition: all 1.6s ease;}
  125. .photo img {display: block;width:95px; height:96px;-webkit-transition-duration: 0.9s;}
  126. .photo img:hover {-webkit-transform: rotate(360deg);opacity:0.1;}
  127.  
  128. .photo2 {position:fixed; width:120px; padding:0px; background-color:{color:sidebar bgs}; overflow: hidden;-webkit-transition: all 1.6s ease; margin-top:0px;margin-left:270px;-webkit-transition-duration:2.0s;border: 3px solid {color:sidebar bgs};top:52px;height:150px; }
  129. .photo2:hover {opacity:0.8;-webkit-transition: all 1.6s ease;}
  130. .photo2 img {display: block;width:120px; height:150px;}
  131. .photo2 img:hover {-webkit-transform: rotate(360deg);opacity:0.1;}
  132.  
  133.  
  134. .sc {text-align:center;font-family:verdana;font-size:9px;height:50px;overflow:hidden;}
  135. .sc2 {font-family:georgia;font-size:13px;height:50px;overflow:hidden;width:150px;}
  136. .scr {position:fixed;text-align:center;width:154px;padding:1px;background:transparente;height:70px;margin-left:200px;margin-top:200px;font-family:georgia;font-size:10px;}
  137.  
  138. .rs {position:fixed;width:100px;margin-top:10px;margin-left:370px;}
  139. .rs img {display:block;background:{color:sidebar bgs};margin-bottom:1px;padding:5px 5px 4px;opacity:.3;-webkit-transition:all .5s ease-out;border-radius:190px;}
  140. .rs img:hover {opacity:.4;-webkit-transform: rotate(-360deg);font-family:georgia;font-size:10px;}
  141. .scr a {font-family:georgia;font-size:10px;font-style:italic;}
  142. .scr a:hover {opacity:.5;}
  143.  
  144. .l {width:230px;position:fixed;margin-left:210px;margin-top:230px;}
  145. .l a {font-family:verdana;display:block;float:left;background:{color:bg links sidebar};color:{color:bg links sidebar};margin-bottom:1px;width:11px;padding:3px;height:11px;overflow:hidden;margin-left:1px;font-size:9px;text-transform:lowercase;border-radius:90px;line-height:15px;-webkit-transition-duration:1.0s;}
  146. .l a:hover {font-weight:bold;height:100px;background:{color:bg links sidebar hover};color:{color:cor links sidebar hover}}
  147.  
  148. .d {font-size:120px;text-align:center;position:fixed; width:240px; padding:0px; background-color:{color:sidebar bgs}; overflow: hidden; margin-top:0px; margin-left:147px;border-left: 3px solid {color:sidebar bgs};border-bottom: 3px solid {color:sidebar bgs};border-top: 3px solid {color:sidebar bgs};height:150px;opacity:0;color:{color:cor texto sidebar com bgs};font-family:tinytots;line-height:150px;top:52px;}
  149. .d a {color:{color:cor texto sidebar com bgs};font-family:verdana;font-size:9px;letter-spacing:0px;font-weight:bold;}
  150. .d a:hover {font-weight:bold;}
  151. .d:hover {opacity:0.3;}
  152.  
  153. .links {position:fixed;width:150px;margin-left:394px;margin-top:377px;top:52px;}
  154. .links a {display:block;margin-bottom:1px;background:{color:bg links};color:{color:cor links};font-famvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvily:verdana;font-size:11px;padding:3px;height:10px;width:98px;text-align:center;text-transform:lowercase;-webkit-transition-duration:0.3s;border-left:1px solid transparent;letter-spacing:-1px;line-height:9px;font-family:verdana;font-size:9px;}
  155. .links a:hover {font-weight:bold;}
  156.  
  157. .desc {font-family:verdana;font-size:9px;text-align:center;position:fixed; width:95px; padding:0px; background-color:{color:sidebar bgs}; overflow: hidden;-webkit-transition: all 1.6s ease; margin-top:0px; margin-left:394px;-webkit-transition-duration:2.0s;margin-top:314px; border-top:5px solid {color:sidebar}; border-left:5px solid {color:sidebar}; border-right:5px solid {color:sidebar}; border-bottom:5px solid {color:sidebar};height:96px;background:{color:sidebar};color:{color:sidebar text};font-family: verdana; font-size: 7px; text-transform: uppercase; font-weight: bold; letter-spacing: 1px; color: #868686}
  158.  
  159. @font-face { font-family: 'Loved by the King'; font-style: normal; font-weight: normal; src: local('Loved by the King'), local('LovedbytheKing'), url('http://themes.googleusercontent.com/static/fonts/lovedbytheking/v3/wg03xD4cWigj4YDufLBSr8SuHxUvEE05hEBp-kiqXZE.woff') format('woff'); }
  160. @font-face {font-family: "buymore";src: url('http://static.tumblr.com/ygkexbz/mpZm51k9i/buy_more.ttf');}
  161.  
  162. .f {width: 500px;; padding: 10px; margin-bottom: 1px; text-align: justify; font-family: verdana; font-size: 11px; position: fixed; color:{color:cor texto sidebar com bgs}; margin-left:394px;top:52px; background-color: {color:sidebar bgs};text-align:left;font-family:Loved by the king;font-size:15px;border-bottom:1px solid {color:bg};}
  163. </style>
  164. <meta name="color:scroll" content="#eeeeee">
  165. <meta name="color:bg scroll" content="#ffffff">
  166. <meta name="color:sidebar text" content="#000000">
  167. <meta name="color:bg links" content="#ffffff">
  168. <meta name="color:cor links" content="#000000">
  169. <meta name="color:bg links hover" content="#000000">
  170. <meta name="color:cor links hover" content="#ffffff">
  171. <meta name="color:sidebar" content="#ffffff">
  172. <meta name="text:link1" content="/">
  173. <meta name="text:link1 title" content="um">
  174. <meta name="text:link2" content="/">
  175. <meta name="text:link2 title" content="dois">
  176. <meta name="text:link3" content="/">
  177. <meta name="text:link3 title" content="tres">
  178. <meta name="text:link4" content="/">
  179. <meta name="text:link4 title" content="quatro">
  180. <meta name="image:sidebar" content="http://static.tumblr.com/dtlaqkt/tAkm605si/6.jpg">
  181. </head>
  182.  
  183. <body>
  184.  
  185. <div class="ps">
  186. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">-</a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}">+</a>{/block:NextPage}{/block:Pagination}</div>
  187. <div class="desc">
  188. {description}
  189. </div>
  190. <div class="photo">
  191. <img src="{image:sidebar}">
  192. </div>
  193.  
  194. <div class="links">
  195. <a href="{text:link1}">{text:link1 title}</a>
  196. <a href="{text:link2}">{text:link2 title}</a>
  197. <a href="{text:link3}">{text:link3 title}</a>
  198. <a href="{text:link4}">{text:link4 title}</a>
  199. </div>
  200.  
  201.  
  202.  
  203. <div class="©">
  204. <a href="http://interceptada.tumblr.com" title="theme by interceptada with details from idolatrado, don't copy">©</a>
  205. </div>
  206. <div id="box">
  207. {block:Posts}
  208. <div class="boxes">
  209. {block:Text}
  210.  
  211. <span class="etc">
  212. <a href="{Permalink}">{NoteCount}</a><br>
  213. <a href="{ReblogURL}" target="_blank"><b>reblog →</b></a><br>
  214. {block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}
  215. </span>
  216.  
  217. {block:Title}<h1>{Title}</h1>{/block:Title}{Body}
  218.  
  219. {/block:Text}
  220.  
  221. {block:Photo}
  222.  
  223. <span class="etc">
  224. <a href="{Permalink}">{NoteCount}</a><br>
  225. <a href="{ReblogURL}" target="_blank"><b>reblog →</b></a>
  226. <a href="{ReblogParentURL}" title="{ReblogParentTitle}"> </a><br>
  227. {block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}
  228. </span>
  229.  
  230. {LinkOpenTag}<div class="image"><img src="{PhotoURL-400}"></div>{LinkCloseTag}
  231. {block:Caption}{Caption}{/block:Caption}
  232. {/block:Photo}
  233.  
  234. {block:Photoset}
  235.  
  236. <span class="etc">
  237. <a href="{Permalink}">{NoteCount}</a><br>
  238. <a href="{ReblogURL}" target="_blank"><b>reblog →</b></a><br>
  239. {block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}
  240. </span>
  241.  
  242. {Photoset-400}
  243. {block:Caption}{Caption}{/block:Caption}
  244. {/block:Photoset}
  245.  
  246. {block:Quote}
  247.  
  248. <span class="etc">
  249. <a href="{Permalink}">{NoteCount}</a><br>
  250. <a href="{ReblogURL}" target="_blank"><b>reblog →</b></a><br>
  251. {block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}
  252. </span>
  253.  
  254. <div class="xquote">“{Quote}”</div>
  255. {block:Source}<div class="xquotesource"> — <b>{Source}</b></div>
  256. {/block:Source}
  257.  
  258. {/block:Quote}
  259.  
  260. {block:Link}
  261.  
  262. <span class="etc">
  263. <a href="{Permalink}">{NoteCount}</a><br>
  264. <a href="{ReblogURL}" target="_blank"><b>reblog →</b></a><br>
  265. {block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}
  266. </span>
  267.  
  268. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  269. {block:Description}{Description}{/block:Description}
  270.  
  271. {/block:Link}
  272.  
  273. {block:Chat}
  274.  
  275. <span class="etc">
  276. <a href="{Permalink}">{NoteCount}</a><br>
  277. <a href="{ReblogURL}" target="_blank"><b>reblog →</b></a><br>
  278. {block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}
  279. </span>
  280.  
  281. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  282. <div class="chat"><ul>{block:Lines}
  283. <li class="person{UserNumber}">{block:Label}
  284. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  285.  
  286. {/block:Chat}
  287.  
  288. {block:Audio}
  289.  
  290. <span class="etc">
  291. <a href="{Permalink}">{NoteCount}</a><br>
  292. <a href="{ReblogURL}" target="_blank"><b>reblog →</b></a><br>
  293. {block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}
  294. </span>
  295.  
  296. <div class="player">{AudioPlayerBlack}</div>
  297.  
  298. {/block:Audio}
  299.  
  300. {block:Video}
  301.  
  302. <span class="etc">
  303. <a href="{Permalink}">{NoteCount}</a><br>
  304. <a href="{ReblogURL}" target="_blank"><b>reblog →</b></a><br>
  305. {block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}
  306. </span>
  307.  
  308. {Video-400}
  309. {block:Caption}{Caption}{/block:Caption}
  310. {/block:Video}
  311.  
  312.  
  313. {block:Answer}
  314. <div id="asker">{Asker} <b>asked:</b> {Question}</div>
  315. <div class="answer">{Answer}</div>
  316. {/block:Answer}
  317.  
  318. </div>
  319.  
  320. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  321. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  322. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  323. {/block:ContentSource}</div>
  324.  
  325. {/block:Posts}
  326. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  327.  
  328.  
  329.  
  330.  
  331. </div>
  332. </div>
  333. </div>
  334. </div>
  335. </div>
  336.  
  337. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement