ubc-themes

theme 61

Jan 17th, 2013
778
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 29.95 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2. <! ----------------------------------------------
  3.  
  4.  
  5.   theme by: umabonecaciumenta
  6.        sem cópias totais ou parciais.
  7.          p l a g i o  e  c r i m e
  8. ---------------------------------------------- !>
  9. <link href='http://fonts.googleapis.com/css?family=Sacramento' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=ABeeZee|Kameron|Muli|Almendra' rel='stylesheet' type='text/css'><link href='http://fonts.googleapis.com/css?family=Snippet|Sue+Ellen+Francisco|Andika|Delius+Swash+Caps|Lobster|Redressed|Tangerine|Rancho|Rochester|Lobster+Two|Dancing+Script|Pacifico|Crafty+Girls' rel='stylesheet' type='text/css'><link href='http://fonts.googleapis.com/css?family=Clicker+Script' rel='stylesheet' type='text/css'>
  10. <link href='http://fonts.googleapis.com/css?family=Ruge+Boogie' rel='stylesheet' type='text/css'>
  11.  
  12. <head>
  13. <!-- DEFAULT VARIABLES -->
  14. <meta name="color:background" content="#f8f8f8" />
  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="#ffffff" />
  19.  
  20. <meta name="color:borda2" content="#fff" />
  21.  
  22.  <meta name="text:titulo" content="i really love you.
  23. " />
  24. <meta name="image:background" content="http://static.tumblr.com/qm5x3lf/mjIma44ux/grainy03_03.gif" />
  25. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Dosis|Inconsolata' rel='stylesheet' type='text/css'>
  26. <meta name="image:fundinho" content="http://static.tumblr.com/qm5x3lf/mjIma44ux/grainy03_03.gif" />
  27.  
  28.  
  29. <meta name="color:entry" content="#ffffff" />
  30. <meta name="color:links" content="#999999" />
  31.  
  32.  
  33. <meta name="image:background" content=""/>
  34. <meta name="font:text" content="verdana" />
  35. <meta name="color:titulo" content="#fff" />
  36. <meta name="text:titulo" content="don't forget" />
  37.  
  38. <meta name="color:bglinks" content="#fff" />
  39.  <meta name="color:links" content="#828282" />
  40. <meta name="color:linkshover" content="#828282" />
  41. <meta name="color:bglinkshover" content="#fff" />
  42. <meta name="image:sidebar" content="" />
  43. <meta name="color:background" content="#f1f1f1" />
  44. <meta name="color:sidebar" content="#ffffff" />
  45. <meta name="color:link" content="#696969" />
  46. <meta name="color:link hover" content="#696969" />
  47. <meta name="color:text" content="#696969" />
  48. <meta name="color:post" content="#ffffff" />
  49. <meta name="color:background" content="#f8f8f8" />
  50. <meta name="color:link" content="#828282" />
  51. <meta name="color:linkhover" content="#f5f5f5" />
  52. <meta name="color:text" content="#828282" />
  53. <meta name="color:sidebar" content="#ffffff" />
  54. <meta name="color:borda1" content="#acacac" />
  55. <meta name="color:post" content="#fff" />
  56.  
  57.      <meta name="text:titulo" content="you are everything" />
  58.      
  59.  
  60. <meta name="image:background" content="http://static.tumblr.com/qm5x3lf/mjIma44ux/grainy03_03.gif" />
  61. <meta name="text:Link1" content="" />
  62. <meta name="text:Link1 Title" content="link1" />
  63. <meta name="text:Link2" content="" />
  64. <meta name="text:Link2 Title" content="link2" />
  65. <meta name="text:Link3" content="" />
  66. <meta name="text:Link3 Title" content="link3" />
  67. <meta name="text:Link4" content="" />
  68. <meta name="text:Link4 Title" content="link4" />
  69. <meta name="text:Link5" content="" />
  70. <meta name="text:Link5 Title" content="link5" />
  71. <meta name="text:Link6" content="" />
  72. <meta name="text:Link6 Title" content="link6" />
  73.  
  74.  
  75. <meta name="if:one columns" content="2"/>
  76.     <meta name="image:sidebar" content="http://static.tumblr.com/5zz5za6/do3m6uy2y/11111.jpg" />
  77.  
  78.  
  79.  
  80.  
  81. <meta name="color:background" content="#F5f5f5" />
  82. <meta name="color:font" content="#999999" />
  83. <meta name="color:entry" content="#ffffff" />
  84. <meta name="color:links" content="#999999" />
  85. <meta name="color:sidebar" content="#ffffff" />
  86. <meta name="color:link" content="#ffffff" />
  87.  
  88. <meta name="color:bglinks" content="#ffffff" />
  89. <meta name="color:link" content="#000000" />
  90.  
  91. <script src="http://static.tumblr.com/rozpbz7/nFim53lu5/jquery.js"></script>
  92. <script src="http://static.tumblr.com/rozpbz7/tcom53lvc/easing.js"></script>
  93.  
  94. <script type='text/javascript'>
  95. $(document).ready(function() {
  96.         $('.box_containere').hover(function(){
  97.                         var width = $(this).outerWidth() / 2;
  98.                         $(this).find('.left').animate({ right : width },{queue:false,duration:300});
  99.             $(this).find('.right').animate({ left : width },{queue:false,duration:300});
  100.         }, function(){
  101.             $(this).find('.left').animate({ right : 0 },{queue:false,duration:300});
  102.             $(this).find('.right').animate({ left : 0 },{queue:false,duration:300});
  103.         });
  104.        
  105.         $('.box_container3').hover(function(){
  106.            
  107.             var width = $(this).outerWidth() / 2;
  108.            
  109.             $(this).find('.left3').animate({ right : width },{easing: 'easeOutBounce', queue:false,duration:800});
  110.             $(this).find('.right3').animate({ left : width },{easing: 'easeOutBounce', queue:false,duration:800});
  111.         }, function(){
  112.            
  113.             $(this).find('.left3').animate({ right : 0 },{easing: 'easeOutBounce',queue:false,duration:800});
  114.             $(this).find('.right3').animate({ left : 0 },{easing: 'easeOutBounce',queue:false,duration:800});
  115.            
  116.         });
  117.              
  118.   });
  119. </script>
  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. <script type="text/javascript">
  126. $(window).load(function(){
  127. var $wall = $('#allboxes');
  128. $wall.imagesLoaded(function(){
  129. $wall.masonry({
  130. itemSelector: '.entry',
  131. isAnimated : true
  132. });
  133. });
  134. $wall.infinitescroll({
  135. navSelector : "div#navigation",
  136. nextSelector : "div#navigation a#nextPage",
  137. itemSelector : '.entry',
  138. loadingImg : "http://static.tumblr.com/kwz90l7/bIdlst7ub/transparent.png",
  139. loadingText : " ",
  140. donetext : " ",
  141. extraScrollPx : 9000,
  142. bufferPx : 10000,
  143. debug : false,
  144. errorCallback: function() {
  145. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  146. }},
  147. function( newElements ) {
  148. var $newElems = $( newElements );
  149. $newElems.hide();
  150. $newElems.imagesLoaded(function(){
  151. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 750, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  152. });
  153. }); $('#allboxes').show(500);
  154. });
  155. </script>
  156.  
  157.  <title>{Title}</title>
  158.         <link rel="shortcut icon" href="{Favicon}">
  159.         <link rel="alternate" type="application/rss+xml" href="{RSS}">
  160. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  161.  
  162. </script>
  163. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  164.  
  165. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172. </head>
  173.  
  174.  <style type="text/css">
  175. iframe#tumblr_controls {
  176. top:0px !important;
  177. right:3px !important;
  178. position: fixed !important;
  179. -webkit-transition: opacity 0.6s linear;
  180. opacity: 0.3;
  181. -webkit-transition: all 0.8s ease-out;
  182. -moz-transition: all 0.8s ease-out;
  183. transition: all 0.8s ease-out;
  184. z-index:999999999999999999;}
  185.  
  186. iframe#tumblr_controls:hover{
  187. -webkit-transition: opacity 0.6s linear;
  188. opacity: 0.8;
  189. -webkit-transition: all 0.4s ease-out;
  190. -moz-transition: all 0.4s ease-out;
  191. transition: all 0.4s ease-out;
  192. z-index:999999999999999999999;}
  193.  
  194. ::-webkit-scrollbar{width:16px;height:0px;}
  195. ::-webkit-scrollbar-button:start:decrement
  196. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  197. ::-webkit-scrollbar-track-piece{background-color: {color:entry}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  198. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:{color:borda2};-webkit-border-radius:px;}
  199. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:#d3d3d3;-webkit-border-radius:px;}
  200.  
  201. /*theme by umabonecaciumenta*/  
  202.  
  203.  
  204.  
  205. 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; }
  206.  
  207. a {color: {color:link}; text-decoration: none; text-transform: none; -webkit-transition-duration: 1.5s; -moz-transition-duration:1.5s;}
  208. a:hover {color: {color:linkhover}; background-color: transparent; text-decoration: none; -webkit-transition-duration: 1.5s; -moz-transition-duration:1.5s;}
  209.  
  210. p {margin: 6px 0 0 0}
  211.  
  212. blockquote {margin: 5px 5px 5px 5px; border-left: 3px solid {color:text}; padding-left: 5px; }
  213. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid  {color:text};}
  214. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid  {color:text}; }
  215. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid  {color:text}; }
  216.  
  217. blockquote img{max-width: 370px!important}
  218. blockquote blockquote img{max-width: 350px!important}
  219. blockquote blockquote blockquote img{max-width: 330px!important}
  220. blockquote blockquote blockquote blockquote img{max-width: 310px!important}
  221.  
  222.  
  223.  
  224.  /*theme by umabonecaciumenta*/  
  225.  
  226.  
  227.  
  228.  
  229.  /*theme by umabonecaciumenta*/  
  230.  
  231.  
  232. #allboxes {margin-left:455px; width:700px; margin-top:38px}
  233.  
  234. .entry {position: relative; width:250px; text-align:justify; float:left ;margin:-10px; padding:5px; margin-left: 12px; font-family: 'Muli';font-size: 11px; margin-top:14px; background:{color:entry};border:6px double {color:background};{block:PermalinkPage}width:500px {/block:PermalinkPage};{block:IfOneColumns}width:500px;{/block:IfOneColumns};}
  235. .entry img{padding: 4px; border: 1px solid{color:post};}
  236.  /*theme by umabonecaciumenta*/  
  237.  
  238. h1 {font-family:   Sacramento;  text-align: center; font-size: 28px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 12px;}
  239. h1 a {text-align: center; font-size: 14px; color: {color:text}; font-weight: normal; line-height: 12px;}
  240. h1 a:hover {text-align: center; font-size: 14px; color: {color:text}; font-weight: normal; line-height: 12px;}
  241.  
  242.  
  243. .image {text-align: center; border: 0px;}
  244. .image img {max-width: 250px; padding: 2px; opacity:2; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out;{block:IfOneColumns}max-width: 490px;{/block:IfOneColumns};opacity:0.9;; }
  245.  
  246.  
  247.    /*theme umabonecaciumenta*/
  248.    /*theme umabonecaciumenta*/
  249. .xquote {text-align:justify; font-family: 'Muli'; font-size: 12px; line-height:15px; padding:3px;margin-left:02px; margin-bottom:3px; margin-top:-66px;}
  250. .xquotesource {font-family:   'sacramento' ; ; text-align:  right; text-transform: none; margin-bottom:5px; ;font-size:18px;       ;}
  251. .xquotesource a, a:hover{text-transform: none;}
  252. .xquotesource a, a:hover{text-transform: none;}
  253. #quote {position:relative; color:{color:text};font-family:Ruge Boogie;top:-3px;left:-3px;font-size:60px;opacity:0.5;}
  254.  /*theme by umabonecaciumenta*/  
  255.  /*theme by umabonecaciumenta*/  
  256.  
  257. .chat {line-height: 13px; list-style: none }
  258. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  259. .person1 {color: {color:text}; padding: 2px; }
  260. .person1 .label {font-weight: bold;  color:{color:text}}
  261. .person2 {color: {color:text}; padding: 2px;  }
  262. .person2 .label {font-weight: bold;  color:{color:text}}
  263.  
  264. .player {background-color: #trans; text-align: left; display:block;}
  265.  /*theme by umabonecaciumenta*/  
  266.  
  267. #ssource{margin-left:10px; display: none;}
  268.  
  269. #perma {margin-top:10px; font-family: 'muli'; color: {color:text}; text-align: center;;  -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; text-transform:none; background-color: {color:entry}; padding-top: 1px;  border-top:6px double {color:background};   }
  270. #perma a {font-size: 10px; font-family:'muli';; text-transform: none; color: {color:text}; opacity:10; }
  271. #perma a:hover {opacity:0.6;}
  272.  
  273.  
  274. .question {color:{color:text};font-size: 11px;font-weight: normal;fon-family: verdana;line-height:95%;background: {color:background};position: relative;min-height:70px;padding:10px 15px;margin-bottom:2px;margin-right:-10px;}
  275.  
  276. .questionarrow {font-size:30px;color:{color:background};vertical-align:middle;margin-left:-5px!important;}
  277.  
  278.  
  279. .asker {width:250px; text-align:right; text-transform:lowercase; color:{color:text};}
  280. .asker a {color:{color:text};}
  281. .asker img {float:left; margin-left:400px; vertical-align:top; margin-right:3px; max-height:15px;}
  282.  
  283. .asking {text-align:center; color:{color:text}; font:9px verdana; text-transform:none;}
  284. .asking a{color:{color:text};}
  285. .asking img {width:58px; vertical-align:middle; background-color:{color:background}; padding:3px;}
  286.  
  287. .arrow {padding-top:11px; color:{color:text}; font-size:30px;}
  288.  
  289.  
  290. .answer {color:{color:text};}
  291.  
  292. .asking {text-align:center; color:{color:text}; font:9px calibri; text-transform:uppercase; opacity:0.8; margin-top:5px}
  293. .asking a{color:{color:text}; border-bottom:1px solid {color:tags}; text-transform:uppercase; margin-top:5px;}
  294. .asking img {width:45px; vertical-align:middle; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;padding:3px;opacity:0.8;}
  295. .asking 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;opacity:0.9}
  296.  
  297.  
  298. .question {color: {color:text}; text-align: center; background-color: #ff; margin-bottom: -10px;opacity:0.8; }
  299.  
  300.  
  301.  
  302.  
  303.  
  304.  
  305.  
  306.  ::-moz-selection {
  307.   color: #fff;
  308.   background: {color:borda2};
  309. }
  310.   ::selection {
  311.  color: #fff;
  312.           background:  {color:borda2};
  313. }
  314.  
  315.  
  316.  
  317.      
  318. /*** umabonecaciumenta ***/
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  /*theme by umabonecaciumenta*/  
  326.  
  327.   /*theme umabonecaciumenta*/
  328. #cap {width: 400px; margin-top: -2px;}
  329. .source {display: none;}
  330.  
  331. .notes {width: 500px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: left}
  332. ol.notes {list-style: none;  margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  333. ol.notes li  background-color: {color:entry}; margin-bottom: 1px; padding: 5px; }
  334. .notes img{display: none; border:0px}
  335.  
  336.  
  337.  
  338.  /*theme umabonecaciumenta*/
  339.  
  340.  /*theme by umabonecaciumenta*/  
  341.  
  342.  
  343.  
  344.  
  345.  
  346.  
  347.  
  348.  
  349.  
  350.  
  351.  
  352.  
  353.  
  354.  /*theme by umabonecaciumenta*/  
  355.  
  356.  
  357.  /*theme umabonecaciumenta*/
  358.  
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365.   /*theme umabonecaciumenta*/ /*theme umabonecaciumenta*/
  366.  
  367.  
  368.  
  369.  
  370.  
  371.  
  372.  
  373.  #pgs {text-align: center; font-family: verdana; font-size: 8px; line-height: 15px; -moz-border-bottom-left-radius: 10px; border-top-left-radius: 10px; z-index: 1}/*theme by umabonecaciumenta*/  
  374.  
  375. #pgs a {background: #000; margin: 30 0px 0 0; padding: 2px 4px; color: {color:background}; text-decoration: none;}
  376. #a:hover {background: {color:sidebar}; color: {color:borda1}; border: none;}
  377. #pgs span.pagina_atual {background: {color:borda1};  padding: 2px 4px; color: {color:borda1}; font-weight: bold; text-decoration: none;}
  378. .pg { position:fixed !important; clear: both; float: left; margin-top: 120px; margin-left: 100px; width: 207px; height: 15; font-size: 9px; padding: 2px;  background-color: {color:borda1}; -moz-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px; -moz-border-bottom-right-radius: 10px; border-bottom-right-radius: 10px; z-index: 1;}
  379.  /*theme by umabonecaciumenta*/  
  380.  
  381. #pagina{ margin-top: 424px; margin-left:220px; width: 100px; float: right; background-color: transparent; position: fixed;  height: 24px; -webkit-border-radius: 0px 0px 0px 0px; z-index:10 }
  382.  
  383.  
  384. /*** Paginação by madlyluv.com ***/
  385. #paginacaoml {font-size: 30px; font-family: tahoma; line-height: 24px;}
  386. #paginacaoml a {font-size: 30px; font-family: tahoma; background: transparent; margin: 0 1px 0 0; padding: 2px 2px; color: {color:borda2}; text-decoration: none;}
  387. #paginacaoml a:hover {font-size: 30px; font-family: tahoma; background: transparent; border: none;}
  388. #paginacaoml span.pagina_atual {background: #cor de fundo; margin: 0 1px 0 0; padding: 2px 4px; color: {color:borda2}; text-decoration: none; font-weight: bold;}#paginacaoml span.info {background: #aaaaaa; margin: 0 1px 0 0; padding: 1px 2px; color: #cor da fonte; text-decoration: none;}
  389.  
  390. /*theme by umabonecaciumenta*/  
  391. #pagination {width:240px; font-family:georgia; text-align:right; font-size:15px; padding:4px; font-style:italic}
  392.  
  393.  /*theme by umabonecaciumenta*/  
  394.  
  395.  
  396.  /*theme umabonecaciumenta*/
  397.  
  398.  
  399.  
  400.  
  401.  
  402.   /*theme umabonecaciumenta*/ /*theme umabonecaciumenta*/
  403.  
  404.  
  405.  
  406.  
  407.  
  408.  
  409. #lnv {position: fixed; margin-top: 8px; margin-left: 290px; width: 200px; height: auto;font-family: verdana; font-size: 9px; }
  410.  /*theme by umabonecaciumenta*/  
  411.  
  412. #aux {position: fixed; margin-top: 136px; margin-left: 167px; width: 190px; height: 285px; background: transparent; overflow: hidden; color: {color:sidebar}; }/*theme by umabonecaciumenta*/  
  413.   /*theme by umabonecaciumenta*/  
  414.  
  415.  /*theme by umabonecaciumenta*/  
  416. .thaimg {position: absolute; width:272px; height:252px; margin-left:114px; margin-top: 59px;z-index:88;position:fixed;border:12px solid {color:sidebar};opacity:1;}
  417. .thaimg  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:252px; width: 272px; background-color: ; padding:0px;margin-left:0px; margin-top:0px; opacity:0.8; }
  418.  
  419. .thaimg:hover .textoss{opacity:1;-moz-transition-duration:0.5s; -webkit-transition-duration:0.5s; -o-transition-duration:0.5s; left:; top:;background-color:#fff;opacity:0.8;-o-transition-duration:0.7s;-webkit-transform: rotate(-720deg); text-shadow:0px 0px 7px #fff; }
  420. .thaimg:hover img.top, .cf4.hover_effect img.top {opacity:0;}
  421.  
  422. .thaimg:hover img.bottom, .cf4.hover_effect img.bottom {filter:gray}
  423.  
  424.  
  425.  
  426.  
  427.  
  428.  
  429.  
  430.  
  431.      #thai1 {width:302px; margin-left:85px; margin-top: 374px; background-color: #transp;  position: fixed;z-index:922225;   color:{color:sidebar};   border-top: 2px dashed;}
  432.  
  433.  
  434. /*theme by umabonecaciumenta*/  
  435.  
  436.  #thailinda{margin-top: 27px ; margin-left:81px; position: fixed; background-color:{color:sidebar}; font-family: verdana; font-size:9px; width:341px; font-style: none; color: #c9c9c9;  border-radius:0px 0px 10px 10px;height:425px; line-height:130%; padding: 2px; text-align: center;  background-image:url('{image:fundinho}');border-left:2px dashed {color:sidebar};border-right:2px dashed {color:sidebar};border-bottom:6px double {color:sidebar};border-top:6px double {color:sidebar};box-shadow: 5px 5px 58px {color:entry};-webkit-transform: rotate(7deg); }
  437.  
  438.  
  439.  
  440.  
  441.  
  442.  
  443.  
  444. /*theme by umabonecaciumenta*/
  445.  
  446.  
  447.  
  448.  
  449. #thail1 {text-align: justify; margin-top:
  450. 197px; margin-left: 193px;  overflow: hidden; -webkit-border-radius: 0px 0px 0px 0px;  font-family: georgia; position: fixed; color:  {color:borda2}; 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; -webkit-transform: rotate(14deg); z-index: 800;}
  451. #thail1 {font-size: 33px; font-family:sofia ; letter-spacing: -1px; text-transform: none; line-height: 20px;}
  452.  
  453.  
  454. /*theme by umabonecaciumenta*/  
  455.  
  456.  
  457.  
  458. #thail2{text-align: justify; margin-top:
  459. 170px; margin-left: 246px;  overflow: hidden; -webkit-border-radius: 0px 0px 0px 0px;  font-family: georgia; position: fixed; color:  {color:borda2}; 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; -webkit-transform: rotate(38deg); z-index: 800;}
  460. #thail2 {font-size: 33px; font-family:sofia ; letter-spacing: -1px; text-transform: none; line-height: 20px;}
  461.  
  462.  
  463.  
  464.  
  465.  
  466.  
  467.  
  468.  
  469. #thail3{text-align: justify; margin-top:
  470. 234px; margin-left: 117px;  overflow: hidden; -webkit-border-radius: 0px 0px 0px 0px;  font-family: georgia; position: fixed; color:  {color:borda2}; 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; -webkit-transform: rotate(-20deg); z-index: 800;}
  471. #thail3 {font-size: 33px; font-family:sofia ; letter-spacing: -1px; text-transform: none; line-height: 20px;}
  472.  
  473.  
  474.  
  475.  #thai9 {text-align: center; overflow: hidden; height:22px; -webkit-border-radius: 0px 0px 0px 0px; font-size: 28px; font-family:  'Sacramento'; ; position: fixed; margin-left:17px; width: 92px; background-color:{color:sidebar}; color: #b5b5b5; padding: 5px; margin-top: -45px; background-attachment: fixed; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; ; letter-spacing: 0px; text-transform: none;line-height: 34px; z-index:9;border-bottom:6px double {color:borda2};}
  476.  #thai9 a {color:#b5b5b5;text-transform: none;font-size:20px;}
  477.  
  478.  
  479.  #thai9 a:hover {color:#b5b5b5;text-transform: none;font-size:10px;}
  480.  
  481. /*theme by umabonecaciumenta*/  
  482.  
  483.  
  484.  
  485. #thats1{width:548px; height: 24px; float: left; margin-left:92px; margin-top: 380px; padding: 0px; text-align:  center; position: fixed; z-index:800;}/*theme by umabonecaciumenta*/  
  486. #thats1 a {display: inline-block;float: left; margin-left: 1px; font-family: Rochester; font-size: 16px;letter-spacing:1px; text-align:  center; margin-top: 2px; height: 32px; width: 47px; color:{color:text}; line-height: 32px;  text-transform: none; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; font-style: normal; background-color:{color:bglinks}; }
  487.  
  488. #thats1  :hover{  background-color:{color:bglinkshover}; color:{color:borda1};  text-transform: none;font-family:Rochester;:{color:font}; }
  489.  
  490.  
  491.  
  492. #thats2{width:448px; height: 24px; float: left; margin-left:259px; margin-top: 339px; padding: 0px; text-align:  center; position: fixed; z-index:800;}/*theme by umabonecaciumenta*/  
  493. #thats2 a {display: inline-block;float: left; margin-left: 1px; font-family:  'muli'; border-radius:0px 0px 40px 40px;font-size: 11px;letter-spacing:1px; text-align:  center; margin-top: 2px; height: 26px; width: 55px; color:{color:text}; line-height: 30px;  text-transform:  none;; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; font-style: normal; background-color:{color:bglinks}; }
  494.  
  495. #thats2  :hover{  background-color:{color:bglinkshover}; color:{color:borda1};  text-transform: none;font-family:Rochester;text-shadow: -5px  -5px ;opacity: 0.9; color:{color:font}; -;}
  496.  
  497.  
  498.  #thait2 {
  499. background-color:#transp;
  500. padding: 0px;
  501. height:32px;
  502. line-height:32px;
  503. float:left;
  504.  text-align: right;
  505. position:fixed;
  506. margin-left:80px;
  507. margin-top: 30px;
  508. width:227px;
  509. font-family:  sacramento;
  510. font-size:32px;
  511. letter-spacing:60px;
  512. text-align: center;
  513. color: {color:text}; letter-spacing:-1px;
  514. z-index:5555555555555555; text-transform: none; }
  515.  
  516.  #thait2  a:hover{text-transform: none; background-image:url('') ; -webkit-transform: rotate(-0deg);}
  517.  
  518.  
  519.  
  520.  
  521.  
  522.  #thaidlc {text-align: center; width: 320px;padding: 5px; margin-top: 335px; margin-left: 85px; position:fixed; font-family: muli; font-size: 11px; background-color:#transp; color:  #8b8989; line-height:10px;;text-transform: none; height:12px; z-index:10;;}
  523.   /*theme by umabonecaciumenta*/  /*theme by umabonecaciumenta*/  
  524.  
  525.  
  526. #thaidlc :hover {box-shadow: inset 50px 0px {color:bglinkshover}; color: #fff }
  527.  
  528.  
  529. #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; }
  530.  
  531.  @font-face {font-family:basket; src: url('http://static.tumblr.com/ejm8w78/aollviadu/destrukt.ttf');}
  532.  
  533.  
  534.  
  535.  
  536.  
  537.  
  538.  
  539.  
  540.  
  541.  
  542.  
  543.  
  544.  
  545.  
  546. #ubcthai  {color:{color:borda2};font-family:Ruge Boogie;;
  547. z-index:8; font-size:65px;  height: 1px; width: 244px;position: fixed;  margin-top: 365px ; margin-left: 80px;-webkit-transform: rotate(20deg); -moz-transform: rotate(20deg);-webkit-transform: rotate(20deg);}
  548.  
  549.  
  550.  
  551.  
  552.  
  553.  
  554.  
  555.  
  556.  ::-moz-selection {
  557.   color: #fff;
  558.   background: {color:Borda2};
  559. }
  560.   ::selection {
  561.  color: #fff;
  562.           background: {color:Borda2};
  563. }
  564.  
  565.  
  566.  
  567.  
  568.  
  569. </style><script type="text/javascript">
  570. var rev = "fwd";function titlebar(val)
  571. {var msg = "{title}";
  572. var res = " ";
  573. var speed = 120;var pos = val;msg = "{title}";var le = msg.length;if(rev == "fwd"){if(pos < le){pos = pos+1;scroll = msg.substr(0,pos);document.title = scroll;timer = window.setTimeout("titlebar("+pos+")",speed);}
  574. else{rev = "bwd";
  575. timer = window.setTimeout("titlebar("+pos+")",speed);}}
  576. else{
  577. if(pos > 0){
  578. pos = pos-1;var ale = le-pos;scrol = msg.substr(ale,le);document.title = scrol;timer = window.setTimeout("titlebar("+pos+")",speed);}
  579. else{rev = "fwd";timer = window.setTimeout("titlebar("+pos+")",speed);}}}
  580. titlebar(0);
  581. </script>
  582.  
  583.  
  584. <body>
  585.  
  586.  
  587.  
  588.  
  589.  
  590.  
  591.   </div>
  592.  
  593.  
  594. </div class>
  595.  </div>
  596.  
  597.   </div>
  598.  
  599.  
  600.  
  601.  
  602.  
  603.  
  604.  
  605. </div>
  606.  
  607. </div>
  608.  
  609. </div>
  610. </div>
  611.  
  612.  
  613. <div id="thaidlc">{description} </div>
  614.  
  615.  
  616.  
  617. <div class="thaimg" class="hover">
  618. <img class="bottom shadow" src="{image:sidebar}"style="-webkit-filter: grayscale(100%);" >
  619. <img class="top shadow" src="{image:sidebar}" /></div>
  620. </div>
  621. </div></div>
  622. </div>
  623.  
  624.  
  625.  
  626. <div id="thail1"><div id="thail1"></a></div></div></div></div></div>
  627. <div id="thail2"><div id="thail2"></a></div></div></div></div></div>
  628.  
  629.  <div id="thail3"><div id="thail3"></a></div></div></div></div></div>
  630.  
  631.  
  632.   </div>
  633.  
  634.  <div id="thai9" title="Créditos: Umabonecaciumenta (c)  NÃO COPIE!"> <a href="http://umabonecaciumenta.tumblr.com/"> Boneca <font color="#fe80c0">©</font></a> </div>
  635.      
  636.  
  637. </div>
  638. </div>
  639.  
  640.   <div id="ubcthai"> "</div>
  641. </div class>
  642.  </div>
  643.  
  644.  
  645.  
  646.  
  647. </div></div></div></div></div></div>
  648.  
  649.  <div id="thai1"></div>
  650.  <div id="thailinda"></div>
  651.  
  652. <div id="thats1">
  653.  
  654.  
  655. <a href="{text:link1}">{text:link1 title}</a>
  656. <a href="{text:link2}">{text:link2 title}</a>
  657. <a href="{text:link3}">{text:link3 title}</a>
  658. <a href="{text:link4}">{text:link4 title}</a>
  659. <a href="{text:link5}">{text:link5 title}</a>
  660. <a href="{text:link6}">{text:link6 title}</a>
  661.  
  662. </div></div>
  663.  
  664.  
  665.  
  666. <div id="thait2">{text:titulo} </div>
  667.  
  668.  
  669. <div id="pagina"><div id="paginacaoml"> {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"alt="" title="previous page baby">-</a>{/block:PreviousPage}{/block:Pagination}
  670.  
  671. {block:JumpPagination length="0"} {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage} {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}{block:Pagination}{block:NextPage}<a href="{NextPage}"alt="" title="next page baby">+</a>{/block:NextPage}{/block:Pagination}</div></div>
  672.  
  673.  
  674. </div></div>
  675. </div></div>
  676. <div id="allboxes">
  677.  
  678. {block:Posts}
  679.  
  680. <div class="entry">
  681.  
  682.  
  683. {block:Text}
  684. {block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  685.  
  686. {block:Photo}
  687. {LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  688.  
  689. {block:Photoset}
  690. {Photoset-250}{/block:Photoset}
  691.  
  692. {block:Quote}
  693. <div id="quote">"</div><div class="xquote">{Quote}</div>
  694. {block:Source}<div class="xquotesource"> — {Source}</div>
  695. {/block:Source}
  696. {/block:Quote}
  697.  
  698.  
  699. {block:Link}
  700. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  701. {block:Description}{Description}{/block:Description}
  702. {/block:Link}
  703.  
  704.  {block:Chat}
  705. <div class="chat">
  706. <div class="chat1">
  707. {block:Lines}
  708. <div class="chat2 {Alt}">
  709. {block:Label}
  710. <span>{Label}</span>
  711. {/block:Label}
  712. {Line}</div>
  713. {/block:Lines}
  714. </div>
  715. </div>
  716. {/block:Chat}
  717. {block:Audio}
  718. <div class="player">{AudioPlayerBlack}</div>
  719. {block:Caption}{Caption}{/block:Caption}
  720. {/block:Audio}
  721.  
  722. {block:Video}
  723. {Video-500}{/block:Video}
  724.  
  725. {block:Answer}
  726. <table width="{block:IfOneColumns}450px{/block:IfOneColumns}250px" cellspacing="0" cellpadding="0">
  727. <tr>
  728. <td width="{block:IfOneColumns}405px{/block:IfOneColumns}205px" class="question">{Question}</td>
  729. <td width="30px"><span class="questionarrow"></span></td>
  730. <td width="64px" class="asking"><img src="{AskerPortraitURL-64}"><br>{Asker}</td>
  731. </tr>
  732. </table>
  733. <div class="answer">{Answer}</div>
  734. {/block:answer}
  735. <div id="cap">
  736. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  737. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  738. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  739.  
  740.  
  741. <div id="ssource">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  742. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  743. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  744. {/block:ContentSource}</div></div> <div id="perma">
  745. {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 <font color='#ffb3da'></font>  </a> {block:RebloggedFrom}(<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}{block:RebloggedFrom}/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>)
  746. {/block:RebloggedFrom}
  747. <br>{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  748. </div></div>
  749.  
  750.  {/block:Posts}
  751. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  752.  </div>
  753. </div>
  754. </div>
  755. </div>
  756.  </div>
  757. </div>
  758. </div>
  759. </div>
  760. </div>
  761. </div>
  762. </div>
  763. </div>
  764.  
  765. <!-- 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 -->
  766. <div style="font-size: 10px; font-family:calibri;position:fixed;bottom:5px;right:5px; color:{color:text}">
  767. <a href="http://umabonecaciumenta.tumblr.com" title="Créditos:  UMABONECACIUMENTA © | NAO COPIE! (c)  " ><big>THEME ©</big></a></div>
  768.  
  769. </body>
Advertisement
Add Comment
Please, Sign In to add comment