ubc-themes

theme 120 [new]

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