Advertisement
UmFalsoPrinceso

Theme - 9

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