C0leciona-dora

Theme 4

Sep 30th, 2013
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.62 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  2. <!--------------
  3.  
  4. BASE POR DECREPITAR
  5.  
  6.  
  7. THEME PERSONALIZADO POR VETERAN-A.
  8.  
  9.  
  10.  
  11.  
  12. ----------------------------------------------------------------------
  13. * NÃO RETIRE OS CREDITOS ;
  14. * NÃO PLAGIE , ART. LEI 184
  15. * PENSE BEM ANTES DE FAZER BESTEIRA
  16. ----------------------------------------------------------------------
  17. ---------------->
  18.  
  19. <html>
  20. <head>
  21. <script>
  22.  
  23.  
  24.  
  25. $(document).ready(function() {
  26.  
  27. //
  28.  
  29.  
  30.  
  31. //When you click on a link with class of poplight and the href starts with a #
  32.  
  33. $('a.poplight[href^=#]').click(function() {
  34.  
  35. var popID = $(this).attr('rel'); //Get Popup Name
  36.  
  37. var popURL = $(this).attr('href'); //Get Popup href to define size
  38.  
  39.  
  40.  
  41. //Pull Query & Variables from href URL
  42.  
  43. var query= popURL.split('?');
  44.  
  45. var dim= query[1].split('&');
  46.  
  47. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  48.  
  49.  
  50.  
  51. //Fade in the Popup and add close button
  52.  
  53. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://static.tumblr.com/iddq6cw/Atplvofrt/tooltip-closebutton.png" class="btn_close" title="Feche Rapido Cuidado Com o Auau " alt="Close" /></a>');
  54.  
  55.  
  56. //Define margin for center alignment (vertical horizontal) - we add 80px to the height/width to accomodate for the padding and border width defined in the css
  57.  
  58. var popMargTop = ($('#' + popID).height() + 80) / 2;
  59.  
  60. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  61.  
  62.  
  63.  
  64. //Apply Margin to Popup
  65.  
  66. $('#' + popID).css({
  67.  
  68. 'margin-top' : -popMargTop,
  69.  
  70. 'margin-left' : -popMargLeft
  71.  
  72. });
  73.  
  74.  
  75.  
  76. //Fade in Background
  77.  
  78. $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
  79.  
  80. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'}) is used to fix the IE Bug on fading transparencies
  81.  
  82.  
  83.  
  84. return false;
  85.  
  86. });
  87.  
  88.  
  89.  
  90. //Close Popups and Fade Layer
  91.  
  92. $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
  93.  
  94. $('#fade , .popup_block').fadeOut(function() {
  95.  
  96. $('#fade, a.close').remove(); //fade them both out
  97.  
  98. });
  99.  
  100. return false;
  101.  
  102. });
  103.  
  104.  
  105.  
  106.  
  107.  
  108. });
  109.  
  110. </script>
  111. <BASE HREF="HTTP://" TARGET="_BLANK">
  112.  
  113. <script type="text/javascript">
  114. var rev = "fwd";function titlebar(val)
  115. {var msg = "C0leciona-dora";
  116. var res = " ";
  117. var speed = 120;var pos = val;msg = "C0leciona-dora";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);}
  118. else{rev = "bwd";
  119. timer = window.setTimeout("titlebar("+pos+")",speed);}}
  120. else{
  121. if(pos > 0){
  122. pos = pos-1;var ale = le-pos;scrol = msg.substr(ale,le);document.title = scrol;timer = window.setTimeout("titlebar("+pos+")",speed);}
  123. else{rev = "fwd";timer = window.setTimeout("titlebar("+pos+")",speed);}}}
  124. titlebar(0);
  125. </script>
  126.  
  127. <link href='http://fonts.googleapis.com/css?family=Miss+Fajardose' rel='stylesheet'type='text/css'>
  128.  
  129.  
  130. <!----CABEÇALHO---->
  131. <title>{Title}</title>
  132. <link rel="shortcut icon" href="{Favicon}">
  133. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  134. {block:Description}
  135. <meta name="description" content="{MetaDescription}" />
  136.  
  137. {/block:Description}
  138.  
  139.  
  140. <!-- METASS NÃO MEXA AQUII , VAI BUGAR TUDINHO .--->
  141. <meta name="if:Tree columns" content="0">
  142. <meta name="image:background" content="" />
  143. <meta name="color:background" content="#ffffff" />
  144. <meta name="color:text" content="#a1a1a1" />
  145. <meta name="color:link" content="#a1a1a1" />
  146. <meta name="color:scrollbar" content="#a1a1a1">
  147.  
  148.  
  149. {/block:Description}
  150. <script type="text/javascript"
  151. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  152.  
  153.  
  154.  
  155.  
  156. <style>
  157. .my-like {
  158. background-image: url(http://static.tumblr.com/b8yqvki/yxFmajxa5/amandarickathemeunliked.png) !important;
  159. height:20px;
  160. width:21px;
  161. cursor:pointer;
  162. display:inline-block;
  163. vertical-align:top;
  164. }
  165. .my-liked, .my-like:hover {
  166. background-image: url(http://static.tumblr.com/b8yqvki/CCTmajxau/amandarickathemeliked.png) !important;
  167. height:20px;
  168. width:21px;
  169. cursor:pointer;
  170. display:inline-block;
  171. vertical-align:top;
  172. }
  173. </style>
  174. <script>
  175. window.onload = function () {
  176. document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="my-like-frame" style="display:none;"></iframe>' );
  177. document.addEventListener( 'click', function ( event ) {
  178. var myLike = event.target;
  179. if( myLike.className.indexOf( 'my-like' ) > -1 ) {
  180. var frame = document.getElementById( 'my-like-frame' ),
  181. liked = ( myLike.className == 'my-liked' ),
  182. command = liked ? 'unlike' : 'like',
  183. reblog = myLike.getAttribute( 'data-reblog' ),
  184. id = myLike.getAttribute( 'data-id' ),
  185. oauth = reblog.slice( -8 );
  186. frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id;
  187. liked ? myLike.className = 'my-like' : myLike.className = 'my-liked';
  188. };
  189. }, false );
  190. };
  191.  
  192. <script>
  193.  
  194.  
  195. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script><script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script><a href="javascript:;" id="scrollToTop"><img src="http://media.tumblr.com/488c1ce06d21142ef48095396f6c0161/tumblr_inline_mrqtwoZAfE1qz4rgp.png" border="0"></a>
  196. <!-----FONTES------>
  197. <link href='http://fonts.googleapis.com/css?family=Happy+Monkey' rel='stylesheet' type='text/css'>
  198. <link href='http://fonts.googleapis.com/css?family=ABeeZee|Kameron|Muli|Almendra' rel='stylesheet' type='text/css'>
  199. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Dosis|Inconsolata' rel='stylesheet' type='text/css'>
  200. <link href='http://fonts.googleapis.com/css?family=Codystar' rel='stylesheet' type='text/css'>
  201. <link href='http://fonts.googleapis.com/css?family=Grand+Hotel' rel='stylesheet' type='text/css'>
  202. <link href='http://fonts.googleapis.com/css?family=Share+Tech+Mono' rel='stylesheet' type='text/css'>
  203. <link href='http://fonts.googleapis.com/css?family=Princess+Sofia|Crafty+Girls|Stalemate|Allura|Sevillana|Great+Vibes|Mouse+Memoirs|Merienda' rel='stylesheet' type='text/css'>
  204. </script>
  205. <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'>
  206.  
  207. <link href='http://fonts.googleapis.com/css?family=Playball' rel='stylesheet' type='text/css'>
  208.  
  209.  
  210. {block:IndexPage}
  211.  
  212. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  213.  
  214. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  215.  
  216. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  217.  
  218. <script type="text/javascript">
  219. $(window).load(function(){
  220. var $wall = $('#enter');
  221. $wall.imagesLoaded(function(){
  222. $wall.masonry({
  223. itemSelector: '.posts',
  224. isAnimated : true
  225. });
  226. });
  227. $wall.infinitescroll({
  228. navSelector : "div#navigation",
  229. nextSelector : "div#navigation a#nextPage",
  230. itemSelector : '.posts',
  231. loadingImg : "http://static.tumblr.com/gdekeu9/M6Wmrjlhk/iiiiiiii.png",
  232. loadingText : "",
  233. donetext : " ",
  234. extraScrollPx : 1000,
  235. bufferPx : 10100,
  236. debug : false,
  237. errorCallback: function() {
  238. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  239. }},
  240. function( newElements ) {
  241. var $newElems = $( newElements );
  242. $newElems.hide();
  243. $newElems.imagesLoaded(function(){
  244. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 25, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  245. });
  246. }); $('#enter').show(500);
  247. });
  248. </script>
  249.  
  250.  
  251. {/block:IndexPage}
  252.  
  253.  
  254. <style type="text/css">
  255. /******* BASE POR DECREPITAR ********/
  256. #scrollToTop:link,#scrollToTop:visited { color: transparent; background-color: transparent; display: none; position: fixed; bottom: 15px; left: 1050px;}
  257. /******* BASE POR DECREPITAR ********/
  258. body {background-color: {color:background}; font-family: 'loved by the king', arial; color: {color:text}; text-align: center; font-size: 11px; background-image:url('{image:background}'); background-attachment: fixed; }
  259.  
  260. a {color: {color:link}; text-decoration: none; text-transform: none;}
  261. a:hover {color: {color:link}; background-color: transparent; text-decoration: none;}
  262.  
  263. p {margin: 6px 0 0 0}
  264. /******* BASE POR DECREPITAR ********/
  265. blockquote {margin: 5px 5px 5px 5px; border-left: 6px solid {color:background}; padding-left: 5px; }
  266. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:background};}
  267. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  268. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  269.  
  270. blockquote img{max-width: 240px!important}
  271. blockquote blockquote img{max-width: 230px!important}
  272. blockquote blockquote blockquote img{max-width: 220px!important}
  273. blockquote blockquote blockquote blockquote img{max-width: 210px!important}
  274.  
  275. /******* BASE POR DECREPITAR ********/
  276. #container {text-align: center; width: 935px; margin: 0px auto 0px auto; padding: 0px; z-index: 1}
  277.  
  278. #enter {float: center; margin-left: 350px; margin-top:0px; width: 550px;{block:IfTreeColumns}width:900px;{/block:IfTreeColumns}}
  279.  
  280. .posts {width: 250px; background-color: {color:posts}; padding: 2px; padding: 5px; float: left; margin: 2px 0 0 2px;opacity:2; text-align: justify; font-family: 'cambria'; font-size: 13px; position: relative; ;border:1px solid #eee;}
  281. .posts:hover .nn {opacity: 1;width:100%;left:35%;}
  282.  
  283. /******* BASE POR DECREPITAR ********/
  284.  
  285. h1 {font-family: 'cambria', cursive; text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  286. h1 a {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  287. h1 a:hover {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  288.  
  289.  
  290. /******* BASE POR DECREPITAR ********/
  291.  
  292. .image {text-align: center; border: 0px}
  293. .image img { max-width: 250px; margin-bottom: 2px; -webkit-transition: all 0.6s ease-out;;-webkit-filter: grayscale(80%); }
  294. .image img:hover { -webkit-transition: all 0.6s ease-out;;-webkit-filter: grayscale(0%);}
  295.  
  296. /******* BASE POR DECREPITAR ********/
  297.  
  298. .quote:first-letter{font-family: 'annie use your telescope'; font-size: 18px; font-weight: bold;}
  299. .quote {margin: 0; padding: 7px; font: normal 12px 'cambria' ; text-align: justify;;}
  300. .quotesource {text-align: center; text-transform: none; margin-bottom: 2px;
  301. border-top:1px solid #eee ;top:1px;}
  302. .quotesource a, a:hover{text-transform: none;}
  303.  
  304. /******* BASE POR DECREPITAR ********/
  305.  
  306. .chat {line-height: 14px; list-style: none; }
  307. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  308. .person1 {color: {color:text}; padding: 2px; }
  309. .person1 .label {font-weight: bold; color:{color:text}}
  310. .person2 {color: {color:text}; padding: 2px; }
  311. .person2 .label {font-weight: bold; color:{color:text}}
  312.  
  313. .player {background-color: #000; text-align: left; display:block;}
  314.  
  315. /** estilo de ask #04 - bombasticdesign.tumblr.com **/
  316. .askfoto{border-radius: 50px;border:2px solid #FFF;margin-left:10px;margin-top:-10px;}
  317. .perguntou{background:#eee;padding:4px;color:#a1a1a1}
  318. .perguntou a {color:#a1a1a1; font-family:'cambria'}
  319. .perguntou:hover a {color:#a1a1a1;font-family:'cambria'}
  320. .resposta{background-color:#FFF;padding:7px;font-family:'cambria', sans-serif; font-size: 9pt;color:#aaa;text-align: left;border-radius:0px 0px 5px 5px}
  321. .pergunta{ margin-left: 50px;
  322. font-family: 'cambria', sans-serif;}
  323. .perguntas{background-color:#FFF;padding:7px;font-family:'cambria', sans-serif; font-size: 9pt;color:#aaa;text-align: left;border-radius:5px 5px 0px 0px;}
  324.  
  325. /** fim do código **/
  326. /******* BASE POR DECREPITAR ********/
  327. .nn {opacity:0;width:100%;
  328. position: absolute;
  329. text-align: left;
  330. height:10%;line-height:10%;
  331. text-transform:uppercase;
  332. top:40%;
  333. left:25%;
  334. -webkit-transition-duration: 0.9s;-webkit-transition: opacity 0.5s linear; opacity: 0.0;z-index:9;
  335.  
  336. -webkit-transition: all 0.5s linear;
  337.  
  338. -moz-transition: all 0.5s linear;
  339.  
  340. transition: all 0.5s linear;font-size:9px;color:#;text-transform:none;font-family:muli;
  341. }
  342. /******* BASE POR DECREPITAR ********/
  343. .notess {position: absolute; background: url("http://static.tumblr.com/uiqhh9x/X6Ym17xp2/middle.png");height: 20px;font-size: 11px;line-height: 20px;color: #fff;position: absolute; margin-left: 20px;padding-left: 4px;padding-right: 4px;-moz-border-radius: 2px;border-radius: 2px; -webkit-transition-duration: 0s; opacity: 0;z-index:99;top: 0%;}
  344.  
  345. .notess a{color: #fff;font-weight: bold; font-family: Arial, Helvetica, sans-serif;}
  346. .posts:hover .notess {opacity: 1; margin-left:20%;}
  347.  
  348. .gradient{
  349.  
  350. -webkit-transition: all .6s ease-in-out;position:absolute;right:5px;text-align:center; opacity:0; background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000)) repeat-X;bottom:5px; width:96.5%;height:50px;
  351. }
  352.  
  353. .posts:hover .gradient{opacity:1;-webkit-transition: all .6s ease-in-out;
  354. }
  355. /******* BASE POR DECREPITAR ********/
  356.  
  357. #cred {top: 10px; left: 10px; position:fixed; width: auto; z-index:99999999999999999999999999999;}
  358.  
  359. #cred a{text-transform: none; display: block; font-family: 'arial'; background-color:#040404; color: #fff; width: 25px; text-align: center; font-size: 11px; height:25px;line-height:25px;text-transform:uppercase; -webkit-transition-duration: .66s;opacity:0.75;border-radius:50px;}
  360.  
  361.  
  362. /******* BASE POR DECREPITAR ********/
  363.  
  364.  
  365. #tumblr_controls{position: fixed!important;z-index:15; -webkit-filter:invert(100%);}
  366.  
  367. iframe#tumblr_controls { right:3px !important; position: fixed !important; -webkit-transition: opacity 0.5s linear; opacity: 0.6; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; transition: all 0.8s ease-out;-webkit-filter:invert(100%);}
  368. iframe#tumblr_controls:hover{ -webkit-transition: opacity 0.7s linear; opacity: 1; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; transition: all 0.4s ease-out; -webkit-filter:invert(100%);}
  369.  
  370.  
  371. /******* BASE POR DECREPITAR ********/
  372.  
  373. ::-webkit-scrollbar{width:7px;height:7px;}
  374. ::-webkit-scrollbar-button:start:decrement
  375. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  376. ::-webkit-scrollbar-track-piece{background-color: {color:post}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  377. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scrollbar};}
  378. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scrollbar};}
  379.  
  380. .creditoaokaique {opacity: 0; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; }
  381. .creditoaokaique:hover { -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  382. /******* BASE POR DECREPITAR ********/
  383. #info {text-align: left; margin-top:-30px;margin-left:410px; font-size: 10px; font-family: calibri; text-transform: uppercase; z-index: 11;}
  384. #info a {font-size: 10px; text-transform: uppercase;}
  385.  
  386. #tags {color: {color:text}; font-size: 10px; font-family: calibri; display: inline; list-style: none; text-transform: uppercase;;}
  387. #tags a {font-size: 10px; font-family: calibri; display: inline; list-style: none; text-transform: uppercase;;}
  388.  
  389. #cap {margin-top: -2px;}
  390. .source {display: none;}
  391.  
  392.  
  393.  
  394. /**MENU POR DECREPITAR NÃO RETIRE OS CREDITOS , POR QUE NÃO FOI VOCÊ QUE FEZ . BOM USO **/
  395. #sidebar {width: 250px ; height: 250px ; margin-top: 100px ; margin-left: 90px ; position: fixed ; background: #transp. ; }
  396. .imageside { margin-bottom:2px;margin-top:0px; }
  397. .imageside img {width:215px; height:240px;align:center;-webkit-transition: all 1.0s ease-out; -moz-transition: all 2.5s ease-out;border: 3px solid #eee;}
  398. .imageside img:hover {-webkit-transition: all 1.0s ease-out; -moz-transition: all 2.5s ease-out;}
  399. #deslizar{margin-top: -247px; margin-left: 0px;-webkit-transform:rotate(0deg)}
  400. #deslizar img {width:215px; height:240px;-webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out;}
  401. #deslizar img:hover {opacity:0; -webkit-transform:rotate(-15deg);}
  402.  
  403. /*** MENU IMAGEM APARECE POR KADU NOT COPY BITCH ***/
  404. .kadu {width: 0px; height: 0px; float: left; margin-left:40px; margin-top:130px; block; text-align: left; position: fixed;-webkit-transform: rotate( 0deg );}
  405. .kadu a {padding-bottom: 15px;-webkit-border-radius: 5px;-moz-border-radius: 5px; border-radius: 3px;width:50px;background-color:transparent;background-repeat:no-repeat;text-shadow: 3px 2px 9px #000;display: inline-block;float: left; font-family:Georgia; font-size:10px;height: 15px;width:80px;line-height:20px; color: transparent; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; font-style: normal; letter-spacing:0px;overflow: hidden;background-color:Transparent;margin-bottom:1px;-webkit-transform: rotate(0deg );margin:2px; -webkit-transition:All 1s ease;
  406. -moz-transition:All 1s ease;
  407. -o-transition:All 1s ease; -webkit-transition: all 0.7s ease-out; background: transparent; text-shadow: -10px 00px 0px transparent; text-transform:uppercase;text-indent:10px; Opacity: 0.6;}
  408. .kadu a:hover{-webkit-transition:All 1s ease;
  409. -moz-transition:All 1s ease;
  410. -o-transition:All 1s ease;color: transparent; text-shadow: 3px 0px 0px #000; -webkit-transition: all 0.6s ease-out;text-transform:Normal;letter-spacing:0px;Opacity: 1;}
  411. /*** MENU IMAGEM APARECE POR KADU NOT COPY BITCH ***/
  412.  
  413.  
  414. /******* NOTES POR DECREPITAR POR DECREPITAR ********/
  415. .notequel {opacity:0;width:100%;
  416. position: absolute;
  417. text-align: left;
  418. height:10%;line-height:10%;
  419.  
  420. bottom:30%;
  421. left:25%;
  422. -webkit-transition-duration: 0.9s;-webkit-transition: opacity 0.5s linear; opacity: 0.0;z-index:9;
  423.  
  424. -webkit-transition: all 0.5s linear;
  425.  
  426. -moz-transition: all 0.5s linear;
  427.  
  428. transition: all 0.5s linear;
  429. }
  430. .notequel a{font-family:arial;color:#FFF;text-transform:uppercase;font-size:10px}
  431. @font-face {font-family: 'dynalight'; src: url('http://static.tumblr.com/9sp7fpn/8BHmphk4n/dynalight-regular.otf');}
  432. #parceria-raquel {background-color:#000 /*cor do fundo*/;
  433. position: fixed;
  434. width:200px;
  435. height:200px;
  436. margin-left:-213px;
  437. margin-top:200px; /**ALTURA QUE VOCÊ QUER DEFINA AQUI*/
  438. z-index:100;
  439. border:2px solid; font-family:'dynalight', cursive;
  440. font-size:35px;
  441. color:#838282; /*cor da letra*/
  442. opacity :0.75 ;}
  443. #parceria-raquel:hover{position:fixed;
  444. left:203px;
  445. -moz-transition:all 2.0s;
  446. -o-transition:all 2.0s;
  447. -webkit-transition:all 2.0s;}
  448. #quel{position:fixed;
  449. margin-left:202px;
  450. color:#696969;width:22px;
  451. font-family:VERDANA; font-size:16px; line-height:20px;height:auto;
  452. margin-top:-190px;background:#000;border:2px solid;border-left:0px solid;}
  453. @-webkit-keyframes popup {
  454. 0% {-webkit-transform: rotate(10deg) rotateX(0deg) rotateY(0deg) ; Opacity:0}
  455. 100% {-webkit-transform: rotate(0deg) rotateX(0deg) rotateY(0deg); Opacity:1}
  456. }
  457.  
  458. </style>
  459. <body>
  460.  
  461. <div id="parceria-raquel"><center>
  462. Parceiros
  463. <br>
  464.  
  465. <a href="" title=" TITULO " target="_blank"><img height="40" src="http://uconnthings.tumblr.com/images/anonymous_avatar_128.gif" width="40"/></a>
  466.  
  467. <a href="URLDOTUMBLR" title=" TITULO " target="_blank"><img height="40" src="http://25.media.tumblr.com/avatar_40eecfc56108_64.png" width="40"/></a>
  468. <a href="URLDOTUMBLR" title=" TITULO " target="_blank"><img height="40" src="http://uconnthings.tumblr.com/images/anonymous_avatar_128.gif" width="40"/></a>
  469. <a href="URLDOTUMBLR" title=" TITULO " target="_blank"><img height="40" src="http://uconnthings.tumblr.com/images/anonymous_avatar_128.gif" width="40"/></a>
  470. <a href="URLDOTUMBLR" title=" TITULO " target="_blank"><img height="40" src="http://uconnthings.tumblr.com/images/anonymous_avatar_128.gif" width="40"/></a>
  471. <a href="URLDOTUMBLR" title=" TITULO " target="_blank"><img height="40" src="http://uconnthings.tumblr.com/images/anonymous_avatar_128.gif" width="40"/></a>
  472. <a href="URLDOTUMBLR" title=" TITULO " target="_blank"><img height="40" src="http://uconnthings.tumblr.com/images/anonymous_avatar_128.gif" width="40"/></a>
  473. <a href="URLDOTUMBLR" title=" TITULO " target="_blank"><img height="40" src="http://uconnthings.tumblr.com/images/anonymous_avatar_128.gif" width="40"/></a>
  474. <a href="URLDOTUMBLR" title=" TITULO " target="_blank"><img height="40" src="http://uconnthings.tumblr.com/images/anonymous_avatar_128.gif" width="40"/></a>
  475. <a href="URLDOTUMBLR" title=" TITULO " target="_blank"><img height="40" src="http://uconnthings.tumblr.com/images/anonymous_avatar_128.gif" width="40"/></a>
  476. <a href="URLDOTUMBLR" title=" TITULO " target="_blank"><img height="40" src="http://uconnthings.tumblr.com/images/anonymous_avatar_128.gif" width="40"/></a>
  477. <a href="URLDOTUMBLR" title=" TITULO " target="_blank"><img height="40" src="http://uconnthings.tumblr.com/images/anonymous_avatar_128.gif" width="40"/></a>
  478.  
  479.  
  480. <div id="quel">+</div>
  481. </div>
  482.  
  483.  
  484. <div class="kadu">
  485. <a href="URLAQUI"><img src="http://static.tumblr.com/jtmtbao/WIQmme3gd/home_icon_16.png" width="14"/>Home</a>
  486.  
  487.  
  488. <a href="URLAQUI"><img src="http://static.tumblr.com/jtmtbao/gF6mme4lh/spechbubble_icon_16.png" width="14"/>Ask</a>
  489.  
  490.  
  491. <a href="URLAQUI"><img src="http://static.tumblr.com/jtmtbao/0KMmme4r1/folder_open_icon_16.png" width="14"/>Faq</a>
  492.  
  493.  
  494. <a href="URLAQUI"><img src="http://static.tumblr.com/jtmtbao/qPmmme4u5/star_fav_icon_16.png" width="14"/>Links</a>
  495.  
  496.  
  497. <a href="URLAQUI"><img src="http://static.tumblr.com/jtmtbao/9vgmmchp3/delete_icon_16.png" width="14"/>Stuff</a>
  498.  
  499.  
  500. <a href="URLAQUI"><img src="http://static.tumblr.com/jtmtbao/qVumme4wg/link_icon_16.png" width="14"/>Duds</a>
  501.  
  502.  
  503. </div>
  504. <!----------------CODIGO 02 -------------->
  505.  
  506. <div id="sidebar">
  507. <div class="imageside">
  508. <img src="http://data3.whicdn.com/images/79434471/large.png"/><div id="deslizar"><img src="http://data3.whicdn.com/images/79434471/large.png"/></div></div>
  509. </div></div>
  510.  
  511.  
  512.  
  513. <!----------NÃO MEXA AQUI , OLHA A LEI EM , PENSE BEM ;) ------------>
  514. <div id="cred">
  515. <a href="http://VETERAN-A.tumblr.com" title=" VETERAN-A + BASE DECREPITAR " target="_blank" > VT</a>
  516. </div>
  517.  
  518. <!----------NÃO MEXA AQUI , OLHA A LEI EM , PENSE BEM ;) ------------>
  519.  
  520.  
  521. </div>
  522. </DIV>
  523.  
  524. </div>
  525. {block:IndexPage}
  526. <div class="column navigation" id="navigation">
  527. {block:Pagination}
  528. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  529. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  530. </div>
  531. {/block:IndexPage}
  532. </div></div></div></div>
  533.  
  534. <br></center></div></div></div></div></div></div>
  535.  
  536. <div id="enter">
  537.  
  538.  
  539. <div class="autopagerize_page_element">
  540. {block:Posts}
  541.  
  542. <div class="posts">
  543.  
  544. <div class="gradient"> <div class="notequel">
  545. {block:IndexPage}<a href="{ReblogUrl}" target="_blank">↻</a>{/block:IndexPage} |
  546. <a {block:NoteCount}{/block:NoteCount}</a>{NoteCount}</a> |
  547. <a href="{Permalink}"> ♥ </a>
  548.  
  549. </div></div>
  550.  
  551.  
  552.  
  553.  
  554. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}<i>{Body}</i>{/block:Text}
  555.  
  556. {block:Photo}
  557. <div class="image"><img src="{PhotoURL-250}"></div>{LinkCloseTag}{/block:Photo}
  558.  
  559. {block:Photoset}{Photoset-250}{/block:Photoset}
  560.  
  561.  
  562. {block:Quote}
  563. <div class="quote"><center><i>{Quote}</i></center></div>
  564. {block:Source}<div class="quotesource"> {Source}</div>
  565. {/block:Source}
  566. {/block:Quote}
  567.  
  568. {block:Link}
  569. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  570. {block:Description}{Description}{/block:Description}
  571. {/block:Link}
  572.  
  573. {block:Chat}
  574. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  575. <div class="chat"><ul>{block:Lines}
  576. <li class="person{UserNumber}">{block:Label}
  577. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  578. {/block:Chat}
  579.  
  580. {block:Audio}
  581. <div class="player">{AudioPlayerBlack}</div>
  582. {block:Caption}{Caption}{/block:Caption}
  583. {/block:Audio}
  584.  
  585. {block:Video}{Video-250}{/block:Video}
  586.  
  587.  
  588. {block:Answer}<div class="perguntas">{Question}</div><div class="perguntou"><img src="{AskerPortraitURL-30}" align="left" class="askfoto"><div class="pergunta">{Asker} perguntou:</div></div><div class="resposta">{Answer}</div>
  589. {/block:Answer}
  590.  
  591.  
  592. <div class="gradient">
  593.  
  594. <div class="nn">
  595. <a href="{ReblogURL}" target="_blank" title="reblog"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png"></a>
  596.  
  597. <div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like"></div>
  598.  
  599. <div class="notess"><a href="{Permalink}" target="_blank" title="Notes">{NoteCount}</a></div>
  600.  
  601. {block:RebloggedFrom} <a href="{ReblogParentURL}"><a href="{ReblogParentURL}"></a>{/block:RebloggedFrom}
  602.  
  603. {block:ContentSource} <a href="{SourceURL}"></a>{/block:ContentSource}
  604.  
  605.  
  606. </div></div>
  607. </div>
  608. {/block:Posts}</div>
  609.  
  610.  
  611. </div></div></div></div>
  612.  
  613. </div></div></div></div></div></div></div></div>
  614.  
  615. </div></div></div></div></div></div></div></div>
  616.  
  617. </div></div></div></div></div></div></div></div>
  618.  
  619. </div></div></div></div></div></div></div></div>
  620.  
  621. </div></div></div></div>
  622. </body>
  623. </html>
Advertisement
Add Comment
Please, Sign In to add comment