Advertisement
UmFalsoPrinceso

Theme - 5

Jul 23rd, 2012
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.87 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html>
  4.  
  5. <!-----------createdby:--um-falso-princeso---------------------------------
  6. PPPPPPPPP RRRRRRRRR III NNN N CCCCCCCC EEEEEEE SSSSSSSS OOOOOOOOO !!
  7. P P R R III N N N C E S O O !!
  8. P P R R N N N C E S O O !!
  9. P P R R III N N N C EEEEE S O O !!
  10. PPPPPPPPP R R I I N N N C EEEEE SSSSSSSS O O !!
  11. P R RRRRR I I N N N C E S O O !!
  12. P R R I I N N N C E S O O
  13. P R R III N NNN CCCCCCCC EEEEEEE SSSSSSSS OOOOOOOOO !!
  14. --------------------------------------------------------------------------->
  15.  
  16. <head>
  17.  
  18. <script type="text/javascript">
  19. //desabilita menu de opcoes ao clicar no botao direito
  20. function desabilitaMenu(e)
  21. {
  22. if (window.Event)
  23. {
  24. if (e.which == 2 || e.which == 3)
  25. return false;
  26. }
  27. else
  28. {
  29. event.cancelBubble = true
  30. event.returnValue = false;
  31. return false;
  32. }
  33. }
  34.  
  35. //desabilita botao direito
  36. function desabilitaBotaoDireito(e)
  37. {
  38. if (window.Event)
  39. {
  40. if (e.which == 2 || e.which == 3)
  41. return false;
  42. }
  43. else
  44. if (event.button == 2 || event.button == 3)
  45. {
  46. event.cancelBubble = true
  47. event.returnValue = false;
  48. return false;
  49. }
  50. }
  51.  
  52. //desabilita botao direito do mouse
  53. if ( window.Event )
  54. document.captureEvents(Event.MOUSEUP);
  55. if ( document.layers )
  56. document.captureEvents(Event.MOUSEDOWN);
  57.  
  58. document.oncontextmenu = desabilitaMenu;
  59. document.onmousedown = desabilitaBotaoDireito;
  60. document.onmouseup = desabilitaBotaoDireito;
  61. </script>
  62.  
  63. <link href='http://fonts.googleapis.com/css?family=Rouge+Script' rel='stylesheet' type='text/css'>
  64.  
  65. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  66.  
  67. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
  68. <script type="text/javascript">
  69. function slideSwitch() {
  70. var $active = $('#slideshow2 img.active');
  71.  
  72. $active.addClass('last-active');
  73.  
  74. // verifica se existe um próximo objeto na div #slideshow2, caso ele nao exista, retorna para o primeiro
  75. var $next = $active.next().length ? $active.next() : $('#slideshow2 img:first');
  76.  
  77. $next.css({opacity: 0.0})
  78. .addClass('active')
  79. .animate({opacity: 1.0}, 1000, function() {
  80. $active.removeClass('active last-active');
  81. });
  82. }
  83.  
  84. $(function() {
  85. //Executa a função a cada 2 segundos
  86. setInterval( "slideSwitch()", 2500 );
  87. });
  88. </script>
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96. <script type="text/javascript">
  97.  
  98.  
  99. //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
  100.  
  101.  
  102.  
  103.  
  104. function tb8_makeArray(n){
  105.  
  106.  
  107. this.length = n;
  108.  
  109.  
  110. return this.length;
  111.  
  112.  
  113. }
  114.  
  115.  
  116.  
  117.  
  118. tb8_messages = new tb8_makeArray(1);
  119.  
  120.  
  121.  
  122.  
  123. tb8_messages[0] = "{Title}";
  124.  
  125.  
  126.  
  127.  
  128. tb8_rptType = 'infinite';
  129.  
  130.  
  131.  
  132.  
  133. tb8_rptNbr = 5;
  134.  
  135.  
  136.  
  137.  
  138. tb8_speed = 100;
  139.  
  140.  
  141.  
  142.  
  143. tb8_delay = 2000;
  144.  
  145.  
  146.  
  147.  
  148. var tb8_counter=1;
  149.  
  150.  
  151.  
  152.  
  153. var tb8_currMsg=0;
  154.  
  155.  
  156.  
  157.  
  158. var tb8_tekst ="";
  159.  
  160.  
  161.  
  162.  
  163. var tb8_i=0;
  164.  
  165.  
  166.  
  167.  
  168. var tb8_TID = null;
  169.  
  170.  
  171.  
  172.  
  173. function tb8_pisi(){
  174.  
  175.  
  176.  
  177.  
  178. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  179.  
  180.  
  181.  
  182.  
  183. document.title = tb8_tekst;
  184.  
  185.  
  186.  
  187.  
  188. tb8_sp=tb8_speed;
  189.  
  190.  
  191.  
  192.  
  193. tb8_i++;
  194.  
  195.  
  196.  
  197.  
  198. if (tb8_i==tb8_messages[tb8_currMsg].length){
  199.  
  200.  
  201.  
  202.  
  203. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  204.  
  205.  
  206.  
  207.  
  208. }
  209.  
  210.  
  211.  
  212.  
  213. if (tb8_currMsg == tb8_messages.length){
  214.  
  215.  
  216.  
  217.  
  218. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  219.  
  220.  
  221.  
  222.  
  223. clearTimeout(tb8_TID);
  224.  
  225.  
  226.  
  227.  
  228. return;
  229.  
  230.  
  231.  
  232.  
  233. }
  234.  
  235.  
  236.  
  237.  
  238. tb8_counter++;
  239.  
  240.  
  241.  
  242.  
  243. tb8_currMsg = 0;
  244.  
  245.  
  246. }
  247.  
  248.  
  249.  
  250.  
  251. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  252.  
  253.  
  254.  
  255.  
  256. }
  257.  
  258.  
  259.  
  260.  
  261. tb8_pisi()
  262.  
  263.  
  264.  
  265.  
  266. </script>
  267.  
  268. <meta name="color:background" content="#f8f8f8" />
  269. <meta name="color:links" content="#000000" />
  270. <meta name="color:linkshover" content="#ffffff" />
  271. <meta name="color:link" content="#000000" />
  272. <meta name="color:linkhover" content="#ffffff" />
  273. <meta name="color:linkbg" content="#f3f3f3" />
  274. <meta name="color:xlinks" content="#007bff" />
  275. <meta name="color:maislinks" content="#007bff" />
  276.  
  277. <meta name="color:text" content="#000000" />
  278. <meta name="color:post" content="#ffffff" />
  279. <meta name="color:textdescription" content="#000000" />
  280.  
  281. <meta name="color:negrito" content="#949494" />
  282. <meta name="color:sublinha" content="#949494" />
  283. <meta name="color:italic" content="#949494" />
  284.  
  285. <meta name="color:scroll" content="#000000" />
  286. <meta name="color:ask" content="#ebebeb" />
  287. <meta name="color:quote" content="#000000" />
  288.  
  289. <meta name="image:background" content="" />
  290. <meta name="image:sidebar1" content="http://24.media.tumblr.com/tumblr_m7n1oaXxAG1qmorjgo2_250.png"/>
  291. <meta name="image:sidebar2" content="http://25.media.tumblr.com/tumblr_m7mz58Yomj1ryavn6o2_250.jpg"/>
  292.  
  293. <meta name="color:frase" content="#000000" />
  294. <meta name="text:titulo" content="frase aqui" />
  295.  
  296. <meta name="text:link1" content="/" />
  297. <meta name="text:Link1 Title" content="link" />
  298. <meta name="text:Link2" content="/" />
  299. <meta name="text:Link2 Title" content="link" />
  300. <meta name="text:Link3" content="/" />
  301. <meta name="text:Link3 Title" content="link" />
  302.  
  303. <meta name="text:link4" content="/" />
  304. <meta name="text:Link4 Title" content="link" />
  305. <meta name="text:Link5" content="/" />
  306. <meta name="text:Link5 Title" content="link" />
  307. <meta name="text:Link6" content="/" />
  308. <meta name="text:Link6 Title" content="link" />
  309.  
  310. <title>{Title}</title>
  311. <link rel="shortcut icon" href="{Favicon}">
  312. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  313. {block:Description}
  314. <meta name="description" content="{MetaDescription}" />
  315. {/block:Description}
  316.  
  317. <style type="text/css">
  318.  
  319. body {background-color: {color:background}; font-family: georgia; color: {color:text}; text-align: center; font-size: 9px; background-image:url('{image:background}'); background-attachment: fixed; }
  320.  
  321. a:link, a:visited {text-decoration: none}
  322. a:hover {text-decoration: none; color: {color:linkshover};}
  323. a:active {text-decoration: none}
  324.  
  325. p {margin: 6px 0 0 0}
  326.  
  327. blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:quote}; padding-left: 4px; }
  328. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:post};}
  329. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  330. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  331.  
  332. blockquote img{max-width: 470px!important}
  333. blockquote blockquote img{max-width: 450px!important}
  334. blockquote blockquote blockquote img{max-width: 430px!important}
  335. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  336. .qquote{font-family: Georgia; font-size: 15px; letter-spacing: 0px; line-height: 18px; text-transform: none; text-align: center;
  337.  
  338. }
  339. .qsource{margin-top: 5px; margin-right: 15px;text-align: right}
  340.  
  341. #posts{float: left; margin-left:320px; margin-top: 20px; position: relative; border-left: 0px solid {color:background}; z-index:1000; }
  342.  
  343.  
  344.  
  345. .danpost {width: 500px; background-color: {color:post}; padding: 15px; margin-bottom: 1px; text-align: justify; font-family: tahoma; font-size: 11px;}
  346.  
  347. h1 {font-family: georgia; text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  348. h1 a {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:links}; font-weight: normal; line-height: 18px;}
  349. h1 a:hover {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:linkshover}; font-weight: normal; line-height: 18px;}
  350.  
  351. .image {text-align: center; border: 0px}
  352. .image img {max-width: 500px; margin-bottom: 2px }
  353.  
  354. .oiqqtt {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  355. .oiqqtts {text-align: center; text-transform: none; margin-bottom: 5px;}
  356. .oiqqtts a, a:hover{text-transform: none;}
  357.  
  358. .chat {line-height: 13px; list-style: none }
  359. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  360. .person1 {color: {color:text}; padding: 2px; }
  361. .person1 .label {font-weight: bold; color:{color:text}}
  362. .person2 {color: {color:text}; padding: 2px; }
  363. .person2 .label {font-weight: bold; color:{color:text}}
  364.  
  365. .player {background-color: #000; text-align: left; display:block;}
  366.  
  367. b{
  368. color: {color:negrito;}
  369. font-weight: bold;}
  370.  
  371. strong{color: {color:sublinha;}
  372. font-weight: bold;}
  373.  
  374. i{
  375. color: {color:italic;}
  376. font-style: italic;}
  377.  
  378. u{color: {color:sublinha;}
  379. border-bottom: 1px dashed #C7C25A;}
  380.  
  381. /* asker */
  382.  
  383. .asker {width: 480px; background-color: transparent; color:#969696; padding: 5px;}
  384. .asker img{float: left; padding: 0px 5px 0px 0px}
  385. .asker a{font-size: 11px; font-weight: bold; color:#969696; text-transform: lowercase; line-height: 11px; padding: 0; margin: 0}
  386. .asker a:hover{font-size: 11px; font-weight: bold; color:#969696; background-color: transparent; text-transform: uppercase; line-height:11px; padding: 0; margin: 0}
  387. .question {font-size: 10px;}
  388. .answer {padding: 4px}
  389. .answer img {max-width: 470px;}
  390.  
  391. .bg {width: 480px; background-color: {color:transparent}; color:{color:text}; margin-top: 5px; padding-right: 10px; padding-left: 5px; padding-top: 2px; padding-bottom: 3px; border-radius:8px;}
  392.  
  393. #info{margin-top: 15px; }
  394. #info a{color: {color:link} !important}
  395. #info a:hover{color:{color:linkhover}!important}
  396. .tags{font-size: 10px; display: inline; text-align: left;text-transform: lowercase;}
  397.  
  398. .source{display:none}
  399.  
  400. .tags {color: {color:text}; font-size: 9px; font-family: {font:text}; display: inline; list-style: none; text-transform: lowercase;}
  401. .tags a:hover {color: {color:linkshover};} a {font-size: 9px; color: {color:links}; display: inline; list-style: none; text-transform: lowercase;}
  402.  
  403. #cap {width: 500px; margin-top: -2px;}
  404. .source {display: none;}
  405.  
  406. .notes {width: 530px; padding: 0px; margin-top: 5px; margin-bottom: 10px; font-size: 9px; text-align: left}
  407. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  408. ol.notes li {background-color: {color:post}; margin-bottom: 5px; padding: 5px; }
  409. .notes img{display: none; border:0px}
  410.  
  411. .question {
  412. color: {color:text};
  413. font-size: 9px;
  414. font-weight: normal;
  415. font-family: {font:body};
  416. line-height:95%;
  417. background: {color:ask};
  418. margin: 0 0 10px 0;
  419. padding: 10px 15px;
  420. position: relative;}
  421.  
  422. .questionarrow {
  423. width: 13px;
  424. height: 7px;
  425. font-size:30px;
  426. font-family: verdana;
  427. position: absolute;
  428. color: {color:ask};
  429. bottom: -3.5px;
  430. left: 240px;}
  431.  
  432. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  433.  
  434.  
  435.  
  436. #pag {width: 15px; padding:1px; background-color: {color:transparent}; position:fixed; text-align: center; margin-top: 100px; margin-left: 119px;}
  437.  
  438. #pgs {text-align: center; font-family: verdana; font-size: 8px; line-height: 15px; -moz-border-bottom-left-radius: 10px; border-top-left-radius: 10px; z-index: 1}
  439. #pgs a {background: #000; margin: 30 0px 0 0; padding: 2px 4px; color: {color:background}; text-decoration: none;}
  440. #a:hover {background: {color:sidebar}; color: {color:linkshover}; border: none;}
  441. #pgs span.pagina_atual {background: {color:border}; padding: 2px 4px; color: {color:text}; font-weight: bold; text-decoration: none;}
  442. .pg { position:fixed !important; clear: both; float: left; margin-top: 120px; margin-left: 100px; width: 207px; height: 15; font-size: 9px; padding: 2px; background-color: {color:sidebar}; -moz-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px; -moz-border-bottom-right-radius: 10px; border-bottom-right-radius: 10px; z-index: 1;}
  443.  
  444. #pagina{ margin-top: 220px; margin-left: 210px; width: 100px; float: right; background-color: transparent; position: fixed; height: 24px; -webkit-border-radius: 0px 0px 0px 0px; z-index:1000000 }
  445.  
  446. #linksright {margin-top:10px; margin-left: 178px; position:fixed; width: auto; }
  447.  
  448. #linksright a{text-transform: none; display: block; font-family: tahoma; transition: all 0.8s ease-out; -o-transition-transition: all 0.8s ease-out; -webkit-transition: all 0.8s ease-out; background-color: {color:linkbg}; -moz-transition: all 0.8s ease-out; width: 70px; text-align: right; font-size: 11px; height:16px; margin: 1px 0 0px 0; color:{color:link}; margin-left: 3px; line-height:10px; line-width:-10px; }
  449.  
  450. #linksright a:hover{color: {color:linkhover}; width:50px;}
  451.  
  452. /*** Paginação ***/
  453. #paginacaoml {font-size: 20px; font-family: tahoma; line-height: 24px;}
  454. #paginacaoml a {font-size: 20px; font-family: tahoma; background: transparent; margin: 0 1px 0 0; padding: 2px 2px; color: {color:links}; text-decoration: none;}
  455. #paginacaoml a:hover {font-size: 20px; font-family: tahoma; background: transparent; border: none;}
  456. #paginacaoml span.pagina_atual {background: transparent; margin: 0 1px 0 0; padding: 2px 4px; color: {color:links}; text-decoration: none; font-weight: bold;}#paginacaoml span.info {background: {color:transparent}; margin: 0 1px 0 0; padding: 1px 2px; color: #cor da fonte; text-decoration: none;}
  457. #pagination {width:240px; font-family:georgia; text-align:right; font-size:15px; padding:4px; font-style:italic}
  458.  
  459. #me{text-align: justify; font-size: 9px; font-family: calibri; position: fixed; margin-left: 15px; width:130px; height: 35px; background-color: transparent; color: {color:linktext}; padding: 2px; margin-top: 270px; background-attachment: fixed; border-left: 0px solid ; padding:5px;z-index: 830;}
  460.  
  461. #linkstop {text-align: center; margin-top:-290px; margin-bottom: -2px; font-family: tahoma; font-size: 10px; color: {color:linktext}; letter-spacing: 0px; text-transform: none; -webkit-transition: 0.4s ease-in;-moz-transition: 0.4s ease-in; transition: 0.4s ease-in; }
  462.  
  463. @font-face {
  464. font-family: 'Give You Glory';
  465. font-style: normal;
  466. font-weight: norAmal;
  467. src: local('Give You Glory'), local('GiveYouGlory'), url('http://themes.googleusercontent.com/font?kit=DFEWZFgGmfseyIdGRJAxuJre1ArFO0nxyUXZnjCjpOg') format('woff');
  468. }
  469.  
  470. #sidebar {box-shadow: black 0.0em 0.0em 0.8em; width:180px; height:210px; margin-left: 50px; margin-top: 90px; position:fixed; overflow:hidden; background-color: {color:transparent};}
  471.  
  472. .img1 { background-color: transparent; margin-right: 20px;}
  473.  
  474. .img1 img {float: left; display: block; margin-top: -1px; width: auto; -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out; opacity: 0;}
  475.  
  476. .img1 img:hover {opacity: 100;
  477.  
  478. }
  479.  
  480.  
  481.  
  482. .img2 {text-align: left;}
  483.  
  484. .img2 img {display: block; width: auto; margin-bottom: -287px; -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out; opacity: 100;}
  485.  
  486. #textv {width:150px; height: 50px; margin-left:6px; margin-top:212px; position:fixed; overflow:hidden; color: {color:textdescription}; z-index: 10000; font-family: tahoma; font-size:10px;text-transform: lowercase; border-left:0px solid; border-right:0px solid; padding:3px; width: 158px; height:60px; border: 0px solid {color:border};}
  487.  
  488. #texttitle {width:220px; height: 0px; margin-left:900px; margin-top:100px; position:fixed; color: {color:frase}; z-index: 100000; font-family: 'Give You Glory'; font-size:18px;text-transform: lowercase; border-left:0px solid; border-right:0px solid; padding:3px; width: 220px; height:10px;}
  489.  
  490. #credito {width: 200px; margin-left: 206px; height: 9px; margin-top:550px; float:left; text-align: center; font-size: 9px; position:fixed; padding: 4px; font-family:tahoma; color:{color:text}; -webkit-transform: rotate(270deg); overflow:hidden; z-index:1000; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; }
  491. .credittext {margin-top: -2px; letter-spacing: 0px; text-align: center; font-family: tahoma; font-size: 10px; color:#000; }
  492. .credittext a{color:{color:text};}
  493.  
  494.  
  495. ::-webkit-scrollbar{width:5px;height:5px;}
  496. ::-webkit-scrollbar-button:start:decrement
  497. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  498. ::-webkit-scrollbar-track-piece{background-color: {color:background}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  499. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  500. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  501.  
  502. #tumblr_controls{position: fixed!important}
  503. #tumblr_controls{position: fixed!important}
  504. #tumblr_controls{position: fixed!important}
  505. #tumblr_controls{position: fixed!important}
  506.  
  507. {CustomCSS}
  508.  
  509. </style>
  510.  
  511.  
  512. </head>
  513. <body>
  514.  
  515. <div id="sidebar">
  516.  
  517. <div class="img1"><div class="img2"><img src="{image:sidebar1}" height= "210px;"/></div>
  518.  
  519. <img src="{image:sidebar2}" height= "210px;"/ >
  520. </div>
  521.  
  522. <div id="me">
  523. <div id="linkstop">
  524. {block:ifLink1}<a href="{text:Link1}"><font color="{color:linktext}">{text:Link1 Title}</font></a>{/block:ifLink1} <font color="{color:xlinks}">x</font>
  525. {block:ifLink2}<a href="{text:Link2}"><font color="{color:linktext}">{text:Link2 Title}</font></a> {/block:ifLink2}<font color="{color:xlinks}">x</font>
  526. {block:ifLink3}<a href="{text:Link3}"><font color="{color:linktext}">{text:Link3 Title}</font></a> {/block:ifLink3}
  527. </div></div>
  528.  
  529. <div id="linksright">
  530. <a href="{text:link4}"><font color="{color:maislinks}">+</font> {text:link4 title}</a>
  531. <a href="{text:link5}"><font color="{color:maislinks}">+</font> {text:link5 title}</a>
  532. <a href="{text:link6}"><font color="{color:maislinks}">+</font> {text:link6 title}</a>
  533. </div>
  534.  
  535. <div id="textv">{description}</div>
  536. <div id="texttitle">{text:titulo} <font color="#ff00ee">∞</font></div>
  537.  
  538. </div>
  539. <font color="{color:tags}">
  540. <div id="pagina"><div id="paginacaoml"> {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"alt="" title="previous">↜</a>{/block:PreviousPage}{/block:Pagination}
  541.  
  542. {block:JumpPagination length="0"} {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage} {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}{block:Pagination}{block:NextPage}<a href="{NextPage}"alt="" title="next">↝</a>{/block:NextPage}{/block:Pagination}</div></div>
  543.  
  544. </div>
  545. </font>
  546.  
  547.  
  548.  
  549. <div id="credito"><div class: "credittext"></a></a> <a href="http://um-falso-princeso.tumblr.com" title="click vei "> <font color="{color:text}"> by: um-falso-princeso,</font> <font color="#0088ff">don't copy bitch </font></a> <font color="{color:text}">©</font></a></div></font>
  550.  
  551. </a></div>
  552. <div id="posts">
  553. {block:Posts}
  554. <div class="danpost">
  555.  
  556. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  557.  
  558. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  559.  
  560. {block:Photoset}{Photoset-500}{/block:Photoset}
  561.  
  562. {block:Quote}
  563. <div class="qquote"alt="" title="delicate" >"{Quote}"</div>
  564. {block:Source}<div class="qsource"alt="" title="via" ><font color="{color:tags}">~ {Source}</font> ♡ </div>{/block:Source}
  565. {/block:Quote}
  566.  
  567. {/block:quote}
  568.  
  569. {block:Link}
  570. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  571. {block:Description}{Description}{/block:Description}
  572. {/block:Link}
  573.  
  574. {block:Chat}
  575. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  576. <div class="chat"><ul>{block:Lines}
  577. <li class="person{UserNumber}">{block:Label}
  578. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  579. {/block:Chat}
  580.  
  581. {block:Audio}
  582. <div class="player">{AudioPlayerBlack}</div>
  583. {block:Caption}{Caption}{/block:Caption}
  584. {/block:Audio}
  585.  
  586. {block:Video}{Video-500}{/block:Video}
  587.  
  588.  
  589. {block:Answer}
  590. <table cellspacing="0" cellpadding="0" width="100%"><tr><td class="apic"><img src="{AskerPortraitURL-48}"></td><td bgcolor="{color:background}" width="40px"><span class="atip">&#9700;</span></td><td bgcolor="{color:background}"><div class="asker"><b><a href="{URL}" class="asker">{Asker}</a></b> me-chupou:</br></div>
  591. <div class="asker1"></br>{Question}</div></td></tr></table>
  592. <div class="answer"><p></br>{Answer}</p></div>
  593. {/block:answer}
  594.  
  595. <div id="cap">
  596. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  597. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  598. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  599.  
  600. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  601. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  602. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  603. {/block:ContentSource}</div></div>
  604.  
  605. <div class="bg">
  606. <div class="tags"><b></b> {block:HasTags}{block:Tags}<font color="{color:tags}"># </font><a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}</div>
  607.  
  608. <div class="tags">
  609. {block:Date}{block:Date} {DayOfMonth} {Month} {Year} <a href="{Permalink}">{TimeAgo}. </a> {/block:Date} {block:NoteCount} <a href="{Permalink}"alt="" title="notes" > {NoteCountWithLabel} ♥<font color= {color:tags}></font> </a>{/block:NoteCount}<div style="float:right;" class="details">{Block:IndexPage} <a href="{ReblogURL}" target="_blank" alt="" title="rebloga vai?" > reblog <img src="http://static.tumblr.com/f8rtx6g/ZVpm7n5ig/reblog-um-falso-princeso.png"class=" alt="" title="rebloga vai?" > </a>{/Block:IndexPage}<br></div><BR>{block:RebloggedFrom}(<font color= {color:tags}>@</font><a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>)
  610. </span> {/block:RebloggedFrom}<div style="float:right;" class="details">{block:RebloggedFrom}(<font color= {color:tags}>via</font>: <a href="{ReblogParentURL}">{ReblogParentName}</a>)<br>{/block:RebloggedFrom}</div>
  611. </div>
  612.  
  613.  
  614.  
  615. </div></div>
  616. {/block:Date}
  617.  
  618.  
  619. {/block:Posts}
  620. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  621.  
  622.  
  623.  
  624.  
  625.  
  626.  
  627.  
  628.  
  629. </div>
  630. </div>
  631. </div>
  632. </div>
  633. </div>
  634. </div>
  635.  
  636. </body>
  637. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement