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

affectingyou-theme14 Troix Mitchell

By: JoyRachel on Nov 29th, 2011  |  syntax: None  |  size: 26.30 KB  |  hits: 38,063  |  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.  <! Theme por Affecting You | não copie ou disponibilize !>
  6.  
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
  8. <script>
  9. var mensagem="Não, não, não e não! hihi";
  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="#FFFFFF" />
  246. <meta name="color:text" content="#000000" />
  247. <meta name="color:entry" content="#F3F3F3" />
  248. <meta name="color:linkbackground" content="#6B6B6B" />
  249. <meta name="color:quote" content="#6D6D6D" />
  250. <meta name="color:link" content="#DA7474" />
  251. <meta name="color:linkhover" content="#949494" />
  252. <meta name="color:boxborder" content="#949494" />
  253. <meta name="color:boxtext" content="#000000" />
  254. <meta name="color:boxbackground" content="#EBEBEB" />
  255. <meta name="color:scroll" content="#B67A7A" />
  256. <meta name="color:scrollbackground" content="#FFFFFF" />
  257. <meta name="color:bgfrase1" content="#000000" />
  258. <meta name="color:bgfrase2" content="#B67A7A" />
  259. <meta name="color:sidebarlinks" content="#FFFFFF" />
  260. <meta name="color:bgsidebarlinks" content="#E09D9D" />
  261. <meta name="color:sidebarlinkshover" content="#FFFFFF" />
  262. <meta name="color:backsidebarlinkshover" content="#C9C9C9" />
  263.  
  264. <meta name="if:Show tags" content="1"/>
  265. <meta name="if:Show Search" content="0"/>
  266.  
  267. <meta name="image:sidebar 1" content="http://static.tumblr.com/1mpybhj/Q0mlverf2/17.jpg"/>
  268. <meta name="image:sidebar 2" content="http://static.tumblr.com/1mpybhj/2VClverf7/18.jpg"/>
  269. <meta name="image:sidebar 3" content="http://static.tumblr.com/1mpybhj/xx0lverfb/19.jpg"/>
  270. <meta name="image:sidebar 4" content="http://static.tumblr.com/1mpybhj/8Xtlverfg/20.jpg"/>
  271. <meta name="image:sidebar 5" content="http://static.tumblr.com/1mpybhj/ahulverfm/21.jpg"/>
  272. <meta name="image:sidebar 6" content="http://static.tumblr.com/1mpybhj/kXHlverfp/22.jpg"/>
  273. <meta name="image:background" content=""/>
  274.  
  275. <meta name="text:titulo" content="Mude no appearance" />
  276. <meta name="text:subtitulo" content="mude no appearance" />
  277. <meta name="text:minititle" content="mude no [...]" />
  278. <meta name="text:subtitle" content="appearance" />
  279. <meta name="text:frase1" content="Mude no appearance" />
  280. <meta name="text:frase2" content="Mude no appearance" />
  281. <meta name="text:Link1" content="/" />
  282. <meta name="text:Link1 Title" content="home" />
  283. <meta name="text:Link2" content="/ask" />
  284. <meta name="text:Link2 Title" content="askbox" />
  285. <meta name="text:Link3" content="" />
  286. <meta name="text:Link3 Title" content="" />
  287. <meta name="text:Link4" content="" />
  288. <meta name="text:Link4 Title" content="" />
  289. <meta name="text:Link5" content="" />
  290. <meta name="text:Link5 Title" content="" />
  291. <meta name="text:Link6" content="" />
  292. <meta name="text:Link6 Title" content="" />
  293. <meta name="text:Link7" content="" />
  294. <meta name="text:Link7 Title" content="" />
  295. <meta name="text:Link8" content="" />
  296. <meta name="text:Link8 Title" content="" />
  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.  
  421. #frase1 {
  422. position: left;
  423. margin-left: 225px;
  424. top: 87px;
  425. width: 210px;
  426. height: 20px;
  427. background-color:{color:bgfrase1};
  428. text-align: center;
  429. position: fixed;
  430. }
  431.  
  432. #frasea1 {
  433. color:#ffffff;
  434. width: 210px;
  435. margin-top: 2px;
  436. font-size: 9px;
  437. font-family: verdana;
  438. text-align: center;
  439. letter-spacing: 3px;
  440. font-style: bold;
  441. margin-bottom: 5px;
  442. opacity: 0.8;
  443. }
  444.  
  445. #frase2 {
  446. position: left;
  447. margin-left: 225px;
  448. top: 110px;
  449. width: 210px;
  450. height: 20px;
  451. background-color:{color:bgfrase2};
  452. text-align: center;
  453. position: fixed;
  454. }
  455.  
  456. #frasea2 {
  457. color:#ffffff;
  458. width: 210px;
  459. margin-top: 2px;
  460. font-size: 9px;
  461. font-family: verdana;
  462. text-align: center;
  463. letter-spacing: 3px;
  464. font-style: bold;
  465. margin-bottom: 5px;
  466. opacity: 0.8;
  467. }
  468.  
  469.  
  470.  
  471. #titlebar {
  472. margin-left: 0px;
  473. margin-top: 10px;
  474. width: 435px;
  475. left: 10px;
  476. background-color: {color:entry};
  477. position: fixed;
  478. height: 32px;
  479. }
  480.  
  481. #titulo {
  482. font-size: 35px;
  483. text-align: center;
  484. margin-left: 0px;
  485. text-transform: none;
  486. line-height:45px;
  487. padding:5px;
  488. font-family: georgia;
  489. color: (color:sidebartext);
  490. background-color: {color:entry};
  491. }
  492.  
  493. #subtitle {
  494. margin-left: 0px;
  495. font-size: 9px;
  496. line-height:0px;
  497. text-align: center;
  498. text-transform: none;
  499. color: #9e9e9e;
  500. background-color: {color:entry};
  501. padding:0px;
  502. font-family: verdana;
  503. margin-top: -1px;
  504. }
  505.  
  506. #subtitle {
  507. margin-left: 0px;
  508. font-size: 9px;
  509. line-height:15px;
  510. text-align: center;
  511. text-transform: lowercase;
  512. letter-spacing: 2px;
  513. }
  514.  
  515.  
  516. #sidebar{left: 10px; margin-top: 6px; width: 218px; text-align: left; background-color: {color:entry}; padding: 0px; position: fixed; height: 302px;}
  517. .sidebarimg {overflow: auto; height: 285px; text-align: left; margin: 5px; border: 1px solid {color:boxborder}; padding: 3px 0px 0px 3px; background-color: {color:boxbackground};}
  518. .sidebarimg img{width: 200px; height: auto; display: block; overflow: auto; margin-bottom: 3px;}
  519.  
  520. .sidebarimg2 {overflow: auto; height: 161px; text-align: left; margin: 5px; border: 1px solid {color:boxborder}; padding: 3px 0px 0px 3px; background-color: {color:boxbackground};}
  521. .sidebarimg2 img{max-width: 245px; height: auto; display: block; overflow: auto; margin-bottom: 3px;}
  522.  
  523.  
  524. .sidebarlinkss1{margin: 5px; padding: 0px; text-align: left;}
  525. .sidebarlinkss1 a{height: 10px; width: 85px; text-align: center; margin-bottom: 3px; color: {color:sidebarlinks}; background-color: {color:bgsidebarlinks}; display: block; font-family: {font:body2}; font-size: 9px; padding: 5px 5px 5px 5px; border: 1px solid {color:boxborder}}
  526. .sidebarlinkss1 a:hover{background-color: {color:backsidebarlinkshover}; color:{color:sidebarlinkshover}; border: 1px solid {color:boxborder};}
  527.  
  528.  
  529. #sidebartitle{margin-left: 0px; margin-top: 265px; width: 210px; left: 235px; background-color: {color:entry}; position: fixed; height: 32px;}
  530. .sidebartitle1{margin: 3px 5px 3px 5px; padding: 3px 9px 3px 9px; font-family: {font:body}; font-size: 21px;}
  531.  
  532. #sidebardescri{left: 235px; margin-top: 55px; width: 210px; float: left; background-color: {color:entry}; padding: 0px; position: fixed; height: 250px;}
  533. .sidebardescri1{margin: 5px; padding: 5px; text-align: justify; font-size: 9px; font-family: {font:body2}; border: 1px solid {color:boxborder}; padding: 3px; background-color: {color:boxbackground}; color: {color:boxtext}; overflow: auto; height: 90px;}
  534. .sidebardescri1 a{font-size: 9px; {font:body2};}
  535.  
  536.  
  537. .sidebarlinks{margin: 5px; padding: 2px; text-align: left;}
  538. .sidebarlinks a{height: 20px; width: 83px; text-align: center; background-color: {color:bgsidebarlinks}; color: {color:sidebarlinks}; display: inline-block; font-family: verdana; font-size: 9px; padding: 7px 5px 0px 5px;}
  539. .sidebarlinks a:hover{background-color: {color:backsidebarlinkshover}; color:{color:sidebarlinkshover};}
  540.  
  541.  
  542. #sidebarcredit{margin-left: -1px; margin-top: 305px; width: 436px; left: 10px; background-color: {color:entry}; position: fixed; height: 35px;}
  543. #sidebarcredit a{font-size: 9px;}
  544.  
  545.  
  546. #sidebarpagination{center; margin-left: 0px; margin-top: 395px; width: 427px; left: 10px; background-color: {color:entry}; position: fixed; height: auto; text align: center;}
  547.  
  548.  
  549. #footer {position:fixed; margin-left: 4px; z-index:0; bottom:5; background-color:transparence; width:210px; color:#888;height:30px; margin-top:-8px; left: 235px}
  550.  
  551. .ddb { text-align: center;}
  552.  
  553. #title{ overflow-y:hidden; height:60px; z-index:3; position:relative; text align: center;}
  554.  
  555. .titled{ width:200px; float:left; font-size:18px; font-family: Georgia; text-transform:lowecase; line-height:110%; color:#888; font-weight:50px; text-align:center; background-color:#trans;  -webkit-transition: 0.6s ease-in; -moz-transition: 0.6s ease-in; transition: 0.6s ease-in; margin-top:12px;}
  556.  
  557. #ahjussi{text-align:center; display:inline-block; width:85px; color: {color:sidebarlinks}; background-color: {color:bgsidebarlinks}; font-size: 10px;}
  558.  
  559. #ahjussi:hover #ahjumma a:first-child{border-top:0px solid #fff; }
  560.  
  561. #ahjussi:hover #ahjumma{ opacity:1; margin-top:0px; -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out; overflow:hidden; color: {color:sidebarlinkshover}; background-color: {color:backsidebarlinkshover}; z-index:10; height:auto; }
  562.  
  563.  
  564. #ahjumma{position:absolute; margin-top:-5px; opacity:0; margin-left:0px; width:85px; overflow:hidden; height:0px;}
  565.  
  566.  
  567. #ahjumma a{ background-color:{color:bgsidebarlinks}; color: {color:sidebarlinks}; text-align:center; display:block; text-transform:lowercase; line-height:15px; padding: 2px 0px 2px 0px;  font-size: 9px; font-family:verdana;}
  568.  
  569.  
  570. #ahjumma a:hover{ border-bottom:1px solid #f5f5f5;  Text-transform:lowercase; color: {color:sidebarlinkshover}; background-color:{color:backsidebarlinkshover}; padding: 1px 0px 1px 0px;}
  571.  
  572. #linkss {
  573. position: left;
  574. margin-left: 40px;
  575. top: 390px;
  576. width: 430px;
  577. height: 20px;
  578. background-color:{color:sbar};
  579. text-align: center;
  580. position: fixed;
  581. }
  582.  
  583. #sidlink {position: fixed; float: left; margin-top: -14px; margin-left: -565px; width: 0px; text-align: justify; font-size: 9px; background-color: {color:background};  font-family: verdana; padding: 5px; }
  584.  
  585. .sidlinks a {display: block; font-family: verdana; font-size: 9px; text-align: center; margin-bottom: 3px; height: 40px;  width: 92px; background-color: {color:sidlinks background}; color:{color:sidlinks text}; text-decoration: none; text-transform: lowercase; padding: 16px 5px 2px 5px; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;}
  586.  
  587. .sidlinks  a:hover{text-align: center; letter-spacing: 1px; height: 30px; background-color: {color:sidlinks hover background}; color:{color:sidlinks txt and border hover}; border-top: 5px solid;}
  588.  
  589.  
  590. ::-webkit-scrollbar-thumb:vertical {
  591. background-color: {color:scroll};
  592. height: 50px;
  593. }
  594. ::-webkit-scrollbar-thumb:horizontal {
  595. background-color: {color:scroll};
  596. height: 10px;
  597. }
  598. ::-webkit-scrollbar {
  599. height: 5px;
  600. width: 5px;
  601. background-color: {color:scrollbackground};
  602. }
  603.  
  604. #container {
  605. background-color:transparent;
  606. width: 465px;
  607. position: absolute;
  608. top: 15px;
  609. left: 470px;
  610. padding-bottom: 10px
  611. }
  612.  
  613. #entries {margin: -5px 0 10px 0}
  614.  
  615. #entry {
  616. width: 500px;
  617. background-color:{color:entry};
  618. text-align: justify;
  619. padding: 20px;
  620. margin: 0px 0 5px 0
  621. }
  622.  
  623. .image{text-align: center; margin: 0 0 5px 0}
  624. .image img{border: 0px; margin: 0; padding: 0}
  625.  
  626. #ask_form{width: 500px}
  627.  
  628. .search_result{font-size: 12px; text-align: center}
  629.  
  630. .source{display:none}
  631.  
  632. h1{
  633. font-family: georgia;
  634. font-size:20px;
  635. letter-spacing: -1px;
  636. line-height: 20px;
  637. text-transform: none;
  638. font-weight: normal;
  639. margin: 0 0 5px 0;
  640. text-align: center
  641. }
  642.  
  643. h1 a{
  644. font-size:20px;
  645. letter-spacing: -1px;
  646. line-height: 20px;
  647. text-transform: none;
  648. font-weight: normal;
  649. margin: 0 0 5px 0;
  650. text-decoration: none;
  651. text-align: center
  652. }
  653.  
  654. .qqmarks{
  655. font-size: 80px;
  656. font-weight: bold;
  657. line-height: 80px;
  658. opacity: 0.2;
  659. filter:alpha (opacity=20)
  660. }
  661.  
  662. .qquote{
  663. font-family: georgia;
  664. font-size: 20px;
  665. letter-spacing: -1px;
  666. line-height: 20px;
  667. text-transform: none;
  668. margin-top: -70px;
  669. margin-left: 45px
  670. }
  671.  
  672. .qsource{
  673. margin: 5px 15px 0 0;
  674. text-align: right}
  675.  
  676. .chat{
  677. line-height: 12px;
  678. list-style: none
  679. }
  680.  
  681. .chat ul {
  682. line-height: 15px;
  683. list-style: none;
  684. padding: 0px;
  685. line-height: 20px;
  686. }
  687.  
  688. .person1 {
  689. background-color: {color:link};
  690. color: {color:background}
  691. }
  692. .person1 .label {
  693. font-weight: bold;
  694. padding: 0px;
  695. margin-left: 5px;
  696. color: {color: text}
  697. }
  698. .person2 {
  699. background-color: {color:background};
  700. color: {color: text}
  701. }
  702. .person2 .label {
  703. font-weight: bold;
  704. padding: 0px;
  705. margin-left: 5px;
  706. color: {color: text}
  707. }
  708.  
  709. .audioimage{
  710. float:left;
  711. text-align: center;
  712. margin: 0 10px 5px 0;
  713. width: 205px;
  714. border: 15px solid {color:background};
  715. }
  716. .audioimage img{
  717. max-width: 205px;
  718. height: auto;
  719. margin: 0 0 2px 0
  720. }
  721. .playcount {font-style: italic}
  722.  
  723.  
  724. .asker {
  725. width: 480px;
  726. background-color: {color:background};
  727. color:{color:text};
  728. padding: 10px
  729. }
  730. .asker img{
  731. float: left;
  732. margin: 0px 4px 2px 0
  733. }
  734. .asker a{
  735. font-size: 20px;
  736. color:{color:link};
  737. text-transform: lowercase;
  738. line-height: 27px;
  739. padding: 0; margin: 0;
  740. font-family: georgia;
  741. }
  742. .asker a:hover{
  743. font-size: 20px;
  744. color:{color:link};
  745. text-transform: lowercase;
  746. line-height:27px;
  747. padding: 0;
  748. margin: 0;
  749. font-family: georgia;
  750. }
  751. .answer {padding: 5px 0 0 0}
  752.  
  753. #cap {
  754. padding: 2px 0 0 0;
  755. width: 500px;
  756. margin: 0 0 0 5px
  757. }
  758.  
  759. .info {
  760. margin-top: 10px;
  761. border-left: 0px solid {color:sidebarlinks};
  762. padding: 5px;
  763. background-color: {color:background};
  764. text-align: center;
  765. font-size: 9px;
  766. font-family: verdana;
  767. text-transform: lowercase;
  768. }
  769.  
  770. .info a {font-size: 9px;}
  771.  
  772. .info2 {
  773. padding: 2px;
  774. border-bottom: 1px dotted {color:background};
  775. text-align: right;
  776. }
  777. .tags {
  778. color: {color:text};
  779. font-size: 9px;
  780. font-family: verdana;
  781. display: inline;
  782. list-style: none;
  783. text-transform: none;
  784. }
  785. .tags a {
  786. font-size: 9px;
  787. color: {color:text};
  788. display: inline;
  789. list-style: none;
  790. text-transform: none;
  791. }
  792.  
  793. #nts {
  794. width: 500px;
  795. margin-left: 95px;
  796. padding: 10px;
  797. margin-top: 5px;
  798. font-size: 10px;
  799. text-align: left
  800. }
  801.  
  802. #nts img{display: none; border:0px}
  803.  
  804. #clear{
  805. clear: both;
  806. width: 50px;
  807. height: 0px;
  808. background-color: transparent
  809. }
  810.  
  811. #prevnextlinks{
  812. text-align: center;
  813. width: 500px;
  814. background-color:{color:entry};
  815. padding: 7px 20px 7px 20px;
  816. margin: 0 0 2px 0;
  817. font-size: 10px
  818. }
  819.  
  820. #notes {
  821. width: 500px;
  822. margin: 0px;
  823. margin-left: 0px;
  824. padding: 5px;
  825. text-align: left
  826. }
  827.  
  828. ol.notes {list-style: none; margin: 0 20px 0 10px; padding: 0px}
  829. ol.notes li {margin: 0px; padding: 2px;}
  830.  
  831. #notes img{border:0px}
  832. #notes a{font-size: 10px}
  833.  
  834.  
  835. .titled:hover{margin-top:-95px;}
  836.  
  837.  
  838. .describe{ margin-top:80px; font:18px Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; text-transform:none;}
  839.  
  840.  
  841. #clear{width: 500px; height: 30px}
  842. #tumblr_controls{position: fixed!important}
  843.  
  844. .bigquote{font-size: 75px; font-family: georgia; line-height: 80px; opacity: 0.2; filter:alpha (opacity=20);}
  845.  
  846.  
  847. {CustomCSS}
  848.  
  849. </style>
  850.  
  851. <link rel="shortcut icon" href="http://www.drikoti.net/Goodies/Favicons/Ico/novo01.ico" />
  852.  
  853. </head>
  854.  
  855. <body>
  856.  
  857.  
  858. <div id="container">
  859.  
  860. <div id="entries">
  861. {block:IfEnableEndlessScrolling}<div class="autopagerize_page_element">
  862. <script type="text/javascript"
  863.  
  864. src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEnableEndlessScrolling}
  865.  
  866.  
  867. {block:SearchPage}<div class="search_result">{SearchResultCount} results</div>{/block:SearchPage}
  868.  
  869. {block:Posts}
  870.  
  871. <div id="entry">
  872. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  873.  
  874. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}
  875. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Photo}
  876.  
  877. {block:Photoset}{Photoset-500}
  878. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
  879. {/block:Photoset}
  880.  
  881. {block:Quote}
  882. <b class="qqmarks">“</b><div class="qquote">{Quote}</div>
  883. {block:Source}<div class="qsource">{Source}</div>{/block:Source}
  884. {/block:Quote}
  885.  
  886. {block:Link}
  887. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  888. {block:Description}{Description}{/block:Description}
  889. {/block:Link}
  890.  
  891. {block:Chat}
  892. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  893. <div class="chat"><ul>{block:Lines}
  894. <li class="person{UserNumber}">{block:Label}
  895. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  896. {/block:Chat}
  897.  
  898. {block:Audio}
  899. <div class="audioimage">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  900. {AudioPlayerWhite}
  901. <div class="playcount">{PlayCountWithLabel}</div>
  902. <div class="cap">{block:Caption}{Caption}{/block:Caption}</div>
  903. {/block:Audio}
  904.  
  905. {block:Video}{Video-500}
  906. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Video}
  907.  
  908. {block:Answer}
  909. <div class="asker"><img src="{AskerPortraitURL-48}"> {Asker}<br> {Question}</div>
  910. <div class="answer">{Answer}</div>
  911. <br>
  912. {/block:Answer}
  913.  
  914. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  915. <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  916. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  917. {/block:ContentSource}</div>
  918.  
  919.  
  920. <div id="clear"></div>
  921.  
  922. <div class="info">
  923. {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>
  924. </span> / {/block:RebloggedFrom}{block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a>)<br>{/block:RebloggedFrom}
  925. </div></div>
  926. {/block:Posts}
  927. {block:PostNotes}
  928. <div id="nts"><div id="ntstext">{PostNotes}</div></div>
  929. {/block:PostNotes}
  930.  
  931.  
  932. </div>
  933. </div>
  934.  
  935. <div id="titlebar"><div id="titulo">{block:iftitulo}{text:titulo}{/block:iftitulo}</div><div id="subtitle">{block:ifsubtitulo}{text:subtitulo}{/block:ifsubtitulo}</div>
  936.  
  937.  
  938. <div id="sidebardescri"><div class="sidebardescri1">{block:Description}{Description}{/block:Description}</div> <div class="sidebarlinkss1">
  939. <table><tr>
  940. <td>
  941. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  942. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  943. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a> {/block:ifLink5}
  944. {block:ifLink7}<a href="{text:Link7}">{text:Link7 Title}</a> {/block:ifLink7}
  945. <td>
  946. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  947. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  948. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a> {/block:ifLink6}
  949. {block:ifLink8}<a href="{text:Link8}">{text:Link8 Title}</a> {/block:ifLink8}
  950. </td>
  951. </tr></table>
  952. </div>
  953. </div>
  954.  
  955.  
  956. <div id="sidebar">
  957.  
  958.  
  959. <div class="sidebarimg"><marquee direction="up" scrollamount="3" height="280px" behavior="alternate"  onmouseover="this.stop()" onmouseout="this.start()">
  960. <img src="{image:sidebar 1}"/><img src="{image:sidebar 2}"/><img src="{image:sidebar 3}"/><img src="{image:sidebar 4}"/><img src="{image:sidebar 5}"/><img src="{image:sidebar 6}"/>
  961. </marquee>
  962. </div>
  963.  
  964. </div>
  965.  
  966. <div id="frase1"> <div id="frasea1"><center>{block:iffrase1}{text:frase1}{/block:iffrase1}</center></div></div> <div id="frase2"> <div id="frasea2"><center>{block:iffrase2}{text:frase2}{/block:iffrase2}</center></div></div>
  967. <div id="sidebartitle"><div id="footer">
  968. <div id="title">
  969. <div class="titled">
  970. <div class="bltitle2"><center>{text:minititle}</center></div>
  971. <div id="stext2"></div>
  972.  
  973. <div class="describe">
  974.  
  975. {text:subtitle} </div>
  976.  
  977. </div>
  978. </div>
  979. </div>
  980. </div>
  981.  
  982.  
  983.  
  984. <div id="sidebarcredit">
  985. <pre><div style="border: 1px solid {color:boxborder}; margin: -6px 5px 5px 5px; padding: 3px; overflow: auto; background-color: {color:boxbackground}; font-family: {font:body2}; font-size: 9px;"> theme por <b><a href="http://affectingyou.tumblr.com/">affectingyou</a></b>; inspirado em <a href="http://decepcionar.tumblr.com/"><b>decepcionar</b></a>, com detalhes de <a href="http://m-a-r-e-s-i-a.tumblr.com/"><b>maresia</b></a> e <b><a href="http://quase-insana.tumblr.com/">quase-insana</a></b>.</div></pre>
  986. </div>
  987.  
  988. <div id="paginacao"><div id="paginacao1">
  989.  
  990. {block:Pagination}<div class="sidebarpages">
  991. {block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage} page {CurrentPage} of {TotalPages}
  992.  
  993. {block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}
  994. </div> {/block:Pagination} </div></div>
  995.  
  996.  
  997.  
  998. <div id="linkss">
  999.  
  1000. <div id="ahjussi">{text:LinkTitle1}
  1001.  
  1002. <div id="ahjumma">
  1003.  
  1004. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  1005.  
  1006. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  1007.  
  1008.  
  1009. </div></div>
  1010.  
  1011. <div id="ahjussi">{text:LinkTitle2}
  1012.  
  1013. <div id="ahjumma">
  1014.  
  1015. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  1016.  
  1017. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  1018.  
  1019.  
  1020. </div></div>
  1021.  
  1022. <div id="ahjussi">{text:LinkTitle3}
  1023.  
  1024. <div id="ahjumma">
  1025.  
  1026. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  1027.  
  1028. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  1029.  
  1030. {block:ifLink7}<a href="{text:Link7}">{text:Link7 Title}</a>{/block:ifLink7}
  1031.  
  1032. {block:ifLink8}<a href="{text:Link8}"">{text:Link8 Title}</a>{/block:ifLink8}
  1033.  
  1034. </div></div>
  1035.  
  1036. <div id="ahjussi">{text:LinkTitle4}
  1037.  
  1038. <div id="ahjumma">
  1039.  
  1040. {block:ifLink9}<a href="{text:Link9}"">{text:Link9 Title}</a>{/block:ifLink9}
  1041.  
  1042. {block:ifLink10}<a href="{text:Link10}"">{text:Link10 Title}</a>{/block:ifLink10}
  1043.  
  1044. </div></div>
  1045. </center>
  1046. </td>
  1047. </tbody></table></div>
  1048.  
  1049.  
  1050. </div>
  1051.  
  1052. </body>
  1053. </html>