Advertisement
moremarijuana

green and blue

Mar 26th, 2013
364
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 37.81 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head profile="http://gmpg.org/xfn/11">
  4. <head>
  5. <link href='http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz' rel='stylesheet' type='text/css'>
  6. <title>{title}</title>
  7. <link rel="shortcut icon" href="http://lh6.ggpht.com/_FJH0hYZmVtc/St6dTXiK79I/AAAAAAAAD8w/YX2oZ1VbSpw/tumblr-s-webtreatsetc%5B3%5D.png">
  8.  
  9. <script type="text/javascript" src="http://static.tumblr.com/xrcfs5e/lJJm7j5cy/like2.js"></script>
  10. <iframe id="likeiframe" style="width: 1px; height: 1px;"></iframe>
  11.  
  12.  
  13.  
  14. <script type="text/javascript" src="http://static.tumblr.com/bp5eclb/7aXlvzh6m/jquery-1.2.6.min.js"></script>
  15. <script type='text/javascript'> $(document).ready(function(){  $("img.a").hover(  function() {  $(this).stop().animate({"opacity": "0"}, "slow");  },  function() {  $(this).stop().animate({"opacity": "1"}, "slow");  });  }); </script>
  16.  
  17.  
  18.  
  19.  
  20. <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
  21.  
  22. <script type="text/javascript" src="http://static.tumblr.com/ifqwhnb/GBsm20q7d/jquery.nivo.slider.pack.js"></script>
  23. <script type="text/javascript">
  24.  
  25.         var $nv4wp = jQuery.noConflict();
  26.  
  27.         $nv4wp(window).load(function() {
  28.  
  29.             $nv4wp('#slider').nivoSlider({
  30.  
  31.                 effect:'random',
  32.  
  33.                 slices:15, // For slice animations
  34.  
  35.                 boxCols: 4, // For box animations
  36.  
  37.                 boxRows: 2, // For box animations
  38.  
  39.                 animSpeed:500, // Slide transition speed
  40.  
  41.                 pauseTime:3000, // How long each slide will show
  42.  
  43.                 startSlide:0, // Set starting Slide (0 index)
  44.  
  45.                 directionNav:true, //Next & Prev
  46.  
  47.                 directionNavHide:true, //Only show on hover
  48.  
  49.                 controlNav:true, // 1,2,3... navigation
  50.  
  51.                 controlNavThumbs:false, // Use thumbnails for Control Nav
  52.  
  53.                 controlNavThumbsFromRel:false, // Use image rel for thumbs
  54.  
  55.                 controlNavThumbsSearch: '.jpg', // Replace this with...
  56.  
  57.                 controlNavThumbsReplace: '_thumb.jpg', // ...this in thumb Image src
  58.  
  59.                 keyboardNav:true, //Use left & right arrows
  60.  
  61.                 pauseOnHover:true, //Stop animation while hovering
  62.  
  63.                 manualAdvance:false, //Force manual transitions
  64.  
  65.                 captionOpacity:0.8, //Universal caption opacity
  66.  
  67.                 prevText: 'Prev', // Prev directionNav text
  68.  
  69.                 nextText: 'Next', // Next directionNav text
  70.  
  71.                 beforeChange: function(){}, // Triggers before a slide transition
  72.  
  73.                 afterChange: function(){}, // Triggers after a slide transition
  74.  
  75.                 slideshowEnd: function(){}, // Triggers after all slides have been shown
  76.  
  77.                 lastSlide: function(){}, // Triggers when last slide is shown
  78.  
  79.                 afterLoad: function(){} // Triggers when slider has loaded
  80.  
  81.             });
  82.  
  83.         });
  84.  
  85.         </script>
  86.  
  87.  
  88. <script src="http://static.tumblr.com/u6pbfuu/Gidm3rsa5/jquery-1.3.1.min.js"></script>
  89.  
  90. <script>
  91.  
  92.  
  93.  
  94. $(document).ready(function() {
  95.  
  96.  
  97.  
  98.     //move the image in pixel
  99.  
  100.     var move = -15;
  101.  
  102.    
  103.  
  104.     //zoom percentage, 1.2 =120%
  105.  
  106.     var zoom = 1.2;
  107.  
  108.  
  109.  
  110.     //On mouse over those thumbnail
  111.  
  112.     $('.zitem').hover(function() {
  113.  
  114.        
  115.  
  116.         //Set the width and height according to the zoom percentage
  117.  
  118.         width = $('.zitem').width() * zoom;
  119.  
  120.         height = $('.zitem').height() * zoom;
  121.  
  122.        
  123.  
  124.         //Move and zoom the image
  125.  
  126.         $(this).find('img').stop(false,true).animate({'width':width, 'height':height, 'top':move, 'left':move}, {duration:200});
  127.  
  128.        
  129.  
  130.         //Display the caption
  131.  
  132.         $(this).find('div.caption').stop(false,true).fadeIn(200);
  133.  
  134.     },
  135.  
  136.     function() {
  137.  
  138.         //Reset the image
  139.  
  140.         $(this).find('img').stop(false,true).animate({'width':$('.zitem').width(), 'height':$('.zitem').height(), 'top':'0', 'left':'0'}, {duration:100}); 
  141.  
  142.  
  143.  
  144.         //Hide the caption
  145.  
  146.         $(this).find('div.caption').stop(false,true).fadeOut(200);
  147.  
  148.     });
  149.  
  150.  
  151.  
  152. });
  153.  
  154.  
  155.  
  156. </script>
  157.  
  158.  
  159. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  160.  
  161. </head>
  162.  
  163.  
  164. <style type="text/css" media="screen">
  165.  
  166.  
  167.  
  168.  
  169. /* --- Menu Blur está fora do lugar aqui mais fora do customize está certinho  ------- */
  170.  
  171. #blurmenu {padding: 0px; position: relative;}
  172. #blurmenu li {font-size: 23px; display: inline-block;}
  173. #blurmenu li a {font-family: 'Yanone Kaffeesatz', georgia; border: 1px solid #b8afab;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px; white-space: nowrap; color: transparent; background: #7890ace; padding: 1px; width: 80px; display: inline-block; text-transform: uppercase; text-align: center; text-shadow: 0px 0px 2px #81b6d1; letter-spacing: 1px; -webkit-transition: all 0.6s linear; -moz-transition: all 0.6s linear;-o-transition: all 0.6s linear; -ms-transition: all 0.6s linear; transition: all 0.6s linear;}
  174. #blurmenu:hover li a {text-shadow: 0px 0px 12px #4693bb;}
  175. #blurmenu li a:hover {text-shadow: 0px 0px 1px #dce99d;}
  176.  
  177.  
  178. /* --- CORPO  ------- */
  179. body {text-align: justify; color: #999999;  font: 11px tahoma;   background: #edebe7 URL('http://static.tumblr.com/xrcfs5e/Pwum7ofyq/bg.png') fixed;}
  180.  
  181. /* --- LINKS E SELEÇÃO  ------- */
  182. ::-moz-selection { color: #fff; background: #8ca1cb; text-shadow: 0 1px 1px #FFF; }
  183. ::selection { color:#fff; background: #8ca1cb;  }
  184. a {color: #696969; text-decoration: none; }
  185. a:hover {color: #EEC591; }
  186.  
  187. /* --- BLOCKQUOTE  ------- */
  188. blockquote { margin-bottom: 5px; padding: 3px 3px 3px 3px; background: #fff; margin-top: 5px; margin-left: 2px; margin-right: 2px; font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif; border-left: 5px solid  #FFD39B;
  189. text-shadow: -1px -1px 0px #;
  190. font-size: 8pt; color: #363636; }
  191. ful { list-style: none; }
  192. ol { list-style-position: inside; }
  193. * { margin: 0; padding: 0; outline: none; }
  194.  
  195.  
  196.  
  197.  
  198.  
  199. blockquote2
  200.  
  201.     {padding: 10px 5px 5px 50px;
  202.  
  203.     margin: 4px 0 0 12px;
  204.  
  205.     line-height: 25px;
  206.  
  207.     font: normal 21px 'Yanone Kaffeesatz', arial, serif;
  208.  
  209.     background:
  210.  
  211.     url('http://static.tumblr.com/ojgbxd6/S3Rm7zdre/fx.png') no-repeat;
  212.  
  213.     color: #6C7B8B;}
  214.  
  215.  
  216. /* --- LAYOUT  ------- */
  217. #content {position: relative; width: 820px; background: url('http://static.tumblr.com/ojgbxd6/aaUm7wf3v/content.png'); background-repeat: repeat-y; margin-left: auto;margin-right: auto; margin-top: 0px; }
  218. #header {background: url('http://static.tumblr.com/ojgbxd6/HfYm7xh91/22.png'); background-repeat: repeat-x; width: 820px; height: 300px; margin-left: auto 0px;}
  219. #footer {background: url('http://static.tumblr.com/ojgbxd6/APPm7wf4s/01.png'); background-repeat: no-repeat; background-position: bottom; width: 823px; height: 65px; clear: both;  margin-left: -312px;} .  
  220. #menu {background: url(''); background-repeat:  repeat-x;  width:800px;  height: 60px; margin-left:  100px; margin-top: -300px;}
  221.  
  222. /* --- POSTAGEM  ------- */
  223. #main {background:; width: 520px; float: rleft; position: relative; margin-left: 310px; margin-top: 15px;}
  224.  
  225.  
  226.  
  227. .cac {background-color: #fff; margin: 0px 10px 5px;   padding: 10px; font-family: tahoma;  -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px; -WEBKIT-BOX-SHADOW: 0 8PX 6PX -6PX BLACK;
  228.  -MOZ-BOX-SHADOW: 0 8PX 6PX -6PX BLACK; BOX-SHADOW: 0 8PX 6PX -6PX BLACK;  overflow: hidden;}
  229.  
  230.  .cac2 {background-color: #fff; margin: 0px 10px 5px;   padding: 10px; font-family: tahoma;  -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px; -WEBKIT-BOX-SHADOW: 0 8PX 6PX -6PX BLACK;
  231.  -MOZ-BOX-SHADOW: 0 8PX 6PX -6PX BLACK; BOX-SHADOW: 0 8PX 6PX -6PX BLACK;  }
  232.  
  233.  
  234.  
  235. #sidebar { width: 270px; float: left; margin-top: 0px; position: relative;  margin-top: 5px; margin-left: 15px;}
  236. .side {padding: 3px; text-align: justify; color: #; margin-top: -10px;  line-height: 13px; }
  237.  
  238. .sidetop {margin-top: 20px; margin-bottom: 6px; margin-left: -21px;}
  239.  
  240.  
  241. #wrap {width: 150px; height: 0px;}
  242. #wrap img {cursor:pointer; margin-left: 2px; background: ; padding: 3px;}
  243. div.imagePlace {margin: auto;}
  244. img.a {position: absolute;z-index: 10;opacity:7.0;}
  245. img.b {opacity:1.0;}
  246.  
  247.  
  248. #mod1
  249. {position: absolute;
  250. top: 30px;
  251. left: 290px;
  252. width: numeropx;
  253. height: numeropx;}
  254.  
  255. #mod2
  256. {position: absolute;
  257. top: 10px;
  258. left: 365px;
  259. width: numeropx;
  260. height: numeropx;}
  261.  
  262. #mod3
  263. {position: absolute;
  264. top: 30px;
  265. left: 445px;
  266. width: numeropx;
  267. height: numeropx;}
  268.  
  269.  
  270.  
  271. #mod4
  272. {position: absolute;
  273. top: 10px;
  274. left: 520px;
  275. width: numeropx;
  276. height: numeropx;}
  277.  
  278. #mod5
  279. {position: absolute;
  280. top: 30px;
  281. left: 600px;
  282. width: numeropx;
  283. height: numeropx;}
  284.  
  285.  
  286.  
  287. .textodesc {width: 225px; height: 110px; position: absolute; top: 75px; left: 15px; padding: 10px; font-family: Arial; font-size: 12px; text-shadow: 1px 1px 1px #fff;}
  288.  
  289.  
  290.  
  291.  
  292.  
  293. .faixa2 {margin-top: -07px;  margin-left: 30px;}
  294. .faixa3 {margin-top: -07px;  margin-left: -40px;}
  295.  
  296.  
  297. /* The Nivo Slider styles */
  298. #slider {position:relative;}
  299. #slider img {position:absolute; top:0px; left:0px; display:none;}
  300. #slider a {border:0; display:block;}
  301. .nivoSlider {position:relative; width: 250px;}
  302. .nivoSlider img {position:absolute; top:0px; left:0px;}
  303. /* If an image is wrapped in a link */
  304. .nivoSlider a.nivo-imageLink {position:absolute; top:0px; left:0px; width:100%; height:100%; border:0;
  305. padding:0;margin:0; z-index:6; display:none;}
  306. /* The slices and boxes in the Slider */
  307. .nivo-slice {display:block;position:absolute;z-index:5;height:100%;}
  308. .nivo-box {display:block;position:absolute;z-index:5;}
  309. /* Caption styles */
  310. .nivo-caption {position:absolute;left:0px; bottom:0px; background:#4A708B; color:#ddeaa0; text-transform: uppercase; width: 100%;
  311. z-index:50; border-right: 5px solid #;padding: 5px 0;}
  312. .nivo-caption p {padding:0 20px;margin:0;font-size:14px;}
  313. .nivo-caption a {display:inline !important;}
  314. .nivo-html-caption {display:none;}
  315. /* Direction nav styles (e.g. Next & Prev) */
  316. .nivo-directionNav a {position:absolute;top:45%;z-index:99;cursor:pointer;}
  317. .nivo-prevNav {left:0px;}
  318. .nivo-nextNav {right:0px;}
  319. /*============================*/
  320. /*=== Custom Slider Styles ===*/
  321. /*============================*/
  322. .slider {width:100%;}
  323. .slider img {position:absolute;top:0px;left:0px;display:none;}
  324. .slider a {border:0;display:block;}
  325. .nivo-controlNav {display:none;}
  326. .nivo-directionNav a {display:block;width:31px;height:34px;background:url(http://media.tumblr.com/tumblr_m5sfyk8ipD1r5ehrc.png) no-repeat;text-indent:-9999px;border:0;
  327. }
  328. a.nivo-nextNav {background-position:-30px 0;right:15px;}
  329. a.nivo-prevNav {    left:15px;}
  330. .nivo-caption {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}
  331. .nivo-caption a {color:#ddeaa0; text-decoration:underline;}
  332.  
  333.  
  334.  
  335. #meuslide
  336. {position: absolute;
  337. top: 208px;
  338. left: 20px;
  339. width: numeropx;
  340. height: numeropx;}
  341.  
  342.  
  343.  
  344. .zitem{width:50px;height:50px;border: 2px solid #222;margin:5px 5px 5px 0;overflow:hidden;position:relative;float:left;}
  345. .zitem .caption{width:50px;height:20px;background:#F5F5F5;color:#fff;font-weight:bold;position:absolute;bottom:-1px;left:0;display:none;filter:alpha(opacity=70);-moz-opacity:0.7;-khtml-opacity:0.7;opacity:0.7;}
  346. .zitem .caption a{text-decoration:none;color:#363636;font-size:10px;padding:5px;display:block;}
  347. .zitem img{border:0;position:absolute;}
  348. .clear{clear:both;}
  349.  
  350.  
  351. .heart
  352.     {background: #F5F5F5;
  353.     font-family: trebuchet ms;
  354.     font-size: 11px;
  355.     margin: 1px;
  356.     color: #cor_da_fonte;
  357.     display: block;
  358.     -moz-box-shadow: inset 3px 0 0px 0 #696969;
  359.     -webkit-box-shadow: inset 3px 0 0px 0 #696969;
  360.     box-shadow: inset 3px 0 0px 0 #4A708B;
  361.     padding: 3px 3px 3px 6px;
  362.     -moz-transition: all 0.4s ease-out;
  363.     -webkit-transition: all 0.8s ease-out;
  364.     -o-transition: all 0.8s ease-out;
  365.     -ms-transition: all 0.8s ease-out;
  366.     transition: all 0.8s ease-out;}
  367. .heart:hover
  368.     {-moz-box-shadow: inset 550px 0 0px 0 #B03060;
  369.     -webkit-box-shadow: inset 550px 0 0px 0 #6C7B8B;
  370.     box-shadow: inset 550px 0 0px 0 #ddeaa0;
  371.     color: #fff;}
  372. .heart
  373.     a{color: #696969;}
  374. .heart
  375.     b{color: #696969;}
  376.  
  377.  
  378.  
  379.   /* --- novidades  ------- */
  380. .novi a {-webkit-border-radius: 3px;-moz-border-radius: 30px;border-radius: 4px;text-align: left; display : block;font-family: arial;  font-size: 10px; font-style: normal; margin-left: 5px; margin-right: 3px;  letter-spacing : 0;  background-repeat : no-repeat;vertical-align : middle;text-decoration : none;line-height : 15px; margin-bottom : 2px;padding: 4px;background : #E8E8E8;  text-shadow: 1px 1px 1px #fff;   color: #9C9C9C; -webkit-transition: all 600ms ease;   -moz-transition: all 600ms ease;   -o-transition: all 600ms ease;   transition: all 600ms ease; text-transform: none; }
  381. .novi a:hover {color: #6C7B8B;}
  382. .novi a b {display: none; font-family: georgia; text-transform: none; font-size: 9px; color: #d3d3cd; background: #ededea; margin-bottom: -2px; margin-left: -2px; margin-right: -2px; text-shadow: 1px 1px 1px #fff; padding-left: 0px; -webkit-transition: all 600ms ease;   -moz-transition: all 600ms ease;   -o-transition: all 600ms ease;   transition: all 600ms ease;  }
  383.  
  384.  
  385. /*** Stilo da Ask por things-to-help-you *******/
  386. .pergunta  {background: #efefef; padding: 9px;  margin-bottom: 5px; border-right: 0px solid #; margin-left: 0px; margin-right: 0;overflow: hidden; text-shadow: 0px 1px 1px #fff;-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}
  387. .perguntou  {display: inline-block; background: #ffa1b3; padding: 3px;margin-top: 0px; color: #d67386;  margin-top: 2px; border-right: 0px solid #; margin-left: 0px; margin-right: 0;overflow: hidden; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; text-transform:uppercase;font-family: 'Play', sans-serif;  font-size: 11px;}
  388. .perguntou a {color: #fff;}
  389. .perguntou b {color: #fff;}
  390. .boxicon {width: 56px; height: 55px; background: url('http://static.tumblr.com/tx5g7yp/iK5m7oq3e/boxicon.png') no-repeat; float: left; margin-left: 0px;}
  391. .iconeask {-webkit-box-shadow: 0px 0px 4px #537073;  -moz-box-shadow: 0px 0px 4px #537073;  box-shadow: 0px 0px 4px #537073;-webkit-border-radius: 100px;-moz-border-radius: 100px; border-radius: 100px; display: inline-block; margin-top: 9px; margin-left: 8px;opacity: 0.9;}
  392.   /* --- Menu no Pattern usado para posicionar o menu onde quer  ------- */
  393.  
  394. .menunopatternht {position:absolute; z-index: 4;  width: 480px;  height: 60px; margin-left: 335px; margin-top: 239px;}
  395.  
  396.  
  397. .faixa  {margin-top: -10px; margin-left: 273px;}
  398.  
  399.  
  400. .menuu {border:0px solid #FFAAC9; background: #7890ac; display : block; font-size: 07pt; font-family: arial; line-height: 10px; margin-top:2px; padding-left : 10px; padding-bottom : 5px; color:#363636; width:230px;}
  401.  
  402.  
  403. .menuu2 {border:0px solid #FFAAC9; background: #dce99d; display : block; font-size: 07pt; font-family: arial; line-height: 10px; margin-top:2px; padding-left : 10px; padding-bottom : 5px; color:#363636; width:230px;}
  404.  
  405.  
  406. /*** Paginação **/
  407. #paginacaoml {display: block; font-size: 10px; font-weight: bold; padding-top: 8px; padding-bottom: 8px; text-shadow: 0 1px 1px #; background: #; margin-top: 3px; margin-left: 22px;  margin-right: 22px; text-align: left;}    
  408. #paginacaoml a {background: #708090; color: #fff; padding: 8px; margin-top: -8px; margin-bottom: -8px; text-decoration: none; margin-left: -1px;text-transform:uppercase;}  
  409. #paginacaoml a:hover {background: #708090; color: #fff; padding: 8px; margin-top: -8px; margin-bottom: -8px; text-decoration: none; margin-left: -1px;text-transform:uppercase;}
  410. #paginacaoml span.pagina_atual {background: #cbd892; color: #000; padding: 8px; margin-top: -8px; margin-bottom: -8px; text-decoration: none; margin-left: -1px;text-transform:uppercase;}
  411.  
  412. </style>
  413.  
  414. <body>
  415.  
  416.  
  417.  
  418.  
  419.  
  420.  
  421. <div id="content">
  422.  
  423.  
  424.  
  425.  
  426. <div id="header">
  427.    
  428.      <div class="menunopatternht">
  429. <ul id='blurmenu'>
  430. <li><a href='http://LINK.tumblr.com/' title='Primeira Pagina'><span>Inicio</span></a></li>
  431. <li><a onMouseover="this.style.background='#'" onMouseout="this.style.background='#'" onClick="document.getElementById('frame').innerHTML=document.getElementById('01').innerHTML" class="ask" title='Ask' >Contato</a></li>
  432. <li><a onMouseover="this.style.background='#'" onMouseout="this.style.background='#'" onClick="document.getElementById('frame').innerHTML=document.getElementById('02').innerHTML" class="FAQ" title='FAQ'>FAQ</a></li>
  433. <li><a href='http://LINK.tumblr.com/tagge/tutos' title='Todos os tutoriais'><span>Tutos</span></a></li>
  434. <li><a onMouseover="this.style.background='#'" onMouseout="this.style.background='#'" onClick="document.getElementById('frame').innerHTML=document.getElementById('03').innerHTML" class="themes" title='Nossos themes'>Themes</a></li>
  435.  
  436. </div>
  437.    
  438.    
  439.  
  440.     <div id="mod1">
  441.     <div id="wrap">
  442. <div class="imagePlace">
  443. <a href="LINKLINKLINK" target="_blank">
  444. <img src="http://static.tumblr.com/xrcfs5e/4mzm7q6cj/trans.png" width="150" id="1" class="a" /></a>
  445. <img src="http://static.tumblr.com/xrcfs5e/pCIm7q6gy/trans.png" width="150" class="b" />            
  446. </div></div></div>
  447.    
  448.     <div id="mod2">
  449.      <div id="wrap">
  450. <div class="imagePlace">
  451. <a href="LINKLINKLINK" target="_blank">
  452. <img src="http://static.tumblr.com/xrcfs5e/afcm7q6kf/pn.png" width="150" id="1" class="a" /></a>
  453. <img src="http://static.tumblr.com/xrcfs5e/afcm7q6kf/pn.png" width="150" class="b" />            
  454. </div></div></div>
  455.  
  456.  
  457. <div id="mod3">
  458.      <div id="wrap">
  459. <div class="imagePlace">
  460. <a href="LINKLINKLINK" target="_blank">
  461. <img src="http://static.tumblr.com/xrcfs5e/V9Hm7q6sl/niick.png" width="150" id="1" class="a" /></a>
  462. <img src="http://static.tumblr.com/xrcfs5e/83wm7q6wk/trans.png" width="150" class="b" />            
  463. </div></div></div>
  464.  
  465. <div id="mod4">
  466.      <div id="wrap">
  467. <div class="imagePlace">
  468. <a href="LINKLINKLINK" target="_blank">
  469. <img src="http://static.tumblr.com/xrcfs5e/yv2m7q6y7/niick.png" width="150" id="1" class="a" /></a>
  470. <img src="http://static.tumblr.com/xrcfs5e/VKbm7q6zw/trans.png" width="150" class="b" />      
  471. </div></div></div>
  472.  
  473. <div id="mod5">
  474.      <div id="wrap">
  475. <div class="imagePlace">
  476. <a href="LINKLINKLINK" target="_blank">
  477. <img src="http://static.tumblr.com/xrcfs5e/L7xm7q76w/niick.png" width="150" id="1" class="a" /></a>
  478. <img src="http://static.tumblr.com/xrcfs5e/iaKm7q77e/trans.png" width="150" class="b" />            
  479. </div></div></div>
  480.  
  481. <div id="meuslide">
  482.  
  483. <div id="slide"><div id="slider">
  484.  
  485. <a href="OLINK" target="_blank"><img src="http://static.tumblr.com/xrcfs5e/IyRm7xque/psd.png" title="<center>Bem vindo!</center>" width="250" height="150" /></a>
  486.  
  487. <a href="OLINK" target="_blank"><img src="http://static.tumblr.com/xrcfs5e/fbam7xqr5/2.png" title="<center>novo moderador na equipe</center>" width="250" height="150" /></a>
  488.  
  489.  
  490.  
  491. <a href="OLINK" target="_blank"><img src="http://static.tumblr.com/xrcfs5e/un2m7xra8/0078.jpg" title="<center>Design Novo</center>" width="250" height="150" /></a>
  492.  
  493. <a href="OLINK" target="_blank"><img src="http://static.tumblr.com/xrcfs5e/I4fm7xrc2/3.png" title="<center>Novos materiais e tutoriais</center>" width="250" height="150" /></a>
  494.  
  495. <a href="OLINK" target="_blank"><img src="http://static.tumblr.com/xrcfs5e/rtNm7xrma/4.png" title="<center>Novidades e muito mais</center>" width="250" height="150" /></a>
  496.  
  497. <a href="OLINK" target="_blank"><img src="http://static.tumblr.com/ojgbxd6/GpPm7y62g/psd_5.png" title="<center>Nos siga e confira!</center>" width="250" height="150" /></a>
  498.  
  499. </div></div></div>
  500.  
  501.  
  502.  
  503. </div>
  504.  
  505.  
  506. <div class="textodesc">Sejam bem vindos blá blá blá blá blá blá blá blá blá blá blá blá blá blá blá blá blá blá blá blá blá </div>
  507.  
  508. <div id="sidebar">
  509. <br>
  510. <br>
  511. <br>
  512. <br>
  513.  
  514. <div class="sidetop"><img src="http://static.tumblr.com/ojgbxd6/mGsm7xh1q/02.png" ></div>
  515. <div class="side">
  516. <img style="margin-right: 3px; margin-top: 3px;"simg src="{PortraitURL-64}"
  517. align="left" width="60" >Sejam Bem-Vindos  blá blá blá blá blá blá blá blá blá blá blá blá blá blá blá blá blá blá
  518.  
  519. </div>
  520.  
  521. <div class="sidetop"><img src="http://static.tumblr.com/ojgbxd6/eVFm7xhbv/02.png"></div></center>
  522.  
  523. <div class="side">
  524.  
  525.  
  526. <div class="zitem">
  527.  
  528. <a href="http://chocolatecomhtml.tumblr.com/"><img src="http://static.tumblr.com/xrcfs5e/CuBm7xozz/ch.jpg" alt="NOME" title="" width="50" height="50"/></a>
  529.  
  530. <div class="caption">
  531.  
  532. <a href="">SIGL.</a>
  533.  
  534. </div>
  535.  
  536. </div>
  537.  
  538. <div class="zitem">
  539.  
  540. <a href="LINK"><img src="http://static.tumblr.com/xrcfs5e/fJSm7xp0r/dg.jpg" alt="Nome" title="" width="50" height="50"/></a>
  541.  
  542. <div class="caption">
  543.  
  544. <a href="">SIGL.</a>
  545.  
  546. </div>
  547.  
  548. </div>
  549.  
  550. <div class="zitem">
  551.  
  552. <a href="LINK"><img src="http://static.tumblr.com/xrcfs5e/fJSm7xp0r/dg.jpg" alt="Nome" title="" width="50" height="50"/></a>
  553.  
  554. <div class="caption">
  555.  
  556. <a href="">SIGL.</a>
  557.  
  558. </div>
  559.  
  560. </div>
  561.  
  562. <div class="zitem">
  563.  
  564. <a href="LINK"><img src="http://static.tumblr.com/xrcfs5e/fJSm7xp0r/dg.jpg" alt="Nome" title="" width="50" height="50"/></a>
  565.  
  566.  
  567.  
  568. </div>
  569.  
  570. </div>
  571.    
  572.    
  573.  
  574. <div class="sidetop"><img src="http://static.tumblr.com/ojgbxd6/uVfm7xhko/02.png"></div></center>
  575.  
  576. <div class="side">
  577.  
  578. <div class="novi">
  579.  
  580. <a href="LINK">BLÁ BLÁ</a>
  581. <a href="LINK">BLÁ BLÁ</a>
  582. <a href="LINK">BLÁ BLÁ</a>
  583. <a href="LINK">BLÁ BLÁ</a>
  584.  
  585. </div>
  586.  
  587. </div>
  588.  
  589.    
  590.    <div class="sidetop"><img src="http://static.tumblr.com/ojgbxd6/AU5m7xhmd/02.png"></div></center>
  591.  
  592.  
  593. <div class="side">
  594.  
  595. <div class="novi">
  596.  
  597. <a href="LINK">BLÁ BLÁ</a>
  598. <a href="LINK">BLÁ BLÁ</a>
  599. <a href="LINK">BLÁ BLÁ</a>
  600. <a href="LINK">BLÁ BLÁ</a>
  601.  
  602. </div>
  603.  
  604.  
  605. </div>
  606.  
  607. <div class="sidetop"><img src="http://static.tumblr.com/ojgbxd6/cU3m7xhod/02.png"></div></center>
  608.  
  609. <div class="side">
  610. <div class="heart"><bb><script src="http://fastwebcounter.com/secure.php?s=http://SEULINK.tumblr.com"></script></a>Visitantes</a></bb></div>
  611.  
  612.  
  613. <div class="heart"><bb><script type="text/javascript" src="http://fastonlineusers.com/on3.php?d=http://SEULINK.tumblr.com"></script> Online</a></bb></div>
  614. <div class="heart"><b>Versão:</b>Green And Blue</b></div>
  615. <br>
  616.  
  617. <center>
  618.  Não copie e nem se inspire.
  619. Todo o theme foi feito por : Niick.
  620. <a onMouseover="this.style.background='#'" onMouseout="this.style.background='#'" onClick="document.getElementById('frame').innerHTML=document.getElementById('09').innerHTML" class="Créditos" title='Créditos á quem merece'><div class="heart">baby view more credits ;* </div></a></li>
  621.  
  622. <center>
  623. </div>
  624.    
  625. </div>
  626.  
  627.  
  628. <div id="main">
  629.  
  630. <div id="frame">
  631. {block:Posts}
  632.  
  633. <div class="cac">
  634.  
  635.  
  636. {block:Text}
  637. {block:Title}
  638. <h1>{Title}</h1>
  639. {/block:Title}
  640. {Body}<div class="shadow"></div>
  641. {/block:Text}
  642.  
  643. {block:Photo}
  644. <center><img src="{PhotoURL-500}"width="470px"alt="{PhotoAlt}" /></center>
  645. {block:Caption}
  646. <div class="caption">{Caption}</div>
  647. <div class="shadow"></div>
  648. {/block:Caption}
  649.  
  650. {/block:Photo}
  651.  
  652. {block:Photoset}
  653. <center>{Photoset-500}</center>
  654. {block:Caption}
  655. <div class="caption">{Caption}</div>
  656. {/block:Caption}
  657. {/block:Photoset}
  658.  
  659. {block:Quote}
  660. <h1>"{Quote}"</h1>
  661. {block:Source}
  662. <div class="source"><div style="text-align: right">— {Source}</div></div>
  663. {/block:Source}
  664. <div class="shadow"></div>
  665. {/block:Quote}
  666.  
  667. {block:Link}
  668. <a href="{URL}" class="link" {Target}><h1>{Name}</h1></a>
  669. {block:Description}
  670. <div class="description">{Description}</div>
  671. <div class="shadow"></div>
  672. {/block:Description}
  673. <div class="shadow"></div>
  674. {/block:Link}
  675.  
  676. {block:Chat}
  677. {block:Title}
  678. {Title}
  679. {/block:Title}
  680. <ul class="chat">
  681. {block:Lines}
  682. {block:Label}
  683. <span class="label"><b>{Label}</b></span>
  684. {/block:Label}
  685. {Line}<br>
  686. {/block:Lines}
  687. </ul>
  688. {/block:Chat}
  689.  
  690. {block:Video}
  691. {Video-500}
  692. {block:Caption}
  693. <div class="caption">{Caption}</div>
  694. {/block:Caption}
  695. <div class="shadow"></div>
  696. {/block:Video}
  697.  
  698. {block:Audio}
  699. {AudioPlayerBlack}
  700. {block:Caption}
  701. <div class="caption">{Caption}</div>
  702. {/block:Caption}
  703. <div class="shadow"></div>
  704. {/block:Audio}
  705.  
  706.  
  707.  
  708. {block:Answer}
  709. <div class="caixa">
  710. <div class="boxicon"><img src="{AskerPortraitURL-40}" width="40" class="iconeask"></div>
  711. <div class="perguntou"><b>{Asker}</b> asked {TimeAgo} </div>
  712. <div class="pergunta"><i>{Question}</i></div>
  713. <div class="oi">{Answer}</div>
  714. </div>
  715. {/block:Answer}
  716.  
  717. </div><br>
  718.  
  719. {/block:Posts}</div>
  720.  
  721.  
  722. {block:IndexPage}  
  723. <div id="paginacaoml">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}{/block:Pagination}
  724. {block:JumpPagination length="10"}
  725. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  726. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  727. {/block:JumpPagination}
  728. {block:Pagination}{block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:Pagination}
  729. </div></center>
  730.  {/block:IndexPage}
  731.  
  732. <div id="footer"></div>
  733. </div>
  734.  
  735. </div></div></div>
  736.  
  737. <div id="01" style="display:none;">
  738. <div class="cac2">
  739. <img src="http://static.tumblr.com/ojgbxd6/Cqdm7zcnu/content.png" class="faixa" width="250px;"/>
  740.  
  741. <div class="heart">REGRA!</div>
  742.  <div class="heart">REGRA!</div>
  743.  <div class="heart">REGRA!</div>
  744.  <div class="heart">REGRA!</div>
  745.  <div class="heart">REGRA!</div>
  746.  
  747. <iframe frameborder="0" scrolling="no" width="100%" height="150" src="http://www.tumblr.com/ask_form/SEULINK.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe><!—[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]—></p></span>
  748.  
  749.  
  750. <iframe frameborder="0" border="0" scrolling="no" width="480" height="380px" allowtransparency="true" src="http://www.tumblr.com/submit_form/SEULINK.tumblr.com" style="overflow:hidden;"></iframe>
  751. </div><div class="shadow">
  752.    
  753. </div><br>
  754.  
  755.  
  756. </div></div></div></div></div></div></div></div>
  757.  
  758.  
  759. <div id="02" style="display:none;">
  760. <div class="cac2">
  761. <img src="http://static.tumblr.com/ojgbxd6/jeYm7zcqu/content.png" class="faixa" width="250px;"/>
  762.  
  763. <center>Por favor respeite todas as nossas regras! blá blá blá ;* </center>
  764.  
  765. </div>
  766.  
  767. <div class="cac2">
  768.  
  769.  
  770.  
  771.  
  772. <center><ul id='blurmenu'>
  773.  
  774. <li><a onMouseover="this.style.background='#'" onMouseout="this.style.background='#'" onClick="document.getElementById('frame').innerHTML=document.getElementById('04').innerHTML" class="Materiais" title='Materiais' >Materiais</a></li>
  775. <li><a onMouseover="this.style.background='#'" onMouseout="this.style.background='#'" onClick="document.getElementById('frame').innerHTML=document.getElementById('05').innerHTML" class="menus" title='Nossos menus'>Menus</a></li>
  776. <li><a onMouseover="this.style.background='#'" onMouseout="this.style.background='#'" onClick="document.getElementById('frame').innerHTML=document.getElementById('06').innerHTML" class="cs" title='Photoshop e edições'>PS</a></li>
  777. <li><a onMouseover="this.style.background='#'" onMouseout="this.style.background='#'" onClick="document.getElementById('frame').innerHTML=document.getElementById('07').innerHTML" class="css" title='Css +'>Css</a></li>
  778.     <li><a onMouseover="this.style.background='#'" onMouseout="this.style.background='#'" onClick="document.getElementById('frame').innerHTML=document.getElementById('08').innerHTML" class="videos" title='Video aulas'>Video</a></li>
  779. </center>
  780.  
  781. </div>
  782.  
  783. <div class="cac2">
  784. <img src="http://static.tumblr.com/ojgbxd6/pXAm7zddm/content.png" class="faixa" width="250px;"/>
  785.  
  786. <center><blockquote2>pergunta?</blockquote2>
  787. <center>resposta!.<center>
  788. <br>
  789.  
  790. <center><blockquote2>pergunta?</blockquote2>
  791. <center>resposta!.<center>
  792. <br>
  793.  
  794. <center><blockquote2>pergunta?</blockquote2>
  795. <center>resposta!.<center>
  796. <br>
  797.  
  798. <center><blockquote2>pergunta?</blockquote2>
  799. <center>resposta!.<center>
  800. <br>
  801.  
  802.  
  803.  
  804.  
  805. </div></div></div></div></div></div></div></div>
  806.  
  807.  
  808. <div id="03" style="display:none;">
  809. <div class="cac2">
  810.  
  811.  
  812. <img src="http://static.tumblr.com/ojgbxd6/BY7m7zg9q/content.png" class="faixa" width="250px;"/>
  813.  
  814.  
  815. <div class="heart">Leia todas as regras.</div>
  816. <div class="heart">Leia todas as regras.</div>
  817. <div class="heart">Leia todas as regras.</div>
  818. <div class="heart">Leia todas as regras.</div>
  819. <div class="heart">Leia todas as regras.</div>
  820.  
  821.  
  822. </div></div></div></div></div></div></div></div>
  823.  
  824.  
  825. <div id="04" style="display:none;">
  826. <div class="cac2">
  827. <img src="http://static.tumblr.com/ojgbxd6/fzbm7zebe/content.png" class="faixa" width="250px;"/>
  828.  
  829. <!--nop-->
  830.  
  831. <center><ul id='blurmenu'>
  832.  
  833. <li><a onMouseover="this.style.background='#'" onMouseout="this.style.background='#'" onClick="document.getElementById('frame').innerHTML=document.getElementById('04').innerHTML" class="Materiais" title='Materiais' >Materiais</a></li>
  834. <li><a onMouseover="this.style.background='#'" onMouseout="this.style.background='#'" onClick="document.getElementById('frame').innerHTML=document.getElementById('05').innerHTML" class="menus" title='Nossos menus'>Menus</a></li>
  835. <li><a onMouseover="this.style.background='#'" onMouseout="this.style.background='#'" onClick="document.getElementById('frame').innerHTML=document.getElementById('06').innerHTML" class="cs" title='Photoshop e edições'>PS</a></li>
  836. <li><a onMouseover="this.style.background='#'" onMouseout="this.style.background='#'" onClick="document.getElementById('frame').innerHTML=document.getElementById('07').innerHTML" class="css" title='Css +'>Css</a></li>
  837.     <li><a onMouseover="this.style.background='#'" onMouseout="this.style.background='#'" onClick="document.getElementById('frame').innerHTML=document.getElementById('08').innerHTML" class="videos" title='Video aulas'>Video</a></li>
  838. </center>
  839.  
  840. <!--nop-->
  841.  
  842.  
  843. <table><tr><td>
  844. <div class="menuu"> <a href="LINK" target="_blank">NOME </a> </div>
  845. <div class="menuu"> <a href="LINK" target="_blank">NOME </a> </div>
  846. <div class="menuu"> <a href="LINK" target="_blank">NOME </a> </div>
  847. <div class="menuu"> <a href="LINK" target="_blank">NOME </a> </div>
  848.  
  849. <td>
  850.  
  851. <div class="menuu2"> <a href="LINK" target="_blank">NOME</a> </div>
  852. <div class="menuu2"> <a href="LINK" target="_blank">NOME</a> </div>
  853. <div class="menuu2"> <a href="LINK" target="_blank">NOME</a> </div>
  854. <div class="menuu2"> <a href="LINK" target="_blank">NOME</a> </div>
  855.  
  856. </td></tr></table>  
  857.  
  858. </div></div></div></div></div></div></div></div>
  859.  
  860.  
  861. <div id="05" style="display:none;">
  862. <div class="cac2">
  863. <img src="http://static.tumblr.com/ojgbxd6/zXSm7zejd/content.png" class="faixa" width="250px;"/>
  864.  
  865. <!--nop-->
  866. <center><ul id='blurmenu'>
  867.  
  868. <li><a onMouseover="this.style.background='#'" onMouseout="this.style.background='#'" onClick="document.getElementById('frame').innerHTML=document.getElementById('04').innerHTML" class="Materiais" title='Materiais' >Materiais</a></li>
  869. <li><a onMouseover="this.style.background='#'" onMouseout="this.style.background='#'" onClick="document.getElementById('frame').innerHTML=document.getElementById('05').innerHTML" class="menus" title='Nossos menus'>Menus</a></li>
  870. <li><a onMouseover="this.style.background='#'" onMouseout="this.style.background='#'" onClick="document.getElementById('frame').innerHTML=document.getElementById('06').innerHTML" class="cs" title='Photoshop e edições'>PS</a></li>
  871. <li><a onMouseover="this.style.background='#'" onMouseout="this.style.background='#'" onClick="document.getElementById('frame').innerHTML=document.getElementById('07').innerHTML" class="css" title='Css +'>Css</a></li>
  872.     <li><a onMouseover="this.style.background='#'" onMouseout="this.style.background='#'" onClick="document.getElementById('frame').innerHTML=document.getElementById('08').innerHTML" class="videos" title='Video aulas'>Video</a></li>
  873. </center>
  874.  
  875.  
  876. <!--nop-->
  877. <div class="heart"><a href="LINK" target="_blank">bláaa.</a></div>
  878. <div class="heart"><a href="LINK" target="_blank">bláaa.</a></div>
  879. <div class="heart"><a href="LINK" target="_blank">bláaa.</a></div>
  880. <div class="heart"><a href="LINK" target="_blank">bláaa.</a></div>
  881. <div class="heart"><a href="LINK" target="_blank">bláaa.</a></div>
  882.  
  883. </div></div></div></div></div></div></div></div>
  884.  
  885. <div id="06" style="display:none;">
  886. <div class="cac2">
  887. <img src="http://static.tumblr.com/ojgbxd6/pCXm7zekv/aspa.png" class="faixa" width="250px;"/>
  888.  
  889.  
  890. <!--nop-->
  891.  
  892. <center><ul id='blurmenu'>
  893.  
  894. <li><a onMouseover="this.style.background='#'" onMouseout="this.style.background='#'" onClick="document.getElementById('frame').innerHTML=document.getElementById('04').innerHTML" class="Materiais" title='Materiais' >Materiais</a></li>
  895. <li><a onMouseover="this.style.background='#'" onMouseout="this.style.background='#'" onClick="document.getElementById('frame').innerHTML=document.getElementById('05').innerHTML" class="menus" title='Nossos menus'>Menus</a></li>
  896. <li><a onMouseover="this.style.background='#'" onMouseout="this.style.background='#'" onClick="document.getElementById('frame').innerHTML=document.getElementById('06').innerHTML" class="cs" title='Photoshop e edições'>PS</a></li>
  897. <li><a onMouseover="this.style.background='#'" onMouseout="this.style.background='#'" onClick="document.getElementById('frame').innerHTML=document.getElementById('07').innerHTML" class="css" title='Css +'>Css</a></li>
  898.     <li><a onMouseover="this.style.background='#'" onMouseout="this.style.background='#'" onClick="document.getElementById('frame').innerHTML=document.getElementById('08').innerHTML" class="videos" title='Video aulas'>Video</a></li>
  899. </center>
  900.  
  901. <!--nop-->
  902.  
  903.  
  904. <div class="heart"><a href="LINK" target="_blank">NOME</a></div>
  905. <div class="heart"><a href="LINK" target="_blank">NOME</a></div>
  906. <div class="heart"><a href="LINK" target="_blank">NOME</a></div>
  907. <div class="heart"><a href="LINK" target="_blank">NOME</a></div>
  908. <div class="heart"><a href="LINK" target="_blank">NOME</a></div>
  909.  
  910. </div></div></div></div></div></div></div></div>
  911.  
  912. <div id="07" style="display:none;">
  913. <div class="cac2">
  914. <img src="http://static.tumblr.com/ojgbxd6/SAam7zeqv/css.png" class="faixa" width="250px;"/>
  915.  
  916.  
  917. <!--nop-->
  918. <center><ul id='blurmenu'>
  919.  
  920. <li><a onMouseover="this.style.background='#'" onMouseout="this.style.background='#'" onClick="document.getElementById('frame').innerHTML=document.getElementById('04').innerHTML" class="Materiais" title='Materiais' >Materiais</a></li>
  921. <li><a onMouseover="this.style.background='#'" onMouseout="this.style.background='#'" onClick="document.getElementById('frame').innerHTML=document.getElementById('05').innerHTML" class="menus" title='Nossos menus'>Menus</a></li>
  922. <li><a onMouseover="this.style.background='#'" onMouseout="this.style.background='#'" onClick="document.getElementById('frame').innerHTML=document.getElementById('06').innerHTML" class="cs" title='Photoshop e edições'>PS</a></li>
  923. <li><a onMouseover="this.style.background='#'" onMouseout="this.style.background='#'" onClick="document.getElementById('frame').innerHTML=document.getElementById('07').innerHTML" class="css" title='Css +'>Css</a></li>
  924.     <li><a onMouseover="this.style.background='#'" onMouseout="this.style.background='#'" onClick="document.getElementById('frame').innerHTML=document.getElementById('08').innerHTML" class="videos" title='Video aulas'>Video</a></li>
  925. </center>
  926.  
  927. <div class="heart"><a href="LINK" target="_blank">NOME</a></div>
  928. <div class="heart"><a href="LINK" target="_blank">NOME</a></div>
  929. <div class="heart"><a href="LINK" target="_blank">NOME</a></div>
  930. <div class="heart"><a href="LINK" target="_blank">NOME</a></div>
  931. <div class="heart"><a href="LINK" target="_blank">NOME</a></div>
  932.  
  933.  
  934. <!--nop-->
  935.  
  936.  
  937. </div></div></div></div></div></div></div></div>
  938.  
  939. <div id="08" style="display:none;">
  940. <div class="cac2">
  941. <img src="http://static.tumblr.com/ojgbxd6/vITm7zemt/video.png" class="faixa" width="250px;"/>
  942.  
  943.  
  944. <!--nop-->
  945.  
  946. <center><ul id='blurmenu'>
  947.  
  948. <li><a onMouseover="this.style.background='#'" onMouseout="this.style.background='#'" onClick="document.getElementById('frame').innerHTML=document.getElementById('04').innerHTML" class="Materiais" title='Materiais' >Materiais</a></li>
  949. <li><a onMouseover="this.style.background='#'" onMouseout="this.style.background='#'" onClick="document.getElementById('frame').innerHTML=document.getElementById('05').innerHTML" class="menus" title='Nossos menus'>Menus</a></li>
  950. <li><a onMouseover="this.style.background='#'" onMouseout="this.style.background='#'" onClick="document.getElementById('frame').innerHTML=document.getElementById('06').innerHTML" class="cs" title='Photoshop e edições'>PS</a></li>
  951. <li><a onMouseover="this.style.background='#'" onMouseout="this.style.background='#'" onClick="document.getElementById('frame').innerHTML=document.getElementById('07').innerHTML" class="css" title='Css +'>Css</a></li>
  952.     <li><a onMouseover="this.style.background='#'" onMouseout="this.style.background='#'" onClick="document.getElementById('frame').innerHTML=document.getElementById('08').innerHTML" class="videos" title='Video aulas'>Video</a></li>
  953. </center>
  954.  
  955. <!--nop-->
  956.  
  957. <div class="heart"><a href="LINK" target="_blank">NOME</a></div>
  958. <div class="heart"><a href="LINK" target="_blank">NOME</a></div>
  959. <div class="heart"><a href="LINK" target="_blank">NOME</a></div>
  960. <div class="heart"><a href="LINK" target="_blank">NOME</a></div>
  961.  
  962. </div></div></div></div></div></div></div></div>
  963.  
  964. <div id="09" style="display:none;">
  965. <div class="cac2">
  966. <img src="http://static.tumblr.com/ojgbxd6/SXsm7zhce/css.png" class="faixa" width="250px;"/>
  967.  
  968.  
  969. <div class="heart"><a href="http://intersessao.tumblr.com/" target="_blank"> Niick </a> - theme, design e desenvolvimento</div>
  970. <div class="heart"><a href="LINK" target="_blank"> Fabricio</a> - Ajudas e desenvolvimento.</div>
  971. <div class="heart"><a href="http://lovingyou-html.tumblr.com/" target="_blank"> Loving You HTML </a> - Efeito Zooming.</div>
  972. <div class="heart"><a href="http://inovandohtml.tumblr.com/" target="_blank"> Inovando HTML </a> - Whilist com sombra e blur menu.</div>
  973.  
  974. <div class="heart"><a href="http://htmlart.tumblr.com/" target="_blank"> HTML Art </a> - efeito toogle fast</div>
  975.  
  976. <div class="heart"><a href="http://things-to-help-you.tumblr.com/" target="_blank"> TTHY </a> - Estilo de ask, fade effect, inspiração, faixinhas, paginação, slide, entre outros tutoriais que me ajudaram muito.</div>
  977.  
  978. </div></div></div></div></div></div></div></div>
  979.  
  980.  
  981.  
  982.  
  983.  
  984.    
  985. </div><br></div>
  986.  
  987.  
  988. </div></div></div></div></div></div></div></div>
  989.  
  990.         </body>
  991.  </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement