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

Theme05 - Blake Seduction

By: diariodabarbie on Jan 22nd, 2012  |  syntax: None  |  size: 31.25 KB  |  hits: 527  |  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. <!-- (c) tumblr theme #2 by DIARIODABARBIE.tumblr.com
  6.       THEME POR DIARIODABARBIE THEME POR DIARIODABARBIETHEME POR DIARIODABARBIETHEME POR DIARIODABARBIETHEME POR DIARIODABARBIETHEME POR DIARIODABARBIETHEME POR DIARIODABARBIETHEME POR DIARIODABARBIETHEME POR DIARIODABARBIETHEME POR DIARIODABARBIETHEME POR DIARIODABARBIETHEME POR DIARIODABARBIETHEME POR DIARIODABARBIETHEME POR DIARIODABARBIETHEME POR DIARIODABARBIETHEME POR DIARIODABARBIETHEME POR DIARIODABARBIETHEME POR DIARIODABARBIETHEME POR DIARIODABARBIETHEME POR DIARIODABARBIETHEME POR DIARIODABARBIETHEME POR DIARIODABARBIETHEME POR DIARIODABARBIETHEME POR DIARIODABARBIETHEME POR DIARIODABARBIE NÃO COPIE (: -->
  7.  
  8. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  9.  
  10. <link href='http://fonts.googleapis.com/css?family=Snippet|Sue+Ellen+Francisco|Andika|Delius+Swash+Caps|Lobster|Redressed|Tangerine|Rancho|Rochester|Lobster+Two|Dancing+Script|Pacifico|Crafty+Girls' rel='stylesheet' type='text/css'>
  11.  
  12.  
  13. <head>
  14.  
  15. <script>
  16. function bloqueio()
  17. {alert(mensagem);}
  18. document.onkeydown=bloqueio;
  19. </script><meta http-equiv="x-dns-prefetch-control" content="off"/>
  20.  
  21.  
  22. <script type="text/javascript">
  23. //desabilita menu de opcoes ao clicar no botao direito
  24. function desabilitaMenu(e)
  25. {
  26. if (window.Event)
  27. {
  28. if (e.which == 2 || e.which == 3)
  29. return false;
  30. }
  31. else
  32. {
  33. event.cancelBubble = true
  34. event.returnValue = false;
  35. return false;
  36. }
  37. }
  38. document.oncontextmenu = desabilitaMenu;
  39. document.onmousedown = desabilitaBotaoDireito;
  40. document.onmouseup = desabilitaBotaoDireito;
  41. </script>
  42.  
  43.  
  44. <script language="JavaScript1.2">
  45. function disableselect(e){
  46. return false
  47. }
  48. function reEnable(){
  49. return true
  50. }
  51. //if IE4+
  52. document.onselectstart=new Function ("return false")
  53. //if NS6
  54. if (window.sidebar){
  55. document.onmousedown=disableselect
  56. document.onclick=reEnable
  57. }
  58. </script>
  59.  
  60.  
  61. <script type="text/javascript">
  62.  
  63.  
  64. //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
  65.  
  66.  
  67.  
  68.  
  69. function tb8_makeArray(n){
  70.  
  71.  
  72. this.length = n;
  73.  
  74.  
  75. return this.length;
  76.  
  77.  
  78. }
  79.  
  80.  
  81.  
  82.  
  83. tb8_messages = new tb8_makeArray(1);
  84.  
  85.  
  86.  
  87.  
  88. tb8_messages[0] = "{Title}";
  89.  
  90.  
  91.  
  92.  
  93. tb8_rptType = 'infinite';
  94.  
  95.  
  96.  
  97.  
  98. tb8_rptNbr = 5;
  99.  
  100.  
  101.  
  102.  
  103. tb8_speed = 100;
  104.  
  105.  
  106.  
  107.  
  108. tb8_delay = 2000;
  109.  
  110.  
  111.  
  112.  
  113. var tb8_counter=1;
  114.  
  115.  
  116.  
  117.  
  118. var tb8_currMsg=0;
  119.  
  120.  
  121.  
  122.  
  123. var tb8_tekst ="";
  124.  
  125.  
  126.  
  127.  
  128. var tb8_i=0;
  129.  
  130.  
  131.  
  132.  
  133. var tb8_TID = null;
  134.  
  135.  
  136.  
  137.  
  138. function tb8_pisi(){
  139.  
  140.  
  141.  
  142.  
  143. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  144.  
  145.  
  146.  
  147.  
  148. document.title = tb8_tekst;
  149.  
  150.  
  151.  
  152.  
  153. tb8_sp=tb8_speed;
  154.  
  155.  
  156.  
  157.  
  158. tb8_i++;
  159.  
  160.  
  161.  
  162.  
  163. if (tb8_i==tb8_messages[tb8_currMsg].length){
  164.  
  165.  
  166.  
  167.  
  168. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  169.  
  170.  
  171.  
  172.  
  173. }
  174.  
  175.  
  176.  
  177.  
  178. if (tb8_currMsg == tb8_messages.length){
  179.  
  180.  
  181.  
  182.  
  183. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  184.  
  185.  
  186.  
  187.  
  188. clearTimeout(tb8_TID);
  189.  
  190.  
  191.  
  192.  
  193. return;
  194.  
  195.  
  196.  
  197.  
  198. }
  199.  
  200.  
  201.  
  202.  
  203. tb8_counter++;
  204.  
  205.  
  206.  
  207.  
  208. tb8_currMsg = 0;
  209.  
  210.  
  211. }
  212.  
  213.  
  214.  
  215.  
  216. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  217.  
  218.  
  219.  
  220.  
  221. }
  222.  
  223.  
  224.  
  225.  
  226. tb8_pisi()
  227.  
  228.  
  229.  
  230.  
  231. </script>
  232.  
  233. <meta name="color:background" content="#F0F0F0" />
  234. <meta name="font:body" content="georgia" />
  235. <meta name="font:title" content="Rochester" />
  236. <meta name="color:link" content="#6b6b6b" />
  237. <meta name="color:text" content="#6b6b6b" />
  238. <meta name="color:sidebar" content="#ffffff" />
  239. <meta name="color:box" content="#f5f5f5" />
  240. <meta name="color:boxhover" content="#fcfcfc" />
  241. <meta name="color:boxtexthover" content="#BCBCBC" />
  242. <meta name="color:entry" content="#ffffff" />
  243. <meta name="color:menu" content="#f5f5f5"/>
  244. <meta name="color:menutext" content="#6b6b6b"/>
  245. <meta name="color:menuhover" content="#fcfcfc"/>
  246. <meta name="color:menutexthover" content="#6b6b6b"/>
  247.  
  248. <meta name="if:Show tags" content="1"/>
  249. <meta name="if:Show sidebar image" content="1"/>
  250. <meta name="if:Show people I follow" content="0"/>
  251. <meta name="if:Enable endless scrolling" content="0"/>
  252. <meta name="if:Show pic" content="1"/>
  253.  
  254. <meta name="image:sidebar1" content=""/>
  255. <meta name="image:sidebar2" content=""/>
  256. <meta name="image:sidebar3" content=""/>
  257. <meta name="image:sidebar4" content=""/>
  258. <meta name="image:background" content=""/>
  259.  
  260.  
  261. <meta name="text:titulo" content="Coloque um titulo bem bonito aqui" />
  262. <meta name="text:frase" content="e termine aqui com um subtitulo" />
  263.  
  264.  
  265.  
  266. <meta name="text:Link1" content="" />
  267. <meta name="text:Link1 Title" content="" />
  268. <meta name="text:Link2" content="" />
  269. <meta name="text:Link2 Title" content="" />
  270. <meta name="text:Link3" content="" />
  271. <meta name="text:Link3 Title" content="" />
  272. <meta name="text:Link4" content="" />
  273. <meta name="text:Link4 Title" content="" />
  274. <meta name="text:Link5" content="" />
  275. <meta name="text:Link5 Title" content="" />
  276. <meta name="text:Link6" content="" />
  277. <meta name="text:Link6 Title" content="" />
  278.  
  279.  
  280.         <title>{Title}</title>
  281.         <link rel="shortcut icon" href="{Favicon}">
  282.         <link rel="alternate" type="application/rss+xml" href="{RSS}">
  283.         {block:Description}
  284.             <meta name="description" content="{MetaDescription}" />
  285.         {/block:Description}
  286.  
  287.  
  288.  
  289.    
  290.     <style type="text/css">
  291.  
  292. body {background-color: {color:background} ; color:{color:background};
  293.  font-family: {font:body}; font-size:11px; line-height:110%;
  294.   margin:0 auto 0 auto; text-align:center; background-image:url('{image:background}'); background-attachment:
  295.  
  296. fixed; }
  297.  
  298. a {color:{color:link}; text-decoration: none; font-size: 9px; text-transform: none}
  299. a:hover {color:#D6D6D6; -webkit-transition-duration: 0.6s; -moz-transition-duration: 0.6s;}
  300. p{margin-top: 1px}
  301. blockquote{margin-left:3px; margin-right: 0px; border-left: 3px solid #E4E4E4; padding-left:3px;
  302.  
  303. margin-top: 4px;}
  304.  
  305.  
  306. #xp {text-align: center; width: 870px; margin: 20px auto 10px auto; padding: 0px; z-index: 1}
  307.  
  308. #sid{position: fixed; margin-left:-35px; margin-top:133px; width: 300px; height: 70px; background-color: #fff; padding: 10px; background-attachment: fixed; -webkit-transform: rotate(-90deg); line-height:15px;}
  309.  
  310. .sid2{float: right; width: 316px; height: 40;  background-color: #ffffff; padding: 2px; margin-bottom: 5px; color: #ffffff;}
  311.  
  312.  
  313. /* navigation */
  314.  
  315. #navigation{position: fixed; z-index: -2; width: 100%; top: 45%; left: 0px; background-color:transparent; height: 100px;
  316.  
  317. text-align: center; font-size: 85px;}
  318. .left{float:left; margin-left: 10px; width: 40px}
  319. .left a{text-decoration: none; font-size: 75px; line-height: 75px}
  320. .left a:hover{background-color: transparent; opacity: 0.4; filter:alpha (opacity=40)}
  321. .right{float:right; margin-right: 10px; width: 40px}
  322. .right a{text-decoration: none; font-size: 75px; line-height: 75px}
  323. .right a:hover{background-color: transparent; opacity: 0.4; filter:alpha (opacity=40)}
  324.  
  325. #content{width: 800px; text-align: center; margin:10px auto 0 auto; padding-bottom: 150px; background-color:
  326. transparent; color:{color:text}; }
  327.  
  328. .sidebarpic img{max-width: 200px; text-align:center; margin-top: 1px}
  329.  
  330.  
  331. #entries{float: right; background-color: transparent; text-align: center}
  332.  
  333.  
  334.  
  335. .post{ width: 500px; margin: 4px 0 4px 260px; padding: 12px; text-align: justify; background-color:{color:entry};   margin-right:420px; margin-top:30px; margin-bottom:-28px; padding-bottom:9px; padding-top:9px; padding-left:9px; padding-right:9px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px;}
  336. .post img{margin: 1px 0 1px 0; -webkit-border-radius: 10px 10px 10px 10px;}
  337.  
  338. h1{font-family: Rochester; font-style: none; font-size: 20px; font-weight:normal; letter-spacing: 0px;text-transform: none; line-height: 22px; text-align:center}
  339.  
  340. h1 a{font-size: 20px; font-weight:normal; font-style: none; letter-spacing: 0px;text-transform: none; line-height: 22px; text-align:center}
  341.  
  342.  
  343. h3{color:{color:link}; font-family:verdana; font-size:10px; letter-spacing:0px; font-weight:normal; font-style:normal; text-transform: uppercase; line-height:0px; margin-top:-25px; margin-bottom:-15px; text-align:left}
  344.  
  345. h3 a:hover{background-color:transparent}
  346.  
  347. .image{text-align: center; height: auto; margin-bottom: 3px; border: 0px;
  348. margin: 1px;
  349. border: none;
  350. filter: alpha(opacity=100);
  351. moz-opacity:1.0;
  352. opacity:1.0;}
  353. .image:hover{
  354. filter: alpha(opacity=75);
  355. moz-opacity:.80;
  356. opacity:.80 ;
  357. -webkit-transition-duration: .50s}
  358.  
  359.          
  360. .qqmarks{font-size: 80px; font-family: {font:body}; font-weight: normal; line-height: 80px; color:{color:linkbackground}}
  361. h2{font-size: 9px; display: block; width: 250px; color:{color:text}; background-color: {color:linkbackground}; text-align: center; margin: 0px 0px 3px 0px; padding: 3px 0 3px 0; text-transform: uppercase; text-decoration: none; font-weight: normal}
  362.  
  363. .aspas{ position:relative; top: 25px; font-size: 90px; opacity:0.1; filter: alpha(opacity = 10);color: #COR;}
  364. .qquote{font-family: Rochester; font-size: 20px; letter-spacing: 0px; line-height: 18px; text-transform: none; margin-top: -25px;
  365.  
  366. text-indent: 45px}
  367. .qsource{margin-top: 5px; margin-right: 15px;text-align: right}
  368. .chat{line-height: 12px; list-style: none }
  369. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height: 20px;}
  370. .person1 {color: {color:text} }
  371. .person1 .label { font-weight: bold; padding: 0px; margin-left: 5px; color: {color: text}  }
  372. .person2 {color: {color:text} }
  373. .person2 .label { font-weight: bold; padding: 0px; margin-left: 5px; color: {color: text}  }
  374. .iaudio{text-align: center; margin-bottom: 2px; width: 100%; background-color: {color:linkbackground}}
  375. .iaudio img{max-width: 180px; height: auto; padding: 20px 0 20px 0}
  376. .icap{margin-top: 1px}
  377. .source{display:none}
  378.  
  379. /* post - info */
  380.  
  381. #info{margin-top: 15px; }
  382. #info a{color: {color:link} !important}
  383. #info a:hover{color:{color:linkhover}!important}
  384.  
  385. .line1{font-size:10px; text-transform: lowercase; margin-top: 7px}
  386. .line2{font-size:10px; text-transform:lowercase; clear: both}
  387. .line3{font-size:10px; text-transform:lowercase; clear: both}
  388. .ileft{float: left}
  389. .iright{float: right}
  390. .postclear{clear: both; width: 100%; visibility: hidden; height: 1px}
  391.  
  392.  
  393.  
  394.  
  395.  
  396. /* asker */
  397.  
  398. .asker {width: 480px; background-color: {color:background}; color:{color:text}; padding: 10px}
  399. .asker img{float: left; margin: 0px 4px 2px 0; border-radius: 16px;}
  400. .asker a{font-size: 11px; color:{color:link}; text-transform: none; line-height: 27px; padding: 0; margin: 0; font-family: verdana;  -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; }
  401. .asker a:hover{font-size: 11px; color:{color:linkhover}; text-transform: none; line-height:27px; padding: 0; margin: 0; font-family:verdana;}
  402. .answer {padding: 5px 0 0 0}
  403.  
  404.  
  405. #tags{
  406.  
  407.         margin-right:auto;
  408.  
  409.         font-family:verdana;
  410.  
  411.         font-size:9px;
  412.  
  413.         text-align: center;
  414.  
  415.         letter-spacing:0px;
  416.  
  417.         border-left: 20px solid #E4E4E4;
  418.  
  419.         border-right: 20px solid #E4E4E4;
  420.  
  421.         -webkit-transition-duration: 0.9s;
  422.  
  423.         -moz-transition-duration: 0.9s; opacity: 0.9;
  424.  
  425. margin-bottom:1px;
  426. }
  427.  
  428.  
  429.  
  430. #tags:hover{
  431.  
  432.         background-color: #E4E4E4;
  433.  
  434.         border-left: 30px solid #E4E4E4;
  435.  
  436.         border-right: 30px solid #E4E4E4;
  437.  
  438.         -webkit-transition-duration: 0.9s;
  439.  
  440.         -moz-transition-duration: 0.9s; opacity: 0.9;
  441.  
  442. }
  443.  
  444.  
  445.  
  446. #tags a{
  447.  
  448.         color: #6b6b6b;
  449.  
  450. }
  451.  
  452.  
  453.  
  454. #tags a:hover{
  455.  
  456.         color: #ffffff;
  457.  
  458. }
  459.  
  460.  
  461.  
  462. #tagscontainer{
  463.  
  464.         width:500px;
  465.  
  466. }
  467.  
  468. #bottom{
  469.  
  470.         width: 500px;
  471. background-color: #e7e7e7;
  472.  
  473. }
  474.  
  475.  
  476.  
  477. #date{
  478.  
  479.         text-align:center;
  480.  
  481.         font-family:verdana;
  482.  
  483.         font-size:9px;
  484.  
  485.         letter-spacing:2px;
  486.  
  487.         margin-bottom: 1px;
  488.  
  489.         border-left: 20px solid #bbb;
  490.  
  491.         border-right: 20px solid #bbb;
  492.  
  493.         -webkit-transition-duration: 0.9s;
  494.  
  495.         -moz-transition-duration: 0.9s; opacity: 0.5;
  496.  
  497. }
  498.  
  499.  
  500.  
  501. #date a{
  502.  
  503.         color: #6b6b6b;
  504.  
  505. }
  506.  
  507.  
  508.  
  509. #date a:hover{
  510.  
  511.         color: #ffffff;
  512.  
  513. }
  514.  
  515.  
  516.  
  517. #date:hover{
  518.  
  519.         background-color: #bbb;
  520.  
  521.         border-left: 80px solid #bbb;
  522.  
  523.         border-right: 80px solid #bbb;
  524.  
  525.         -webkit-transition-duration: 0.9s;
  526.  
  527.         -moz-transition-duration: 0.9s; opacity: 0.5;
  528.  
  529. }
  530.  
  531.  
  532.  
  533. #datecontainer{
  534.  
  535.         width: 500px;
  536.  
  537. }
  538.  
  539.  
  540.  
  541. #notes{
  542.  
  543.         text-align:center;
  544.  
  545.         font-family:verdana;
  546.  
  547.         font-size:9px;
  548.  
  549.         letter-spacing:2px;
  550.  
  551.         margin-bottom: 1px;
  552.  
  553.         border-left: 20px solid #bbb;
  554.  
  555.         border-right: 20px solid #bbb;
  556.  
  557.         -webkit-transition-duration: 0.9s;
  558.  
  559.         -moz-transition-duration: 0.9s; opacity: 0.7;
  560.  
  561. }
  562.  
  563.  
  564.  
  565. #notes a{
  566.  
  567.         color: #6b6b6b;
  568.  
  569. }
  570.  
  571.  
  572.  
  573. #notes a:hover{
  574.  
  575.         color: #ffffff;
  576.  
  577. }
  578.  
  579.  
  580.  
  581. #notes:hover{
  582.  
  583.         border-left: 140px solid #bbb;
  584.  
  585.         border-right: 140px solid #bbb;
  586.  
  587.         background-color: #bbb;
  588.  
  589.         -webkit-transition-duration: 0.9s;
  590.  
  591.         -moz-transition-duration: 0.9s; opacity: 0.7;
  592.  
  593. }
  594.  
  595.  
  596.  
  597. #notescontainer{
  598.  
  599.         width: 500px; }
  600.  
  601.  
  602. #sidebar {width: 0px; height: 0px; float: left; margin-left:380px; margin-top: 40px; padding: 5px; background-color: {color:background}; text-align: center; position: fixed; }
  603.  
  604. #sidd3 {width: 175px; height: 205px; float: left; margin-left:40px; margin-top: 50px; padding: 5px; background-color: {color:entry}; text-align: center; position: fixed; }
  605.  
  606. #sidd2 {width: 280px; height: 110px; float: left; margin-left:40px; margin-top: 267px; padding: 5px; background-color: {color:entry}; text-align: center; position: fixed; }
  607.  
  608. #sidd5 {width: 125px; height: 108px; float: left; margin-left:717px; margin-top: 313px; padding: 5px; background-color: {color:entry}; text-align: center; position: fixed;}
  609.  
  610. .player{ margin-top: 190px; margin-left: 29px; width: 120px; float: right; background-color: {color:sidebar}; position: fixed; height: 18px;; -webkit-border-radius: 0px 0px 0px 0px;}
  611.  
  612. #sid4{width: 220px; height: 28px; float: left; margin-left: 227px; margin-top: 50px; padding: 10px; background-color: {color:sidebar}; color:{color:menu}; text-align: center; position: fixed;  
  613. -moz-transition: all 1.2s ease-out; -webkit-border-radius: 0px 0px 0px 0px;}
  614.  
  615. .ttle { width: 245px; text-align: center; font-family: Rochester; font-size: 18px; color: {color:text}; letter-spacing: 0px; line-height: 17px; margin-top: -4px; margin-left:-10px; text-transform: none;}
  616.  
  617. .ttle:hover {
  618. letter-spacing: 0px;
  619. color: {color:boxtexthover};
  620. -webkit-transition: all 0.5s ease-out;
  621. -moz-transition: all 0.5s ease-out; }
  622.  
  623.  
  624. .textinho {text-align: center; font-family: verdana ; font-size: 9px; color: {color:text}; background-color: {color:box}; letter-spacing: 0px;  margin-top: -3px; margin-left: -3px; width: 172px; height: 57px; }
  625.  
  626. .textinho:hover {
  627. letter-spacing: 0px;
  628. background-color: {color:sidebar};
  629. -webkit-transition: all 0.9s ease-out;
  630. -moz-transition: all 0.9s ease-out; }
  631.  
  632. .subtitle { width: 260px; text-align: center; font-family: verdana; font-size: 9px; color: {color:text}; letter-spacing: 0px; line-height: 15px; margin-top: -3px; margin-left: -20px; text-transform: none; color: {color:text};}
  633.  
  634. .subtitle:hover {
  635. letter-spacing: 0px;
  636. color: {color:boxtexthover};
  637. -webkit-transition: all 0.5s ease-out;
  638. -moz-transition: all 0.5s ease-out; }
  639.  
  640. .credit { width: 230px; height: 24px; text-align: center; font-family: verdana; font-size: 9px; color: {color:text}; letter-spacing: 0px; line-height: 11px; margin-top: -3px; margin-left: 0px; text-transform: none; color: {color:text};}
  641.  
  642. .credit:hover {
  643. letter-spacing: 0px;
  644. background-color: {color:boxhover};
  645. -webkit-transition: all 0.5s ease-out;
  646. -moz-transition: all 0.5s ease-out; }
  647.  
  648.  
  649. #sidcreditos{width: 270px; height: 10px; float: left; margin-left: -5px; margin-top: 41px; padding: 5px; background-color: {color:sidebar}; text-align: center; position: fixed; }
  650.  
  651. .text {font-size: 9px; margin-left: -5px;}
  652.  
  653. #sidimg2{width: 230px; height: 57px; float: left; margin-left: 206px; margin-top: 268px; padding: 5px; background-color: {color:sidebar}; text-align: center; position: fixed; }
  654.  
  655. #sidimg3{width: 230px; height: 15px; float: left; margin-left: 227px; margin-top: 100px; padding: 5px; background-color: {color:sidebar}; text-align: center; position: fixed; }
  656.  
  657. #sidimg4{width: 167px; height: 51px; float: left; margin-left: 227px; margin-top: 100px; padding: 5px; background-color: {color:sidebar}; text-align: center; position: fixed; }
  658.  
  659.  
  660. #sidimg{width: 230px; height: 11px; float: left; margin-left: 228px; margin-top: 162px; padding: 5px; background-color: #fff; text-align: center; position: fixed; -webkit-border-radius: 0px 0px 0px 0px; }
  661.  
  662. #sidimg5 {width: 229px; height: 19px; float: left; margin-left: 227px; margin-top: 236px; padding: 5px; background-color: #fff; text-align: center; position: fixed; -webkit-border-radius: 0px 0px 0px 0px; }
  663.  
  664. #sidimg6 {width: 124px; height: 11px; float: left; margin-left: 718px; margin-top: 311px; padding: 5px; background-color: #fff; text-align: center; position: fixed; -webkit-border-radius: 0px 0px 0px 0px; }
  665.  
  666.  
  667. .simage {text-align: center; margin-right: 5px}
  668.  
  669. .simage img {margin-bottom: 2px; display: inline; max-width: 140px; height: 180; text-align: center;}
  670.  
  671. .credito {text-align: center; font-family: verdana ; font-size: 9px; color: {color:text}; letter-spacing: 0px;  margin-top: -5px; line-height: 12px; margin-left: -10px; position: absolute; margin-top: -1px; }
  672.  
  673. .credito:hover {
  674. letter-spacing: 0px;
  675. -webkit-transition: all 0.5s ease-out;
  676. -moz-transition: all 0.5s ease-out; }
  677.  
  678.  
  679.  
  680.  
  681.  
  682.  
  683.  
  684.  
  685. #tbar {width:165px; height:165px; margin-left:-5px; margin-top:10px; position:fixed; overflow:hidden; background-color: {color:sidebar}; padding:3px;}
  686. .sdbarimg {height: 111px; text-align: up; margin: 2px; margin-top: 2px; border: 0px solid #000000; padding: 3px; background-color: ;}
  687.  
  688.  
  689. .oie {display: inline;}
  690. .oie img{max-width: 180px; margin-right: 2px;}
  691.  
  692. .pbar {float: left; width: 325px; height: auto; background-color: #ffffff; text-align: justify; padding: 3px; margin-bottom: 5px;}
  693.  
  694. .inok {float: right; margin-top:0px; width: 272px; margin-right: 0px; background-color: {color:sidebar}; border: 1px solid #fff; overflow: auto; padding: 4px; height: 100px; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:9px; text-align: justify;}
  695.  
  696. #slideShowContainer{ float: left; margin-top: 0px; margin-left: 0px; height: 200px; width:200px; position: fixed; background-color: transparent; }
  697.  
  698.  
  699.  
  700. #slideShow2 {margin-top: -213px; margin-bottom: 5px; -webkit-transition: all 2s ease-out; -moz-transition: all 2s ease-out;}
  701.  
  702.  
  703.  
  704. #slideShow2 img{width: 178px; height: 208px; margin-left: 43px;}
  705.  
  706. #slideShow2:hover {opacity: 0;}
  707.  
  708.  
  709.  
  710. #slideShow4 {margin-top: 53px; margin-bottom: 5px;}
  711.  
  712. #slideShow4 img{width: 177px; height: 208px; margin-left: 43px;}
  713.  
  714.  
  715. #slideShowContainer2{ float: left; margin-top: 0px; margin-left: 0px; height: 120px; width:110px; position: fixed; background-color: transparent; }
  716.  
  717.  
  718. #slideShow1 {margin-top: -118px; margin-bottom: 5px; -webkit-transition: all 2s ease-out; -moz-transition: all 2s ease-out;}
  719.  
  720.  
  721.  
  722. #slideShow1 img{width: 128px; height: 113px; margin-left: -1px;}
  723.  
  724. #slideShow1:hover {opacity: 0;}
  725.  
  726.  
  727.  
  728. #slideShow3 {margin-top: -2px; margin-bottom: 5px;}
  729.  
  730. #slideShow3 img{width: 128px; height: 113px; margin-left: -1px;}
  731.  
  732. #bieber{ margin-left: 155px; margin-top:125px; border: 1px; color: ;width: 160px;  background-color: {color:sidebar}; position: fixed; height: 80px;}
  733.  
  734. .bieber{margin: 3px 5px 3px 5px; font-family: verdana; font-size: 9px; color: #808080; text-align: center;  }
  735.  
  736. .bieber {padding-right: 5px;}
  737.  
  738. .usericon {float: left; border: 6px solid #fff; margin-top: -59px; margin-left: 175px;}
  739.  
  740. ::-webkit-scrollbar{width:5px;height:5px;}
  741. ::-webkit-scrollbar-button:start:decrement
  742. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  743. ::-webkit-scrollbar-track-piece{background-color:#F8F8F8;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  744. ::-webkit-scrollbar-thumb:vertical{height:100px; background-color:#D1D1D1;-webkit-border-radius:px;}
  745. ::-webkit-scrollbar-thumb:horizontal{width:40px; background-color:#D1D1D1;-webkit-border-radius:px;}
  746.  
  747.  
  748. #pagina{ margin-top: 266px; margin-left: 39px; width: 292px; float: right; background-color: {color:sidebar}; position: fixed; height: auto; -webkit-border-radius: 0px 0px 0px 0px;}
  749.  
  750. /*** Paginação by madlyluv.com ***/
  751. #paginacaoml {font-size: 9px; font-family: Verdana, Geneva, Tahoma, sans-serif; line-height: 21px; }
  752. #paginacaoml a {font-size: 9px; font-family: Verdana, Geneva, Tahoma, sans-serif; background: #f8f8f8; margin: 0 1px 0 0; padding: 2px 4px; color: {color:link}; text-decoration: none;}
  753. #paginacaoml a:hover {font-size: 9px; font-family: Verdana, Geneva, Tahoma, sans-serif; background: #fff; border: none;}
  754. #paginacaoml span.pagina_atual {background: #cor de fundo; margin: 0 1px 0 0; padding: 2px 4px; color: {color:link}; text-decoration: none; font-weight: bold;}#paginacaoml span.info {background: {color:link}; margin: 0 1px 0 0; padding: 1px 2px; color: #cor da fonte; text-decoration: none;}
  755.  
  756. .bg {width: 480px; background-color: {color:background}; color:{color:text}; padding-right: 10px; padding-left: 10px; padding-top: 0px; padding-bottom: 3px; border-radius:8px;}
  757.  
  758. .pages{width: 110px; margin: -30px 40px 100px 10px; margin-left: 180px;  text-align: center; font-size: 45px; line-height:45px;  font-family: {font:body}; }
  759. .pages a{text-decoration: none;color:{color:sidebartext}}
  760. .pages a:hover{color:{color:linkbackground}}
  761. .pprev{width: 53px; float: left}
  762. .pnext{width: 53px; float: right}
  763.  
  764. #pagination {width:240px; font-family:georgia; text-align:right; font-size:15px; padding:4px; font-style:italic}
  765.  
  766.  
  767. #sidlink {text-align: center; position: fixed; margin-left: 323px; margin-top: 388px;}
  768.  
  769. #sidlink a {display: block; font-family: verdana; font-size: 9px; text-align: center; margin-bottom: 2px; width: 135px; height:17px; background-color: #FFFFFF; color: #6b6b6b; text-decoration: none; text-transform: lowercase; padding: 2px 5px 2px 5px; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -o-transition: all 0.5s linear; transition: all 0.5s linear;}
  770.  
  771. #sidlink a:hover {text-align: center; letter-spacing: 0px; background-color: #FFFFFF; color: #6b6b6b;}
  772.  
  773. #sidlink a b {font-family: verdana; font-size: 9px; text-align: center; background-color: #FFFFFF; color: #6b6b6b; text-decoration: none; text-transform: lowercase; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -o-transition: all 0.5s linear; transition: all 0.5s linear;}
  774.  
  775. #sidlink a:hover b {text-align: center; letter-spacing: 0px; background-color: #FFFFFF; color: #6b6b6b;}
  776.  
  777. #sidlink:hover #sublinks a:first-child {border-top: 0px solid #FFFFFF; color: #6b6b6b;}
  778.  
  779. #sidlink:hover #sublinks {opacity: 0.9; margin-top: 0px; -webkit-transition-duration: 0.5s; overflow: hidden; background-color: #FFFFFF; z-index: 10; height: 40px; width: 145px;}
  780.  
  781. #sublinks {position: absolute; margin-top: -5px; opacity: 1; margin-left: 0px; width: 140px; overflow: hidden; height: 0px;}
  782.  
  783. #sublinks a {margin-bottom: 2px; background-color: transparent; color: #6b6b6b; text-align: center; display: block; margin-top: -1px; text-transform: lowercase; padding: 2px 5px 2px 5px; font-size: 9px; font-family: verdana;}
  784.  
  785. #sublinks a:hover {letter-spacing: 0px; margin-bottom: 2px; border-bottom: 0px solid #FFFFFF; text-transform: lowercase; color: #6b6b6b; background-color: #FFFFFF; padding: 2px 5px 2px 5px;}
  786.  
  787. .barbie {opacity:0.9; -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; -webkit-transition: all 0.4s ease-out; transition: all 0.4s ease-out;}
  788. .barbie:hover {opacity:1.0}
  789.  
  790. #clear{width: 500px; height: 30px}
  791.  
  792.  
  793.  
  794.  
  795.  #sdbarfi{margin-left: 227px; margin-top: 184px; width: 240px; float: left; background-color: {color:entry}; position: fixed; height: 51px;}
  796.  
  797. #links2 {position: relative; margin-top: 3px; margin-left: 12px;}
  798. .bar1 a {display: block; width: 77px; height: 20px; font-family: verdana; font-size: 9px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; text-align: center; color: {color:menutext}; background-color: {color:menu}; padding-top:2px; margin-top: 3px; margin-left: -10px; font-weight: none;}
  799. .bar1  a:hover{text-align: center; letter-spacing: 0px; font-weight: normal; color: {color:menutexthover}; background-color: {color:menuhover};}
  800.  
  801. .bar2 a {display: block; width: 77px; height: 20px; font-family: verdana; font-size: 9px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; text-align: center; color: {color:menutext}; background-color: {color:menu}; padding-top:2px; margin-top: -22px; margin-left: 69px; font-weight: none;}
  802. .bar2  a:hover{text-align: center; letter-spacing: 0px; font-weight: normal; color: {color:menutexthover}; background-color: {color:menuhover};}
  803.  
  804. .bar3 a {display: block; width: 77px; height: 20px; font-family: verdana; font-size: 9px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; text-align: center; color: {color:menutext}; background-color: {color:menu}; padding-top:2px; margin-top: -22px; margin-left: 148px; font-weight: none;}
  805. .bar3  a:hover{text-align: center; letter-spacing: 0px; font-weight: normal; color: {color:menutexthover}; background-color: {color:menuhover};}
  806.  
  807. .bar4 a {display: block; width: 77px; height: 20px; font-family: verdana; font-size: 9px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; text-align: center; color: {color:menutext}; background-color: {color:menu}; padding-top:2px; margin-top: 2px; margin-left: -10px; font-weight: none;}
  808. .bar4  a:hover{text-align: center; letter-spacing: 0px; font-weight: normal; color: {color:menutexthover}; background-color: {color:menuhover};}
  809.  
  810.  
  811. .bar5 a {display: block; width: 77px; height: 20px; font-family: verdana; font-size: 9px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; text-align: center; color: {color:menutext}; background-color: {color:menu}; padding-top:2px; margin-top: -22px; margin-left: 69px; font-weight: none;}
  812. .bar5  a:hover{text-align: center; letter-spacing: 0px; font-weight: normal; color: {color:menutexthover}; background-color: {color:menuhover};}
  813.  
  814.  
  815.  
  816.  
  817.  
  818.  
  819.  
  820.  
  821.     </style>
  822.  
  823.     </head>
  824.  
  825. <body oncontextmenu="return false" onselectstart="return false" onmousedown="return false" onkeydown="return false">
  826.  
  827.  
  828.  
  829. <div id="content">
  830.  
  831. <div id="entries">  
  832. {block:IfEnableEndlessScrolling}<div class="autopagerize_page_element">
  833. <script type="text/javascript"
  834.  
  835. src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEnableEndlessScrolling}
  836.  
  837.  
  838.  {block:Posts}
  839.  
  840.  
  841.  
  842. <div class="post">
  843.  
  844. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  845.  
  846. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  847.  
  848. {block:Photoset}{Photoset-500}{/block:Photoset}
  849.  
  850. {block:Quote}
  851. <span class="aspas">&#10077;</span><div class="qquote">{Quote}</div>
  852. {block:Source}<div class="qsource">~ {Source}</div>{/block:Source}
  853. {/block:Quote}
  854.  
  855. {block:Link}
  856. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  857. {block:Description}{Description}{/block:Description}
  858. {/block:Link}
  859.  
  860. {block:Chat}
  861. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  862. <div class="chat"><ul>{block:Lines}
  863. <li class="person{UserNumber}">{block:Label}
  864. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  865. {/block:Chat}
  866.  
  867. {block:Audio}
  868. <div class="iaudio">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  869. {AudioPlayerGrey}
  870. <div class="icap">{block:Caption}{Caption}{/block:Caption}</div>
  871. {/block:Audio}
  872.  
  873. {block:Video}{Video-500}{/block:Video}
  874.  
  875. {block:Answer}
  876. <div class="asker"><img src="{AskerPortraitURL-30}" class="barbie"><b>{Asker}</b> sussurou: <i>{Question}</i></div>
  877. <div class="answer">{Answer}</div>
  878. <br>
  879. {/block:Answer}
  880.  
  881.  
  882. <div class="cap">
  883. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  884. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  885. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  886.  
  887. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  888.       <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  889.         {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  890. {/block:ContentSource}</div></div>
  891.  
  892.  
  893. <br><div id="tags"><div class=""{block:IfShowTags}{block:HasTags} {block:Tags}&nbsp;&nbsp;<a
  894.  
  895. href="{TagURL}">· {Tag}&nbsp;&nbsp;</a>{/block:Tags}{/block:HasTags}{/block:IfShowTags}
  896. <BR> </div></div>
  897.  
  898. <div id="tags"><div class="tags">{block:RebloggedFrom}via&nbsp;&nbsp;<a href="{ReblogParentURL}"
  899. title="{ReblogParentTitle}">{ReblogParentName}</a>&nbsp;&nbsp;(originally&nbsp;&nbsp;<a href="{ReblogRootURL}"title="{ReblogRootTitle}">{ReblogRootName}</a>){/block:RebloggedFrom}</div></div>
  900.  
  901. <div id="tags"><div class="date">
  902. {block:Date}<a href="{Permalink}">{TimeAgo} ♡</a> {/block:Date} {block:NoteCount} · <a href="{Permalink}">{NoteCountWithLabel} ♡</a>{/block:NoteCount}{Block:IndexPage} · <a href="{ReblogUrl}" target="_blank"> reblog e eu faço um strip tease ♡</a>{/Block:IndexPage}</div></div>
  903.  
  904.  
  905.  
  906. <div id="tags"><div class="notes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  907.  
  908. </div></div></br>
  909.  
  910.  {/block:Posts}
  911.  
  912.  
  913. {block:IfEnableEndlessScrolling}</div>{/block:IfEnableEndlessScrolling}
  914.  
  915.  
  916. </div>
  917.  
  918. <div id="sidebar">
  919.  
  920.  
  921.  
  922. <div id="sidimg">
  923. <div class="subtitle">{block:iffrase}{text:frase}{/block:iffrase}</div></div>
  924.  
  925.  
  926.  
  927.  
  928. <div id="sidd3"></div>
  929.  
  930.  
  931.  
  932.  
  933. <div id="slideShowContainer">
  934.  
  935.  
  936.  
  937.     <div id="slideShow4"><img src="{image:sidebar1}"/>
  938.  </div>
  939.  
  940.  
  941.  
  942. <div id="slideShow2"><img src="{image:sidebar2}"/>
  943.  </div></div>
  944.  
  945.  
  946.  
  947.  
  948.  
  949.  
  950.  
  951. <div id="sid4">
  952. <div class="ttle">{block:iftitulo}{text:titulo}{/block:iftitulo}</div>
  953.  
  954.  
  955. </div>
  956.  
  957.  
  958.  
  959.  
  960. <div id="sidimg4">
  961. <div class="textinho">{block:Description}{Description}{/block:Description}</div>
  962. {Block:IfShowPic}<div class="usericon"><img src="{PortraitURL-48}"></div>{/Block:IfShowPic}</div>
  963.  
  964.  
  965.  
  966.  
  967. <div id="pagina"><div id="paginacaoml"> <center>
  968. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}{/block:Pagination}
  969. {block:JumpPagination length="10"}
  970. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  971. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  972. {/block:JumpPagination}
  973. {block:Pagination}{block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:Pagination}</center>
  974. </div></div>
  975.  
  976.  
  977.  
  978.  
  979.  
  980.  
  981. <div id="sidimg5">
  982. <div class="credit">© Theme by <b>diariodabarbie</b> inspired by affectingyou and detalis by <u>the-dreamgirl</u></div></div>
  983.  
  984.  
  985.  
  986. <div id="sdbarfi">
  987. <div id="links2">
  988. {block:ifLink1}<div class="bar1"><a href="{text:Link1}">{text:Link1 Title}</a></div>{/block:ifLink1}
  989. {block:ifLink2}<div class="bar2"><a href="{text:Link2}">{text:Link2 Title}</a></div>{/block:ifLink2}
  990. {block:ifLink3}<div class="bar3"><a href="{text:Link3}">{text:Link3 Title}</a></div>{/block:ifLink3}
  991. {block:ifLink4}<div class="bar4"><a href="{text:Link4}">{text:Link4 Title}</a></div>{/block:ifLink4}
  992. {block:ifLink5}<div class="bar2"><a href="{text:Link5}">{text:Link5 Title}</a></div>{/block:ifLink5}
  993. {block:ifLink6}<div class="bar3"><a href="{text:Link6}">{text:Link6 Title}</a></div>{/block:ifLink6}
  994. </div>
  995. </div>
  996.  
  997.  
  998. </div>
  999.  
  1000. <div id="sidimg6"><center>Coloque aqui o código do seu player</center></div>
  1001.  
  1002. </div>
  1003.  
  1004.  
  1005. </body>
  1006. </html>