efeit0-suicida

efeit0-suicida-theme08

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