MediaWiki:Vector.css

De IQ Wiki
Ir para: navegação, pesquisa

Nota: Depois de salvar, você terá de limpar o cache do seu navegador para ver as alterações.

  • Firefox / Safari: pressione Shift enquanto clica em Recarregar, ou pressione Ctrl-F5 ou Ctrl-R (Command-R para Mac);
  • Google Chrome: pressione Ctrl-Shift-R (Command-Shift-R em um Mac)
  • Internet Explorer: pressione Ctrl enquanto clica em Recarregar ou pressione Ctrl-F5;
  • Opera: limpe o cache em Ferramentas → Preferências (Tools → Preferences)
/* Código CSS colocado aqui afectará os utilizadores do tema Vector *//* CSS placed here will affect users of the Vector skin */

/*
 * Typograhy refresh
 */
 
/* Test new Helvetica-based body font stack */
html,
body {
        background: white; 
        font-size: 13pt;
        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
        font-weight: 300;
}

/* no background for these */
#footer-info-lastmod, #footer-info-copyright,
#footer-info-viewcount, #footer-info-trackers, #mw-page-base, #mw-head, #mw-head-base, #footer, code {
  background: none !important;
}


/* Template:Title override */
div#title-override {
       left: 0 !important;
       top: -1em !important;
       padding: 0.5em 0 0.2em 0 !important;
}

.h {
width: 500px;
height: 24px;
position: absolute;
bottom: 0px;
      background: rgb(10, 62, 97) transparent;
      background: rgba(10, 62, 97, 0.3);
      -moz-border-radius: 9px; /* para o Firefox */ 
      -webkit-border-radius: 9px; /* para o Safari */

}

.teste {
      width: 500px;
      border-width: medium;
border-style: solid;
border-color: black;
}

.footer {
position: absolute;
bottom: 0px;
background: rgb(10, 62, 97) transparent;
      background: rgba(10, 62, 97, 0.3);
      -moz-border-radius: 9px; /* para o Firefox */ 
      -webkit-border-radius: 9px; /* para o Safari */
}