ubc-themes

theme 105 [new]

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