Mudanças entre as edições de "MediaWiki:Common.css"

De Wiki Gla
Ir para navegação Ir para pesquisar
Linha 26: Linha 26:




.infobox {
.bronzeinfobox {
background: none;
background: none;
border: none;
border: none;
Linha 36: Linha 36:
margin: 1em 0 2em 0;
margin: 1em 0 2em 0;
}
}
.infobox-title {
.bronzeinfobox-title {
border: 1px solid #813625;
border: 1px solid #813625;
border-radius: 7px 7px 0px 0px;
border-radius: 7px 7px 0px 0px;
Linha 44: Linha 44:
font-weight: bold;
font-weight: bold;
}
}
.infobox-star {
.bronzeinfobox-star {
text-align: center;
text-align: center;
padding-top: 0.2em;
padding-top: 0.2em;
}
}
.infobox-image {
.bronzeinfobox-image {
text-align: center;
text-align: center;
padding: 0.5em;
padding: 0.5em;
padding-bottom: 10px;
padding-bottom: 10px;
}
}
.infobox th {
.bronzeinfobox th {
text-align: center;
text-align: center;
vertical-align: middle;
vertical-align: middle;
Linha 59: Linha 59:
width: 400px;
width: 400px;
}
}
.infobox td {
.bronzeinfobox td {
text-align: center;
text-align: center;
vertical-align: top;
vertical-align: top;

Edição das 05h49min de 18 de julho de 2021

/* 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;
}


.bronzeinfobox {
background: none;
border: none;
float: left;
padding: 1em;
width: 400px;
box-shadow: 0 0 .3em #999;
border-radius: .3em;
margin: 1em 0 2em 0;
}
.bronzeinfobox-title {
border: 1px solid #813625;
border-radius: 7px 7px 0px 0px;
font-size: 1.5em;
text-align: center;
background-color: #d67d69;
font-weight: bold;
}
.bronzeinfobox-star {
text-align: center;
padding-top: 0.2em;
}
.bronzeinfobox-image {
text-align: center;
padding: 0.5em;
padding-bottom: 10px;
}
.bronzeinfobox th {
text-align: center;
vertical-align: middle;
background-color: #d67d69;
width: 400px;
}
.bronzeinfobox td {
text-align: center;
vertical-align: top;
background-color: #f5f5f5;
padding: 6px;
width: 400px;
}