Ikxa

edu

Oct 20th, 2013
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 12.12 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 xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4.  
  5. <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/mFbkoqlkr/tumblrautopager.js"></script>
  6.  
  7. <!--
  8. Haine Theme
  9. by http://www.naturae.tumblr.com
  10. PLEASE DO NOT REMOVE THE CREDIT, THANK YOU
  11. -->
  12.  
  13. {block:IfShowDescriptionLink}
  14. <script src="http://static.tumblr.com/me5sfsd/1YFl414t0/jquery142.js"></script>
  15. <script>
  16. $(document).ready(function(){
  17. $("a#description").click(function () {
  18. $("p#description").slideToggle("1000");
  19. });
  20. });
  21. </script>
  22. {/block:IfShowDescriptionLink}
  23.  
  24. <title>{title}</title>
  25. <meta name="color:Background" content="#FFFFFF"/>
  26. <meta name="color:Ask Background" content="#CACACA"/>
  27. <meta name="color:Title" content="#000000"/>
  28. <meta name="color:Title Hover" content="#AAAAAA"/>
  29. <meta name="color:Text" content="#000000"/>
  30. <meta name="color:Links" content="#000000"/>
  31. <meta name="color:Nav Links" content="#000000"/>
  32. <meta name="color:Hover" content="#AAAAAA"/>
  33. <meta name="color:Scroll Bar" content="#000000"/>
  34. <meta name="color:Scroll Bar Background" content="#FFFFFF"/>
  35.  
  36. <meta name="font:Body" content="Georgia"/>
  37. <meta name="font:If Not Fancy Blog Title" content=""/>
  38.  
  39. <meta name="text:Font Size" content="9"/>
  40. <meta name="text:Blog Title Size" content="30"/>
  41. <meta name="text:Width" content="500"/>
  42. <meta name="text:Post Gaps" content="20"/>
  43.  
  44. <meta name="image:Background" content="0"/>
  45.  
  46. <meta name="if:Maximised Background image" content="0"/>
  47. <meta name="if:Fancy Blog Title" content="1"/>
  48. <meta name="if:Fade Photos" content="1"/>
  49. <meta name="if:Endless Scroll" content="0"/>
  50. <meta name="if:Show Description Link" content="1"/>
  51. <meta name="if:Show RSS Link" content="0"/>
  52. <meta name="if:Show Archive Link" content="1"/>
  53.  
  54. <link href='http://fonts.googleapis.com/css?family=Zeyada' rel='stylesheet' type='text/css'>
  55.  
  56. <link rel="shortcut icon" href="{Favicon}">
  57.  
  58. <style type="text/css">
  59. body{
  60. height:100%;
  61. text-align:justify;
  62. font-family:{font:Body};
  63. font-size:{text:Font Size}px;
  64. line-height: 10px !important;
  65. color:{color:text};
  66. background-color:{color:Background};
  67. {block:IfNotMaximisedBackgroundImage}
  68. background-image:url({image:Background});
  69. background-attachment:fixed;
  70. background-repeat:repeat;
  71. {/block:IfNotMaximisedBackgroundImage}
  72. }
  73. {block:IfMaximisedBackgroundImage}
  74. #bg img {
  75. z-index:-1;
  76. position:fixed;
  77. top:0;
  78. left:0;
  79. height:100%;
  80. width:100%;
  81. }
  82. {block:IfMaximisedBackgroundImage}
  83.  
  84. }
  85. ::-webkit-scrollbar-thumb:vertical {
  86. background-color:{color:scroll bar};
  87. height:100px;
  88. }
  89. ::-webkit-scrollbar-thumb:horizontal {
  90. background-color:{color:scroll bar};
  91. height:10px;
  92. }
  93. ::-webkit-scrollbar {
  94. height:10px;
  95. width:8px;
  96. background-color:{color:scroll bar background};
  97. }
  98. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  99.  
  100. .contentcolumn{
  101. margin:auto;
  102. width:{text:Width}px;
  103. margin-top:40px;
  104. overflow:shown;
  105. }
  106.  
  107. body a{
  108. text-decoration:none;
  109. -webkit-transition: 0.5s ease-in;
  110. color:{color:links};
  111. }
  112. body a:hover{
  113. color:{color:hover};
  114. -webkit-transition: 0.5s ease-in;
  115. }
  116. a img{
  117. border:0px;
  118. }
  119. {block:IfFadePhotos}
  120. img:hover {
  121. -webkit-transition: 0.3s ease-in;
  122. opacity 0.5s linear;
  123. opacity: 0.5;
  124. filter: alpha(opacity = 50);}
  125. {/block:IfFadePhotos}
  126.  
  127. #entry{
  128. margin-left:0px;
  129. padding-bottom:0px;
  130. margin-bottom:{text:Post Gaps}px;
  131. width:{text:Width}px;
  132. }
  133. #entry img{
  134. max-width:{text:Width}px;
  135. }
  136.  
  137. #entry:hover .permalink {opacity: 1;}
  138.  
  139. .title{
  140. font-size:12px;
  141. text-transform:uppercase;
  142. margin-bottom:-5px;
  143. border-bottom: 1px solid #000000;
  144. line-height:12px;
  145. margin-bottom:4px;
  146. text-align:left;
  147. letter-spacing:1px;
  148. }
  149. .blogtitle {
  150. font-weight:bold;
  151. margin-bottom:-5px;
  152.  
  153. {block:iffancyblogtitle}
  154. font-family:Zeyada;
  155. font-size:{text:blog title size}px;
  156. line-height:{text:blog title size}px;
  157. {/block:iffancyblogtitle}
  158.  
  159. {block:ifnotfancyblogtitle}
  160. font-family:{font:if not fancy blog title};
  161. font-size:{text:blog title size}px;
  162. line-height:{text:blog title size}px;
  163. margin-bottom:5px;
  164. {/block:ifnotfancyblogtitle}
  165.  
  166. letter-spacing:2px;
  167. -webkit-transition: 0.5s ease-in;
  168. -webkit-text-stroke: 1px transparent;
  169. text-align:center;
  170. text-decoration:none;
  171. text-transform:none;
  172. color:{color:title};
  173. text-align:center;
  174. width:{text:Width}px;
  175. }
  176. .blogtitle a{
  177. color:{color:title};
  178. }
  179. .blogtitle a:hover{
  180. color:{color:Title Hover};
  181. }
  182. .nav {
  183. text-align:center;
  184. padding-top:1px;
  185. padding-bottom:1px;
  186. border-top: 1px solid #000000;
  187. border-bottom: 1px solid #000000;
  188. text-transform:uppercase;
  189. letter-spacing:1px;
  190. font-size:9px;
  191. margin-top: -1px;
  192. margin-bottom: 15px;
  193. }
  194. .nav a{
  195. color:{color:Nav Links};
  196. -webkit-transition: 0.5s ease-in;
  197. }
  198.  
  199. .h2{
  200. -webkit-text-stroke: 1px transparent;
  201. font-family:{Font:Body};
  202. text-transform:uppercase;
  203. font-size:11px;
  204. line-height:12px;
  205. font-style:none;
  206. letter-spacing: 1px;
  207. display:block;
  208. }
  209. .h3{
  210. text-transform:uppercase;
  211. }
  212. .h4{
  213. font-family: georgia;
  214. font-size:20px;
  215. line-height:25px;
  216. font-weight:;
  217. font-style:italic;
  218. letter-spacing: 2px;
  219. text-transform:lowercase;
  220. display:block;
  221. background:{color:title background};
  222. }
  223. .h5{
  224. color:{color:title};
  225. font-family: arial ;
  226. font-size:40px;
  227. line-height:41px;
  228. font-weight:;
  229. font-style:;
  230. text-transform:lowercase;
  231. text-align:right;
  232. }
  233.  
  234. .audio {
  235. background-color:#000000;
  236. margin-bottom : -10px;
  237. width:{text:Width}px;
  238. }
  239. .answer{
  240. padding:2px;
  241. padding-left:3px;
  242. color:{color:Text};
  243. font-style:italic;
  244. background:{color:Ask Background};
  245. }
  246. .answer b {
  247. text-transform:uppercase;
  248. letter-spacing:1px;
  249. }
  250.  
  251. div.video embed,
  252. div.post div.video object {
  253. width:{text:Width}px !important;
  254. height:400px !important;
  255. }
  256.  
  257. .permalink {
  258. float: left;
  259. margin-left: {text:Width}px;
  260. padding-left:10px;
  261. position : absolute;
  262. font-size:9px;
  263. text-align : left;
  264. height:100px;
  265. letter-spacing:1px;
  266. -webkit-transition: 0.5s ease-in;
  267. opacity:0;
  268. }
  269. .permalink a:hover{
  270. color:{color:Hover}
  271. }
  272.  
  273. p#description {
  274. border-top: none;
  275. border-bottom: none;
  276. text-transform:none;
  277. font-size:{text:Font Size};
  278. line-height: {text:font size}px;
  279. text-align: center;
  280. margin-bottom: 10px;
  281. margin-top: 10px;
  282. width: {text:width}px;
  283. font-family:{Font:Body}
  284. }
  285.  
  286. </style>
  287.  
  288. {block:IfEndlessScroll}
  289. <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/J5bl3lkz1/tumblrautopagernopage.js"></script>
  290. {/block:IfEndlessScroll}
  291. </head>
  292.  
  293. <body>
  294.  
  295. {block:IfMaximisedBackgroundImage}<div id="bg"><img src="{image:Background}"></div>{/block:IfMaximisedBackgroundImage}
  296.  
  297. <div class="contentcolumn">
  298.  
  299. <div class="blogtitle"><a href="/">{Title}</a></div>
  300. <div class="nav">
  301. <a href="/ask">message</a>&nbsp;&nbsp;
  302. <a id="description" style="cursor:pointer">sobre</a>&nbsp;&nbsp;
  303. <a href="/tagged/quotes">rascunhos</a>&nbsp;&nbsp;
  304. <a href="http://www.dosagem.tumblr.com">photos</a>&nbsp;&nbsp;
  305. <a href="http://www.latibulo.tumblr.com">meu abrigo</a>&nbsp;&nbsp;
  306.  
  307. {block:HasPages}{block:Pages}<a href="{URL}">{Label}</a>&nbsp;&nbsp;{/block:Pages}{/block:HasPages}
  308. <a href="http://www.naturae.tumblr.com">theme</a></div>
  309.  
  310. <p class="nav" id="description" style="display:none;">
  311. Eu sou poesia mal escrita, dor em prosa e alegria em verso. Sou palavras cuspidas num papel de qualquer jeito, um dia bem organizada e outro sem métrica alguma. Sou página marcada, colada na cabeceira da cama, repetindo tudo aquilo que você não vai esquecer. Sou um desenho mal acabado, sou pintura por acaso, sou o luxo do lixo, sou o esclarecer do profundo. Eu sou o rascunho do mundo. E nada nem ninguém seria capaz de me passar a limpo. </br > Eduardo, 21, SC.
  312. </p>
  313.  
  314.  
  315. {block:IfEndlessScroll}
  316. <div class="autopagerize_page_element">
  317. {/block:IfEndlessScroll}
  318.  
  319. {block:Posts}
  320.  
  321. {block:Text}
  322. <div id="entry">
  323. <span class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a><br><a href="{ReblogUrl}" target="_blank">reblog</a></span>
  324. {block:Title}<div class="title">{Title}</div>{/block:Title}
  325. {Body}
  326. </div>
  327. {/block:Text}
  328.  
  329. {block:Photo}
  330. <div id="entry">
  331. {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
  332. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  333. <img src="{block:IndexPage}{PhotoURL-HighRes}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}" width="{text:Width}"/>
  334. {block:IndexPage}</a>{/block:IndexPage}
  335. {block:PermalinkPage}{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}
  336. {/block:PermalinkPage}
  337. </div>
  338. {/block:Photo}
  339.  
  340. {block:Photoset}
  341. <div id="entry">
  342. <span class="permalink"><a href="{Permalink}">{block:Date}{12Hour}:{Minutes}&nbsp;{CapitalAmPm}{/block:Date}</a></span>
  343. {Photoset-500}
  344. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  345. </div>
  346. {/block:Photoset}
  347.  
  348. {block:Quote}
  349. <div id="entry">
  350. <span class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a><br><a href="{ReblogUrl}" target="_blank">reblog</a></span>"<i>{Quote}</i>" <br><br> &#151;&nbsp;{block:Source}<b>{Source}</b>{/block:Source}
  351. </div>
  352. {/block:Quote}
  353.  
  354. {block:Link}
  355. <div id="entry">
  356. <span class="permalink"><a href="{Permalink}">{block:Date}{12Hour}:{Minutes}&nbsp;{CapitalAmPm}{/block:Date}</a></span>
  357. <div class="h2"><a href="{URL}"><b><big>&rArr;</big>&nbsp;{Name}</b></a></div>{block:Description}{Description}{/block:Description}
  358. </div>
  359. {/block:Link}
  360.  
  361. {block:Chat}
  362. <div id="entry">
  363. <span class="permalink"><a href="{Permalink}">{block:Date}{12Hour}:{Minutes}&nbsp;{CapitalAmPm}{/block:Date}</a></span>
  364. {block:Title}<b>{Title}</b>{/block:Title}
  365. {block:Lines}{block:Label}<b>{Label}</b> {Line}<br>{/block:Label}{/block:Lines}
  366. </div>
  367. {/block:Chat}
  368.  
  369. {block:Audio}
  370. <div id="entry">
  371. <span class="permalink"><a href={Permalink}">{block:Date}{12Hour}:{Minutes}&nbsp;{CapitalAmPm}{/block:Date}</a></span>
  372. <div class="audio">
  373. {AudioPlayerBlack}</div><br>
  374. <div style="text-transform:uppercase; padding:2px; font-size:10px; text-align:center; -webkit-text-stroke: 1px transparent;">{block:TrackName}{TrackName}{/block:TrackName} <b>&#44;</b> {block:Artist}{Artist}{/block:Artist} </div>
  375. {block:PermalinkPage}{block:ExternalAudio} <a href="{ExternalAudioURL}"> / download </a> </span>{/block:ExternalAudio}{/block:PermalinkPage}
  376. </div>
  377. {/block:Audio}
  378.  
  379. {block:Answer}
  380. <div id="entry">
  381. <span class="permalink"><a href="{Permalink}">{block:Date}{24HourWithZero}:{Minutes}{/block:Date}</a></span>
  382. <div class="answer"><b><span style="color:{color:Links};">{Asker}:</span></b> {Question}</div><br>
  383. <div style="margin-top:-15px;">{Answer}</div></div>
  384. {/block:answer}
  385.  
  386. {block:Video}
  387. <div id="entry">
  388. <div class="video">
  389. <span class="permalink"><a href="{Permalink}">{block:Date}{12Hour}:{Minutes}&nbsp;{CapitalAmPm}{/block:Date}</a></span>
  390. {Video-500}
  391. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  392. </div></div>
  393. {/block:Video}
  394.  
  395. {block:PermalinkPage}
  396. {block:Date}{TimeAgo}&nbsp;&#8226;&nbsp;{NoteCountWithLabel}&nbsp;&#8226;&nbsp;{Month}&nbsp;{DayOfMonth}{DayOfMonthSuffix}{/block:Date}{block:HasTags}<br>Tagged with&nbsp;{block:Tags}<a href="{TagURL}"><span style="{color:Links}; color:{color:Text}; line-height:14px; text-decoration:none;">{Tag}</span></a>&nbsp;&nbsp;{/block:Tags}
  397. {/block:HasTags}{/block:PermalinkPage}
  398.  
  399. {block:PostNotes}
  400. {PostNotes}
  401. {/block:PostNotes}
  402. {block:ContentSource}
  403. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  404. {/block:ContentSource}
  405.  
  406.  
  407. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  408. {/block:Posts}
  409. {block:IfEndlessScroll}</div>{/block:IfEndlessScroll}
  410.  
  411. {block:IfNotEndlessScroll}{block:Pagination}<div style="margin-top:20px; margin-bottom:10px; letter-spacing:1px; font-size:15px; line-height:10px;"><div style="float:left">{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}</div> <div style="float:right;">{block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}</div></div>{/block:Pagination}{/block:IfNotEndlessScroll}
  412.  
  413. <br>
  414. </div>
  415. </body>
  416. </html>
Advertisement
Add Comment
Please, Sign In to add comment