ubc-themes

theme 08

Sep 16th, 2012
678
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 33.25 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2.  
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <!-- (c) tumblr theme #2 by UMABONECACIUMENTA.tumblr.com
  6.      THEME POR UMABONECACIUMENTA THEME POR UMABONECACIUMENTA THEME POR UMABONECACIUMENTA THEME POR UMABONECACIUMENTA THEME POR UMABONECACIUMENTA THEME POR UMABONECACIUMENTA THEME POR UMABONECACIUMENTA THEME POR UMABONECACIUMENTA THEME POR UMABONECACIUMENTA THEME POR UMABONECACIUMENTA THEME POR UMABONECACIUMENTA THEME POR UMABONECACIUMENTA THEME POR UMABONECACIUMENTA THEME POR UMABONECACIUMENTA THEME POR UMABONECACIUMENTA THEME POR UMABONECACIUMENTA  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. <!-- BEGIN TUMBLR CODE --><iframe src="http://assets.tumblr.com/iframe.html?8&src=http%3A%2F%2Fseutumblr.com%2F&amp;lang=en_US&amp;name=seutumblr" scrolling="no" width="330" height="25" frameborder="0" style="position:absolute; z-index:1337; top:0px; right:0px; border:0px; background-color:tr,ansparent; overflow:hidden;" id="tumblr_controls"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('tumblr_controls').allowTransparency=true;</script><![endif]--><script type="text/javascript">_qoptions={qacct:"p-19UtqE8ngoZbM"};</script><script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script><noscript><img src="http://pixel.quantserve.com/pixel/p-19UtqE8ngoZbM.gif" style="display:none; border-width:0px; height:1px; width:1px;" alt=""/></noscript><!-- END TUMBLR CODE --></body>
  15.  
  16. <link href='http://fonts.googleapis.com/css?family=Just+Me+Again+Down+Here' rel='stylesheet' type='text/css'>
  17.  
  18. <script type="text/javascript">
  19. //desabilita menu de opcoes ao clicar no botao direito
  20. function desabilitaMenu(e)
  21. {
  22. if (window.Event)
  23. {
  24. if (e.which == 2 || e.which == 3)
  25. return false;
  26. }
  27. else
  28. {
  29. event.cancelBubble = true
  30. event.returnValue = false;
  31. return false;
  32. }
  33. }
  34.  
  35. //desabilita botao direito
  36. function desabilitaBotaoDireito(e)
  37. {
  38. if (window.Event)
  39. {
  40. if (e.which == 2 || e.which == 3)
  41. return false;
  42. }
  43. else
  44. if (event.button == 2 || event.button == 3)
  45. {
  46. event.cancelBubble = true
  47. event.returnValue = false;
  48. return false;
  49. }
  50. }
  51.  
  52. //desabilita botao direito do mouse
  53. if ( window.Event )
  54. document.captureEvents(Event.MOUSEUP);
  55. if ( document.layers )
  56. document.captureEvents(Event.MOUSEDOWN);
  57.  
  58. document.oncontextmenu = desabilitaMenu;
  59. document.onmousedown = desabilitaBotaoDireito;
  60. document.onmouseup = desabilitaBotaoDireito;
  61. </script>
  62.  
  63. <link href='http://fonts.googleapis.com/css?family=Rouge+Script' rel='stylesheet' type='text/css'>
  64.  
  65. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
  66. <script type="text/javascript">
  67. function slideSwitch() {
  68.     var $active = $('#slideshow2 img.active');
  69.    
  70.         $active.addClass('last-active');
  71.        
  72.         // verifica se existe um próximo objeto na div #slideshow2, caso ele nao exista, retorna para o primeiro
  73.     var $next =  $active.next().length ? $active.next() : $('#slideshow2 img:first');
  74.  
  75.     $next.css({opacity: 0.0})
  76.         .addClass('active')
  77.         .animate({opacity: 1.0}, 1000, function() {
  78.             $active.removeClass('active last-active');
  79.         });
  80. }
  81.  
  82. $(function() {
  83.         //Executa a função a cada 2 segundos
  84.         setInterval( "slideSwitch()", 2500 );
  85. });
  86. </script>
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94. <script type="text/javascript">
  95.  
  96.  
  97. //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
  98.  
  99.  
  100.  
  101.  
  102. function tb8_makeArray(n){
  103.  
  104.  
  105. this.length = n;
  106.  
  107.  
  108. return this.length;
  109.  
  110.  
  111. }
  112.  
  113.  
  114.  
  115.  
  116. tb8_messages = new tb8_makeArray(1);
  117.  
  118.  
  119.  
  120.  
  121. tb8_messages[0] = "{Title}";
  122.  
  123.  
  124.  
  125.  
  126. tb8_rptType = 'infinite';
  127.  
  128.  
  129.  
  130.  
  131. tb8_rptNbr = 5;
  132.  
  133.  
  134.  
  135.  
  136. tb8_speed = 100;
  137.  
  138.  
  139.  
  140.  
  141. tb8_delay = 2000;
  142.  
  143.  
  144.  
  145.  
  146. var tb8_counter=1;
  147.  
  148.  
  149.  
  150.  
  151. var tb8_currMsg=0;
  152.  
  153.  
  154.  
  155.  
  156. var tb8_tekst ="";
  157.  
  158.  
  159.  
  160.  
  161. var tb8_i=0;
  162.  
  163.  
  164.  
  165.  
  166. var tb8_TID = null;
  167.  
  168.  
  169.  
  170.  
  171. function tb8_pisi(){
  172.  
  173.  
  174.  
  175.  
  176. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  177.  
  178.  
  179.  
  180.  
  181. document.title = tb8_tekst;
  182.  
  183.  
  184.  
  185.  
  186. tb8_sp=tb8_speed;
  187.  
  188.  
  189.  
  190.  
  191. tb8_i++;
  192.  
  193.  
  194.  
  195.  
  196. if (tb8_i==tb8_messages[tb8_currMsg].length){
  197.  
  198.  
  199.  
  200.  
  201. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  202.  
  203.  
  204.  
  205.  
  206. }
  207.  
  208.  
  209.  
  210.  
  211. if (tb8_currMsg == tb8_messages.length){
  212.  
  213.  
  214.  
  215.  
  216. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  217.  
  218.  
  219.  
  220.  
  221. clearTimeout(tb8_TID);
  222.  
  223.  
  224.  
  225.  
  226. return;
  227.  
  228.  
  229.  
  230.  
  231. }
  232.  
  233.  
  234.  
  235.  
  236. tb8_counter++;
  237.  
  238.  
  239.  
  240.  
  241. tb8_currMsg = 0;
  242.  
  243.  
  244. }
  245.  
  246.  
  247.  
  248.  
  249. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  250.  
  251.  
  252.  
  253.  
  254. }
  255.  
  256.  
  257.  
  258.  
  259. tb8_pisi()
  260.  
  261.  
  262.  
  263.  
  264. </script>
  265.  
  266. <meta name="color:background" content="#222222" />
  267. <meta name="font:body" content="georgia" />
  268. <meta name="font:title" content="georgia" />
  269. <meta name="color:link" content="#999999" />
  270. <meta name="color:linkhover" content="#e4e4e4" />
  271. <meta name="color:text" content="#999999" />
  272. <meta name="color:sidebar" content="#ff85b8" />
  273. <meta name="color:entry" content="#000000" />
  274. <meta name="color:menu" content="#222222"/>
  275. <meta name="color:menutext" content="#999999"/>
  276. <meta name="color:menuhover" content="#313131"/>
  277. <meta name="color:menutexthover" content="#999999"/>
  278. <meta name="color:bgscrollbar" content="#222222"/>
  279. <meta name="color:scrollbar" content="#000000"/>
  280. <meta name="color:source" content="#FF85B8"/>
  281. <meta name="color:tags" content="#fff"/>
  282. <meta name="color:bglinks" content="#FF85B8"/>
  283.  <meta name="color:bglinks1" content="#FF85B8"/>
  284.  
  285. <meta name="if:Show tags" content="1"/>
  286. <meta name="if:Show sidebar image" content="1"/>
  287. <meta name="if:Show people I follow" content="0"/>
  288. <meta name="if:Enable endless scrolling" content="0"/>
  289. <meta name="if:Show pic" content="1"/>
  290. <meta name="if:Show search" content="1"/>
  291.  
  292. <meta name="image:sidebar1" content="http://25.media.tumblr.com/tumblr_m7kcldI8q81qkoct2o1_500.jpg"/>
  293. <meta name="image:background" content="http://static.tumblr.com/uqobw8b/AREm9zlcf/tumblr_m524nz3toe1qkzf0fback.png"/>
  294.  
  295.  
  296. <meta name="text:titulo" content="frase pequena aqui" />
  297. <meta name="text:titulo2" content="frase media aqui" />
  298.  
  299.  
  300.  
  301. <meta name="text:Link1" content="" />
  302. <meta name="text:Link1 Title" content="um" />
  303. <meta name="text:Link2" content="" />
  304. <meta name="text:Link2 Title" content="dois" />
  305. <meta name="text:Link3" content="" />
  306. <meta name="text:Link3 Title" content="três" />
  307. <meta name="text:Link4" content="" />
  308. <meta name="text:Link4 Title" content="quatro" />
  309. <meta name="text:Link5" content="" />
  310. <meta name="text:Link5 Title" content="cinco" />
  311. <meta name="text:Link6" content="" />
  312. <meta name="text:Link6 Title" content="seis" />
  313. <meta name="text:Link7" content="" />
  314. <meta name="text:Link7 Title" content="sete" />
  315. <meta name="text:Link8" content="" />
  316. <meta name="text:Link8 Title" content="♥" />
  317.  
  318.  
  319.  
  320.  
  321.         <title>{Title}</title>
  322.         <link rel="shortcut icon" href="{Favicon}">
  323.         <link rel="alternate" type="application/rss+xml" href="{RSS}">
  324.         {block:Description}
  325.             <meta name="description" content="{MetaDescription}" />
  326.         {/block:Description}
  327.  
  328.  
  329.  
  330.    
  331.     <style type="text/css">
  332.  
  333. body {background: {color:background}  url('{image:background}')  repeat; color:{color:text}; font-family:verdana; font-size:11px; line-height:110%}
  334.  
  335. a {color: {color:link}; text-decoration: none; font-size: 13px; text-transform: none}
  336. a:hover {color: {color:linkhover}; -webkit-transition-duration: 0.6s; -moz-transition-duration: 0.6s; }
  337. p{margin-top: 1px}
  338. blockquote{margin-left:3px; margin-right: 0px; border-left: 3px solid #e4e4e4; padding-left:3px;
  339.  
  340. margin-top: 4px;}
  341.  
  342.  
  343. #xp {text-align: center; width: 870px; margin: 20px auto 10px auto; padding: 0px; z-index: 1}
  344.  
  345. #sid{position: fixed; margin-left:-35px; margin-top:133px; width: 410px; height: 550px; background-color: {color:sidebar}; padding: 10px; background-attachment: fixed; -webkit-transform: rotate(-90deg); line-height:15px;}
  346.  
  347. .sid2{float: right; width: 316px; height: 490;  background-color: {color:sidebar}; padding: 2px; margin-bottom: 5px; color: {color:sidebar};}
  348.  
  349.  
  350. /* navigation */
  351.  
  352. #navigation{position: fixed; z-index: -2; width: 100%; top: 45%; left: 0px; background-color:transparent; height: 100px;
  353.  
  354. text-align: center; font-size: 85px;}
  355. .left{float:left; margin-left: 10px; width: 40px}
  356. .left a{text-decoration: none; font-size: 75px; line-height: 75px}
  357. .left a:hover{background-color: transparent; opacity: 0.4; filter:alpha (opacity=40)}
  358. .right{float:right; margin-right: 10px; width: 40px}
  359. .right a{text-decoration: none; font-size: 75px; line-height: 75px}
  360. .right a:hover{background-color: transparent; opacity: 0.4; filter:alpha (opacity=40)}
  361.  
  362. #content{width: 800px; text-align: center; margin:10px auto 0 auto; padding-bottom: 150px; background-color:
  363. transparent; color:{color:text}; position: absolute; }
  364.  
  365. .sidebarpic img{max-width: 200px; text-align:center; margin-top: 1px}
  366.  
  367.  
  368. #entries{float: left; margin-left: 356px;  height:17px;}
  369.  
  370.  
  371.  
  372. .posts {width: 500px; background-color: {color:entry}; padding: 10px; margin-bottom: 2px; text-align: justify; font-family: verdana; font-size: 11px; position: relative;}
  373.  
  374. h1 {font-family: georgia; text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  375. h1 a {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  376. h1 a:hover {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  377.  
  378. .image {text-align: center; border: 0px}
  379. .image img {max-width: 500px; margin-bottom: 2px }
  380.  
  381. .pquote {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  382. .pquotesource {text-align: center; text-transform: none; margin-bottom: 5px;}
  383. .pquotesource a, a:hover{text-transform: none;}
  384.  
  385. .chat {line-height: 13px; list-style: none }
  386. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  387. .person1 {color: {color:text}; padding: 2px; }
  388. .person1 .label {font-weight: bold;  color:{color:text}}
  389. .person2 {color: {color:text}; padding: 2px;  }
  390. .person2 .label {font-weight: bold;  color:{color:text}}
  391.  
  392. .player {background-color: #000; text-align: left; display:block;}
  393.  
  394. .credito {opacity: 0.2; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  395. .credito:hover {opacity: 0.99; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  396.  
  397. #info {text-align: left; margin-top:-4px; font-size: 10px; font-family: calibri; text-transform: uppercase; z-index: 11;}
  398. #info a {font-size: 10px; text-transform: uppercase;}
  399.  
  400. #tags {color: {color:text}; font-size: 10px; font-family: calibri;  display: inline; list-style: none; text-transform: uppercase;;}
  401. #tags a {font-size: 10px; font-family: calibri; display: inline; list-style: none; text-transform: uppercase;;}
  402.  
  403. #cap {width: 500px; margin-top: -2px;}
  404. .source {display: none;}
  405.  
  406. .notes {width: 520px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: center}
  407. ol.notes {list-style: none;  margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  408. ol.notes li {background-color: {color:post}; margin-bottom: 2px; padding: 5px; }
  409. .notes img{display: none; border:0px}
  410.  
  411. /* asker */
  412.  
  413. .asker {width: 480px; background-color: {color:background}; color:{color:text}; padding: 10px}
  414. .asker img{float: left; margin: 0px 4px 2px 0; }
  415. .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; }
  416. .asker a:hover{font-size: 11px; color:{color:linkhover}; text-transform: none; line-height:27px; padding: 0; margin: 0; font-family:verdana;}
  417. .answer {padding: 4px}
  418.  
  419. .answer img {max-width: 470px;}
  420.  
  421.  
  422.  
  423.  
  424. #sidebar {width: 0px; height: 0px; float: left; margin-left:196px; margin-top: 13px; padding: 5px; background-color: transp; text-align: center; position: fixed; }
  425.  
  426. #sidd3 {width: 158px; height: 206px; float: left; margin-left:57px; margin-top: -50px; padding: 5px; background-color: {color:entry}; text-align: center; position: fixed; }
  427.  
  428. .sbpic img {width: 162px; height: 210px; margin-top: -2px; margin-left:-2px; border: 0px solid #fefefe}
  429.  
  430.  
  431.  
  432.  
  433. #sidd5 {width: 230px; height: 74px; float: left; margin-left:226px; margin-top: 184px; padding: 5px; background-color: {color:entry}; text-align: center; position: absolute;}
  434.  
  435. .player{ margin-top: 190px; margin-left: 29px; width: 420px; float: right; background-color: {color:sidebar}; position: fixed; height: 18px;; -webkit-border-radius: 0px 0px 0px 0px;}
  436.  
  437.  
  438.  
  439.  
  440. #top{width: 760px; height: 128px; float: left; margin-left: 7px; margin-top: -100px; padding: 10px; background-color: {color:background}; color:{color:menu}; text-align: center; position: fixed;  
  441. -moz-transition: all 1.2s ease-out; -webkit-border-radius: 0px 0px 0px 0px;}
  442.  
  443. #sid3{width: 210px; height: -4px; float: left; margin-left: -22px; margin-top: 22px; padding: 10px; background-color: {color:sidebar}; color:{color:menu}; text-align: center; position: fixed;  
  444. -moz-transition: all 1.2s ease-out; -webkit-border-radius: 0px 0px 0px 0px;}
  445.  
  446.  
  447.  
  448. .credit { width: auto; text-align: center; font-family: Just Me Again Down Here, sans-serif; font-size: 20px; color: #c1c1c1; letter-spacing: 0px; line-height: 10px; margin-top: -4px; margin-left: -3px; text-transform: none;}
  449.  
  450. .credit:hover {
  451. letter-spacing: 0px;
  452. color:{color:source};
  453. -webkit-transition: all 0.5s ease-out;
  454. -moz-transition: all 0.5s ease-out; }
  455.  
  456. #love {float: right; margin-left:90px;top:238px;width: 160px; height: 10px; position: absolute;color:#999; font-size:11px;display: block; line-height:9px; z-index:830; background: #000; alpha(Opacity=70);opacity:.70;}
  457.  
  458.  
  459.  
  460. #fashion {float: right; margin-left:90px;top:224px;width: 160px; height: 10px; position: absolute;color:#999; font-size:9px;display: block; z-index:830; background: #000; alpha(Opacity=70);opacity:.70;}
  461.  
  462.  
  463.  
  464.  #hello{text-align: justify; font-size: 9px; font-family: verdana; position: fixed; margin-left: 138px; width:120px; height: 30px; background-color: transp; color: {color:text}; padding: 2px; margin-top: 423px; background-attachment: fixed; border-left: 0px solid ; padding:5px;z-index: 1;}
  465.  
  466.  
  467. #link5 {font-family: tinytots; background-color: #fff; color: #666; font-size: 8px;   width: 110px; margin-top: 585px; margin-left: 232px; z-index: 1; position: fixed; text-align: center; height: 16px; line-height:9px; border:0px solid ; text-transform: none; opacity:0.7;  padding:2px;}
  468.  
  469. #link5 a{font-family: tinytots; font-size: 9px; text-transform: none; font-weight: none; padding-left:1px; margin-left:-3px; z-index:1; }
  470.  
  471.  
  472.  
  473.  
  474. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  475.  
  476.  
  477. #love:hover {color:transparent;-webkit-transition-duration: .40s; }
  478.  
  479.  
  480.  
  481. #fashion:hover {color:transparent; -webkit-transition-duration: .40s;}
  482.  
  483.  #profile{ float: left; margin-top: 310px; margin-left: -122px; height: 59px; width:49px; position: fixed; padding: 5px; overflow: hidden;  z-index:13; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; background-color: {color:sidebar};}
  484.  
  485.  
  486.  
  487. #profile img {margin-top: 0px; margin-left: 0px}
  488.  
  489.  
  490. #sidimg2{width: 80px; height: 15px; float: left; margin-left: 860px; margin-top: 470px; padding: 5px; background-color: transparent; text-align: center; position: fixed; }
  491.  
  492. #sidimg3{width: 111px; height: 20px; float: left; margin-left: -10px; margin-top: 220px; padding: 5px; background-color: {color:background}; text-align: center; position: fixed;  }
  493.  
  494.  
  495. #sidimg4{width: 208px; height: 190px; margin-left: -31px; margin-top: 189px; padding: 5px; background-color: {color:sidebar}; float: left; -webkit-transition: all 0.5s ease-out;
  496. -moz-transition: all 0.5s ease-out; position: fixed;  }
  497.  
  498.  
  499. #sidimg{width: 268px; height: 14px; float: left; margin-left: 880px; margin-top: 490px; padding: 5px; background-color: transparent; text-align: center; position: fixed; }
  500.  
  501. #sidimg6{width: 231px; height: 262px; margin-left: 4px; margin-top: 190px; padding: 5px; background-color: transparent; float: left; z-index: 50;}
  502.  
  503.  
  504.  
  505.  
  506.  
  507. .simage img {margin-bottom: 2px; margin-left: -60px; margin-top:-87px; max-width: 200px; height: 123; float: left; z-index:100;  -webkit-transition: all 0.5s ease-out;
  508. -moz-transition: all 0.5s ease-out; }
  509.  
  510.  
  511.  
  512.  #sid1 {width: 113px; margin-left: 870px; height: 149px; margin-top: 0px; float:left; text-align: center; background-color: trasparente; font-size: 16px; position:fixed; padding: 5px; overflow: hidden; -webkit-transition: 1.3s ease-in;
  513. -moz-transition: 1.3s ease-in; transition: 1.3s ease-in;}
  514.  
  515. .ttle {margin-top: -15px; letter-spacing: 0px; text-align: center; font-family: Just Me Again Down Here, sans-serif; font-size: 24px; color: {color:sidebartext}; background-color: {color:background}; padding:4px; height:16px;}
  516.  
  517. #links {width: 78px; float: left; margin-left:87px; margin-top: 112px; padding: 1px; text-align: center; position: absolute;  -moz-transition: opacity .9s ease-in-out; -o-transition: opacity .9s ease-in-out; transition: opacity .9s ease-in-out; -webkit-transition: opacity .9s ease-in-out; opacity: 1; -webkit-transition: 1.3s ease-in;
  518. -moz-transition: 1.3s ease-in; transition: 1.3s ease-in; background-color: transp; height: 171px;  }
  519.  
  520. #links a {float: left; padding: 0px; margin-top:4px; display: block; letter-spacing: 0px; font-family: tinytots; font-size: 8px; text-align: center;  width: 70px; background-color: transparent; color: {color:menutext}; text-decoration: none; text-transform: uppercase; line-height: 17px; height: 17px; overflow: hidden; border:0px solid {color:background}; margin-left: 3px;  }
  521.  
  522. #links  a:hover{text-align: center; background-color: transparent; color: {color:menutexthover}; font-weight: none; letter-spacing:2px;}
  523.  
  524.  
  525. #masoq{text-align: justify; font-size: 8px; font-family: verdana; position: relative; margin-left: 154px; width: 204px; height: 0px; background-color: transparent; color: {color:text}; padding: 6px; margin-top: 217px; background-attachment: fixed;}
  526.  
  527. .links1 {position: fixed; margin-left:-212px; margin-top:90px; padding: 0px; text-align: center; z-index:1;}
  528. .links1 a {float: left; display: block; letter-spacing: 0px; font-size:8px; font-family:'tahoma'; text-align: center; margin-right: 0px; margin-bottom:0px; width: 48px; background-color: {color:bglinks};  color:#fff; text-decoration: none; text-transform:uppercase; line-height:15px; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; border-top:0px solid #ff85b8; border-bottom:0px solid #ffffff;}
  529. .links1 a:hover{ background-color: {color:bglinks1};color: #fff;border-top:1px solid#aaaaaa;}
  530.  
  531.  
  532.  
  533. .links2 {position: fixed; margin-left:-163px; margin-top:90px; padding: 0px; text-align: center; z-index:1;}
  534. .links2 a {float: left; display: block; letter-spacing: 0px; font-size:8px; font-family:'tahoma'; text-align: center; margin-right: 0px; margin-bottom:0px; width: 48px; background-color: {color:bglinks};  color:#fff; text-decoration: none; text-transform:uppercase; line-height:15px; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; border-top:0px solid #ffffff; border-bottom:0px solid #ffffff;}
  535. .links2 a:hover{ background-color: {color:bglinks1};color: #fff;border-top:1px solid#aaaaaa;}
  536.  
  537.  
  538. .links3 {position: fixed; margin-left:-114px; margin-top:90px; padding: 0px; text-align: center; z-index:1;}
  539. .links3 a {float: left; display: block; letter-spacing: 0px; font-size:8px; font-family:'tahoma'; text-align: center; margin-right: 0px; margin-bottom:0px; width: 40px; background-color: {color:bglinks};  color:#fff; text-decoration: none; text-transform:uppercase; line-height:15px; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; border-top:0px solid #ffffff; border-bottom:0px solid #ffffff;}
  540. .links3 a:hover{ background-color: {color:bglinks1};color: #fff;border-top:1px solid#aaaaaa;}
  541.  
  542. .links4 {position: fixed; margin-left:-73px; margin-top:90px; padding: 0px; text-align: center; z-index:1;}
  543. .links4 a {float: left; display: block; letter-spacing: 0px; font-size:8px; font-family:'tahoma'; text-align: center; margin-right: 0px; margin-bottom:0px; width: 40px; background-color: {color:bglinks};  color:#fff; text-decoration: none; text-transform:uppercase; line-height:15px; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; border-top:0px solid #ffffff; border-bottom:0px solid #ffffff;}
  544. .links4 a:hover{ background-color: {color:bglinks1};color: #fff;border-top:1px solid#aaaaaa;}
  545.  
  546.  
  547. .links5 {position: fixed; margin-left:-32px; margin-top:90px; padding: 0px; text-align: center; z-index:1;}
  548. .links5 a {float: left; display: block; letter-spacing: 0px; font-size:8px; font-family:'tahoma'; text-align: center; margin-right: 0px; margin-bottom:0px; width: 24px; background-color: {color:bglinks};  color:#fff; text-decoration: none; text-transform:uppercase; line-height:15px; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; border-top:0px solid #ffffff; border-bottom:0px solid #ffffff;}
  549. .links5 a:hover{ background-color: {color:bglinks1};color: #fff;border-top:1px solid#aaaaaa;}
  550.  
  551.  
  552. .inok {float: left; margin-top:-2px; width: 912px; margin-left: -2px; background-color: {color:sidebar}; border: 0px solid {color:sidebar}; overflow: auto; padding: 4px; height: 75px; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:9px; text-align: justify;}
  553.  
  554.   #ha{width:135px; text-align: center; font-size: 10px; font-family: ust Me Again Down Here;background-color:#fff; color: #aaaaaa; background-attachment: fixed;  margin-top: 120px; position: fixed;line-height:15px;}
  555.  
  556.  
  557.  
  558. .frase {text-align: center;font-family:Just Me Again Down Here; font-size: 19px; font-style: none;height: 20px;color: #fff; margin-left:-52px;margin-top:84px; text-transform: none; letter-spacing: 1px;position:fixed;-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;width:203px;z-index:8000000000000000;line-height:23px; background-color:{color:bglinks}; border-bottom:2px solid #fff;}
  559.  
  560. .frase:hover{ -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; color:#000;}
  561.  
  562.  
  563. #title {width: 130px; height: 30px; position: fixed; background-color:transp; margin-left: -60px; margin-top: 424px; }
  564. .optitle{font-family: Just Me Again Down Here, sans-serif; font-size: 19px; font-style: none;
  565. line-height: 15px; font-weight: none; color: #fdaec3; margin-top: -20px; margin-left: -5px;   text-transform: none; letter-spacing: 0px}
  566.  
  567.  
  568.  
  569. ::-webkit-scrollbar{width:8px;height:5px;}
  570. ::-webkit-scrollbar-button:start:decrement
  571. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  572. ::-webkit-scrollbar-track-piece{background-color:{color:bgscrollbar};-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  573. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:{color:scrollbar};-webkit-border-radius:px;}
  574. ::-webkit-scrollbar-thumb:horizontal{width:40px; background-color:{color:scrollbar};-webkit-border-radius:px;}
  575.  
  576.  
  577. #pagina{ margin-top: 148px; margin-left: -2px; width: 106px; float: right; background-color: transparent; position: fixed; height: 20px; -webkit-border-radius: 0px 0px 0px 0px;}
  578.  
  579. /*** Paginação by madlyluv.com ***/
  580. #paginacaoml {font-size: 8px; font-family: Verdana, Geneva, Tahoma, sans-serif; line-height: 21px; }
  581. #paginacaoml a {font-size: 8px; font-family: Verdana, Geneva, Tahoma, sans-serif; background: {color:background}; margin: 0 1px 0 0; padding: 1px 3px; color: #fff; text-decoration: none; opacity: 0.7;}
  582. #paginacaoml a:hover {font-size: 8px; font-family: Verdana, Geneva, Tahoma, sans-serif; background: {color:sidebar}; border: none;}
  583. #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;}
  584.  
  585. #pagination {width:240px; font-family:georgia; text-align:right; font-size:15px; padding:4px; font-style:italic}
  586.  
  587.  
  588. .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;}
  589. .barbie:hover {opacity:1.0}
  590.  
  591. #clear{width: 500px; height: 30px}
  592.  
  593.  
  594.  
  595.  #sidotitulo {width: 199px; margin-left: -53px; height: 90px; margin-top: 326px; float:left; text-align: center; background-color: transp; font-size: 10px; position:fixed;  color: #fff; font-family: tahoma; overflow: hidden;  -moz-transition: all .8s ease-in-out; -o-transition: all .8s ease-in-out; transition: all .8s ease-in-out; -webkit-transition: all .8s ease-in-out; letter-spacing: 0px; padding-left:5px; padding-top:5px; }
  596.  
  597.  
  598. #barra {margin-top: -10px; margin-left: 353px; position: fixed; color: #d5d5d5; width:3px; height: 902px; background-color: {color:sidebar}; }
  599.  
  600.  
  601.  
  602. #barra2 {margin-top:0px; margin-left: 343px; position: fixed; color: #d5d5d5; width:130px; height: 42px; background-color: {color:sidebar};}
  603.  
  604.  
  605.  
  606.  
  607.  
  608. #barra3 {margin-top:325px; margin-left:31px; position: fixed; color: #d5d5d5; width:140px; height: 55px; background-color: {color:sidebar};}
  609.  
  610.  
  611.  
  612.  
  613. #coroa {text-align: justify; margin-top:260px; margin-left: -47px;  overflow: hidden; -webkit-border-radius: 0px 0px 0px 0px; font-size: 9px; font-family: georgia; position: fixed; color: #FF85B8; padding: 10px;  background-attachment: fixed; width:70px; height: 70px; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; letter-spacing: 1px; font-style: normal; line-height: 8px; text-transform: uppercase; -webkit-transform: rotate(-25deg);}
  614.  
  615. #coroab{font-size: 35px; font-family: verdana; letter-spacing: -1px; text-transform: none; line-height: 20px;}
  616.  
  617.  
  618. #cute {float: right; margin-left:-60px;top:150px;width: 180px; height: 112px; position: absolute;color: transparent; font-size:90px; line-height:9px; display: block; z-index:11; background: transparent; alpha(Opacity=25);opacity:.25; -webkit-transition-duration: .70s;  }
  619.  
  620.  
  621. #cute:hover { background-color: transparent; color:#fff;  alpha(Opacity=40);opacity:.45;}
  622.  
  623.  
  624.  
  625. #usericon {float: left; border: 10px solid {color:sidebar}; margin-top: 2px; margin-left: 702px;
  626. }
  627.  
  628.  
  629. .dreamgirl2 {opacity:0.9}
  630. .dreamgirl2:hover {opacity:0.7; -moz-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; -webkit-transition: all 0.5s ease-out; transition: all 0.5s ease-out;}
  631.  
  632.  
  633.  
  634. .bg {width: 480px; background-color: {color:entrie}; color:{color:text}; margin-top: 5px; padding-right: 10px; padding-left: 5px; padding-top: 2px; padding-bottom: 3px; border-radius:8px;}
  635.  
  636.  
  637. .oizinho {font-family: georgia; position: fixed; margin-left: 310px; margin-top: 425px; font-size: 8px; z-index: 0;}
  638.  
  639. .oizinho a {color: #FF85B8; background-color: transparent;}
  640.  
  641. .oizinho a:hover {color: #636363 ;}
  642.  
  643.  
  644.  
  645. .oizinho2 {font-family: georgia; position: fixed; margin-left: 280px; margin-top: 421px; font-size: 38px; z-index: 0;}
  646.  
  647. .oizinho2 a {color: #FF85B8; background-color: transparent;}
  648.  
  649. .oizinho2 a:hover {color: #636363;}
  650.  
  651.  
  652.  
  653.  
  654.     </style>
  655.  <script language='JavaScript'>
  656. //Bloqueador de Tecla CTRL - iceBreaker http://www.icebreaker.com.br/
  657. function checartecla (evt)
  658. {if (evt.keyCode == &#39;17&#39;)
  659. {alert(&quot;Comando Desativado&quot;)
  660. return false}
  661. return true}
  662. </script>
  663.  
  664.  
  665.  
  666.     </head>
  667.  
  668. <body oncontextmenu="return false" onselectstart="return false" onmousedown="return false" onkeydown="return false">
  669.  
  670.  
  671. <div id="content">
  672.  
  673. <div id="entries">  
  674. {block:IfEnableEndlessScrolling}<div class="autopagerize_page_element">
  675. <script type="text/javascript"
  676.  
  677. src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEnableEndlessScrolling}
  678.  
  679.  
  680.  
  681.  
  682. <font color="{color:tags}">
  683. <div id="pagina"><div id="paginacaoml"> {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"alt="" title="previous page baby"></a>{/block:PreviousPage}{/block:Pagination}
  684.  
  685. {block:JumpPagination length="0"} {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage} {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}{block:Pagination}{block:NextPage}<a href="{NextPage}"alt="" title="next page baby"></a>{/block:NextPage}{/block:Pagination}</div></div>
  686.  
  687. <div id="entry">
  688.  
  689.  {block:Posts}
  690. <div class="posts">
  691.  
  692. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  693.  
  694. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  695.  
  696. {block:Photoset}{Photoset-500}{/block:Photoset}
  697.  
  698. {block:Quote}
  699. <div class="pquote">“{Quote}”</div>
  700. {block:Source}<div class="pquotesource"> — {Source}</div>
  701. {/block:Source}
  702. {/block:Quote}
  703.  
  704. {block:Link}
  705. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  706. {block:Description}{Description}{/block:Description}
  707. {/block:Link}
  708.  
  709. {block:Chat}
  710. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  711. <div class="chat"><ul>{block:Lines}
  712. <li class="person{UserNumber}">{block:Label}
  713. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  714. {/block:Chat}
  715.  
  716. {block:Audio}
  717. <div class="player">{AudioPlayerBlack}</div>
  718. {block:Caption}{Caption}{/block:Caption}
  719. {/block:Audio}
  720.  
  721. {block:Video}{Video-500}{/block:Video}
  722.  
  723.  
  724. {block:Answer}
  725. <div class="asker"><img src="{AskerPortraitURL-30}" class="barbie"><b>{Asker}</b> me chupou gostoso e disse:<br><i>{Question}</i></div>
  726. <div class="answer"><br>{Answer}</div>
  727. {/block:Answer}
  728.  
  729.  
  730. <div id="cap">
  731. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  732. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  733. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  734.  
  735. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  736.       <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  737.         {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  738. {/block:ContentSource}</div></div>
  739. <br>
  740.  
  741. <div class="credito">
  742. {block:Date}<div id="info">
  743. <center> <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} · <a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>{NoteCountWithLabel}</a>{block:RebloggedFrom} · <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource} · <a href="{SourceURL}">source</a>{/block:ContentSource} {block:IndexPage}· <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}</center> </div>{block:IfShowTags}<center><div id="tags">{block:HasTags}{block:Tags} #<a href="{TagUrl}">{Tag}</a>{/block:Tags}{/block:HasTags}
  744. </div></center>{/block:IfShowTags}{/block:Date}</div>
  745. </div>
  746.  
  747.  
  748.  {/block:Posts}
  749. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  750.  
  751.  
  752.  
  753. </div></div>
  754. </div>
  755.  
  756. <div id="sidebar">
  757.  
  758.  
  759.  
  760.  
  761.  
  762.  
  763.  
  764.  
  765.  
  766.  
  767.  
  768.  
  769.  
  770.  
  771. <div id="links">
  772.  
  773. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  774. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  775. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  776.  
  777.  
  778. </div>
  779.  
  780.  
  781.  <a style="font-size: 12px; font-family:calibri;position:fixed;bottom:10px;left:20px; top:10px" href="http://umabonecaciumenta.tumblr.com/" title="umabonecaciumenta (c) base by quasebarbie, dtlhs superar-r"><b>theme ©</b></a>
  782.  
  783.  
  784.  
  785.  
  786. <div id="sidimg6"><div class="simage"><img src="{image:sidebar1}"></div>
  787. </div>
  788.  
  789.   <div id="cute"><div style="margin-left:33px; margin-top:60px; float:left;"><big><big><big><big><b></b></big></big></big></big></div></div>
  790.  
  791. <div id="title">
  792. <center><div class="optitle">{text:titulo} </div></div>
  793.  
  794.  <div id="sidotitulo"> <center>{block:Description}{Description}{/block:Description}
  795. </center> </div>
  796.  
  797.  <center><div class="frase"><center>{text:titulo2}</center></div></center>
  798.  
  799.  
  800.  <div id="masoq">
  801. <div class="links1"><a href="{text:Link4}">{text:Link4 Title}</a></div>
  802. <div class="links2"><a href="{text:Link5}">{text:Link5 Title}</a></div>
  803. <div class="links3"><a href="{text:Link6}">{text:Link6 Title}</a></div>
  804. <div class="links4"><a href="{text:Link7}">{text:Link7 Title}</a></div>
  805. <div class="links5"><a href="{text:Link8}">{text:Link8 Title}</a></div>
  806.  
  807.  
  808. </div></div>
  809.  
  810.  
  811.  
  812.  
  813.  
  814. <div id="barra"></div>
  815.  
  816.  
  817.  
  818.  
  819.  
  820.  
  821.  
  822.  
  823.  
  824.  
  825.  
  826. <div class="oizinho">{block:NextPage}<a href="{NextPage}" title="next"><big><big><big><big>»</big></big></big></big></a>{/block:NextPage}</div>
  827.  
  828. <div class="oizinho2">{block:PreviousPage}<a href="{PreviousPage}"  title="previous"><big><big><big><big>«</big></big></big></big></a>{/block:PreviousPage}</div>
  829.  
  830.  
  831.  
  832.  
  833.  
  834.  
  835.  
  836.  
  837.  
  838.  
  839.  
  840.  
  841.  
  842.  
  843.  
  844.  
  845. </div>
  846.  
  847.  
  848. </div>
  849.  
  850.  
  851.  
  852.  
  853. </body>
  854. </html>
Advertisement
Add Comment
Please, Sign In to add comment