d-esumana

Theme 23

Nov 28th, 2012
526
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.20 KB | None | 0 0
  1. <!----
  2.  
  3. - - - - - - - - - - - - - -
  4. - BASE POR O-MUNDO-DE-UMA-GAROTA THEME FEITO POR LIZZ, D-ESUMANA -
  5. - - - - - - - - - - - - - - ---->
  6.  
  7. <html>
  8.  
  9.  
  10. <script type="text/javascript">
  11. //desabilita menu de opcoes ao clicar no botao direito
  12. function desabilitaMenu(e)
  13. {
  14. if (window.Event)
  15. {
  16. if (e.which == 2 || e.which == 3)
  17. return false;
  18. }
  19. else
  20. {
  21. event.cancelBubble = true
  22. event.returnValue = false;
  23. return false;
  24. }
  25. }
  26.  
  27. //desabilita botao direito
  28. function desabilitaBotaoDireito(e)
  29. {
  30. if (window.Event)
  31. {
  32. if (e.which == 2 || e.which == 3)
  33. return false;
  34. }
  35. else
  36. if (event.button == 2 || event.button == 3)
  37. {
  38. event.cancelBubble = true
  39. event.returnValue = false;
  40. return false;
  41. }
  42. }
  43.  
  44. //desabilita botao direito do mouse
  45. if ( window.Event )
  46. document.captureEvents(Event.MOUSEUP);
  47. if ( document.layers )
  48. document.captureEvents(Event.MOUSEDOWN);
  49.  
  50. document.oncontextmenu = desabilitaMenu;
  51. document.onmousedown = desabilitaBotaoDireito;
  52. document.onmouseup = desabilitaBotaoDireito;
  53. </script>
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61. <script type="text/javascript">
  62.  
  63.  
  64. //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
  65.  
  66.  
  67.  
  68.  
  69. function tb8_makeArray(n){
  70.  
  71.  
  72. this.length = n;
  73.  
  74.  
  75. return this.length;
  76.  
  77.  
  78. }
  79.  
  80.  
  81.  
  82.  
  83. tb8_messages = new tb8_makeArray(1);
  84.  
  85.  
  86.  
  87.  
  88. tb8_messages[0] = "{Title}";
  89.  
  90.  
  91.  
  92.  
  93. tb8_rptType = 'infinite';
  94.  
  95.  
  96.  
  97.  
  98. tb8_rptNbr = 5;
  99.  
  100.  
  101.  
  102.  
  103. tb8_speed = 100;
  104.  
  105.  
  106.  
  107.  
  108. tb8_delay = 2000;
  109.  
  110.  
  111.  
  112.  
  113. var tb8_counter=1;
  114.  
  115.  
  116.  
  117.  
  118. var tb8_currMsg=0;
  119.  
  120.  
  121.  
  122.  
  123. var tb8_tekst ="";
  124.  
  125.  
  126.  
  127.  
  128. var tb8_i=0;
  129.  
  130.  
  131.  
  132.  
  133. var tb8_TID = null;
  134.  
  135.  
  136.  
  137.  
  138. function tb8_pisi(){
  139.  
  140.  
  141.  
  142.  
  143. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  144.  
  145.  
  146.  
  147.  
  148. document.title = tb8_tekst;
  149.  
  150.  
  151.  
  152.  
  153. tb8_sp=tb8_speed;
  154.  
  155.  
  156.  
  157.  
  158. tb8_i++;
  159.  
  160.  
  161.  
  162.  
  163. if (tb8_i==tb8_messages[tb8_currMsg].length){
  164.  
  165.  
  166.  
  167.  
  168. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  169.  
  170.  
  171.  
  172.  
  173. }
  174.  
  175.  
  176.  
  177.  
  178. if (tb8_currMsg == tb8_messages.length){
  179.  
  180.  
  181.  
  182.  
  183. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  184.  
  185.  
  186.  
  187.  
  188. clearTimeout(tb8_TID);
  189.  
  190.  
  191.  
  192.  
  193. return;
  194.  
  195.  
  196.  
  197.  
  198. }
  199.  
  200.  
  201.  
  202.  
  203. tb8_counter++;
  204.  
  205.  
  206.  
  207.  
  208. tb8_currMsg = 0;
  209.  
  210.  
  211. }
  212.  
  213.  
  214.  
  215.  
  216. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  217.  
  218.  
  219.  
  220.  
  221. }
  222.  
  223.  
  224.  
  225.  
  226. tb8_pisi()
  227.  
  228.  
  229.  
  230.  
  231. </script>
  232.  
  233.  
  234.  
  235.  
  236. <head>
  237.  
  238.  
  239.  
  240. <!-- APPERENCE D-ESUMANA -->
  241. <meta name="color:background" content="#F8F8FF" />
  242. <meta name="color:link" content="#8B8682" />
  243. <meta name="color:text" content="#8B8989" />
  244. <meta name="color:post" content="#FFFFFF" />
  245. <meta name="color:sidebar" content="#FFFFFF" />
  246. <meta name="color:sombra" content="#696969" />
  247. <meta name="color:text links" content="#8B8989" />
  248. <meta name="color:tags" content="#FFC0CB" />
  249. <meta name="color:frase" content="#8B8682" />
  250. <meta name="color:borda post" content="#FFFFFF" />
  251. <meta name="color:bordaimg" content="#CDC9C9" />
  252. <meta name="color:borda2" content="#FFC0CB" />
  253. <meta name="color:textdescription" content="#696969" />
  254. <meta name="color:bghover" content="#FFC0CB" />
  255. <meta name="color:linha" content="#8B8682" />
  256. <meta name="color:linha1" content="#FFC0CB" />
  257. <meta name="color:abc" content="#FFC0CB" />
  258. <meta name="color:scrollbar" content="#fff" />
  259. <meta name="text:frase1" content=""/>
  260. <meta name="image:background" content="">
  261. <meta name="image:sidebar" content="" />
  262. <meta name="color:linkhover" content="#F8F8FF" />
  263. <meta name="color:bglinks" content="#F8F8FF" />
  264. <meta name="color:coracao" content="#F8F8FF" />
  265.  
  266.  
  267. <link href='http://fonts.googleapis.com/css?family=Megrim' rel='stylesheet' type='text/css'>
  268.  
  269.  
  270. <meta name="text:Link1" content="/" />
  271. <meta name="text:Link1 Title" content="link1" />
  272. <meta name="text:Link2" content="/" />
  273. <meta name="text:Link2 Title" content="link2" />
  274. <meta name="text:Link3" content="/" />
  275. <meta name="text:Link3 Title" content="link3" />
  276. <meta name="text:Link4" content="/" />
  277. <meta name="text:Link4 Title" content="link4" />
  278. <meta name="text:Link5" content="/" />
  279. <meta name="text:Link5 Title" content="link5" />
  280. <meta name="text:Link6" content="/" />
  281. <meta name="text:Link6 Title" content="link6" />
  282.  
  283.  
  284.  
  285.  
  286. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  287.  
  288.  
  289.  
  290. <title>{Title}</title>
  291. <link rel="shortcut icon" href="{Favicon}">
  292. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  293. {block:Description}
  294. <meta name="description" content="{MetaDescription}" />
  295. {/block:Description}
  296.  
  297.  
  298. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  299.  
  300. <style type="text/css">
  301.  
  302. 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; }
  303.  
  304. a {color: {color:link}; text-decoration: none; text-transform: none;}
  305. a:hover {color: {color:linkhover}; background-color: transparent; text-decoration: none;}
  306.  
  307. p {margin: 6px 0 0 0}
  308.  
  309. blockquote {margin: 5px 5px 5px 5px; border-left: 6px solid {color:background}; padding-left: 5px; }
  310. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:background};}
  311. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  312. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  313.  
  314. blockquote img{max-width: 470px!important}
  315. blockquote blockquote img{max-width: 450px!important}
  316. blockquote blockquote blockquote img{max-width: 430px!important}
  317. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  318.  
  319. #container {text-align: center; width: 935px; margin: 20px auto 20px auto; padding: 0px; z-index: 1;}
  320.  
  321. #entry {float: left; margin-left: 420px; margin-top: 60px; opacity:0.9; }
  322.  
  323. .posts {width: 500px; background-color: {color:post}; padding: 10px; margin-bottom: 1px; text-align: justify; font-family: verdana; font-size: 11px; position: relative;border-right:3px solid {color:borda post}; border-left:3px solid {color:borda post}; border:4px double {color:borda post};}
  324.  
  325. h1 {font-family: georgia; text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  326. h1 a {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  327. h1 a:hover {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  328.  
  329. .image {text-align: center; border: 0px}
  330. .image img {max-width: 500px; margin-bottom: 2px }
  331.  
  332. .pquote {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  333. .pquotesource {text-align: center; text-transform: none; margin-bottom: 5px;}
  334. .pquotesource a, a:hover{text-transform: none;}
  335.  
  336. .chat {line-height: 13px; list-style: none }
  337. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  338. .person1 {color: {color:text}; padding: 2px; }
  339. .person1 .label {font-weight: bold; color:{color:text}}
  340. .person2 {color: {color:text}; padding: 2px; }
  341. .person2 .label {font-weight: bold; color:{color:text}}
  342.  
  343. .player {background-color: #000; text-align: left; display:block;}
  344.  
  345. .question {
  346. color:{color:text};
  347. font-size: 11px;
  348. font-weight: normal;
  349. font-family: verdana;
  350. line-height:95%;
  351. background: {color:background};
  352. position: relative;
  353. min-height:70px;
  354. padding:10px 15px;
  355. margin-bottom:2px;
  356. margin-right:-10px;}
  357.  
  358. .questionarrow {
  359. font-size:30px;
  360. color:{color:background};
  361. vertical-align:middle;
  362. margin-left:-5px!important;}
  363.  
  364.  
  365. .asker {width:500px; text-align:right; text-transform:lowercase; color:{color:text};}
  366. .asker a {color:{color:text};}
  367. .asker img {float:left; margin-left:400px; vertical-align:top; margin-right:3px; max-height:15px;}
  368.  
  369. .asking {text-align:center; color:{color:text}; font:9px verdana; text-transform:none;}
  370. .asking a{color:{color:text};}
  371. .asking img {width:58px; vertical-align:middle; background-color:{color:background}; padding:3px;}
  372.  
  373. .arrow {padding-top:11px; color:{color:question background}; font-size:30px;}
  374.  
  375.  
  376. .answer {color:{color:answer};}
  377.  
  378. .creditoaokaique {opacity: 0.99; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  379. .creditoaokaique:hover {opacity: 0.99; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  380.  
  381. #info {text-align: left; margin-top:-4px; font-size: 10px; font-family: calibri; text-transform: uppercase; z-index: 11;}
  382. #info a {font-size: 10px; text-transform: uppercase;}
  383.  
  384. #tags {color: {color:text}; font-size: 10px; font-family: calibri; display: inline; list-style: none; text-transform: uppercase;;}
  385. #tags a {font-size: 10px; font-family: calibri; display: inline; list-style: none; text-transform: uppercase;;}
  386.  
  387. #cap {width: 500px; margin-top: -2px;}
  388. .source {display: none;}
  389.  
  390. .notes {width: 520px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: center}
  391. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  392. ol.notes li {background-color: {color:post}; margin-bottom: 2px; padding: 5px; }
  393. .notes img{display: none; border:0px}
  394.  
  395. ::-webkit-scrollbar{width:7px;height:7px;}
  396. ::-webkit-scrollbar-button:start:decrement
  397. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  398. ::-webkit-scrollbar-track-piece{background-color: {color:post}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  399. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scrollbar};-webkit-border-radius:px;}
  400. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scrollbar};-webkit-border-radius:px;}
  401.  
  402. /********IMAGEM DA LIZZ*******/
  403.  
  404. #sidebarimg {left: 203px;
  405. top: 4px;
  406. position:fixed;
  407. overflow:hidden;
  408. background-color: ;
  409. height:232px;
  410. width: 195px;
  411. border:8px solid {color:bordaimg} ;
  412. padding:3px;
  413. padding-bottom: 3px; opacity: 0.8;
  414. -webkit-border-radius: 0px 0px 0px 0px;-webkit-filter: blur(0px); -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out ; opacity: 0.9;}
  415.  
  416.  
  417. #sidebarimg:hover .cute{opacity:0;alpha(Opacity=0);-moz-transition-duration:0.5s; -webkit-transition-duration:0.5s; -o-transition-duration:0.5s; left:; top:;background-color:;opacity:0.6; text-shadow:0px 0px 7px #fff; ease-out;-webkit-filter: grayscale(1);position: fixed;}
  418.  
  419.  
  420. .cute {float: right; margin-left:245px;top:120px;width: 84px; height: 0px; position: absolute;color: {color:coracao}; font-size:140px; line-height:9px; display: block; z-index:11; background: ; alpha(Opacity=0.4);opacity:0.4; -webkit-transition-duration: .70s;position: fixed; }
  421.  
  422.  
  423. /* ------------------------------------FIM-------------------*/
  424.  
  425.  
  426. #links {display: block; font-family: calibri; font-size: 9px; text-transform:uppercase; letter-spacing:1px; z-index:1; opacity:0.9; border-bottom: 3px solid #d6e5e9; word-spacing:2px; position: fixed; margin-top: 384px; margin-left: 167px;}
  427.  
  428. #links a {width:110px; display: block; font-family: calibri; font-size: 9px; color: #50504f; text-transform:uppercase; letter-spacing:1px; opacity:0.9; word-spacing:2px; background-color:#fff; margin-top: 1px; padding: 9px 3px 8px 3px}
  429.  
  430. #links a:hover {opacity:0.9; background-color: #dadada; color:#50504f;}
  431.  
  432.  
  433. /* ****************** TITULO*/
  434.  
  435. #imsure1{
  436. background-color:{color:sidebar};
  437. padding: 0px;
  438. height:68px;
  439. line-height:40px;
  440. float:left;
  441. position:fixed;
  442. margin-left:419px;
  443. margin-top: -9px;
  444. width:528px;
  445. font-family: 'megrim';
  446. font-size:30px;
  447. letter-spacing:2px;
  448. text-align: center;
  449. color:{color:frase}; letter-spacing:-1px;
  450. z-index:1; text-transform: none; border-right:1px double {color:bordaimg};border-bottom:1px double {color:bordaimg};
  451. }
  452.  
  453.  
  454.  
  455. #imsure{
  456. background-color:transparent;
  457. padding: 0px;
  458. height:18px;
  459. line-height:16px;
  460. float:left;
  461. position:fixed;
  462. margin-left:284px;
  463. margin-top: 66px;
  464. width:196px;
  465. font-family:'LavanderiaRegular' ;
  466. font-size:16px;
  467. letter-spacing:0px;
  468. text-align: left;
  469. color: {color:frase}; letter-spacing:-1px;
  470. z-index:9000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000; text-transform: none;
  471. }
  472.  
  473. /*****************FONTES AQUI **************/
  474. @font-face {
  475.  
  476. font-family: 'LavanderiaRegular';
  477.  
  478. src: url('http://static.tumblr.com/2lqtwbf/G1Dlyrsst/lavanderia_regular-webfont.eot');
  479.  
  480.  
  481. src: url('http://static.tumblr.com/2lqtwbf/G1Dlyrsst/lavanderia_regular-webfont.eot?#iefix') format('embedded-opentype'),
  482.  
  483.  
  484. url('http://static.tumblr.com/2lqtwbf/RAPlyrset/lavanderia_regular-webfont.ttf') format('truetype'),
  485.  
  486.  
  487. url('http://static.tumblr.com/2lqtwbf/kb1lyrsq2/lavanderia_regular-webfont.svg#LavanderiaRegular') format('svg');
  488.  
  489.  
  490.  
  491.  
  492. font-weight: normal;
  493.  
  494.  
  495. font-style: normal;}
  496.  
  497. @font-face { font-family: "luv"; src: url('http://static.tumblr.com/jdjsstr/jAKm8lv4d/djb_jacked_up_kinda_luv_1_.ttf'); }
  498.  
  499. @font-face {font-family:basket; src: url('http://static.tumblr.com/ejm8w78/aollviadu/destrukt.ttf');}
  500.  
  501.  
  502. @font-face {font-family: "Edo"; src: url('http://static.tumblr.com/lj4xzrj/an4m39jkw/edo.ttf');}
  503.  
  504. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  505. @font-face { font-family: "swagger"; src: url('http://static.tumblr.com/zvqacv0/gjTm74ni6/swagger.ttf'); }
  506.  
  507. /* ============================FIM==========================*/
  508.  
  509.  
  510.  
  511. /***DESCRIÇÃO ***/
  512. #notinho {margin-left: 200px;
  513. margin-top: 250px;
  514. width:200px;
  515. font-size: 9px;
  516. height: auto; max-height: 50px;
  517. text-align: center;
  518. background-color:none;
  519. font-family:georgia;
  520. color: {color:textdescription};
  521. position: fixed;
  522. z-index:999999;padding: 5px;
  523. -webkit-transition: 1s ease-in;
  524. line-height: 10px;
  525. -moz-transition: 1s ease-in;
  526. transition: 1s ease-in;
  527. overflow: hidden;
  528. opacity: 0.6;
  529. border-top: 3px dotted transparent;}
  530.  
  531.  
  532.  
  533.  
  534. /*** BARRINHA ***/
  535. #estela1 {position: fixed; margin-left: 187px; width:231px; height: 312px; background-color:{color:sidebar}; margin-top: -8px; -webkit-transform: rotate(0deg);-webkit-border-radius: 0px 20px 0px 0px; -webkit-transform: rotate(180deg);border-top: 4px solid {color:bordaimg};border-right:1px double {color:bordaimg};border-left:1px double {color:bordaimg};}
  536.  
  537.  
  538.  
  539.  
  540. /* PAGINATION*/
  541. #pagination {position:fixed; margin-top:400px; margin-left:320px;}
  542. #pagination a{width: 55px; height: 10px; line-height: 8px; padding: 5px; font-size:29px; font-family:georgia; text-align:center; color:{color:link}; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  543.  
  544.  
  545.  
  546.  
  547. #credito a {color: {color:textdescription}; font-weight: bold; opacity: 10;}
  548.  
  549. #credito a:hover {opacity: 0.7; border-left: 0px;}
  550.  
  551.  
  552. .creditosaduh img { width:220px; height: 250px;left:205px; text-align:center; margin-top: 10px; position: fixed;}
  553.  
  554.  
  555.  
  556. /***LINKS ***/
  557.  
  558.  
  559.  
  560. #nossa {font-family: tinytots; background-color: {color:sidebar}; color: {color:oioi}; font-size: 30px; padding: 3px 5px 5px 5px; width: 20px;text-shadow: 0px 0px 9px {color:lizz};-webkit-border-radius: 0px 0px 20px 150px; margin-top: -6px; margin-left: 157px; z-index: 1000000000000; position: fixed; text-align: center; height: 20px; border:0px solid ; text-transform: none; }
  561. #nossadudex a{font-family: verdana; font-size: 10px; text-transform: none; font-weight: none; padding-left:1px; margin-left:-3px; color: {color:oioi}; }
  562.  
  563. #pinkd {position:fixed; margin-left:440px; margin-top:30px; padding: 0px; text-align: center;z-index:10000000000; }
  564.  
  565. #pinkd a {float: left; border-radius: 0px 0px 0px 0px; display: block; letter-spacing:1px; font-size:8px; font-family:tahoma; text-align: center; margin-right: 1px; margin-bottom:1px; width: 80px; height: 20px; background-color:{color:bglinks}; color:{color:text links}; text-decoration: none; text-transform:uppercase; line-height: 10px; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;opacity:1; ; line-height: 20px; }
  566.  
  567. #pinkd a:hover{ box-shadow: inset 100px 0px {color:bghover};{color:link}; text-shadow:{color:sombra}; 1px 1px 0px; line-height:px; ;border-top: 1px dotted {color:borda2}; border-bottom:1px dotted {color:borda2}}
  568.  
  569.  
  570.  
  571. /*** SCROLLBAR***/
  572.  
  573. ::-webkit-scrollbar-thumb:vertical {background-color:{color:borda2};height:50px; border:5px solid {color:scrollbar};}
  574.  
  575. ::-webkit-scrollbar-button:vertical {height:8px;display: block; background:{color:borda2};}
  576.  
  577.  
  578. ::-webkit-scrollbar {height:0px;width:12px;background-color:{color:scrollbar};}
  579.  
  580.  
  581.  
  582.  
  583.  
  584. </style>
  585. <body oncontextmenu="return false">
  586.  
  587.  
  588.  
  589.  
  590.  
  591.  
  592. <!----------------NÃO MEXA AQUI------------------->
  593.  
  594.  
  595. <div id="estela1"></div>
  596. <div id="barra"></div>
  597. <div id="faixa3"></div>
  598.  
  599. <div id="faixa2"></div>
  600.  
  601. <div id="sidebarimg">
  602.  
  603. <img src="{image:sidebar}" height= "232px;" width= "195px;">
  604. </div>
  605. <div id="dugg"></div>
  606.  
  607. </div></div>
  608.  
  609. <div class="cute">♥</div>
  610.  
  611. </div></div></div>
  612.  
  613. <div id="notinho">{Description}</div>
  614.  
  615. <div id="pinkd">
  616. <a href="{text:Link1}">{text:Link1 Title}</a>
  617. <a href="{text:Link2}">{text:Link2 Title}</a>
  618. <a href="{text:Link3}">{text:Link3 Title}</a>
  619. <a href="{text:Link4}">{text:Link4 Title}</a>
  620. <a href="{text:Link5}">{text:Link5 Title}</a>
  621. <a href="{text:Link6}">{text:Link6 Title}</a>
  622. </div></div>
  623.  
  624.  
  625.  
  626.  
  627.  
  628.  
  629.  
  630.  
  631.  
  632. </div></div>
  633.  
  634.  
  635. <div id="imsure">{text:frase2} </div>
  636. </div>
  637.  
  638. <div id="imsure1">{text:frase1}</div>
  639. </div>
  640.  
  641.  
  642. <div id="pagination">
  643. {block:PreviousPage}<a href="{PreviousPage}">«</a> {/block:PreviousPage}
  644. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  645. </div></div>
  646.  
  647. <!-------------CRÉDITOS------------------------------>
  648. <div style="margin-left:55px;-webkit-transform: rotate(-90deg); width:245px;background:; font-family:tahoma;font-size:11px; margin-top: 150px; position:fixed; "><a href="http://d-esumana.tumblr.com/"><small>theme + </a><a href="http://o-mundo-de-uma-garota.tumblr.com/">base</small></a>
  649. <font color="{color:tags}">©</font> </a></div>
  650.  
  651.  
  652.  
  653. <div id="entry">
  654.  
  655. {block:Posts}
  656. <div class="posts">
  657.  
  658. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  659.  
  660. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  661.  
  662. {block:Photoset}{Photoset-500}{/block:Photoset}
  663.  
  664. {block:Quote}
  665. <div class="pquote">“{Quote}”</div>
  666. {block:Source}<div class="pquotesource"> ~ {Source}</div>
  667. {/block:Source}
  668. {/block:Quote}
  669.  
  670. {block:Link}
  671. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  672. {block:Description}{Description}{/block:Description}
  673. {/block:Link}
  674.  
  675. {block:Chat}
  676. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  677. <div class="chat"><ul>{block:Lines}
  678. <li class="person{UserNumber}">{block:Label}
  679. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  680. {/block:Chat}
  681.  
  682. {block:Audio}
  683. <div class="player">{AudioPlayerBlack}</div>
  684. {block:Caption}{Caption}{/block:Caption}
  685. {/block:Audio}
  686.  
  687. {block:Video}{Video-500}{/block:Video}
  688.  
  689.  
  690. {block:Answer}
  691. <table width="500px" cellspacing="0" cellpadding="0">
  692. <tr>
  693. <td width="415px" class="question">{Question}</td>
  694. <td width="30px"><span class="questionarrow">◤</span></td>
  695. <td width="64px" class="asking"><img src="{AskerPortraitURL-64}"><br>{Asker}</td>
  696. </tr>
  697. </table>
  698. <div class="answer">{Answer}</div>
  699. {/block:answer}
  700.  
  701.  
  702.  
  703. <div id="cap">
  704. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  705. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  706. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  707.  
  708. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  709. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  710. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  711. {/block:ContentSource}</div></div>
  712. <br>
  713.  
  714. <div class="creditoaokaique">
  715. {block:Date}<div id="info">
  716. <center> <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} • <a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>{NoteCountWithLabel}</a>{block:RebloggedFrom} • <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource} • <a href="{SourceURL}">source</a>{/block:ContentSource} {block:IndexPage}• <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}</center> </div>{block:IfShowTags}<center><div id="tags">{block:HasTags}{block:Tags} #<a href="{TagUrl}">{Tag}</a>{/block:Tags}{/block:HasTags}
  717. </div></center>{/block:IfShowTags}{/block:Date}</div>
  718. </div>
  719.  
  720.  
  721. {/block:Posts}
  722. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  723.  
  724.  
  725.  
  726.  
  727.  
  728.  
  729.  
  730.  
  731. </div>
  732. </div>
  733. </div>
  734. </div>
  735.  
  736. </body>
  737. </html>
Advertisement
Add Comment
Please, Sign In to add comment