JoyRachel

affectingyou-theme21 Crush Hayley

Dec 30th, 2011
14,869
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.18 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2.  
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <! Theme por Affecting You | não copie ou disponibilize !>
  6.  
  7.  
  8. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
  9. <script>
  10. function bloqueio()
  11. {alert(mensagem);}
  12. document.onkeydown=bloqueio;
  13. </script><meta http-equiv="x-dns-prefetch-control" content="off"/>
  14.  
  15.  
  16. <script type="text/javascript">
  17. //desabilita menu de opcoes ao clicar no botao direito
  18. function desabilitaMenu(e)
  19. {
  20. if (window.Event)
  21. {
  22. if (e.which == 2 || e.which == 3)
  23. return false;
  24. }
  25. else
  26. {
  27. event.cancelBubble = true
  28. event.returnValue = false;
  29. return false;
  30. }
  31. }
  32. document.oncontextmenu = desabilitaMenu;
  33. document.onmousedown = desabilitaBotaoDireito;
  34. document.onmouseup = desabilitaBotaoDireito;
  35. </script>
  36.  
  37.  
  38. <script language="JavaScript1.2">
  39. function disableselect(e){
  40. return false
  41. }
  42. function reEnable(){
  43. return true
  44. }
  45. //if IE4+
  46. document.onselectstart=new Function ("return false")
  47. //if NS6
  48. if (window.sidebar){
  49. document.onmousedown=disableselect
  50. document.onclick=reEnable
  51. }
  52. </script>
  53.  
  54. <script src="http://cufon.shoqolate.com/js/cufon-yui.js" type="text/javascript"></script><script src="http://static.tumblr.com/ourf1ma/MmUlthg9c/arsenale-white.cufonfonts.js"
  55. type="text/javascript"></script><script type="text/javascript">Cufon.replace('.cufon');</script>
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. <script type="text/javascript">
  64.  
  65.  
  66. //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
  67.  
  68.  
  69.  
  70.  
  71. function tb8_makeArray(n){
  72.  
  73.  
  74. this.length = n;
  75.  
  76.  
  77. return this.length;
  78.  
  79.  
  80. }
  81.  
  82.  
  83.  
  84.  
  85. tb8_messages = new tb8_makeArray(1);
  86.  
  87.  
  88.  
  89.  
  90. tb8_messages[0] = "{Title}";
  91.  
  92.  
  93.  
  94.  
  95. tb8_rptType = 'infinite';
  96.  
  97.  
  98.  
  99.  
  100. tb8_rptNbr = 5;
  101.  
  102.  
  103.  
  104.  
  105. tb8_speed = 100;
  106.  
  107.  
  108.  
  109.  
  110. tb8_delay = 2000;
  111.  
  112.  
  113.  
  114.  
  115. var tb8_counter=1;
  116.  
  117.  
  118.  
  119.  
  120. var tb8_currMsg=0;
  121.  
  122.  
  123.  
  124.  
  125. var tb8_tekst ="";
  126.  
  127.  
  128.  
  129.  
  130. var tb8_i=0;
  131.  
  132.  
  133.  
  134.  
  135. var tb8_TID = null;
  136.  
  137.  
  138.  
  139.  
  140. function tb8_pisi(){
  141.  
  142.  
  143.  
  144.  
  145. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  146.  
  147.  
  148.  
  149.  
  150. document.title = tb8_tekst;
  151.  
  152.  
  153.  
  154.  
  155. tb8_sp=tb8_speed;
  156.  
  157.  
  158.  
  159.  
  160. tb8_i++;
  161.  
  162.  
  163.  
  164.  
  165. if (tb8_i==tb8_messages[tb8_currMsg].length){
  166.  
  167.  
  168.  
  169.  
  170. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  171.  
  172.  
  173.  
  174.  
  175. }
  176.  
  177.  
  178.  
  179.  
  180. if (tb8_currMsg == tb8_messages.length){
  181.  
  182.  
  183.  
  184.  
  185. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  186.  
  187.  
  188.  
  189.  
  190. clearTimeout(tb8_TID);
  191.  
  192.  
  193.  
  194.  
  195. return;
  196.  
  197.  
  198.  
  199.  
  200. }
  201.  
  202.  
  203.  
  204.  
  205. tb8_counter++;
  206.  
  207.  
  208.  
  209.  
  210. tb8_currMsg = 0;
  211.  
  212.  
  213. }
  214.  
  215.  
  216.  
  217.  
  218. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  219.  
  220.  
  221.  
  222.  
  223. }
  224.  
  225.  
  226.  
  227.  
  228. tb8_pisi()
  229.  
  230.  
  231.  
  232.  
  233. </script>
  234.  
  235.  
  236.  
  237.  
  238. <html xmlns="http://www.wd3.org/1999/xhtml" xml:lang="en" lang="en">
  239.  
  240. <head> <!-- DEFAULT VARIABLES -->
  241. <meta name="font:body" content="verdana" />
  242. <meta name="font:body2" content="verdana" />
  243. <meta name="font:title" content="georgia" />
  244.  
  245. <meta name="color:background" content="#F6F6F6" />
  246. <meta name="color:text" content="#8F8F8F" />
  247. <meta name="color:entry" content="#FFFFFF" />
  248. <meta name="color:quote" content="#6D6D6D" />
  249. <meta name="color:link" content="#B3B3B3" />
  250. <meta name="color:linkhover" content="#FFFFFF" />
  251. <meta name="color:boxborder" content="#D4D4D4" />
  252. <meta name="color:boxtext" content="#929292" />
  253. <meta name="color:boxbackground" content="#F5F5F5" />
  254. <meta name="color:scroll" content="#DBDBDB" />
  255. <meta name="color:scrollbackground" content="#F3F3F3" />
  256. <meta name="color:barra1" content="#E9E9E9" />
  257. <meta name="color:barra2" content="#DABABA" />
  258. <meta name="color:sidebarlinks" content="#929292" />
  259. <meta name="color:bgsidebarlinks" content="#FFFFFF" />
  260. <meta name="color:sidebarlinkshover" content="#929292" />
  261. <meta name="color:backsidebarlinkshover" content="#FFFFFF" />
  262. <meta name="color:phrase" content="#DABABA" />
  263. <meta name="color:bgphrase" content="#FFFFFF" />
  264. <meta name="color:border" content="#F5F5F5" />
  265. <meta name="color:titulosid" content="#C4C4C4" />
  266. <meta name="color:titulosidhover" content="#D6D6D6" />
  267. <meta name="color:subtitulosid" content="#8F8F8F" />
  268.  
  269. <meta name="if:Show tags" content="1"/>
  270. <meta name="if:Show Search" content="0"/>
  271.  
  272. <meta name="image:sidebar 1" content="http://static.tumblr.com/jrxhs0w/WSolx0iud/theme.png"/>
  273. <meta name="image:sidebar 2" content="http://static.tumblr.com/jrxhs0w/juQlx0ix7/theme2.png"/>
  274. <meta name="image:sidebar 3" content="http://static.tumblr.com/jrxhs0w/Nr9lx0iz0/theme3.png"/>
  275. <meta name="image:sidebar 4" content="http://static.tumblr.com/jrxhs0w/HBilx0j1c/theme5.png"/>
  276. <meta name="image:sidebar 5" content="http://static.tumblr.com/jrxhs0w/E1vlx0ize/theme1.png"/>
  277. <meta name="image:background" content=""/>
  278.  
  279. <meta name="text:titulo" content="Rainy day and I'm" />
  280. <meta name="text:subtitulo" content="watching as my tears fall down the window pane" />
  281. <meta name="text:frase" content="I'd rather waste my life pretending [...]" />
  282. <meta name="text:frase2" content="[...] than have to forget you for one whole minute" />
  283. <meta name="text:frase1" content="alguma frase aqui" />
  284. <meta name="text:Link1" content="/" />
  285. <meta name="text:Link1 Title" content="link1" />
  286. <meta name="text:Link2" content="/" />
  287. <meta name="text:Link2 Title" content="link2" />
  288. <meta name="text:Link3" content="/" />
  289. <meta name="text:Link3 Title" content="link3" />
  290. <meta name="text:Link4" content="/" />
  291. <meta name="text:Link4 Title" content="link4" />
  292. <meta name="text:Link5" content="/" />
  293. <meta name="text:Link5 Title" content="link5" />
  294. <meta name="text:Link6" content="/" />
  295. <meta name="text:Link6 Title" content="link6" />
  296. <meta name="text:Link7" content="/" />
  297. <meta name="text:Link7 Title" content="link7" />
  298. <meta name="text:Link8" content="/" />
  299. <meta name="text:Link8 Title" content="link8" />
  300. <meta name="text:Link9" content="/" />
  301. <meta name="text:Link9 Title" content="link9" />
  302. <meta name="text:Link10" content="/" />
  303. <meta name="text:Link10 Title" content="link10" />
  304.  
  305. <title>{Title}</title>
  306. <link rel="shortcut icon" href="{Favicon}">
  307. {block:Description}
  308. <meta name="description" content="{MetaDescription}" />
  309. <script language="JavaScript1.2">
  310. function disableselect(e){
  311. return false
  312. }
  313. function reEnable(){
  314. return true
  315. }
  316. //if IE4+
  317. document.onselectstart=new Function ("return false")
  318. //if NS6
  319. if (window.sidebar){
  320. document.onmousedown=disableselect
  321. document.onclick=reEnable
  322. }
  323. </script><script type="text/javascript">
  324. //desabilita menu de opcoes ao clicar no botao direito
  325. function desabilitaMenu(e)
  326. {
  327. if (window.Event)
  328. {
  329. if (e.which == 2 || e.which == 3)
  330. return false;
  331. }
  332. else
  333. {
  334. event.cancelBubble = true
  335. event.returnValue = false;
  336. return false;
  337. }
  338. }
  339.  
  340. //desabilita botao direito
  341. function desabilitaBotaoDireito(e)
  342. {
  343. if (window.Event)
  344. {
  345. if (e.which == 2 || e.which == 3)
  346. return false;
  347. }
  348. else
  349. if (event.button == 2 || event.button == 3)
  350. {
  351. event.cancelBubble = true
  352. event.returnValue = false;
  353. return false;
  354. }
  355. }
  356.  
  357. //desabilita botao direito do mouse
  358. if ( window.Event )
  359. document.captureEvents(Event.MOUSEUP);
  360. if ( document.layers )
  361. document.captureEvents(Event.MOUSEDOWN);
  362.  
  363. document.oncontextmenu = desabilitaMenu;
  364. document.onmousedown = desabilitaBotaoDireito;
  365. document.onmouseup = desabilitaBotaoDireito;
  366. </script>
  367. {/block:Description}
  368.  
  369.  
  370.  
  371.  
  372. <style type="text/css">
  373.  
  374.  
  375. body {background-color: {color:background};color:{color:text};font-family: verdana;font-size: 11px;text-align: center;line-height:120%;margin:0;padding:0;background-image:url('{image:background}');background-attachment: fixed} a, a:link, a:active, a:visited {color:{color:link};text-transform: none;text-decoration: none} a:hover {background-color:{color:linkhover};padding: 1px 0 1px 0;text-decoration: none} img a{border:0px;}img a:hover{border:0px;} b{text-transform: block; color:{color:bold}}i{text-transform: italic; color:{color:text}}p{margin:2px 0 2px 0}blockquote{margin:5px 5px 2px 2px; padding: 1px 0 3px 6px; border-left: 2px solid {color:entry}}
  376.  
  377.  
  378. #pagin {
  379. position: left;
  380. margin-left: 40px;
  381. top: 350px;
  382. width: 420px;
  383. height: 15px;
  384. background-color:{color:background};
  385. text-align: center;
  386. border: 1px solid {color:sidebar};
  387. position: fixed;
  388. }
  389.  
  390. #paginacao {
  391. margin-left: -1px;
  392. margin-top: 335px;
  393. width: 436px;
  394. left: 10px;
  395. background-color: {color:entry};
  396. position: fixed;
  397. height: 30px;
  398. }
  399.  
  400. #paginacao1{
  401. position: left;
  402. margin-left: 5px;
  403. top: 432px;
  404. width: 424px;
  405. height: 15px;
  406. background-color:{color:entry};
  407. text-align: center;
  408. border: 1px solid {color:boxborder};
  409. position: fixed;
  410. }
  411.  
  412. .sidebarpages{
  413. margin: 1px 0 0 0;
  414. text-align: center;
  415. font-family:verdana;
  416. color: {color:text}
  417. }
  418. .sidebarpages a{
  419. text-decoration: none;
  420. color:{color:link}
  421. }
  422. .sidebarpages a:hover{
  423. color:{color:linkbackground};
  424. background-color: transparent
  425. }
  426.  
  427. #phrase{
  428. background-color: {color:frase1};
  429. letter-spacing: 2px;
  430. color: #FFFFFF;
  431. width:265px;
  432. height:45px;
  433. position: fixed;
  434. padding-top: 1px;
  435. padding-bottom: 1px;
  436. -webkit-transition: all 0.4s ease-out;
  437. -moz-transition: all 0.4s ease-out;
  438. margin-left: 5px;
  439. font-family: verdana;
  440. font-size: 9px;
  441. margin-top: 35px;
  442. z-index: 2;
  443. }
  444.  
  445. #phrase:hover {
  446. background-color: transparent;
  447. height: 30px;
  448. color: transparent;
  449. }
  450.  
  451. .phrase1 {
  452. text-align: justify;
  453. font-size: 9px;
  454. position: fixed;
  455. color: transparent;
  456. width: 265px;
  457. margin-top: 1px;
  458. margin-left: 5px;
  459. }
  460.  
  461. .phrase1:hover {
  462. color: {color:text};
  463. font-size: 9px;
  464. text-align: justify;
  465. }
  466.  
  467. #barratit1 {
  468. margin-left: 0px;
  469. top: 0px;
  470. width: 100%;
  471. height: 40px;
  472. background-color: {color:background};
  473. text-align: center;
  474. position: fixed;
  475. }
  476.  
  477. #credito {
  478. position: left;
  479. margin-left: 300px;
  480. top: 430px;
  481. width: 162px;
  482. height: 40px;
  483. background-color: #FFFFFF;
  484. text-align: center;
  485. position: fixed;
  486. }
  487.  
  488. #credit {
  489. color:#666666;
  490. width: 162px;
  491. margin-top: 4px;
  492. font-size: 9px;
  493. font-family: verdana;
  494. text-align: center;
  495. letter-spacing: 2px;
  496. line-height:10px;
  497. font-style: bold;
  498. margin-bottom: 0px;
  499. opacity: 0.8;
  500. }
  501.  
  502. #barrafrase {
  503. position: left;
  504. margin-left: -5px;
  505. top: 485px;
  506. width: 485px;
  507. height: 70px;
  508. background-color:{color:barra2};
  509. text-align: center;
  510. position: fixed;
  511. border-radius: 15px;
  512. -moz-border-radius: 15px;
  513. -webkit-border-radius: 15px;
  514. -goog-ms-border-radius: 15px;
  515. color:#FFFFFF;
  516. width: 480px;
  517. font-style: italic;
  518. margin-top: 2px;
  519. font-size: 29px;
  520. font-family: georgia;
  521. text-align: center;
  522. letter-spacing: 2px;
  523. line-height:31px;
  524. font-style: bold;
  525. margin-bottom: 5px;
  526. opacity: 0.8;
  527. }
  528.  
  529. #barrafrase:hover {
  530. background-color:transparent;
  531. height: 70px;
  532. color: transparent;
  533. }
  534.  
  535.  
  536. .barrafrase {
  537. text-align: center;
  538. font-size: 29px;
  539. position: fixed;
  540. color: transparent;
  541. width: 480px;
  542. margin-top: 0px;
  543. margin-left: 0px;
  544. height: 70px;
  545. border-radius: 15px;
  546. -moz-border-radius: 15px;
  547. -webkit-border-radius: 15px;
  548. -goog-ms-border-radius: 15px;
  549. font-style: italic;
  550. margin-top: 0px;
  551. font-size: 29px;
  552. font-family: georgia;
  553. text-align: center;
  554. letter-spacing: 2px;
  555. line-height:31px;
  556. font-style: bold;
  557. margin-bottom: 5px;
  558. opacity: 0.8;
  559. }
  560.  
  561. .barrafrase:hover {
  562. text-align: center;
  563. color: #FFFFFF;
  564. font-size: 29px;
  565. text-align: center;
  566. background-color: {color:barra2}
  567. }
  568.  
  569.  
  570.  
  571. #frase1 {
  572. position: left;
  573. margin-left: 5px;
  574. top: 575px;
  575. width: 470px;
  576. height: 5px;
  577. background-color:{color:barra1};
  578. text-align: center;
  579. position: fixed;
  580. border-radius: 15px;
  581. -moz-border-radius: 15px;
  582. -webkit-border-radius: 15px;
  583. -goog-ms-border-radius: 15px;
  584. }
  585.  
  586. #frasea1 {
  587. color:#000000;
  588. width: 210px;
  589. margin-top: 2px;
  590. font-size: 9px;
  591. font-family: verdana;
  592. text-align: center;
  593. letter-spacing: 3px;
  594. font-style: bold;
  595. margin-bottom: 5px;
  596. opacity: 0.8;
  597. }
  598.  
  599. #frase2 {
  600. position: left;
  601. margin-left: 5px;
  602. top: 55px;
  603. width: 470px;
  604. height: 5px;
  605. background-color:{color:barra1};
  606. text-align: center;
  607. position: fixed;
  608. border-radius: 15px;
  609. -moz-border-radius: 15px;
  610. -webkit-border-radius: 15px;
  611. -goog-ms-border-radius: 15px;
  612. }
  613.  
  614. #frasea2 {
  615. color:#ffffff;
  616. width: 210px;
  617. margin-top: 2px;
  618. font-size: 9px;
  619. font-family: verdana;
  620. text-align: center;
  621. letter-spacing: 3px;
  622. font-style: bold;
  623. margin-bottom: 5px;
  624. opacity: 0.8;
  625. }
  626.  
  627. .linkbar {
  628. height:15px;
  629. left:10px;
  630. width:475px;
  631. position:fixed;
  632. background-color: {color:linkbar};
  633. top:40px;
  634. margin:auto;
  635. padding-bottom:2px;
  636. padding-top:2px;
  637. opacity:0.9;
  638. filter: alpha(opacity = 100);
  639. -webkit-transition: 0.3s ease-in;
  640. }
  641.  
  642. #linkks{
  643. text-align:center;
  644. display:inline-block;
  645. width:118px;
  646. color: #000;
  647. background-color: #fff;
  648. font-size: 10px;
  649. }
  650.  
  651. #linkks:hover #sublinks a:first-child{
  652. border-top:0px solid #fff;
  653. }
  654.  
  655. #linkks:hover #sublinks{
  656. opacity:1;
  657. margin-top:0px;
  658. -webkit-transition-duration:.2s;
  659. overflow:hidden;
  660. background-color:#fff;
  661. z-index:10;
  662. height:auto;
  663. }
  664.  
  665. .llinks{
  666. width: 500px;
  667. margin: 16px
  668. auto 3px auto;
  669. font-size: 9px;
  670. text-transform: none;
  671. margin-left:0px;
  672. }
  673.  
  674. .llinks a{
  675. display: block;
  676. text-decoration: none;
  677. font-family: verdana;
  678. color: {color:sidebarlinks};
  679. background-color: {color:bgsidebarlinks};
  680. padding: 2px 0px 2px 0px;
  681. margin: 0 0 1px 0;
  682. text-transform: lowercase;
  683. -webkit-transition: all 0.3s ease-out;
  684. -moz-transition: all 0.3s ease-out;
  685. }
  686.  
  687. .llinks a{
  688. display: block;
  689. text-decoration: none;
  690. font-family: verdana;
  691. color: {color:sidebarlinks};
  692. background-color: {color:bgsidebarlinks};
  693. padding: 2px 0px 2px 0px;
  694. margin: 0 0 1px 0;
  695. text-transform: lowercase;
  696. -webkit-transition: all 0.3s ease-out;
  697. -moz-transition: all 0.3s ease-out;
  698. }
  699.  
  700. .llinks a:hover{
  701. background-color: {color:backsidebarlinkshover};
  702. color:{color:sidebarlinkshover};
  703. text-transform: lowercase;
  704. -webkit-box-shadow: 0 0 1em ;
  705. box-shadow: 0 0 1em ;
  706. }
  707.  
  708. #sublinks{
  709. position:absolute;
  710. margin-top:-5px;
  711. opacity:1;
  712. margin-left:0px;
  713. width:118px;
  714. overflow:hidden;
  715. height:0px;
  716. }
  717.  
  718. #sublinks a{
  719. background-color: {color:bgsidebarlinks};
  720. color: {color:sidebarlinks};
  721. text-align:center;
  722. display:block;
  723. text-transform:lowercase;
  724. line-height:15px;
  725. padding: 2px 0px 2px 0px;
  726. font-size: 9px;
  727. font-family:verdana;
  728. }
  729.  
  730. #sublinks a:hover{
  731. border-bottom:1px solid #f5f5f5;
  732. text-transform:lowercase;
  733. color: {color:sidebarlinkshover};
  734. background-color:{color:backsidebarlinkshover};
  735. padding: 1px 0px 1px 0px;
  736. }
  737.  
  738. .llinks{
  739. width: 475px;
  740. margin: 3px auto 3px auto;
  741. font-size: 9px;
  742. text-transform: none;
  743. text-align: center;
  744. }
  745.  
  746. .llinks a{
  747. display: block;
  748. text-decoration: none;
  749. background-color: {color:bgsidebarlinks};
  750. padding: 2px 0px 2px 0px;
  751. margin: 0 0 1px 0;
  752. color: {color:sidebarlinks};
  753. }
  754.  
  755. .llinks a:hover{ background-color: {color:backsidebarlinkshover}; color: {color:sidebarlinkshover}; text-transform: lowercase; -webkit-box-shadow: 0 0 1em #FFFFFF; box-shadow: 0 0 1em #FFFFFF;}
  756.  
  757.  
  758. #sidebarfr{
  759. margin-left: 0px;
  760. margin-top: 0px;
  761. width: 275px;
  762. float: left;
  763. background-color: {color:entry};
  764. padding: 0px;
  765. position: fixed;
  766. height: 18px;
  767. }
  768.  
  769. .sidebarfrtext {
  770. margin: 3px 3px 3px 3px;
  771. font-family: verdana;
  772. font-size: 10px;
  773. text-align: center;
  774. border-left: 7px solid {color:borderfrase};
  775. border-right: 7px solid {color:borderfrase};
  776. }
  777.  
  778. #slinks{
  779. text-align:center;
  780. margin: 100px 0 0px 0;
  781. margin-left: 560px;
  782. width: 150px;
  783. position: fixed;
  784. top: 205px;
  785. display: line;
  786. height: 15px;
  787. border-radius: 15px;
  788. -moz-border-radius: 15px;
  789. -webkit-border-radius: 15px;
  790. -goog-ms-border-radius: 15px;
  791. }
  792.  
  793. .slinks a{
  794. font-size: 9px;
  795. font-family:verdana;
  796. text-transform: lowercase;
  797. display: block;
  798. list-style: none;
  799. text-decoration: none;
  800. color:{color:sidebarlinks};
  801. background-color: {color:bgsidebarlinks};
  802. opacity: 0.8;
  803. filter:alpha (opacity=80);
  804. padding: 0px 0 1px 10px;
  805. margin:0 0px 2px 0;
  806. letter-spacing: 2px;
  807. border-radius: 15px;
  808. -moz-border-radius: 15px;
  809. -webkit-border-radius: 15px;
  810. -goog-ms-border-radius: 15px;
  811. }
  812.  
  813. .slinks a:hover{
  814. font-size: 9px;
  815. font-family: verdana;
  816. text-transform: lowercase;
  817. display: block;
  818. list-style: none;
  819. text-decoration: none;
  820. color:{color:sidebarlinkshover};
  821. background-color: {color:backsidebarlinkshover};
  822. padding: 1px 0 1px 15px;
  823. margin:0 0 1px 0;
  824. letter-spacing: 3px;
  825. text-align:center;
  826. }
  827.  
  828.  
  829. #mastertit {
  830. font-size: 29px;
  831. text-align: center;
  832. margin-left: 0px;
  833. text-transform: none;
  834. line-height:31px;
  835. padding:5px;
  836. font-family: georgia;
  837. color: (color:title);
  838. background-color: transparent;
  839. }
  840.  
  841. #mastertit:hover{
  842. font-style:italic;
  843. }
  844.  
  845. #tbar {
  846. width:100%;
  847. height:40px;
  848. opacity:0.5;
  849. background-color: #FFFFFF;
  850. background-image: url('http://i44.tinypic.com/2v7z7ly.jpg');
  851. position:fixed;
  852. margin-left: 0px;
  853. margin-top:0px;
  854. }
  855.  
  856.  
  857.  
  858. #titlebar {
  859. margin-left: 105px;
  860. margin-top: 70px;
  861. width: 490px;
  862. left: 460px;
  863. background-color: {color:background};
  864. position: fixed;
  865. height: 32px;
  866. }
  867.  
  868.  
  869. #titulo {
  870. font-size: 35px;
  871. text-align: center;
  872. margin-left: 0px;
  873. text-transform: none;
  874. line-height:31px;
  875. font-style:italic;
  876. padding:5px;
  877. font-family: georgia;
  878. color: {color:titulosid};
  879. background-color: {color:background};
  880. }
  881.  
  882. #titulo:hover{
  883. font-style:italic;
  884. letter-spacing: 3px;
  885. color: {color:titulosidhover};
  886. -webkit-transition: all 0.2s ease-out;
  887. -moz-transition: all 0.2s ease-out;
  888. }
  889.  
  890. #subtitle {
  891. margin-left: 0px;
  892. font-size: 9px;
  893. line-height:25px;
  894. text-align: center;
  895. text-transform: none;
  896. color: {color:subtitulosid};
  897. background-color: {color:background};
  898. padding:0px;
  899. font-family: verdana;
  900. margin-top: -1px;
  901. }
  902.  
  903. #subtitle {
  904. margin-left: 0px;
  905. font-size: 9px;
  906. line-height:20px;
  907. text-align: center;
  908. text-transform: lowercase;
  909. letter-spacing: 2px;
  910. }
  911.  
  912. #subtitle:hover {
  913. letter-spacing: 5px;
  914. -webkit-transition: all 0.5s ease-out;
  915. -moz-transition: all 0.5s ease-out;
  916. }
  917.  
  918. #pagination {
  919. margin-left: 0px;
  920. font-size: 16px;
  921. line-height:10px;
  922. text-align: center;
  923. font-family: georgia;
  924. text-transform: none;
  925. color: {color:text};
  926. background-color: {color:entry};
  927. padding:0px;
  928. font-family: verdana;
  929. margin-top: -1px;
  930. }
  931.  
  932. #pagination {
  933. margin-left: 0px;
  934. font-size: 12px;
  935. line-height:20px;
  936. font-family: georgia;
  937. text-align: center;
  938. text-transform: lowercase;
  939. letter-spacing: 0px;
  940. }
  941.  
  942. #sidebarr{
  943. left: 720px;
  944. margin-top: 315px;
  945. width: 80px;
  946. text-align: left;
  947. background-color: {color:border};
  948. padding: 0px;
  949. position: fixed;
  950. height: 96px;
  951. border-radius: 15px;
  952. -moz-border-radius: 15px;
  953. -webkit-border-radius: 15px;
  954. -goog-ms-border-radius: 15px;
  955. }
  956.  
  957.  
  958. .sidebarrimg {
  959. overflow: auto;
  960. width: 65px;
  961. height: 81px;
  962. text-align: left;
  963. margin: 5px;
  964. border: 1px solid {color:boxborder};
  965. padding: 3px 0px 0px 3px;
  966. background-color: {color:boxbackground};
  967. border-radius: 15px;
  968. -moz-border-radius: 15px;
  969. -webkit-border-radius: 15px;
  970. -goog-ms-border-radius: 15px;
  971. }
  972.  
  973. .sidebarrimg img{
  974. width: auto;
  975. max-height:78px;
  976. display: inline;
  977. overflow: auto;
  978. margin-bottom: 3px;
  979. -moz-border-radius: 15px;
  980. -webkit-border-radius: 15px;
  981. -goog-ms-border-radius: 15px;
  982. opacity: 1;
  983. -webkit-transition: all 0.5s ease-out;
  984. -moz-transition: all 0.5s ease-out;
  985. }
  986.  
  987. .sidebarrimg img:hover{
  988. opacity: 0.7;
  989. }
  990.  
  991. #sidebar1{
  992. left: 800px;
  993. margin-top: 315px;
  994. width: 80px;
  995. text-align: left;
  996. background-color: {color:border};
  997. padding: 0px;
  998. position: fixed;
  999. height: 96px;
  1000. border-radius: 15px;
  1001. -moz-border-radius: 15px;
  1002. -webkit-border-radius: 15px;
  1003. -goog-ms-border-radius: 15px;
  1004. }
  1005.  
  1006.  
  1007. .sidebar1img {
  1008. overflow: auto;
  1009. width: 65px;
  1010. height: 81px;
  1011. text-align: left;
  1012. margin: 5px;
  1013. border: 1px solid {color:boxborder};
  1014. padding: 3px 0px 0px 3px;
  1015. background-color: {color:boxbackground};
  1016. border-radius: 15px;
  1017. -moz-border-radius: 15px;
  1018. -webkit-border-radius: 15px;
  1019. -goog-ms-border-radius: 15px;
  1020. }
  1021.  
  1022. .sidebar1img img{
  1023. width: auto;
  1024. max-height:78px;
  1025. display: inline;
  1026. overflow: auto;
  1027. margin-bottom: 3px;
  1028. -moz-border-radius: 15px;
  1029. -webkit-border-radius: 15px;
  1030. -goog-ms-border-radius: 15px;
  1031. opacity: 1;
  1032. -webkit-transition: all 0.5s ease-out;
  1033. -moz-transition: all 0.5s ease-out;
  1034. }
  1035.  
  1036. .sidebar1img img:hover{
  1037. opacity: 0.7;
  1038. }
  1039.  
  1040. #sidebar2{
  1041. left: 880px;
  1042. margin-top: 315px;
  1043. width: 80px;
  1044. text-align: left;
  1045. background-color: {color:border};
  1046. padding: 0px;
  1047. position: fixed;
  1048. height: 96px;
  1049. border-radius: 15px;
  1050. -moz-border-radius: 15px;
  1051. -webkit-border-radius: 15px;
  1052. -goog-ms-border-radius: 15px;
  1053. }
  1054.  
  1055.  
  1056. .sidebar2img {
  1057. overflow: auto;
  1058. width: 65px;
  1059. height: 81px;
  1060. text-align: left;
  1061. margin: 5px;
  1062. border: 1px solid {color:boxborder};
  1063. padding: 3px 0px 0px 3px;
  1064. background-color: {color:boxbackground};
  1065. border-radius: 15px;
  1066. -moz-border-radius: 15px;
  1067. -webkit-border-radius: 15px;
  1068. -goog-ms-border-radius: 15px;
  1069. }
  1070.  
  1071. .sidebar2img img{
  1072. width: auto;
  1073. max-height:78px;
  1074. display: inline;
  1075. overflow: auto;
  1076. margin-bottom: 3px;
  1077. -moz-border-radius: 15px;
  1078. -webkit-border-radius: 15px;
  1079. -goog-ms-border-radius: 15px;
  1080. opacity: 1;
  1081. -webkit-transition: all 0.5s ease-out;
  1082. -moz-transition: all 0.5s ease-out;
  1083. }
  1084.  
  1085. .sidebar2img img:hover{
  1086. opacity: 0.7;
  1087. }
  1088.  
  1089. #sidebar3{
  1090. left: 960px;
  1091. margin-top: 315px;
  1092. width: 80px;
  1093. text-align: left;
  1094. background-color: {color:border};
  1095. padding: 0px;
  1096. position: fixed;
  1097. height: 96px;
  1098. border-radius: 15px;
  1099. -moz-border-radius: 15px;
  1100. -webkit-border-radius: 15px;
  1101. -goog-ms-border-radius: 15px;
  1102. }
  1103.  
  1104.  
  1105. .sidebar3img {
  1106. overflow: auto;
  1107. width: 65px;
  1108. height: 81px;
  1109. text-align: left;
  1110. margin: 5px;
  1111. border: 1px solid {color:boxborder};
  1112. padding: 3px 0px 0px 3px;
  1113. background-color: {color:boxbackground};
  1114. border-radius: 15px;
  1115. -moz-border-radius: 15px;
  1116. -webkit-border-radius: 15px;
  1117. -goog-ms-border-radius: 15px;
  1118. }
  1119.  
  1120. .sidebar3img img{
  1121. width: auto;
  1122. max-height:78px;
  1123. display: inline;
  1124. overflow: auto;
  1125. margin-bottom: 3px;
  1126. -moz-border-radius: 15px;
  1127. -webkit-border-radius: 15px;
  1128. -goog-ms-border-radius: 15px;
  1129. opacity: 1;
  1130. -webkit-transition: all 0.5s ease-out;
  1131. -moz-transition: all 0.5s ease-out;
  1132. }
  1133.  
  1134. .sidebar3img img:hover{
  1135. opacity: 0.7;
  1136. }
  1137.  
  1138. #sidebar{
  1139. left: 558px;
  1140. margin-top: 145px;
  1141. width: 112px;
  1142. text-align: left;
  1143. background-color: {color:border};
  1144. padding: 0px;
  1145. position: fixed;
  1146. height: 157px;
  1147. border-radius: 15px;
  1148. -moz-border-radius: 15px;
  1149. -webkit-border-radius: 15px;
  1150. -goog-ms-border-radius: 15px;
  1151. }
  1152.  
  1153.  
  1154. .sidebarimg {
  1155. overflow: auto;
  1156. width: 97px;
  1157. height: 143px;
  1158. text-align: left;
  1159. margin: 5px;
  1160. border: 1px solid {color:boxborder};
  1161. padding: 3px 0px 0px 3px;
  1162. background-color: {color:boxbackground};
  1163. border-radius: 15px;
  1164. -moz-border-radius: 15px;
  1165. -webkit-border-radius: 15px;
  1166. -goog-ms-border-radius: 15px;
  1167. }
  1168.  
  1169. .sidebarimg img{
  1170. width: auto;
  1171. max-height:140px;
  1172. display: inline;
  1173. overflow: auto;
  1174. margin-bottom: 3px;
  1175. -moz-border-radius: 15px;
  1176. -webkit-border-radius: 15px;
  1177. -goog-ms-border-radius: 15px;
  1178. opacity: 1;
  1179. -webkit-transition: all 0.5s ease-out;
  1180. -moz-transition: all 0.5s ease-out;
  1181. }
  1182.  
  1183. .sidebarimg img:hover{
  1184. opacity: 0.6;
  1185. }
  1186.  
  1187. .sidebarimg2 {
  1188. overflow: auto;
  1189. height: 145px;
  1190. text-align: left;
  1191. margin: 5px;
  1192. border: 1px solid {color:boxborder};
  1193. padding: 3px 0px 0px 3px;
  1194. background-color: {color:boxbackground};
  1195. }
  1196.  
  1197. .sidebarimg2 img{
  1198. max-height: 142px;
  1199. width: auto;
  1200. display: inline;
  1201. overflow: auto;
  1202. margin-bottom: 3px;
  1203. }
  1204.  
  1205. #sidebardescrii{
  1206. left: 10px;
  1207. margin-top: 570px;
  1208. width: 465px;
  1209. float: left;
  1210. background-color: {color:entry};
  1211. padding: 0px;
  1212. position: fixed;
  1213. height: 90px;
  1214. }
  1215.  
  1216. #sidebardescri{
  1217. left: 670px;
  1218. margin-top: 145px;
  1219. width: 375px;
  1220. float: left;
  1221. background-color: {color:border};
  1222. padding: 0px;
  1223. position: fixed;
  1224. height: 159px;
  1225. border-radius: 15px;
  1226. -moz-border-radius: 15px;
  1227. -webkit-border-radius: 15px;
  1228. -goog-ms-border-radius: 15px;
  1229. }
  1230.  
  1231. .sidebardescri1{
  1232. margin: 5px;
  1233. padding: 5px;
  1234. text-align: justify;
  1235. font-size: 9px;
  1236. font-family: {font:body2};
  1237. border: 1px solid {color:boxborder};
  1238. padding: 3px;
  1239. background-color: {color:boxbackground};
  1240. color: {color:boxtext};
  1241. overflow: auto;
  1242. height: 144px;
  1243. -moz-border-radius: 15px;
  1244. -webkit-border-radius: 15px;
  1245. -goog-ms-border-radius: 15px;
  1246. }
  1247.  
  1248. .sidebardescri1 a{
  1249. font-size: 9px; {font:body2};
  1250. -moz-border-radius: 15px;
  1251. -webkit-border-radius: 15px;
  1252. -goog-ms-border-radius: 15px;
  1253. }
  1254.  
  1255.  
  1256. #sidebarcredit{
  1257. margin-left: 105px;
  1258. margin-top: 424px;
  1259. width: 380px;
  1260. left: 10px;
  1261. background-color: {color:border};
  1262. position: fixed;
  1263. height: 32px;
  1264. }
  1265.  
  1266. #sidebarcredit a{font-size: 9px;}
  1267.  
  1268. .stitle {
  1269. padding:10px;
  1270. width:437px;
  1271. height:auto;
  1272. margin-left:0px;
  1273. margin-top:-1px;
  1274. color:{color:stitle};
  1275. font-family:verdana;
  1276. font-size:9px;
  1277. letter-spacing:2px;
  1278. background-color:{color:bgstitle};
  1279. position:fixed;
  1280. opacity:0.0;
  1281. -webkit-transition: all 0.5s;
  1282. -moz-transition: all 0.5s;
  1283. text-align:center;
  1284. }
  1285.  
  1286. .stitle:hover{
  1287. opacity:0.7;
  1288. height:auto;
  1289. }
  1290.  
  1291.  
  1292.  
  1293. #phrase {
  1294. background-color: trasparent;
  1295. letter-spacing: 1px;
  1296. color: transparent;
  1297. width:362px;
  1298. height:82px;
  1299. line-height:51px;
  1300. position: fixed;
  1301. padding-top: 20px;
  1302. padding-bottom: 0px;
  1303. -webkit-transition: all 0.5s ease-out;
  1304. -moz-transition: all 0.5s ease-out;
  1305. margin-left: 676px;
  1306. font-family: georgia;
  1307. font-size: 50px;
  1308. margin-top: 151px;
  1309. z-index: 3;
  1310. background-color: trasparent;
  1311. filter:alpha(opacity=0.1)
  1312. -moz-opacity:0.1;
  1313. opacity:0.1
  1314. border-radius: 15px;
  1315. -moz-border-radius: 15px;
  1316. -webkit-border-radius: 15px;
  1317. -goog-ms-border-radius: 15px;
  1318. }
  1319.  
  1320. #phrase:hover {
  1321. background-color: {color:bgphrase};
  1322. height: 130px;
  1323. color: {color:phrase};
  1324. filter:alpha(opacity=0.75)
  1325. -moz-opacity:0.60;
  1326. opacity:0.60
  1327. }
  1328.  
  1329. #left {
  1330. float: left;
  1331. position: fixed;
  1332. width: 100px;
  1333. margin-top: 415px;
  1334. margin-left: 745px;
  1335. font-size:23px;
  1336. text-align:left;
  1337. font-size: 39px;
  1338. line-height:23px;
  1339. font-family: georgia;
  1340. background-color: transparent;
  1341. padding: 10px 5px 10px 5px}
  1342. img a{border:0px;}p{margin-top:1px}
  1343.  
  1344. .pagination {
  1345. clear: both;
  1346. margin-top: 0px;  
  1347. text-align: center;
  1348. font-size: 45px;
  1349. color: {color:link};
  1350. }
  1351. .pagination a, a:hover {
  1352. text-align: center;
  1353. color: {color:link};
  1354. background-color:
  1355. transparent;
  1356. }
  1357.  
  1358. ::-webkit-scrollbar-thumb:vertical {
  1359. background-color: {color:scroll};
  1360. height: 50px;
  1361. }
  1362. ::-webkit-scrollbar-thumb:horizontal {
  1363. background-color: {color:scroll};
  1364. height: 10px;
  1365. }
  1366. ::-webkit-scrollbar {
  1367. height: 5px;
  1368. width: 5px;
  1369. background-color: {color:scrollbackground};
  1370. }
  1371.  
  1372. #container {
  1373. background-color:transparent;
  1374. width: 465px;
  1375. position: absolute;
  1376. top: 15px;
  1377. left: 10px;
  1378. padding-bottom: 10px
  1379. }
  1380.  
  1381. #entries {margin: 40px 0 0px 0}
  1382.  
  1383. #entry {
  1384. width: 500px;
  1385. background-color:{color:entry};
  1386. text-align: justify;
  1387. padding: 20px;
  1388. margin: 0px 0 5px 0
  1389. }
  1390.  
  1391. .image{text-align: center; margin: 0 0 5px 0}
  1392. .image img{border: 0px; margin: 0; padding: 0}
  1393.  
  1394. #ask_form{width: 500px}
  1395.  
  1396. .search_result{font-size: 12px; text-align: center}
  1397.  
  1398. .source{display:none}
  1399.  
  1400. h1{
  1401. font-family: georgia;
  1402. font-size:20px;
  1403. letter-spacing: -1px;
  1404. line-height: 20px;
  1405. text-transform: none;
  1406. font-weight: normal;
  1407. margin: 0 0 5px 0;
  1408. text-align: center
  1409. }
  1410.  
  1411. h1 a{
  1412. font-size:20px;
  1413. letter-spacing: -1px;
  1414. line-height: 20px;
  1415. text-transform: none;
  1416. font-weight: normal;
  1417. margin: 0 0 5px 0;
  1418. text-decoration: none;
  1419. text-align: center
  1420. }
  1421.  
  1422. .qqmarks{
  1423. font-size: 80px;
  1424. font-weight: bold;
  1425. line-height: 80px;
  1426. opacity: 0.2;
  1427. filter:alpha (opacity=20)
  1428. }
  1429.  
  1430. .qquote{
  1431. font-family: georgia;
  1432. font-size: 20px;
  1433. letter-spacing: -1px;
  1434. line-height: 20px;
  1435. text-transform: none;
  1436. margin-top: -70px;
  1437. margin-left: 45px
  1438. }
  1439.  
  1440. .qsource{
  1441. margin: 5px 15px 0 10;
  1442. text-align: right}
  1443.  
  1444. .chat{
  1445. line-height: 12px;
  1446. list-style: none
  1447. }
  1448.  
  1449. .chat ul {
  1450. line-height: 15px;
  1451. list-style: none;
  1452. padding: 0px;
  1453. line-height: 20px;
  1454. }
  1455.  
  1456. .person1 {
  1457. background-color: {color:link};
  1458. color: {color:background}
  1459. }
  1460. .person1 .label {
  1461. font-weight: bold;
  1462. padding: 0px;
  1463. margin-left: 5px;
  1464. color: {color: text}
  1465. }
  1466. .person2 {
  1467. background-color: {color:background};
  1468. color: {color: text}
  1469. }
  1470. .person2 .label {
  1471. font-weight: bold;
  1472. padding: 0px;
  1473. margin-left: 5px;
  1474. color: {color: text}
  1475. }
  1476.  
  1477. .audioimage{
  1478. float:left;
  1479. text-align: center;
  1480. margin: 0 10px 5px 0;
  1481. width: 205px;
  1482. border: 15px solid {color:background};
  1483. }
  1484. .audioimage img{
  1485. max-width: 205px;
  1486. height: auto;
  1487. margin: 0 0 2px 0
  1488. }
  1489. .playcount {font-style: italic}
  1490.  
  1491.  
  1492. .asker {
  1493. width: 480px;
  1494. background-color: {color:background};
  1495. color:{color:text};
  1496. padding: 10px
  1497. }
  1498. .asker img{
  1499. float: left;
  1500. margin: 0px 4px 2px 0
  1501. }
  1502. .asker a{
  1503. font-size: 20px;
  1504. color:{color:link};
  1505. text-transform: lowercase;
  1506. line-height: 27px;
  1507. padding: 0; margin: 0;
  1508. font-family: georgia;
  1509. }
  1510. .asker a:hover{
  1511. font-size: 20px;
  1512. color:{color:link};
  1513. text-transform: lowercase;
  1514. line-height:27px;
  1515. padding: 0;
  1516. margin: 0;
  1517. font-family: georgia;
  1518. }
  1519. .answer {padding: 5px 0 0 0}
  1520.  
  1521. #cap {
  1522. padding: 2px 0 0 0;
  1523. width: 500px;
  1524. margin: 0 0 0 5px
  1525. }
  1526.  
  1527. .info {
  1528. margin-top: 0px;
  1529. border-left: 0px solid {color:sidebarlinks};
  1530. padding: 5px;
  1531. background-color: {color:background};
  1532. text-align: center;
  1533. font-size: 9px;
  1534. font-family: verdana;
  1535. text-transform: lowercase;
  1536. }
  1537.  
  1538. .info a {font-size: 9px;}
  1539.  
  1540. .info2 {
  1541. padding: 2px;
  1542. border-bottom: 1px dotted {color:background};
  1543. text-align: right;
  1544. }
  1545. .tags {
  1546. color: {color:text};
  1547. font-size: 9px;
  1548. font-family: verdana;
  1549. display: inline;
  1550. list-style: none;
  1551. text-transform: none;
  1552. }
  1553. .tags a {
  1554. font-size: 9px;
  1555. color: {color:text};
  1556. display: inline;
  1557. list-style: none;
  1558. text-transform: none;
  1559. }
  1560.  
  1561. #nts {
  1562. width: 500px;
  1563. margin-left: 95px;
  1564. padding: 10px;
  1565. margin-top: 5px;
  1566. font-size: 10px;
  1567. text-align: left
  1568. }
  1569.  
  1570. #nts img{display: none; border:0px}
  1571.  
  1572. #clear{
  1573. clear: both;
  1574. width: 50px;
  1575. height: 0px;
  1576. background-color: transparent
  1577. }
  1578.  
  1579. #prevnextlinks{
  1580. text-align: center;
  1581. width: 500px;
  1582. background-color:{color:entry};
  1583. padding: 7px 20px 7px 20px;
  1584. margin: 0 0 2px 0;
  1585. font-size: 10px
  1586. }
  1587.  
  1588. #notes {
  1589. width: 500px;
  1590. margin: 0px;
  1591. margin-left: 0px;
  1592. padding: 5px;
  1593. text-align: left
  1594. }
  1595.  
  1596. ol.notes {list-style: none; margin: 0 20px 0 10px; padding: 0px}
  1597. ol.notes li {margin: 0px; padding: 2px;}
  1598.  
  1599. #notes img{border:0px}
  1600. #notes a{font-size: 10px}
  1601.  
  1602.  
  1603. .titled:hover{margin-top:-95px;}
  1604.  
  1605.  
  1606. .describe{ margin-top:80px; font:18px Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; text-transform:none;}
  1607.  
  1608.  
  1609. #clear{width: 500px; height: 30px}
  1610. #tumblr_controls{position: fixed!important}
  1611.  
  1612. .bigquote{font-size: 75px; font-family: georgia; line-height: 80px; opacity: 0.2; filter:alpha (opacity=20);}
  1613.  
  1614.  
  1615. {CustomCSS}
  1616.  
  1617. </style>
  1618.  
  1619. <link rel="shortcut icon" href="http://www.drikoti.net/Goodies/Favicons/Ico/novo01.ico" />
  1620.  
  1621. </head>
  1622.  
  1623. <body>
  1624.  
  1625.  
  1626. <div id="container">
  1627.  
  1628. <div id="entries">
  1629. {block:IfEnableEndlessScrolling}<div class="autopagerize_page_element">
  1630. <script type="text/javascript"
  1631.  
  1632. src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEnableEndlessScrolling}
  1633.  
  1634.  
  1635. {block:SearchPage}<div class="search_result">{SearchResultCount} results</div>{/block:SearchPage}
  1636.  
  1637. {block:Posts}
  1638.  
  1639. <div id="entry">
  1640. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  1641.  
  1642. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}
  1643. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Photo}
  1644.  
  1645. {block:Photoset}{Photoset-500}
  1646. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
  1647. {/block:Photoset}
  1648.  
  1649. {block:Quote}
  1650. <b class="qqmarks">“</b><div class="qquote">{Quote}</div>
  1651. {block:Source}<div class="qsource">{Source}</div>{/block:Source}
  1652. {/block:Quote}
  1653.  
  1654. {block:Link}
  1655. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  1656. {block:Description}{Description}{/block:Description}
  1657. {/block:Link}
  1658.  
  1659. {block:Chat}
  1660. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  1661. <div class="chat"><ul>{block:Lines}
  1662. <li class="person{UserNumber}">{block:Label}
  1663. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  1664. {/block:Chat}
  1665.  
  1666. {block:Audio}
  1667. <div class="audioimage">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  1668. {AudioPlayerWhite}
  1669. <div class="playcount">{PlayCountWithLabel}</div>
  1670. <div class="cap">{block:Caption}{Caption}{/block:Caption}</div>
  1671. {/block:Audio}
  1672.  
  1673. {block:Video}{Video-500}
  1674. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Video}
  1675.  
  1676. {block:Answer}
  1677. <div class="asker"><img src="{AskerPortraitURL-48}"> {Asker}<br> {Question}</div>
  1678. <div class="answer">{Answer}</div>
  1679. <br>
  1680. {/block:Answer}
  1681.  
  1682. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  1683. <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  1684. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  1685. {/block:ContentSource}</div>
  1686.  
  1687.  
  1688. <div id="clear"></div>
  1689.  
  1690. <div class="info">
  1691. {block:Date} Posted {DayOfMonth} {Month} {Year}, <a href="{Permalink}">{TimeAgo}</a> {/block:Date} {block:NoteCount} | <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{Block:IndexPage} | <a href="{ReblogUrl}" target="_blank">reblog this post</a>{/Block:IndexPage}<br>{block:RebloggedFrom}(originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>
  1692. </span> / {/block:RebloggedFrom}{block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a>)<br>{/block:RebloggedFrom}
  1693. {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  1694. </div></div>
  1695. {/block:Posts}
  1696. {block:PostNotes}
  1697. <div id="nts"><div id="ntstext">{PostNotes}</div></div>
  1698. {/block:PostNotes}
  1699.  
  1700.  
  1701. </div>
  1702. </div>
  1703.  
  1704. <div id="barratit1"></div>
  1705. <div id="tbar"></div>
  1706.  
  1707.  
  1708. <div id="sidebardescri">
  1709. <div class="sidebardescri1">{block:Description}{Description}{/block:Description}</div> </div>
  1710.  
  1711. <div id="phrase"><div class="phrase"><center>{block:iffrase1}{text:frase1}{/block:iffrase1}</center></div></div>
  1712.  
  1713.  
  1714.  
  1715.  
  1716. <div id="sidebar">
  1717. <div class="sidebarimg"><img src="{image:sidebar 1}" width= "100px;">
  1718. </div></div>
  1719.  
  1720. <div id="sidebarr">
  1721. <div class="sidebarrimg">
  1722. <img src="{image:sidebar 2}" width= "100px;">
  1723. </div></div>
  1724.  
  1725. <div id="sidebar1">
  1726. <div class="sidebar1img"><img src="{image:sidebar 3}" width= "100px;">
  1727. </div></div>
  1728.  
  1729. <div id="sidebar2">
  1730. <div class="sidebar2img"><img src="{image:sidebar 4}" width= "100px;">
  1731. </div></div>
  1732.  
  1733. <div id="sidebar3">
  1734. <div class="sidebar3img"><img src="{image:sidebar 5}" width= "100px;">
  1735. </div></div>
  1736.  
  1737. <div id="titlebar">
  1738. <div id="titulo">{block:iftitulo}{text:titulo}{/block:iftitulo}</div>
  1739. <div id="subtitle">{block:ifsubtitulo}{text:subtitulo}{/block:ifsubtitulo}</div>
  1740.  
  1741. <div id="credito"><div id="credit">theme by affectingyou « don't copy and don't remove this tag »</div></div>
  1742.  
  1743. <div id="barrafrase"><div class="barrafrase">{block:iffrase2}{text:frase2}{/block:iffrase2}</div>{block:iffrase}{text:frase}{/block:iffrase}</div>
  1744.  
  1745. <div id="frase1"> <div id="frasea1"></div></div> <div id="frase2"> <div id="frasea2"></div></div>
  1746. </div>
  1747.  
  1748. </div></div>
  1749. </div>
  1750. </div>
  1751.  
  1752.  
  1753.  
  1754. <div id="left"><div class="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><big><big>«</big></big></a>{/block:PreviousPage}
  1755. {block:NextPage}<a href="{NextPage}"><big><big>»</big></big></a>{/block:NextPage}
  1756. </div> {/block:Pagination} </div></a></div>
  1757. </div>
  1758.  
  1759. <div id="slinks">
  1760.  
  1761. <div class="slinks"><br>
  1762. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  1763. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  1764. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  1765. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  1766. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  1767. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  1768. {block:ifLink7}<a href="{text:Link7}">{text:Link7 Title}</a>{/block:ifLink7}
  1769. {block:ifLink8}<a href="{text:Link8}"">{text:Link8 Title}</a>{/block:ifLink8}
  1770. {block:ifLink9}<a href="{text:Link9}"">{text:Link9 Title}</a>{/block:ifLink9}
  1771. {block:ifLink10}<a href="{text:Link10}"">{text:Link10 Title}</a>{/block:ifLink10}
  1772.  
  1773.  
  1774.  
  1775. </div>
  1776.  
  1777.  
  1778. </body>
  1779. </html>
Advertisement
Add Comment
Please, Sign In to add comment