MediaWiki:Common.css

De Wiki Gla
Revisão de 01h51min de 18 de julho de 2021 por Mestre (discussão | contribs)
Ir para navegação Ir para pesquisar

Nota: Após salvar, você pode ter que limpar o "cache" do seu navegador para ver as alterações.

  • Firefox / Safari: Pressione Shift enquanto clica Recarregar, ou pressione Ctrl-F5 ou Ctrl-R (⌘-R no Mac)
  • Google Chrome: Pressione Ctrl-Shift-R (⌘-Shift-R no Mac)
  • Internet Explorer/Edge: PressioneCtrl enquanto clica Recarregar, ou Pressione Ctrl-F5
  • Opera: Pressione Ctrl-F5.
/* Force lining numbers in headers (for fonts like Georgia) */
h1,
h2,
.firstHeading {
    -moz-font-feature-settings: "lnum";
    -webkit-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
}

/* Consistent size for sub/sup */
.mw-body sub,
.mw-body sup,
span.reference /* for Parsoid */ {
    font-size: 80%;
}


/* Hide confusing "Discussion" tab on [[Project:Support_desk]],
 * For sanity, only do this if [[Project_talk:Support_desk]] is a
 * redirect (which goes back to [[Project:Support_desk]]).
 * If that is changed for some reason, it automatically comes back.
 */
.page-Project_Support_desk #ca-talk a.mw-redirect {
 display: none;
}

.charinfobox {
background-color: transparent;
border: none;
float: left;
margin: 0 0 1em 1em;
padding: 1em;
width: 470px;
}      

.charinfobox-title {
border: 2px solid #813625;
font-size: 1.5em;
text-align: center;
background-color: #d67d69;
width: 670px
}
.charinfobox-subtitle {
font-size: 1em;
text-align: center;
background-color: #fff00;
}
.charinfobox-image {
text-align: center;
background-color: none;
}


.infobox {
background: none;
border: none;
float: left;
padding: 1em;
width: 400px;
box-shadow: 0 0 .3em #999;
border-radius: .3em;
margin: 1em 0 2em 0;
}
.infobox-title {
border: 2px solid #813625;
font-size: 1.5em;
text-align: center;
background-color: #d67d69;
font-weight: bold;
}
.infobox-stars {
text-align: center;
padding: 0em;
}
.infobox-image {
text-align: center;
padding: 1em;
}
.infobox th {
text-align: left;
vertical-align: middle;
width: 120px;
background-color: #d67d69;
}
.infobox td {
text-align: left;
vertical-align: top;
}