Advertisement
efeit0-suicida

efeit0-suicida-theme15

Aug 30th, 2012
668
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.91 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head profile="http://gmpg.org/xfn/11">
  2.  
  3. <script type="text/javascript">
  4.  
  5. //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
  6.  
  7.  
  8. function tb8_makeArray(n){
  9.  
  10. this.length = n;
  11.  
  12. return this.length;
  13.  
  14. }
  15.  
  16.  
  17. tb8_messages = new tb8_makeArray(1);
  18.  
  19.  
  20. tb8_messages[0] = "{Title}";
  21.  
  22.  
  23. tb8_rptType = 'infinite';
  24.  
  25.  
  26. tb8_rptNbr = 5;
  27.  
  28.  
  29. tb8_speed = 100;
  30.  
  31.  
  32. tb8_delay = 2000;
  33.  
  34.  
  35. var tb8_counter=1;
  36.  
  37.  
  38. var tb8_currMsg=0;
  39.  
  40.  
  41. var tb8_tekst ="";
  42.  
  43.  
  44. var tb8_i=0;
  45.  
  46.  
  47. var tb8_TID = null;
  48.  
  49.  
  50. function tb8_pisi(){
  51.  
  52.  
  53. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  54.  
  55.  
  56. document.title = tb8_tekst;
  57.  
  58.  
  59. tb8_sp=tb8_speed;
  60.  
  61.  
  62. tb8_i++;
  63.  
  64.  
  65. if (tb8_i==tb8_messages[tb8_currMsg].length){
  66.  
  67.  
  68. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  69.  
  70.  
  71. }
  72.  
  73.  
  74. if (tb8_currMsg == tb8_messages.length){
  75.  
  76.  
  77. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  78.  
  79.  
  80. clearTimeout(tb8_TID);
  81.  
  82.  
  83. return;
  84.  
  85.  
  86. }
  87.  
  88.  
  89. tb8_counter++;
  90.  
  91.  
  92. tb8_currMsg = 0;
  93.  
  94. }
  95.  
  96.  
  97. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  98.  
  99.  
  100. }
  101.  
  102.  
  103. tb8_pisi()
  104.  
  105.  
  106.  
  107. </script>
  108.  
  109. <!-----------
  110.  
  111. THEME BY EFEITOSUICIDA, NUNCA USE COMO BASE E NEM COPIE E JAMAIS RETIRE OS CRÉDITOS !
  112.  
  113.  
  114.  
  115.  
  116.                                EFEIT0-SUICIDA.TUMBLR.COM
  117.  
  118.  
  119. <!-----------
  120.  
  121. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  122.  
  123. <head> <!-- DEFAULT VARIABLES -->
  124. <meta name="color:background" content="#000000" />
  125. <meta name="color:sidebar" content="#ECEBEB" />
  126. <meta name="color:border" content="#ECEBEB" />
  127. <meta name="color:scrollbar" content="#ECEBEB" />
  128. <meta name="color:sidebartext" content="#666666" />
  129. <meta name="color:title" content="#D8D8D8" />
  130. <meta name="color:text" content="#666666" />
  131. <meta name="color:link" content="#fce9c9" />
  132. <meta name="color:bgdarolagem" content="#666666" />
  133. <meta name="color:rolagem" content="#ECEBEB" />
  134.  
  135. <meta name="color:linkhover" content="#FFB28E" />
  136. <meta name="color:title" content="#666666" />
  137. <meta name="color:entry" content="#ECEBEB" />
  138. <meta name="color:h1" content="#666666" />
  139. <meta name="color:bold" content="#666666" />
  140. <meta name="color:tags" content="#666666" />
  141. <meta name="image:sidebar" content=""/>
  142. <meta name="image:background" content=""/>
  143. <meta name="if:Show tags" content="1"/>
  144. <meta name="if:Show userpic" content="1"/>
  145. <meta name="if:Enable endless scrolling" content="0"/>
  146. <meta name="if:Show sidebar image" content="1"/>
  147. <meta name="if:Show search" content="1"/>
  148. <meta name="if:Show post author" content="1"/>
  149. <meta name="color:Nav" content="#A04616" />
  150. <meta name="color:Nav hover" content="#E66832" />
  151.  
  152.  
  153. <meta name="text:frase1" content="" />
  154. <meta name="text:frase2" content="" />
  155.  
  156.  
  157. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  158.  
  159. <link href='http://fonts.googleapis.com/css?family=Megrim' rel='stylesheet' type='text/css'>
  160.  
  161. <link href='http://fonts.googleapis.com/css?family=The+Girl+Next+Door' rel='stylesheet' type='text/css'>
  162.  
  163. <title>{Title}</title>
  164. <link rel="shortcut icon" href="{Favicon}">
  165. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  166. {block:Description}
  167. <meta name="description" content="{MetaDescription}" />
  168. {/block:Description}
  169.  
  170.  
  171.  
  172. <style type="text/css">
  173.  
  174.  
  175. body {background-color:{color:background}; color:{color:text}; font-family: georgia, tahoma; font-size: 11px; text-align:center;
  176.  
  177. center; line-height:120%; margin:0; padding:0; background-image:url('{image:background}'); background-attachment: fixed}
  178. a, a:link, a:active, a:visited {color:{color:link};text-transform: none; text-decoration: none}
  179. a:hover {background-color:{color:linkhover}; padding: 1px 0 1px 0; text-decoration: none}
  180. img a{border:0px;}
  181. img a:hover{border:0px;}
  182. b{font-weight: bold; color:{color:bold}}
  183. i{text-transform: italic; color:{color:text}}
  184. p{margin:5px 0 2px 0}
  185. blockquote{margin:2px 5px 2px 5px; padding: 1px 0 3px 6px; border-left: 2px solid {color:background}}
  186.  
  187.  
  188.  
  189.  
  190. ::-webkit-scrollbar{width:3px;height:5px;}
  191. ::-webkit-scrollbar-button:start:decrement
  192. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  193. ::-webkit-scrollbar-track-piece{background-color:{color:bgdarolagem};-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  194. ::-webkit-scrollbar-thumb:vertical{height:50px; scrollbar-face-color:{color:rolagem}; background-color:{color:rolagem};-webkit-border-radius:px;}
  195. ::-webkit-scrollbar-thumb:horizontal{width:50px; scrollbar-face-color:{color:rolagem}; background-color:{color:rolagem};-webkit-border-radius:px;}
  196.  
  197. /* navigation */
  198.  
  199. #navigation{position: fixed; z-index: -2; width: 150%; top: 45%; left: 650px; background-color:transparent; height: 100px;{color:background}
  200.  
  201. text-align: center; font-size: 15px;}
  202. .left{float:left; margin-left: 10px; width: 40px}
  203. .left a{text-decoration: none; font-size: 75px; line-height: 75px}
  204. .left a:hover{background-color: transparent; opacity: 0.4; filter:alpha (opacity=40)}
  205. .right{float:right; margin-right: 10px; width: 40px}
  206. .right a{text-decoration: none; font-size: 75px; line-height: 75px}
  207. .right a:hover{background-color: transparent; opacity: 0.4; filter:alpha(opacity=40)}
  208.  
  209.  
  210. .title {float: left; width: 155px; font-size: 23px; line-height: 20px; text-align: left; margin: 20px 5px 0 0}
  211. .title a{font-family: arial; font-size: 23px; line-height: 20px; color: {color:sidebartext}; text-transform: uppercase}
  212. .title a:hover {opacity: 0.6; filter:alpha (opacity=60); background-color: transparent}
  213.  
  214. .sidebarpic img{max-width: 235px; text-align:center; margin-top: 2px}
  215.  
  216. .sidebartext{clear: both; text-align: justify; background-color: {color:background}; opacity: 0.8; filter:alpha (opacity=80); margin: 10px 5px 0px 5px; padding: 5px; -moz-border-radius: 6px; border-radius: 6px }
  217. .sidebartext a{font-size:10px}
  218. .sidebartext a:hover{font-size:10px}
  219.  
  220. .userpic{float: left; margin: 0px 4px 2px 0; width:48px; height:auto}
  221.  
  222. .sidebarnavigation {float: right; width: 90px; text-align:left; margin: 20px 0 10px 0; }
  223. .sidebarnavigation a{width: 75px; font-size: 10px; text-transform: uppercase; display: block;list-style: none;
  224.  
  225.  
  226. text-decoration: none; color: {color: text}; background-color: {color:background}; opacity: 0.8; filter:alpha (opacity=80);
  227.  
  228. padding: 3px 0 3px 10px; margin:0 0px 1px 0; }
  229. .sidebarnavigation a:hover{width: 70px;font-size: 10px; text-transform: uppercase; display: block;list-style: none;
  230.  
  231. text-decoration: none; color:{color:text}; background-color: {color:linkhover}; padding: 3px 0 3px 15px; margin:0 0 1px 0}
  232.  
  233. .sidebarlinks{text-align:center; margin: 7px 0 2px 0}
  234. .sidebarlinks a{font-size: 10px; text-transform: none; display: block;list-style: none; text-decoration: none; color:
  235.  
  236. {color:text}; background-color: {color:entry}; opacity: 0.8; filter:alpha (opacity=80); padding: 1px 0 1px 10px; margin:0
  237.  
  238. 0px 1px 0;}
  239. .sidebarlinks a:hover{font-size: 10px; text-transform: uppercase; display: block;list-style: none; text-decoration: none;
  240.  
  241. color:{color:text}; background-color: {color:linkhover}; padding: 1px 0 1px 15px; margin:0 0 1px 0;}
  242.  
  243. .credit{clear: both; font-size: 9px; text-align: center; color:{color:text}; margin-top: 5px}
  244. .credit a{text-decoration: none;color:{color:sidebartext}}
  245. .credit a:hover{color:{color:linkbackground}; background-color: transparent}
  246.  
  247. .sidebarpages{margin: 5px 0 0 0; text-align: center;}
  248. .sidebarpages a{text-decoration: none;color:{color:sidebartext}}
  249. .sidebarpages a:hover{color:{color:linkbackground}; background-color: transparent}
  250.  
  251. .search{margin-top: 3px}
  252. .searcha {background-color: {color:background}; opacity: 0.8; filter:alpha (opacity=80); margin: 2px; padding: 2px 20px 2px 2px; width: 180px; font-family: georgia; border: 0px; font-size: 11px; background-image: url('http://static.tumblr.com/wmub1ou/U8elgx98n/search.png'); background-repeat: no-repeat; background-position: 98% 50%}
  253.  
  254. /* container */
  255. #container {background-color:transparent; width: 540px; position: absolute; top: 5px; right: 50px; padding-bottom: 90px;}
  256.  
  257. #entries {margin: 40px 0 10px 0}
  258.  
  259. #entry {width: 500px; background-color:{color:entry}; border: 5px double {color:border};text-align: justify; padding: 20px; margin: 5px 0 3px 0}
  260.  
  261. .image{text-align: center; margin: 0 0 5px 0}
  262. .image img{width: 500px; border: 0px; margin: 0; padding: 0}
  263.  
  264. #ask_form{width: 500px}
  265.  
  266. .search_result{font-size: 12px; text-align: center}
  267.  
  268. .source{display:none}
  269.  
  270.  
  271. h1{font-size:20px; letter-spacing: -1px; line-height: 20px; text-transform: none; font-weight: normal;
  272. margin: 0 0 5px 0; text-align: center}
  273. h1 a{font-size:20px; letter-spacing: -1px; line-height: 20px; text-transform: mnone; font-weight: normal;
  274. margin: 0 0 5px 0; text-decoration: none; text-align: center}
  275.  
  276. .qqmarks{font-size: 80px; font-weight: bold; line-height: 80px; opacity: 0.2; filter:alpha (opacity=20)}
  277. .qquote{font-size: 20px; letter-spacing: -1px; line-height: 20px; text-transform: none; margin-top: -70px; margin-left:
  278.  
  279. 45px}
  280. .qsource{margin: 5px 15px 0 0; text-align: right}
  281.  
  282. .chat{line-height: 12px; list-style: none }
  283. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height: 20px;}
  284. .person1 {color: {color:text} }
  285. .person1 .label {font-weight: bold; padding: 0px; margin: 0 0 5px 0; color: {color:text}}
  286. .person2 {color: {color:text}}
  287. .person2 .label { font-weight: bold; padding: 0px; margin: 0 0 5px 0; color: {color:text}}
  288.  
  289. .audioimage{float:left; text-align: center; margin: 0 10px 5px 0; width: 205px; border: 15px solid {color:background};
  290.  
  291. -moz-border-radius: 6px; border-radius: 6px;}
  292. .audioimage img{max-width: 205px; height: auto; margin: 0 0 2px 0}
  293. .playcount {font-style: italic}
  294.  
  295. .asker {width: 480px; background-color: {color:background}; color:{color:text}; -moz-border-radius: 6px; border-radius: 6px;
  296.  
  297. padding: 10px}
  298. .asker img{float: left; margin: 0px 4px 2px 0}
  299. .asker a{font-size: 20px; color:{color:link}; text-transform: uppercase; line-height: 27px; padding: 0; margin: 0}
  300. .asker a:hover{font-size: 20px; color:{color:link}; text-transform: uppercase; line-height:27px; padding: 0; margin: 0}
  301. .answer {padding: 5px 0 0 0}
  302.  
  303. #cap {padding: 2px 0 0 0; width: 490px; margin: 0 0 0 5px}
  304.  
  305. .info{width: 490px; margin: 15px auto 0 auto; background-color:{color:background}; padding: 5px; opacity: 0.7;
  306. filter:alpha (opacity=70); -moz-border-radius: 6px; border-radius: 6px}
  307. .tags{font-size: 9px; display: inline; text-align: left}
  308. .tags a{font-size: 9px}
  309. .origin{font-size: 9px; text-align: left}
  310. .ibottom{margin: 5px 0 5px 0; font-family: tahoma, helvetica}
  311. .ibottom a:hover{background-color: {color:linkhover}; padding: 1px 0 1px 0}
  312. .date{float:left; text-transform: none; font-size: 10px}
  313. .permalink{float:right; text-transform: uppercase; font-size: 10px}
  314.  
  315. #clear{clear: both; width: 50px; height: 0px; background-color: transparent}
  316.  
  317. #prevnextlinks{text-align: center;width: 500px; background-color:{color:entry}; padding: 7px 20px 7px 20px;
  318. margin: 0 0 2px 0; font-size: 10px}
  319.  
  320. .sidebartext{
  321. clear: both;
  322. text-align: left;
  323. background-color: transparent;
  324. opacity: 0.8;
  325. margin: 0px 0px 0px 0px;
  326. padding: 0px;
  327. font-family: tahoma;
  328. font-size: 8px;
  329. }
  330.  
  331.  
  332.  
  333. .sidebartext a{font-size:8px;}
  334. .sidebartext a:hover{font-size:8px}
  335.  
  336. .sidebarnavigation {
  337. float: left;
  338. width: 90px;
  339. text-align:center;
  340. margin: 20px 0 10px 0;
  341. }
  342.  
  343. .sidebarnavigation a{
  344. width: 75px;
  345. font-size: 10px;
  346. font-family: tahoma;
  347. text-transform: lowercase;
  348. display: block;
  349. list-style: none;
  350. text-decoration: none;
  351. color: {color: text};
  352. background-color: {color:background};
  353. opacity: 0.8;
  354. filter:alpha (opacity=80);
  355. padding: 3px 0 3px 10px;
  356. margin:0 0px 1px 0;
  357. }
  358. .sidcredit{text-align: left; font-size: 9px; margin-top: 5px; font-family: verdana}
  359.  
  360. .sidebarnavigation a:hover{
  361. width: 70px;
  362. font-size: 10px;
  363. font-family: verdana;
  364. text-transform: none;
  365. display: block;
  366. list-style: none;
  367. text-decoration: none;
  368. color:{color:text};
  369. background-color: {color:linkhover};
  370. padding: 3px 0 3px 15px;
  371. margin:0 0 1px 0
  372. }
  373.  
  374. #frase {width:200px; height: 20px; margin-left: 180px; margin-top: 60px; position:fixed; text-align:left; line-height: 26px; font-family: The Girl Next Door; font-size: 13px; overflow:hidden; color:{COLOR:title}; background-color:transparent; border-left:0px solid; border-right:0px solid; padding:3px; border-bottom:1px double; solid #000; }
  375.  
  376. #frase2 {width:250px; height: 20px; margin-left: 170px; margin-top: 100px; position:fixed; text-align:right; line-height: 26px; font-family: The Girl Next Door; font-size: 16px; overflow:hidden; color:{color:title}; background-color:transparent; border-left:0px solid; border-right:0px solid; padding:3px; border-bottom:1px double; solid #000; }
  377.  
  378. #sidebar {text-align: justify; overflow: hidden; height: 200px; font-size: 9px; font-family: verdana; position: fixed; margin-left: 160px; width: 245px; background-color: {color:sidebar}; color: {color:text}; margin-top: 130px; padding: 10px; border: 5px double {color:border};z-index:100;}
  379.  
  380. .border{-webkit-border-radius: 360px;
  381. -moz-border-radius: 360px;
  382. border-radius: 360px;-webkit-transition-duration: .90s;-moz-box-shadow: 0 0 1em #d8d8d8; -webkit-box-shadow: 0 0 1em #d8d8d8; box-shadow: 0 0 1em #d8d8d8;}
  383.  
  384. #sidebar2 {text-align: justify; overflow: hidden; height: 160px; font-size: 9px; font-family: verdana; position: fixed; margin-left: 20px; width: 170px; background-color: transparent; color: {color:text}; padding: 10px; margin-top: 10px; background-attachment: fixed;z-index: 100; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; -webkit-transition-duration: 1.20s; width:170px; height: 160px;}
  385.  
  386. #sidebar2:hover {text-align: justify; overflow: hidden; height: 400px; font-size: 9px; font-family: verdana; position: fixed; margin-left: 20px; width: 245px; background-color: transparent; color: {color:text}; padding: 10px; margin-top: 20px; background-attachment: fixed;-webkit-transform: rotate(360deg);}
  387.  
  388.  
  389. .nav {position:fixed;
  390. margin-left:90px;
  391. margin-top:220px;}
  392.  
  393. .nav a{margin-left:60px;
  394. border-left:10px solid {color:border};
  395. display:inline-block;
  396. width:100px;
  397. font-family:Homenaje, 'Homenaje', Homenaje, Homenaje;
  398. font-size:12px;
  399. text-align:left;
  400. padding:3px 0 3px 0;
  401. margin-top:2px;
  402. margin-bottom:1px;
  403. letter-spacing:1px;
  404. background-color:{color:tags};
  405. color:{color:nav};
  406. text-transform:uppercase;
  407. opacity:1;
  408. -webkit-transition:opacity 0.8s linear;
  409. -webkit-transition:all 0.5s ease-out;
  410. -moz-transition:all 0.5s ease-out;
  411. transition:all 0.5s ease-out;}
  412.  
  413. .nav a:hover {margin-left:-80px;
  414. background-color:{color:sidebar};
  415. color:{color:navhover};
  416. opacity:1;
  417. -webkit-transition:opacity 0.7s linear;
  418. -webkit-transition:all 0.3s ease-out;
  419. -moz-transition:all 0.3s ease-out;
  420. transition:all 0.3s ease-out;}
  421.  
  422.  
  423.  
  424. </head>
  425. </style>
  426.  
  427.  
  428. <body>
  429. <div id="navigation">{block:Pagination}
  430. <div class="left">{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}</div>
  431. <div class="right">{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  432. {/block:Pagination}</div>
  433. </div>
  434.  
  435.  
  436. <div id="container">
  437.  
  438. <div id="entries">
  439. {block:IfEnableEndlessScrolling}<div class="autopagerize_page_element">
  440. <script type="text/javascript"
  441.  
  442. src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEnableEndlessScrolling}
  443.  
  444.  
  445. {block:SearchPage}<div class="search_result">{SearchResultCount} results</div>{/block:SearchPage}
  446.  
  447.  
  448.  
  449. {block:Posts}
  450.  
  451. <div id="entry">
  452. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  453.  
  454. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}
  455. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Photo}
  456.  
  457. {block:Photoset}{Photoset-500}
  458. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
  459. {/block:Photoset}
  460.  
  461. {block:Quote}
  462. <b class="qqmarks">“</b><div class="qquote">{Quote}</div>
  463. {block:Source}<div class="qsource">~ {Source}</div>{/block:Source}
  464. {/block:Quote}
  465.  
  466. {block:Link}
  467. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  468. {block:Description}{Description}{/block:Description}
  469. {/block:Link}
  470.  
  471. {block:Chat}
  472. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  473. <div class="chat"><ul>{block:Lines}
  474. <li class="person{UserNumber}">{block:Label}
  475. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  476. {/block:Chat}
  477.  
  478. {block:Audio}
  479. <div class="audioimage">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  480. {AudioPlayerWhite}
  481. <div class="playcount">{PlayCountWithLabel}</div>
  482. <div class="cap">{block:Caption}{Caption}{/block:Caption}</div>
  483. {/block:Audio}
  484.  
  485. {block:Video}{Video-500}
  486. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Video}
  487.  
  488. {block:Answer}
  489. <div class="asker"><img src="{AskerPortraitURL-48}"> {Asker}<br> {Question}</div>
  490. <div class="answer">{Answer}</div>
  491. {/block:Answer}
  492.  
  493. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  494. <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  495. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  496. {/block:ContentSource}</div>
  497.  
  498.  
  499.  
  500. <div id="clear"></div>
  501.  
  502. {block:Date} <div class="info">{block:IfShowTags}{block:HasTags}<div class="tags">» tagged {block:Tags}&nbsp;&nbsp;<a
  503.  
  504. href="{TagURL}">{Tag}&nbsp;&nbsp;</a>{/block:Tags}</div>{/block:HasTags}{/block:IfShowTags}
  505. <div class="origin">{block:IfShowPostAuthor}{block:GroupMembers}» posted by <a href="{PostAuthorURL}">{PostAuthorName}</a><br>{/block:GroupMembers}{/block:IfShowPostAuthor}
  506. {block:RebloggedFrom}» via&nbsp;&nbsp;<a href="{ReblogParentURL}"
  507. title="{ReblogParentTitle}">{ReblogParentName}</a>
  508. &nbsp;&nbsp;(originally&nbsp;&nbsp;<a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}
  509. </div></div><a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}<a href="{ReblogURL}" target="_blank">Reblog This</a><div class="ibottom"><span class="date"><a href="{Permalink}">{TimeAgo}</a> on {DayOfMonth}
  510. {Month} {Year} @ {12Hour}:{Minutes}{AmPm}</span> {block:NoteCount}
  511. <span class="permalink"><a href="{Permalink}" title="permalink to this post">{NoteCountWithLabel}</a>{/block:NoteCount}</span>{/block:NoteCount}</div> {/block:Date}
  512. </div>
  513.  
  514.  
  515. {/block:Posts}
  516.  
  517. <div id="paginacao"><div id="paginacao1"> {block:Pagination}<div class="sidebarpages">{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage} page {CurrentPage} of {TotalPages} {block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}</div> {/block:Pagination} </div></div>
  518.  
  519. </div>
  520.  
  521. </div>
  522. <div id="frase">{text:frase1}</div>
  523.  
  524. </div>
  525.  
  526. <div id="frase2">{text:frase2}</div>
  527.  
  528. </div></div>
  529. </div>
  530.  
  531.  
  532. </div>
  533. </div>
  534.  
  535.  
  536. <div id="sidebar">
  537. {description}
  538.  
  539. </div>
  540.  
  541. <div id="sidebar2">
  542. <img src="{image:sidebar}" width="150" height="160" div class="border"/>
  543.  
  544.  
  545.  
  546.  
  547.  
  548.  
  549. </div></div>
  550. </div>
  551.  
  552.  
  553.  
  554.  
  555.  
  556. <div style="left:100px; top:360px; position: fixed;">
  557. <div class="sidcredit"><a href="http://efeit0-suicida.tumblr.com">© theme.</a>
  558. </div>
  559.  
  560.  
  561. </div>
  562.  
  563.  
  564.  
  565.  
  566.  
  567.  
  568. </div></div>
  569.  
  570.  
  571. <div class="nav">
  572. <center><a href="/">HOME</a><br>
  573. <a href="/ask">ASK ME</a><br>
  574. <a href="LINKAQUI">LINK1</a><br>
  575. <a href="LINKAQUI">LINK2</a><br>
  576. <a href="LINKAQUI">LINK3</a><br>
  577. <a href="LINKAQUI">+LINK4</a><br>
  578. </center>
  579. </div>
  580.  
  581.  
  582.  
  583.  
  584. </div>
  585.  
  586.  
  587. </div></div></div>
  588.  
  589. </table></div></div></div>
  590. </div>
  591. </div></div></div></div></div></div></div></div></div></div></div></div></div>
  592. </body>
  593. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement