ubc-themes

theme 121 [new]

Jul 30th, 2013
396
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 25.69 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2.  
  3. <! ----------------------------------------------
  4.   LIVE PREVIEW: http://thmx121thai.tumblr.com/
  5.   theme by: AFASTAREI
  6.    sem cópias totais ou parciais.
  7.      p l a g i o  e  c r i m e
  8. ---------------------------------------------- !>
  9. <link href='http://fonts.googleapis.com/css?family=Snippet|Sue+Ellen+Francisco|Andika|Delius+Swash+Caps|But|Lobster|Redressed|Qwigley|Tangerine|Rancho|Rochester|Lobster+Two|Dancing+Script|Pacifico|Crafty+Girls' rel='stylesheet' type='text/css'>
  10. <link href='http://fonts.googleapis.com/css?family=Sofia|Wire+One|Londrina+Outline' rel='stylesheet' type='text/css'>
  11.  
  12.  
  13. <link href='http://fonts.googleapis.com/css?family=Ruge+Boogie' rel='stylesheet' type='text/css'>
  14. <head>
  15. <!-- DEFAULT VARIABLES -->
  16. <meta name="color:background" content="#ffffff" />
  17. <meta name="color:link" content="#828282" />
  18. <meta name="color:linkhover" content="BB7530" />
  19. <meta name="color:text" content="#828282" />
  20. <meta name="color:sidebar" content="#f0f0f0" />
  21.  
  22. <meta name="color:borda2" content="#fff" />
  23.  
  24.  <meta name="text:titulo" content="we are better together" />
  25. <meta name="image:background" content="/" />
  26.  
  27. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Dosis|Inconsolata' rel='stylesheet' type='text/css'>
  28.  
  29.  
  30.  
  31. <meta name="color:entry" content="#ffffff" />
  32. <meta name="color:links" content="#999999" />
  33.  
  34. <meta name="font:text" content="verdana" />
  35. <meta name="color:titulo" content="#fff" />
  36. <meta name="color:links" content="#828282" />
  37. <meta name="color:linkshover" content="#828282" />
  38.  
  39.  
  40. <meta name="color:link" content="#696969" />
  41. <meta name="color:link hover" content="#696969" />
  42. <meta name="color:text" content="#696969" />
  43. <meta name="color:post" content="#ffffff" />
  44.  
  45. <meta name="color:link" content="#828282" />
  46. <meta name="color:linkhover" content="#f5f5f5" />
  47. <meta name="color:text" content="#828282" />
  48.  
  49. <meta name="color:borda1" content="#fac0de" />
  50. <meta name="color:bglinks" content="#acacac" />
  51. <meta name="color:post" content="#fff" />
  52.  
  53. <meta name="if:one columns" content="1"/>
  54. <meta name="text:Link1" content="" />
  55. <meta name="text:Link1 Title" content="link1" />
  56. <meta name="text:Link2" content="" />
  57. <meta name="text:Link2 Title" content="link2" />
  58. <meta name="text:Link3" content="" />
  59. <meta name="text:Link3 Title" content="link3" />
  60. <meta name="text:Link4" content="" />
  61.  
  62. <meta name="image:sidebar" content="http://static.tumblr.com/9de933fe3602740b3359d858c2138532/e5skbcf/uIbmqr83u/tumblr_static_tumblr_inline_mpj9hwuwzc1qz4rgp.png" />
  63.  
  64. <meta name="color:font" content="#999999" />
  65. <meta name="color:links" content="#999999" />
  66.  
  67. <meta name="color:link" content="#ffffff" />
  68.  
  69. <script src="http://static.tumblr.com/rozpbz7/nFim53lu5/jquery.js"></script>
  70. <script src="http://static.tumblr.com/rozpbz7/tcom53lvc/easing.js"></script>
  71.  
  72. <script type='text/javascript'>
  73. $(document).ready(function() {
  74.         $('.box_containere').hover(function(){
  75.                         var width = $(this).outerWidth() / 2;
  76.                         $(this).find('.left').animate({ right : width },{queue:false,duration:300});
  77.             $(this).find('.right').animate({ left : width },{queue:false,duration:300});
  78.         }, function(){
  79.             $(this).find('.left').animate({ right : 0 },{queue:false,duration:300});
  80.             $(this).find('.right').animate({ left : 0 },{queue:false,duration:300});
  81.         });
  82.        
  83.         $('.box_container3').hover(function(){
  84.            
  85.             var width = $(this).outerWidth() / 2;
  86.            
  87.             $(this).find('.left3').animate({ right : width },{easing: 'easeOutBounce', queue:false,duration:800});
  88.             $(this).find('.right3').animate({ left : width },{easing: 'easeOutBounce', queue:false,duration:800});
  89.         }, function(){
  90.            
  91.             $(this).find('.left3').animate({ right : 0 },{easing: 'easeOutBounce',queue:false,duration:800});
  92.             $(this).find('.right3').animate({ left : 0 },{easing: 'easeOutBounce',queue:false,duration:800});
  93.            
  94.         });
  95.              
  96.   });
  97. </script>
  98. </script>
  99.  <script>
  100.  
  101.  
  102.  
  103. $(document).ready(function() {
  104.  
  105.     //
  106.  
  107.  
  108.  
  109. //When you click on a link with class of poplight and the href starts with a #
  110.  
  111. $('a.poplight[href^=#]').click(function() {
  112.  
  113.     var popID = $(this).attr('rel'); //Get Popup Name
  114.  
  115.     var popURL = $(this).attr('href'); //Get Popup href to define size
  116.  
  117.  
  118.  
  119.     //Pull Query & Variables from href URL
  120.  
  121.    var query= popURL.split('?');
  122.  
  123.     var dim= query[1].split('&');
  124.  
  125.     var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  126.  
  127.  
  128.  
  129.     //Fade in the Popup and add close button
  130.  
  131.     $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://media.tumblr.com/tumblr_lma61mIsoD1qfntox.png" class="btn_close" title="volte baby" alt="Close" /></a>');
  132.  
  133.  
  134.     //Define margin for center alignment (vertical   horizontal) - we add 80px to the height/width to accomodate for the padding  and border width defined in the css
  135.  
  136.     var popMargTop = ($('#' + popID).height() + 80) / 2;
  137.  
  138.     var popMargLeft = ($('#' + popID).width() + 80) / 2;
  139.  
  140.  
  141.  
  142.     //Apply Margin to Popup
  143.  
  144.     $('#' + popID).css({
  145.  
  146.         'margin-top' : -popMargTop,
  147.  
  148.         'margin-left' : -popMargLeft
  149.  
  150.     });
  151.  
  152.  
  153.  
  154.     //Fade in Background
  155.  
  156.     $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
  157.  
  158.     $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'}) is used to fix the IE Bug on fading transparencies
  159.  
  160.  
  161.  
  162.     return false;
  163.  
  164. });
  165.  
  166.  
  167.  
  168. //Close Popups and Fade Layer
  169.  
  170. $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
  171.  
  172.     $('#fade , .popup_block').fadeOut(function() {
  173.  
  174.         $('#fade, a.close').remove();  //fade them both out
  175.  
  176.     });
  177.  
  178.     return false;
  179.  
  180. });
  181.  
  182.  
  183.  
  184.  
  185.  
  186. });
  187. </script>
  188. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  189.  
  190. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  191.  
  192.  
  193.  
  194.  <title>{Title}</title>
  195.         <link rel="shortcut icon" href="{Favicon}">
  196.         <link rel="alternate" type="application/rss+xml" href="{RSS}">
  197. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  198.  
  199. </script>
  200. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  201.  
  202. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  203.  
  204.  
  205. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  206.  
  207. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  208.  
  209. <script type="text/javascript">
  210. $(window).load(function(){
  211. var $wall = $('#allboxes');
  212. $wall.imagesLoaded(function(){
  213. $wall.masonry({
  214. itemSelector: '.entry',
  215. isAnimated : true
  216. });
  217. });
  218. $wall.infinitescroll({
  219. navSelector : "div#navigation",
  220. nextSelector : "div#navigation a#nextPage",
  221. itemSelector : '.entry',
  222. loadingImg : "http://static.tumblr.com/kwz90l7/bIdlst7ub/transparent.png",
  223. loadingText : " ",
  224. donetext : " ",
  225. extraScrollPx : 9000,
  226. bufferPx : 10000,
  227. debug : false,
  228. errorCallback: function() {
  229. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  230. }},
  231. function( newElements ) {
  232. var $newElems = $( newElements );
  233. $newElems.hide();
  234. $newElems.imagesLoaded(function(){
  235. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 750, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  236. });
  237. }); $('#allboxes').show(500);
  238. });
  239. </script>
  240.  
  241. <title>{Title}</title>
  242.         <link rel="shortcut icon" href="{Favicon}">
  243.         <link rel="alternate" type="application/rss+xml" href="{RSS}">
  244. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  245.  
  246.  
  247.  
  248.          
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256. </script>
  257. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  258.  
  259. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  260.  
  261.  
  262. <link href='http://fonts.googleapis.com/css?family=Sacramento' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=ABeeZee|Kameron|Muli|Almendra' rel='stylesheet' type='text/css'>
  263.  {block:IndexPage}
  264. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  265. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  266. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  267. <script type="text/javascript">
  268. $(window).load(function () {
  269. $('#allboxes').masonry(),
  270. $('.masonryWrap').infinitescroll({
  271. navSelector : "#page,.page",
  272. nextSelector : ".page a",
  273. itemSelector : ".entry",
  274. bufferPx : 10000,
  275. extraScrollPx: 10,
  276. loadingImg : "",
  277. loadingText : "carregando...",
  278. },
  279. // call masonry as a callback.
  280. function() { $('#allboxes').masonry({ appendedContent: $(this) }); }
  281. );
  282. });
  283. </script>
  284. {/block:IndexPage}
  285. </head>
  286.  
  287.  <style type="text/css">
  288. iframe#tumblr_controls {
  289. top:0px !important;
  290. right:3px !important;
  291. position: fixed !important;
  292. -webkit-transition: opacity 0.6s linear;
  293. opacity: 0.3;
  294. -webkit-transition: all 0.8s ease-out;
  295. -moz-transition: all 0.8s ease-out;
  296. transition: all 0.8s ease-out;
  297. z-index:999999999999999999;}
  298.  
  299. iframe#tumblr_controls:hover{
  300. -webkit-transition: opacity 0.6s linear;
  301. opacity: 0.8;
  302. -webkit-transition: all 0.4s ease-out;
  303. -moz-transition: all 0.4s ease-out;
  304. transition: all 0.4s ease-out;
  305. z-index:999999999999999999999;}
  306.  
  307. ::-webkit-scrollbar{width:01px;height:0px;}
  308. ::-webkit-scrollbar-button:start:decrement
  309. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  310. ::-webkit-scrollbar-track-piece{background-color: {color:background}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  311. ::-webkit-scrollbar-thumb:vertical{height:40px; background-color:{color:borda1};-webkit-border-radius:px;}
  312. ::-webkit-scrollbar-thumb:horizontal{width:40px; background-color:#d3d3d3;-webkit-border-radius:px;}
  313.  
  314. /*theme by umabonecaciumenta*/  
  315.  
  316.  
  317.  
  318. body {background-color: {color:background}; font-family:calibri; color: {color:text}; text-align: justify; font-size: 13px;  background-image:url('{image:background}'); background-attachment: fixed; }
  319.  
  320. a {color: {color:link}; text-decoration: none; text-transform: none; -webkit-transition-duration: 1.5s; -moz-transition-duration:1.5s;}
  321. a:hover {color: {color:linkhover}; background-color: transparent; text-decoration: none; -webkit-transition-duration: 1.5s; -moz-transition-duration:1.5s;}
  322.  
  323. p {margin: 6px 0 0 0}
  324.  
  325. blockquote {margin: 5px 5px 5px 5px; border-left: 3px solid {color:text}; padding-left: 5px; }
  326. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid  {color:text};}
  327. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid  {color:text}; }
  328. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid  {color:text}; }
  329.  
  330. blockquote img{max-width: 370px!important}
  331. blockquote blockquote img{max-width: 350px!important}
  332. blockquote blockquote blockquote img{max-width: 330px!important}
  333. blockquote blockquote blockquote blockquote img{max-width: 310px!important}
  334.  
  335.  
  336.  /*theme by umabonecaciumenta*/  
  337.  
  338.  
  339.  iframe#tumblr_controls {
  340. white-space:nowrap; filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%);opacity:0.6;}
  341. #tumblrcontrols2 {position:fixed; top:50px; right:4px;  z-index:999;}
  342. #tumblrcontrols2 a {opacity:2;
  343. white-space:nowrap; filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%);opacity:0.6;}
  344.  
  345.  
  346.  
  347.  /* BASE BY THAI, UMABONECACIUMENTA */
  348.  
  349.  
  350. #allboxes {float: left;margin-left:510px;margin-top:15px; text-align: left;-webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out;width:510px;}
  351. .entry {width: 450px; background-color: {color:entry}; padding: 2px; margin-bottom:0px;text-align:none; margin-left: 1px;margin-top:0px; ;font-family:cambria font-size: 12px; position: relative;-webkit-transition: all 1.5s ease-ou-moz-transition: all 1.5s ease-out;{block:indexpage}width:400px;{/block:indexpage}{block:PermalinkPage}width:400px;{/block:PermalinkPage}};}
  352. .entry:hover {}/*theme by umabonecaciumenta*/  
  353. .entry:hover }
  354.  /*theme by umabonecaciumenta*/  
  355. h1:first-letter{font-family:   consolas; ;letter-spacing: 2px;font-size: 11px;color:{color:text}}
  356. h1 {font-family: cambria;text-align: center; font-size: 12px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 12px;}
  357. h1 a {text-align: center; font-size: 12px; color: {color:text}; font-weight: normal; line-height: 12px;transform: none; }
  358. h1 a:hover {text-align: center; font-size: 14px; color: {color:text}; font-weight: normal; line-height: 12px;}
  359. /*theme by umabonecaciumenta*/  
  360. .image {text-align: center; border: 0px}
  361. .image img {max-width:400px; margin-bottom: 2px; opacity:.8; -webkit-transition: all .8s ease-out; -moz-transition: all .8s ease-out;}
  362. .image img:hover {webkit-filter: grayscale(1);-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);filter: url(desaturate.svg#greyscale);filter: gray; filter: grayscale(100%);-webkit-transition: all 0.4s linear;-moz-transition: all 0.4s linear;transition: all 0.4s linear;}
  363.  
  364. .caption {font-family: muli; text-align: center; font-size: 14px; line-height: 10px; padding: 3px;}
  365.  
  366.  
  367.  
  368.  
  369. .xquote {text-align:center;font-family:  calibri; line-height:15px; font-size: 12px;padding:3px;margin-left:02px; margin-bottom:3px; margin-top:10px;font-style:normal;}
  370. .xquotesource { font-family:calibri;; font-style:normal;text-align:   center; text-transform:none; margin-bottom:5px; ;font-size:10px;  color:{color:text};}
  371. .xquotesource a, a:hover{text-transform: none;}
  372. .xquotesource a, a:hover{text-transform: none;}
  373.  /*theme by umabonecaciumenta*/  
  374.  
  375. @font-face { font-family: pixie; src: url('http://static.tumblr.com/fxpo5zq/a8Em6bgnk/lekton-regular.ttf'); }
  376.  
  377. .chat{
  378. line-height: 12px;
  379. list-style: none
  380. }
  381.  
  382. .chat ul {
  383. line-height: 15px;
  384. list-style: none;
  385. padding: 0px;
  386. }
  387.  
  388. .person1 {
  389. background-color:#eee;
  390. color: #888;
  391. }
  392. .person1 .label {
  393. padding: 0px;
  394. margin-left: 5px;
  395. color:#888;
  396. }
  397. .person2 {
  398. background-color: #ccc;
  399. color:#888;
  400. }
  401. .person2 .label {
  402. padding: 0px;
  403. margin-left: 5px;
  404. color: #888;}
  405.  
  406.  
  407.  
  408. .askme {align:center;background: ; margin:0px 0px 0px 0px;padding:0px;position: relative;font-size: 11px; font-family:  cambria; text-align: justify;font-style:italic;}
  409. .askme a{color:{color:text} ;}
  410. .askme p {margin:0px 0px;}
  411.  
  412. .askborder img {float: left;margin: 0px 0px 0px 0px;padding: 0px; -webkit-border-radius:100;background: #fff}
  413. .askmeresposta {font-size: 11px;}
  414.  
  415.  
  416.  
  417.  
  418.  ::-moz-selection {
  419.   color: #fff;
  420.   background: {color:tex};
  421. }
  422.   ::selection {
  423.  color: #fff;
  424.           background: {color:text};
  425. }
  426.  
  427.  
  428.  
  429.  
  430.  
  431. #ssource{margin-left:10px; display: none;}
  432.  
  433. #perma { background: {color:background}; color: {color:text}; text-align:left; line-height:10px;height:17px; padding:5px; width:60px; margin-left: 400px; opacity:0.01; -moz-opacity: 0.01; filter: alpha(opacity=01); position: absolute; margin-top:-60px; z-index: 123; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; display: block; }
  434. #perma a { text-transform: none; color:  {color:text}; font-size: 10px; font-family:consolas; letter-spacing:0px;height:auto; font-style:normal;text-transform:uppercase;;  }
  435.  
  436. .entry:hover #perma {opacity:1;height:auto; -moz-opacity: 1; filter: alpha(opacity=1); width: 60px;  font-size: 9px;font-weight: normal;; color:{color:text}; -webkit-transition: all 0.9s ease-out; }
  437.  
  438.  
  439.  
  440.  .page { width:50px; height: 9px; margin-left:45px; margin-top:465px; position:fixed;  overflow:hidden; background-color: transparent; padding:3px;color:  transparent;}
  441.  
  442.  
  443.  
  444.  
  445.  
  446.  ::-moz-selection {
  447.   color: #fff;
  448.   background: #BB7530;
  449. }
  450.   ::selection {
  451.  color: #fff;
  452.           background:  #BB7530;
  453. }
  454.  
  455.  
  456.  
  457.  
  458.  .thaimg {left: 326px; top:127px; position:fixed;   padding:1px; padding-bottom: 0px; opacity: 1; z-index:19; }
  459. .thaimg  img {position:fixed;-webkit-transition: all 1s ease-in-out;-moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; -ms-transition: all 1s ease-in-out; transition: all 1s ease-in-out;   ;  height:158px; width: 181px; padding:2px;;;;   -webkit-transition: all 0.4s ease-out;  -moz-transition: all 0.1s ease-out ;  opacity:0.6; opacity:1;
  460. }
  461.  
  462. .thaimg:hover .textoss{opacity:0.2;-moz-transition-duration:0.5s; -webkit-transition-duration:0.5s; -o-transition-duration:0.5s; left:; top:;background-color:#fff;opacity:0.2;-o-transition-duration:0.5s;-webkit-transform: rotate(-50deg); text-shadow:0px 0px 7px #fff; -webkit-filter: blur(1px);}
  463. .thaimg:hover img.top, .cf4.hover_effect img.top {opacity:0;-webkit-transform: rotate(-360deg);}
  464.  
  465. .thaimg:hover img.bottom, .cf4.hover_effect img.bottom {filter:gray}
  466.  
  467.  
  468.  
  469.  
  470.  .thais {left: 326px; top:127px; position:fixed;   padding:1px; padding-bottom: 0px; opacity: 1; z-index:129;opacity:0.2; }
  471. .thais  img {position:fixed;-webkit-transition: all 1s ease-in-out;-moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; -ms-transition: all 1s ease-in-out; transition: all 1s ease-in-out;   ;  height:158px; width: 181px; padding:2px;;;;   -webkit-transition: all 0.4s ease-out;  -moz-transition: all 0.1s ease-out ;  opacity:0.2; opacity:0;
  472. }
  473.  
  474. .thais:hover .textoss{opacity:0.1;-moz-transition-duration:0.5s; -webkit-transition-duration:0.5s; -o-transition-duration:0.5s; left:; top:;background-color:#fff;opacity:0.8;-o-transition-duration:0.5s;-webkit-transform: rotate(-50deg); text-shadow:0px 0px 7px #fff; -webkit-filter: blur(1px);}
  475. .thais:hover img.top, .cf4.hover_effect img.top {opacity:2;-webkit-transform: rotate(-360deg);}
  476.  
  477. .thais:hover img.bottom, .cf4.hover_effect img.bottom {filter:gray}
  478.  
  479.  @font-face {font-family:basket; src: url('http://static.tumblr.com/ejm8w78/aollviadu/destrukt.ttf');}
  480.  
  481.  
  482. #thats2{position:fixed; width: 162px; height:23px; float: left; margin-left:321px; margin-top: 281px; padding: 10px; text-align:center;z-index:299; background:{color:Bglinks};}
  483.  
  484. #thats2 a {float: left;margin-top: 0px;  margin-left: 0px; display: block; letter-spacing: 1px; font-family: cambria; font-style: normal;;font-size: 10px;  text-align:center; margin-bottom: 0px;  color:{color:text}; text-decoration:none; text-transform:none; height: 17px; padding: 3px;line-height:17px;background:{color:background}; }
  485.  
  486. #thats2 a:hover { background:{color:Bglinks};;color:{color:background};  text-transform:none;letter-spacing: 1px;   }
  487.  
  488.  
  489.  
  490.  
  491.  
  492. #thai5 {
  493.  
  494. padding: 0px;;
  495. height:20px;
  496. line-height:20px;;margin-top:322px;
  497.  color:#888;
  498. float:left;;font-style:italic;
  499.  text-align:center;
  500. position:fixed;
  501. margin-left:305px;
  502. width:215px;
  503. font-family:times new roman;;font-size:11px;
  504. letter-spacing:60px;
  505. text-align: center;
  506. color:{color:text}; letter-spacing:0px;
  507. z-index:0; text-transform:none; }
  508.  #thai5:hover {opacity: 0.9;  }
  509.  
  510.  
  511.  
  512.  
  513.  
  514.  
  515.  
  516.  
  517.  
  518.  
  519.  #thai5:hover {opacity: 0.9;  }
  520.  
  521.  
  522.  
  523.  
  524.  
  525.  
  526.  
  527.  
  528.  
  529.  iframe#tumblr_controls {
  530. white-space:nowrap; filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%);opacity:0.4;}
  531. #tumblrcontrols2 {position:fixed; top:50px; right:4px;  z-index:999;}
  532. #tumblrcontrols2 a {opacity:2;
  533. white-space:nowrap; filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%);opacity:0.4;}
  534.  
  535.  
  536.  
  537.  #thai9 {text-align: center; overflow: hidden; height:44px; -webkit-border-radius: 0px 0px 0px 0px; font-size: 10px; font-family:consolas; position: fixed; margin-left:-27px; width: 107px; background-color:{color:background}; color: {color:Text}; padding: 5px; margin-top: -40px; background-attachment: fixed; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; ; letter-spacing: 0px; text-transform:  none;line-height: 84px; z-index:942;}
  538.  #thai9 a {color: {color:Text};text-transform:  none;font-size:10px;border-bottom: 1px dotted {color:sidebar};}
  539.  
  540.  
  541.  
  542.  
  543.  
  544.  
  545.  
  546.  
  547.  
  548.  </style>
  549.  
  550.  <body>
  551.  
  552.  
  553.  
  554.  
  555.  
  556.  
  557.  
  558.  
  559.  
  560. </div>
  561. </div>
  562. </div>
  563.  
  564. <div id="thats2">
  565. <a href="{text:link1}"><b>{text:link1 title}</b></a>
  566. <a href="{text:link2}"><i>{text:link2 title}</i></a>
  567. <a href="{text:link3}"><b>{text:link3 title}</b></a>
  568. <a href="http://afastarei.tumblr.com/"><i>cred</i></a>
  569.  
  570. </div>
  571.  
  572.  
  573. </div></div>
  574.  
  575.  
  576.  
  577. </div></div>
  578.  
  579.  
  580.  
  581. <div id="thai5">{description}<font style="font-family: CALIBRI; font-style: normal; font-size: 10px; text-align: center"><br>♡ ♡ ♡ ♡ ♡ ♡ ♡ ♡ ♡ ♡ ♡ ♡ ♡
  582. ♡ ♡ ♡
  583. </font>
  584.  
  585.  
  586.  
  587.  
  588.  
  589. </div></div>
  590. <div id="thaid">
  591. </div>
  592. <div class="thais" class="hover">
  593. <img class="bottom shadow" src=""style="-webkit-filter: grayscale(100%);"title=" {text:frase todo}">
  594. <img class="top shadow" src="http://static.tumblr.com/e5skbcf/xdFmqia8e/ruby_diamond_gem.png" title=" I just wanted to hold you"></div>
  595. </div>
  596. <div class="thaimg" class="hover">
  597.  
  598. <img class="bottom shadow" src="{image:sidebar}"style="-webkit-filter: grayscale(100%);"title=" {text:frase todo}">
  599. <img class="top shadow" src="{image:sidebar}" title=" I just wanted to hold you"></div>
  600. </div>
  601. </div></div>
  602.  
  603.  
  604. <div class="page"> <center><div id="pagination">{block:PreviousPage}<a href="{PreviousPage}"> </a>&nbsp;{/block:PreviousPage}{block:NextPage}&nbsp; <a href="{NextPage}"> </a>{/block:NextPage} </div></big>
  605. </center></div></div>
  606.  
  607.  
  608.  
  609.  
  610.  
  611.  
  612. </div></div>
  613.  
  614.  
  615.  
  616.  <div id="thai9" title="Créditos: Afastarei (c) NÃO COPIE!"> <a href="http://thmxthai.tumblr.com/"> @ afastarei</a> </div>
  617.  
  618. </div>
  619.  
  620.  
  621. </div>
  622.  
  623.  
  624.  
  625.  
  626.  
  627.  
  628.  
  629. </div></div></div></div>
  630.  
  631. <div id="thaiamor1"> </div>
  632.  
  633.  
  634.  <div id="thaiamor2"> </div>
  635.  
  636. <div id="allboxes">
  637.  
  638. {block:Posts}
  639.  
  640.  
  641.  
  642. <div class="entry">
  643.  
  644.  
  645.  
  646. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  647.  
  648.  {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  649. {block:PostNotes}
  650. <div class="caixa>
  651.  <div class="extra"><img src="http://static.tumblr.com/ifqwhnb/x5Mm1qzsk/oae9l.png" class="user">
  652. {block:RebloggedFrom} <a href="{ReblogParentURL}"> - Via</a> <a href="{ReblogRootURL}">- From</b></a> {/block:RebloggedFrom}   {block:ContentSource}<a href="{SourceURL}" target=blank> - Source  </a>{/block:ContentSource}</div>
  653. <div class="extra">
  654. <img src="http://static.tumblr.com/ifqwhnb/x5Mm1qzsk/oae9l.png" class="user"> {DayOfMonth},<b> {Month}</b> de {Year}
  655. </div>
  656. <div class="extra">
  657. <img src="http://static.tumblr.com/ifqwhnb/x5Mm1qzsk/oae9l.png" class="user"> {block:HasTags}{/block:HasTags}
  658. <span style="width:auto;">
  659. {block:HasTags}
  660. {block:Tags}
  661. <a class="tag" href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</span>
  662. </div>
  663. <div class="extra">
  664. <img src="http://static.tumblr.com/ifqwhnb/x5Mm1qzsk/oae9l.png" class="user">{NoteCount}
  665. </div>
  666. {PostNotes}  
  667.  
  668. </div>
  669. {/block:PostNotes}
  670.  
  671.  
  672. {block:Photoset}{Photoset-400}{/block:Photoset}
  673.  
  674. {block:Quote}
  675. <div class="xquote">“{Quote}”</div>
  676. {block:Source}<div class="xquotesource"><b> {Source}</b></div>
  677. {/block:Source}
  678. {/block:Quote}
  679.  
  680.  
  681.  
  682. {block:Link}
  683. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  684. {block:Description}{Description}{/block:Description}
  685. {/block:Link}
  686.  
  687. {block:Chat}
  688. {block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}
  689. <div class="chat"><ul>{block:Lines}
  690. <li class="person{UserNumber}">{block:Label}
  691. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  692. {/block:Chat}
  693.  
  694.  
  695. {block:Audio}
  696. <div class="player">{AudioPlayerBlack}</div>
  697. {block:Caption}{Caption}{/block:Caption}
  698. {/block:Audio}
  699.  
  700.  
  701. {block:Video}{Video-500}{/block:Video}
  702.  
  703.  
  704.  
  705. {block:Answer}
  706.  
  707. <div class="askme"><span></span><b>{Asker} moaned to me:</b> {Question}&nbsp;</div><div class="askmeresposta">{Answer}</div>{/block:Answer}
  708.  
  709. <div id="cap">
  710. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  711. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  712. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  713.  
  714. <div id="ssource">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  715. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  716. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  717. {/block:ContentSource}</div></div> <div id="perma">
  718. {block:NoteCount}<a href="{Permalink}">{NoteCount} n0tes</a> {/block:NoteCount} <br><a href="{ReblogURL}" target="_blank"><b>rebl0g baby</b></a> <br>{block:RebloggedFrom}{block:RebloggedFrom}<a href="{ReblogRootURL}" title="{ReblogRootTitle}">s0urce <3</a>
  719. {/block:RebloggedFrom}
  720. <br>{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  721. </div></div>
  722.    
  723.  {/block:Posts}
  724.  </div>
  725. </div>
  726. </div>
  727. </div>
  728.  </div>
  729. </div>
  730. </div>
  731. </div>
  732. </div>
  733. </div>
  734. </div>
  735. </div>
  736.  
  737.  
  738.  
  739. <!-- PLEASE DO NOT REMOVE THE CREDIT LINK. I'D APPRECIATE THAT VERY MUCH !DON'T COPY BITCH.DON'T COPY BITCH. DON'T COPY BITCH . DON'T COPY BITCH -->
  740. <div style="font-size: 10px; font-family:calibri;position:fixed;bottom:5px;right:5px; color:{color:text}">
  741. <a href="http://umabonecaciumenta.tumblr.com" title="Créditos:  UMABONECACIUMENTA © | NAO COPIE! (c)  " ><big>THEME ©</big></a></div>
  742.  
  743. </body>
Advertisement
Add Comment
Please, Sign In to add comment