ubc-themes

theme 94 [new]

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