ubc-themes

theme 141 [new]

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