Don't like ads? PRO users don't see any ads ;-)
Guest

affectingyou-theme23 Lovatic

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