ubc-themes

theme 84

Apr 25th, 2013
1,111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 27.06 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2. <! ----------------------------------------------
  3.      theme by: umabonecaciumenta
  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|Anton|Ubuntu|Pacifico|Crafty+Girls' rel='stylesheet' type='text/css'><link href='http://fonts.googleapis.com/css?family=Patrick+Hand+SC' rel='stylesheet' type='text/css'>
  8.  
  9. <link href='http://fonts.googleapis.com/css?family=Ruge+Boogie' rel='stylesheet' type='text/css'>
  10. <head>
  11.  
  12. <!-- DEFAULT VARIABLES -->
  13. <meta name="color:background" content="#f8f8f8" />
  14. <meta name="color:link" content="#828282" />
  15. <meta name="color:linkhover" content="#f5f5f5" />
  16. <meta name="color:text" content="#828282" />
  17. <meta name="color:sidebar" content="#ffffff" />
  18.  
  19. <meta name="color:borda2" content="#E985A1" />
  20.  
  21.  <meta name="text:titulo" content="As vezes no silencio da noite
  22. " />
  23. <meta name="image:background" content="http://static.tumblr.com/qm5x3lf/mjIma44ux/grainy03_03.gif" />
  24.  <meta name="text:titulo2" content="Eu fico imaginando nós dois.
  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="#98ace7" />
  50. <meta name="color:bglinks" content="#acacac" />
  51. <meta name="color:post" content="#fff" />
  52. <meta name="image:fundinho" content="http://25.media.tumblr.com/f1e4144113b76be1b3c84082055341a0/tumblr_mlb6cgvpmY1sorw22o1_250.png" />
  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="text:Link9" content="" />
  71. <meta name="text:Link9 Title" content="link9" />
  72.  
  73.  
  74. <meta name="text:Link1 letra1" content="♥" />
  75. <meta name="text:Link2 letra2" content="♥" />
  76. <meta name="text:Link3 letra3" content="♥" />
  77. <meta name="text:Link4 letra4" content="♥" />
  78. <meta name="text:Link5 letra5" content="♥" />
  79.  
  80. <meta name="image:sidebar" content="http://static.tumblr.com/bffff3e21ddb5e46cb2e95fbc0667fe8/e5skbcf/4igmltpd3/tumblr_static_tumblr_static_asde.jpg" />
  81.  
  82. <meta name="color:font" content="#999999" />
  83. <meta name="color:links" content="#999999" />
  84. <meta name="color:sidebar" content="#ffffff" />
  85. <meta name="color:link" content="#ffffff" />
  86.  
  87.  
  88. <script src="http://static.tumblr.com/rozpbz7/nFim53lu5/jquery.js"></script>
  89. <script src="http://static.tumblr.com/rozpbz7/tcom53lvc/easing.js"></script>
  90.  
  91. <script type='text/javascript'>
  92. $(document).ready(function() {
  93.         $('.box_containere').hover(function(){
  94.                         var width = $(this).outerWidth() / 2;
  95.                         $(this).find('.left').animate({ right : width },{queue:false,duration:300});
  96.             $(this).find('.right').animate({ left : width },{queue:false,duration:300});
  97.         }, function(){
  98.             $(this).find('.left').animate({ right : 0 },{queue:false,duration:300});
  99.             $(this).find('.right').animate({ left : 0 },{queue:false,duration:300});
  100.         });
  101.        
  102.         $('.box_container3').hover(function(){
  103.            
  104.             var width = $(this).outerWidth() / 2;
  105.            
  106.             $(this).find('.left3').animate({ right : width },{easing: 'easeOutBounce', queue:false,duration:800});
  107.             $(this).find('.right3').animate({ left : width },{easing: 'easeOutBounce', queue:false,duration:800});
  108.         }, function(){
  109.            
  110.             $(this).find('.left3').animate({ right : 0 },{easing: 'easeOutBounce',queue:false,duration:800});
  111.             $(this).find('.right3').animate({ left : 0 },{easing: 'easeOutBounce',queue:false,duration:800});
  112.            
  113.         });
  114.              
  115.   });
  116. </script>
  117. </script>
  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.  
  123.  
  124.  <title>{Title}</title>
  125.         <link rel="shortcut icon" href="{Favicon}">
  126.         <link rel="alternate" type="application/rss+xml" href="{RSS}">
  127. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  128.  
  129.  
  130. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  131.  
  132. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  133.  
  134.  
  135. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  136.  
  137. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  138.  
  139. <script type="text/javascript">
  140. $(window).load(function(){
  141. var $wall = $('#allboxes');
  142. $wall.imagesLoaded(function(){
  143. $wall.masonry({
  144. itemSelector: '.entry',
  145. isAnimated : true
  146. });
  147. });
  148. $wall.infinitescroll({
  149. navSelector : "div#navigation",
  150. nextSelector : "div#navigation a#nextPage",
  151. itemSelector : '.entry',
  152. loadingImg : "http://static.tumblr.com/kwz90l7/bIdlst7ub/transparent.png",
  153. loadingText : " ",
  154. donetext : " ",
  155. extraScrollPx : 9000,
  156. bufferPx : 10000,
  157. debug : false,
  158. errorCallback: function() {
  159. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  160. }},
  161. function( newElements ) {
  162. var $newElems = $( newElements );
  163. $newElems.hide();
  164. $newElems.imagesLoaded(function(){
  165. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 750, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  166. });
  167. }); $('#allboxes').show(500);
  168. });
  169. </script>
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.                     <title>I'll always be with you.</title>
  179.        <link rel="shortcut icon" href="{Favicon}">
  180.         <link rel="alternate" type="application/rss+xml" href="{RSS}">
  181. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  182.          
  183.  
  184.  
  185.  
  186.  
  187. </script>
  188. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  189.  
  190. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  191.  
  192.  
  193. <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'>
  194.  
  195.  
  196.  
  197.           {block:IndexPage}
  198. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  199. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  200. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  201. <script type="text/javascript">
  202. $(window).load(function () {
  203. $('#allboxes').masonry(),
  204. $('.masonryWrap').infinitescroll({
  205. navSelector : "#page,.page",
  206. nextSelector : ".page a",
  207. itemSelector : ".entry",
  208. bufferPx : 10000,
  209. extraScrollPx: 10,
  210. loadingImg : "",
  211. loadingText : "carregando...",
  212. },
  213. // call masonry as a callback.
  214. function() { $('#allboxes').masonry({ appendedContent: $(this) }); }
  215. );
  216. });
  217. </script>
  218. {/block:IndexPage}
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225. </head>
  226.  
  227.  <style type="text/css">
  228. iframe#tumblr_controls {
  229. top:0px !important;
  230. right:3px !important;
  231. position: fixed !important;
  232. -webkit-transition: opacity 0.6s linear;
  233. opacity: 0.3;
  234. -webkit-transition: all 0.8s ease-out;
  235. -moz-transition: all 0.8s ease-out;
  236. transition: all 0.8s ease-out;
  237. z-index:999999999999999999;}
  238.  
  239. iframe#tumblr_controls:hover{
  240. -webkit-transition: opacity 0.6s linear;
  241. opacity: 0.8;
  242. -webkit-transition: all 0.4s ease-out;
  243. -moz-transition: all 0.4s ease-out;
  244. transition: all 0.4s ease-out;
  245. z-index:999999999999999999999;}
  246.  
  247. ::-webkit-scrollbar{width:8px;height:0px;}
  248. ::-webkit-scrollbar-button:start:decrement
  249. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  250. ::-webkit-scrollbar-track-piece{background-color: {color:background}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  251. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:{color:borda1};-webkit-border-radius:px;}
  252. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:#d3d3d3;-webkit-border-radius:px;}
  253.  
  254. /*theme by umabonecaciumenta*/  
  255.  
  256.  
  257.  
  258. 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; }
  259.  
  260. a {color: {color:link}; text-decoration: none; text-transform: none; -webkit-transition-duration: 1.5s; -moz-transition-duration:1.5s;}
  261. a:hover {color: {color:linkhover}; background-color: transparent; text-decoration: none; -webkit-transition-duration: 1.5s; -moz-transition-duration:1.5s;}
  262.  
  263. p {margin: 6px 0 0 0}
  264.  
  265. blockquote {margin: 5px 5px 5px 5px; border-left: 3px solid {color:text}; padding-left: 5px; }
  266. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid  {color:text};}
  267. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid  {color:text}; }
  268. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid  {color:text}; }
  269.  
  270. blockquote img{max-width: 370px!important}
  271. blockquote blockquote img{max-width: 350px!important}
  272. blockquote blockquote blockquote img{max-width: 330px!important}
  273. blockquote blockquote blockquote blockquote img{max-width: 310px!important}
  274.  
  275.  
  276.  
  277.  /*theme by umabonecaciumenta*/  
  278.  
  279.  
  280.  
  281.  /*theme by umabonecaciumenta*/  
  282.  
  283.  
  284.  
  285.  /* BASE BY THAI, UMABONECACIUMENTA */
  286.  
  287.  
  288. /*theme by umabonecaciumenta*/  
  289. #allboxes {float: left;margin-left:330px;margin-top:85px; text-align: left;-webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out;width: 900px;}
  290. .entry {width: 250px; background-color: {color:entry}; padding: 15px; margin-bottom:0px;text-align:none; margin-left: 5px;margin-top:5px; ;font-family: ''Ubuntu',' ;font-size: 12px; position: relative;-webkit-transition: all 1.5s ease-out; -moz-transition: all 1.5s ease-out; border:1px solid {color:sidebar};border-radius:5px;{block:indexpage}width:250px;{/block:indexpage}{block:PermalinkPage}width:515px;{/block:PermalinkPage}};}
  291. .entry:hover {}/*theme by umabonecaciumenta*/  
  292. .entry:hover #perma {display: inline;}
  293.  /*theme by umabonecaciumenta*/  
  294. h1:first-letter{font-family:'Ubuntu',  ;  font-size: 21px;color:{color:borda1}}
  295. h1 {font-family:  'Ubuntu', ;  text-align: center; font-size: 15px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 12px;}
  296. h1 a {text-align: center; font-size: 14px; color: {color:text}; font-weight: normal; line-height: 12px;}
  297. h1 a:hover {text-align: center; font-size: 14px; color: {color:text}; font-weight: normal; line-height: 12px;}
  298. /*theme by umabonecaciumenta*/  
  299. .image {text-align: center; border: 0px}
  300. .image img {max-width: 250px; margin-bottom: 2px; opacity:.8; -webkit-transition: all .8s ease-out; -moz-transition: all .8s ease-out;}
  301. .image img:hover {border:1px dotted #fe80c0;webkit-filter: grayscale(1);-webkit-filter: grayscale(100%);-webkit-transform: rotate(-360deg); -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;}
  302.  
  303. .caption {font-family: muli; text-align: center; font-size: 14px; line-height: 10px; padding: 3px;}
  304.  
  305.  
  306.  
  307.   /*theme umabonecaciumenta*/ /*theme umabonecaciumenta*/
  308.  
  309.  
  310.  
  311.  
  312.   /*theme by umabonecaciumenta*/  
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322.   /*theme umabonecaciumenta*/ /*theme umabonecaciumenta*/
  323.  
  324.  
  325.  
  326.    /*theme umabonecaciumenta*/
  327. .xquote:first-letter{font-family:  'Ubuntu', ; font-size: 21px;color:{color:borda1};}
  328.  
  329. .xquote {text-align:justify;font-family: 'Ubuntu', sans-serif; line-height:15px; font-size: 12px;padding:3px;margin-left:02px; margin-bottom:3px; margin-top:10px;}
  330. .xquotesource { font-family: 'Patrick Hand SC', cursive; font-style:normal;text-align:  center; text-transform:none; margin-bottom:5px; ;border:1px dashed {color:sidebar};font-size:18px;  color:{color:titulo}; background-image:url('{image:fundinho}');-webkit-border-radius: 4px ; }
  331. .xquotesource a, a:hover{text-transform: none;}
  332. .xquotesource a, a:hover{text-transform: none;}
  333.  /*theme by umabonecaciumenta*/  
  334.  
  335.  
  336. .chat{
  337. line-height: 12px;
  338. list-style: none
  339. }
  340.  
  341. .chat ul {
  342. line-height: 15px;
  343. list-style: none;
  344. padding: 0px;
  345. }
  346.  
  347. .person1 {
  348. background-color:{color:background};
  349. color: #888;
  350. }
  351. .person1 .label {
  352. padding: 0px;
  353. margin-left: 5px;
  354. color:#888;
  355. }
  356. .person2 {
  357. background-color: {color:sidebar};
  358. color:#888;
  359. }
  360. .person2 .label {
  361. padding: 0px;
  362. margin-left: 5px;
  363. color: #888;}
  364.  
  365.  
  366.  
  367.  
  368.  
  369.  
  370.  
  371. #questionpam{width:240px;
  372. padding:5px;
  373. background-color: #eee;
  374. -webkit-border-radius: 5px 5px 5px 5px;
  375. -moz-border-radius: 5px 5px 5px 5px;
  376. border-radius: 5px 5px 5px 5px;}
  377.  
  378. #askerpam{text-align: left;
  379. vertical-align:bottom;
  380. margin-top:-24px;
  381. margin-left:20px;
  382. font-size:12px;
  383. font-family:'muli';}
  384.  
  385. #askerpam img{vertical-align:center;
  386. float:left;
  387. max-height:15px;
  388. margin-left: 20px;
  389. margin-right: 5px;
  390. -webkit-border-radius: 60px 0px 60px 60px;
  391. -moz-border-radius: 60px 0px 60px 60px;
  392. border-radius: 60px 0px 60px 60px;
  393. box-shadow: 3px 3px 0 0 #eee;}
  394.  
  395. #setapam {margin-top:-0px;
  396. margin-left:18px;
  397. width: 0;
  398. height: 0;
  399. border-top: 17px solid  #eee;
  400. border-left: 17px solid transparent;}
  401.  
  402.  
  403.  
  404.  
  405.  
  406. ::-moz-selection {
  407.   color: #fff;
  408.   background:{color:borda2};;;
  409. }
  410.   ::selection {
  411.  color: #fff;
  412.           background:{color:borda2};;;;
  413. }
  414.  
  415.  
  416.  
  417.  
  418.  #thai9 {text-align: center; overflow: hidden; height:44px; -webkit-border-radius: 0px 0px 0px 0px; font-size: 10px; font-family:calibri; position: fixed; margin-left:-27px; width: 107px; background-color:{color:background}; color: #b5b5b5; 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:  uppercase;line-height: 84px; z-index:942;}
  419.  #thai9 a {color:#b5b5b5;text-transform:  uppercase;font-size:10px;border-bottom: 1px dotted {color:sidebar};}
  420.  
  421.  
  422.  #thai9 a:hover {color:#b5b5b5;text-transform: none;font-size:10px;}
  423.      
  424.  
  425. b, strong {color:{color:borda2}; text-decoration: none; cursor: help;}
  426. s {color:{color:borda2};cursor: help;}
  427. i, em {color:{color:borda1}; text-decoration: none;cursor: help;}
  428.  u,underline {color{color:borda1};  text-decoration:none; }
  429.  
  430.  
  431. #thats2 {position:fixed; width: 223px; height:355px; float: left; margin-left: 145px; margin-top: 242px; padding: 0px; text-align: right;z-index:299 }
  432.  
  433. #thats2 a {float: left; margin-left: 0px; display: block; letter-spacing: 3px; font-family: calibri;; font-size: 9px;  border-top: 1px solid {color:sidebar}; text-align: center; margin-bottom: 1px; width:171px; background-color: ; color:{color:bglinks};; text-decoration: none; text-transform:uppercase;; height: 12px; padding: 1px;line-height:12px;}
  434.  
  435. #thats2  a:hover{ text-align: center;  -webkit-transition: all .2s ease-in-out!important;font-style:italic; color:{color:borda1};height: 22px;line-height:22px;}
  436.  
  437.  
  438.  
  439.  
  440.  
  441.  
  442. .page { width:50px; height: 9px; margin-left:45px; margin-top:465px; position:fixed;  overflow:hidden; background-color: transparent; padding:3px;color:  transparent; }
  443.  
  444.  
  445.  
  446.  /*theme by umabonecaciumenta*/  
  447.  
  448.   /*theme umabonecaciumenta*/
  449. #cap {width: 400px; margin-top: -2px;}
  450. .source {display: none;}
  451.  
  452. .notes {width: 500px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: left}
  453. ol.notes {list-style: none;  margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  454. ol.notes li  background-color: {color:entry}; margin-bottom: 1px; padding: 5px; }
  455. .notes img{display: none; border:0px}
  456.  
  457.  
  458.  
  459.  /*theme umabonecaciumenta*/
  460.  
  461.  /*theme by umabonecaciumenta*/  
  462.  
  463.  
  464.    
  465.  
  466.  
  467.  
  468.  
  469.  
  470.  
  471.  
  472.  
  473.  
  474.  
  475.  /*theme by umabonecaciumenta*/  
  476.  
  477.  
  478.  /*theme umabonecaciumenta*/
  479.  
  480.  
  481.  
  482.  
  483.  
  484.  
  485.  
  486.  
  487.   /*theme umabonecaciumenta*/ /*theme umabonecaciumenta*/
  488.  
  489.  
  490.  
  491.  
  492.  
  493.  /*theme by umabonecaciumenta*/  
  494.  
  495.  
  496.  /*theme umabonecaciumenta*/
  497.  
  498.  
  499.  
  500.  
  501.  
  502.   /*theme umabonecaciumenta*/ /*theme umabonecaciumenta*/
  503.  
  504.  
  505.  
  506.  
  507.  
  508.  
  509. #lnv {position: fixed; margin-top: 8px; margin-left: 290px; width: 200px; height: auto;font-family: verdana; font-size: 9px; }
  510.  /*theme by umabonecaciumenta*/  
  511.  
  512. #aux {position: fixed; margin-top: 136px; margin-left: 167px; width: 190px; height: 285px; background: transparent; overflow: hidden; color: {color:sidebar}; }/*theme by umabonecaciumenta*/  
  513.   /*theme by umabonecaciumenta*/  
  514.  
  515.  
  516.  
  517.  /*theme by umabonecaciumenta*/  
  518.  
  519.  
  520. #thaiamor1 {width:1912px; height: 40px; margin-left:13px; margin-top:-28px; position:fixed; overflow:hidden; background-color:{color:background} ; line-height:15px;color: {color:background}; font-family:calibri; font-size:10px; text-align: center; padding:3px;-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease;z-index:259; text-transform: uppercase; letter-spacing:1px;background-image:url('{image:background}');}
  521.  
  522.  
  523.  
  524. /*theme by umabonecaciumenta*/  
  525.  
  526.  
  527.  
  528.  
  529. #thaimg2 {width: 185px;height: 185px; left:139px;top: 10px; background-color:{color:sidebar}; position: fixed; float: left; border: 8px solid{color:borda2};;;-webkit-border-radius: 200px;border-left:2px dashed{color:borda2};z-index:991;}
  530.  
  531. #thaimg2 img{width: 180px;height: 185;-webkit-border-radius: 200px }
  532.  
  533.  
  534. .thaimg2 img {position:fixed; -webkit-transition: all 1s ease-in-out;-webkit-border-radius: 0px 0px 0px 0px; -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; display: block; height:180px; width: 154px; background-color: {color:background}; padding:0px; border:3px solid {color:background};margin-left:0px; margin-top:1px;}
  535. .thaimg2:hover #haha3 #ha {margin-top:-60px;  opacity:0.9; -webkit-transition: 0.9s ease-in;
  536. -moz-transition: 0.9s ease-in; transition: 0.9s ease-in;  }
  537.  
  538.  
  539. .thaimg2 img.top { opacity:1;}
  540. .thaimg2:hover img.top, .cf4.hover_effect img.top {opacity:0;}
  541.  
  542. .thaimg2:hover img.bottom, .cf4.hover_effect img.bottom {filter:gray}
  543.  
  544.  
  545.  
  546. #thaitotosa {width:1912px; height: 50px; margin-left:173px; margin-top:18px; position:fixed; overflow:hidden; background-color:{color:background} ; line-height:15px;color: {color:background};  border:1px dashed {color:background};;font-family:calibri; font-size:10px; text-align: center; padding:3px;-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease;z-index:259; text-transform: uppercase; letter-spacing:1px;background-image:url('{image:fundinho}');}
  547.  
  548. /*theme by umabonecaciumenta*/
  549.  
  550.  
  551. #thats1 {width:550; height: 51px; float: left; margin-left:155px; margin-top: 198px; padding: 2px; text-align:  center; position: fixed; z-index:800; }/*theme by umabonecaciumenta*/  
  552. #thats1  a {display: inline-block;float: left; margin-left: 4px; font-family: calibri ;  -webkit-border-radius: 200px ;font-size: 15px;border:1px  dashed  {color:bordas};;;;letter-spacing:1px; text-align:  center;  margin-top: 8px; height: 23px; width: 23px; color:#fff;; line-height: 23px;  text-transform:   uppercase; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; font-style: normal; background-color:#1c1c1c;background-image:url('{image:fundinho}') }
  553.  
  554. #thats1   :hover {-webkit-transition: all 0.9s ease-out;   background:{color:background}; ;   color:{color:borda1};}
  555.  
  556.  
  557. /*theme by umabonecaciumenta*/  
  558.  
  559.  
  560.  
  561.  /*  BY THAI, UMABONECACIUMENTA */
  562.  
  563.  
  564.  
  565.  
  566.  
  567.   /*theme by umabonecaciumenta*/  /*theme by umabonecaciumenta*/  
  568.  
  569.  
  570.  
  571.  
  572. #b2 {width: 0; height: 0; border-top: 20px solid {color:banner shadow}; border-left: 20px solid transparent;position:absolute;margin-top:126px;margin-left:140px; position: fixed; }
  573.  
  574.  @font-face {font-family:basket; src: url('http://static.tumblr.com/ejm8w78/aollviadu/destrukt.ttf');}
  575.  
  576.  
  577.  
  578.  
  579.  
  580.  
  581. #thait3 {
  582. background-color:#transp;
  583. padding: 0px;
  584. height:32px;
  585. line-height:32px;
  586. float:left;
  587.  text-align: right;
  588. position:fixed;
  589. margin-left:380px;
  590. margin-top: 43px;
  591. width:557px;
  592. font-family: 'Patrick Hand SC', cursive;
  593. font-size:15px;
  594. letter-spacing:60px;
  595. text-align: center;
  596. color: {color:titulo}; letter-spacing:-1px;
  597. z-index:555; text-transform: uppercase;; }
  598.  
  599.  #thait3  a:hover{text-transform: none; background-image:url('') ; -webkit-transform: rotate(-0deg);}
  600.  
  601.  
  602.  
  603.  
  604.  
  605.  
  606. #thait2 {
  607. background-color:#transp;
  608. padding: 0px;
  609. height:32px;
  610. line-height:32px;
  611. float:left;
  612.  text-align: right;
  613. position:fixed;
  614. margin-left:381px;
  615. margin-top: 17px;
  616. width:557px;
  617. font-family: 'Patrick Hand SC', cursive;font-size:40px;font-style:normal;
  618. letter-spacing:60px;
  619. text-align: center;text-shadow: 3px 5px 9px #c9c9c9;;
  620. color:  {color:titulo}; letter-spacing:-1px;
  621. z-index:555; text-transform: none;; }
  622.  
  623.  #thait2  a:hover{text-transform: none; background-image:url('') ; -webkit-transform: rotate(-0deg);}
  624.  
  625.  
  626.  
  627.  
  628. #ssource{ display: none; :}
  629.  
  630. .caixinha { opacity:0.0;
  631. position: absolute;
  632. z-index: 99;
  633. text-align: center;
  634. height:100%
  635. text-transform:uppercase;
  636. top: 10%;
  637. bottom: 20%;
  638. left:14%;}
  639.  
  640.  
  641. .caixinha{margin-left:-20px;-webkit-transition: all 0.9s ease;-moz-transition: all 0.9s ease;-o-transition: all 0.9s ease;transition: all 0.9s ease; margin-top:3px;}
  642.  
  643.  
  644. .entry:hover .caixinha {opacity: 1.0; ; }
  645.  
  646.  
  647.  
  648.  ::-moz-selection {
  649.   color: #fff;
  650.   background: {color:borda1};
  651. }
  652.   ::selection {
  653.  color: #fff;
  654.           background: {color:borda1};
  655. }
  656.  
  657.  
  658.  
  659.  
  660.  
  661.  
  662. </style>
  663.  
  664.  
  665. <body>
  666. <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>
  667. </center></div></div>
  668. <
  669.  
  670.  
  671.  
  672.  
  673.  </div>
  674.  
  675.  </div> </div>
  676.  
  677.  
  678.  
  679.  </div>
  680.  
  681.   </div>
  682. </div></div></div>
  683. <div id="thaitotosa">
  684. </div></div></div>
  685.  
  686.  
  687. </div></div>
  688.  
  689.  
  690.  
  691.  
  692. <div id="thats2">
  693. <a href="{text:link6}">{text:link6 title}</a>
  694. <a href="{text:link7}">{text:link7 title}</a>
  695. <a href="{text:link8}">{text:link8 title}</a>
  696. <a href="{text:link9}">{text:link9 title}</a>
  697. </div></div>
  698.  
  699.  
  700.  
  701. <div id="thats1">
  702.  
  703. <a href="{text:Link1}" title="{text:Link1 Title}">{text:Link1 letra1}</a>
  704. <a href="{text:Link2}" title="{text:Link2 Title}">{text:Link2 letra2}</a>
  705. <a href="{text:Link3}" title="{text:Link3 Title}">{text:Link3 letra3}</a>
  706. <a href="{text:Link4}" title="{text:Link4 Title}">{text:Link4 letra4}</a>
  707. <a href="{text:Link5}" title="{text:Link5 Title}">{text:Link5 letra5}</a>
  708. </div></div>
  709.  
  710. </div></div>
  711. <div id="thaiamor1"> </div>
  712. <div id="thait2">{text:titulo} </div>
  713.  
  714.  
  715. <div id="thait3">{text:titulo2}  </div>
  716.  
  717.  
  718. </div>
  719.  
  720. </div>
  721. </div>
  722.  
  723.  
  724. <div class="thaimg">
  725.  </div>
  726.  
  727.  
  728.  
  729. <div class="thaimg2" class="hover">
  730. <div id="thaimg2">
  731. <img class="bottom shadow" src="{image:sidebar}"style="-webkit-filter: grayscale(100%);" >
  732. <img class="top shadow" src="{image:sidebar}" /></div>
  733.  
  734. </div>
  735.  
  736. </div></div>
  737. </div>
  738.  
  739.  
  740.  
  741. </div>
  742.  
  743. <div id="thai9" title="Créditos: Umabonecaciumenta (c) NÃO COPIE!"> <a href="http://umabonecaciumenta.tumblr.com/">Boneca <font color="{color:borda1}">©</font></a> </div>
  744.  
  745. </div>
  746. </div>
  747.  
  748.  
  749. </div class>
  750.  </div>
  751.  
  752.  <div id="thai1"></div>
  753.  <div id="thai2"></div>
  754. </div></div></div></div></div></div>
  755.  
  756.  
  757.  
  758.  
  759.  
  760.  
  761. </div></div>
  762. </div></div>
  763. <div id="allboxes">
  764.  
  765. {block:Posts}
  766.  
  767.  
  768.  
  769. <div class="entry">
  770.  
  771. <div class="caixinha">
  772. <a href="{ReblogURL}" target="_blank" title="reblog my love"><img src="http://static.tumblr.com/pcjzxya/WXCmh4wa1/4.png"></a>
  773. <a href="{permalink}" title="sweet like this" target="_blank"><img src="http://static.tumblr.com/pcjzxya/2N0mh425r/4.png" target="_blank"></a>
  774. </div>
  775.  
  776.  
  777. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  778.  
  779.  
  780. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  781.  
  782.  
  783. {block:Photoset}{Photoset-250}{/block:Photoset}
  784.  
  785.  
  786. {block:Quote}
  787. <div class="xquote">“{Quote}”</div>
  788. {block:Source}<div class="xquotesource">  {Source}</div>
  789. {/block:Source}
  790. {/block:Quote}
  791.  
  792.  
  793. {block:Link}
  794. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  795. {block:Description}{Description}{/block:Description}
  796. {/block:Link}
  797.  
  798. {block:Chat}
  799. {block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}
  800. <div class="chat"><ul>{block:Lines}
  801. <li class="person{UserNumber}">{block:Label}
  802. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  803. {/block:Chat}
  804.  
  805.  
  806. {block:Audio}
  807. <div class="player">{AudioPlayerBlack}</div>
  808. {block:Caption}{Caption}{/block:Caption}
  809. {/block:Audio}
  810.  
  811.  
  812. {block:Video}{Video-500}{/block:Video}
  813.  
  814.  
  815.  
  816. {block:Answer}
  817. <div id="questionpam">{Question}</div>
  818. <div id="setapam"></div>
  819. <br>
  820. <div id="askerpam"><img src="{AskerPortraitURL-24}">{Asker}</div>
  821. {Answer}{/block:Answer}
  822.  
  823. <div id="cap">
  824. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  825. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  826. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  827.  
  828.  
  829.  
  830. <div id="ssource">{block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  831. {block:ContentSource}<a href="{SourceURL}">source</a>{/block:ContentSource}
  832. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  833. </div></div>
  834. <br>
  835.  
  836.  
  837.  
  838.  
  839.  
  840.  
  841.  
  842. <div id="info">
  843.  
  844. </div>
  845. </div>{/block:Date}
  846.  
  847.  
  848.  
  849. {/block:Posts}
  850. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  851.  
  852.  
  853. </div>
  854. </div>
  855. </div>
  856. </div>
  857. </div>
  858. </div>
  859. </div>
  860. </div>
  861. </div>
  862. </div>
  863. </div>
  864. </div>
  865. </div>
  866. </div>
  867. </div>
  868. </div>
  869. </body>
  870. </html>
Advertisement
Add Comment
Please, Sign In to add comment