ubc-themes

theme 79

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