Giter VIP home page Giter VIP logo

blog.caelum.com.br's Introduction

<< blog.caelum.com.br >>

Tema para WordPress
Baseado no tema "Busy Bee", por Woo Themes

== Changelog ==

* Logotipo no Header
  -- Seletor "#header img.title" no arquivo custom.css
  -- Substituição da imagem "logo-trans.png"

* Widget "Twitter Followers Count" na Sidebar
  -- Plugin para jQuery no arquivo "tfcWidget.js"
  -- Instalar o plugin "PHP Code Widget"
  -- Adicionar um widget "PHP Code" na Sidebar
  -- Título:
       Siga-nos no Twitter
     Conteúdo:
       <div id="tfc-container"></div>
       <script type="text/javascript" src="<?php echo get_bloginfo('template_directory') . '/includes/js/tfcWidget.js' ?>"></script>
       <script type="text/javascript">
         (function( $ ) {
           $("#tfc-container").tfcWidget("caelum");
         })( jQuery );
       </script>
  -- Novos seletores no "custom.css":
       #sidebar #tfc-container {
         clear: both;
       }
 
       #sidebar #tfc-container a:hover {
         text-decoration: none;
       }
 
       #sidebar #tfc-container p {
         display: inline;
       }
 
       #sidebar #tfc-container h3 {
         display: block;
         float: none;
         margin-bottom: 0px;
       }
 
       #sidebar #tfc-container h4 {
         font: 24px arial;
         padding-bottom: 0px;
       }
 
       #sidebar #tfc-container h5 {
         font: 18px arial;
         padding-bottom: 0px;
       }
 
       #sidebar #tfc-container h5 img {
         float: left;
         height: 50px;
         margin: -5px 0px 5px;
         vertical-align: top;
         width: 50px;
       }

       #sidebar #tfc-container q {
         display: block;
         margin-top: 8px;
       }

* Link para RSS na Sidebar
  -- Adicionar um widget "PHP Code" na Sidebar
  -- Título:
       <Vazio>
     Conteúdo:
       <a href="<?php echo home_url() ?>/feed/" target="_blank" id="link_rss">
         <img src="<?php echo get_bloginfo( 'template_directory' ) ?>/images/bg_rss.gif" alt="RSS" />
         ASSINE NOSSO RSS
       </a>
  -- Novos seletores no "custom.css"
       #sidebar #link_rss {
         font-size: 16px;
         font-weight: bold;
       }

       #sidebar #link_rss img {
         margin-right: 4px;
         position: relative;
         top: 2px;
       }

* Header novo (igual ao site atual da Caelum)
 -- Novos seletores no "custom.css"
   #wrap #header {
     background: url(images/caelum_bg_header.gif) repeat-x 0 0;
     height: 75px;
     padding-top: 10px;
   }

   #wrap #header #header_container {
     margin: 0 auto;
     position: relative;
     width: 960px;
   }

   #wrap #header #menu-topo {
     position: absolute;
     right: 0px;
     top: 0px;
   }

   #wrap #header #menu-topo ul {
     float: left;
   }

   #wrap #header #menu-topo ul li {
     float: left;
   }

   #wrap #header #menu-topo ul li::after {
     content: "|";
     margin: 0px 5px;
   }

   #wrap #header #menu-topo #facebook-like {
     float: left;
     position: relative;
     top: 7px;
     width: 100px;
   }

   #wrap #header h1 {
     display: block;
     margin-left: 15px;
   }

   #wrap #top-out {
     background: url(images/caelum_bg_top.gif) repeat-x 0 0;
   }

* Tradução do plugin Co-authors Plus
  define('COAUTHORS_DEFAULT_BETWEEN_LAST', __(' e ', 'co-authors-plus'));

* Barra social nos posts
  -- Seletores novos:
     
     .social_bar {
       height: 10px;
       padding: 15px 0px;
     }

     .social_bar > span {
       width: 430px;
     }

     .twitter-share-button.twitter-count-horizontal {
       float: left;
       margin-top: 2px;
     }

* Barra de busca no topo
  -- Instalar o plugin "Exec-PHP"
  -- Alterações no custom.css

blog.caelum.com.br's People

Contributors

davidpaniz avatar gabrielso avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.