Mudanças entre as edições de "MediaWiki:Common.css"
Ir para navegação
Ir para pesquisar
Linha 25: | Linha 25: | ||
} | } | ||
. | .charinfobox { | ||
background-color: #ffff00; | background-color: #ffff00; | ||
border: 2px solid #008600; | border: 2px solid #008600; | ||
Linha 33: | Linha 33: | ||
width: 400px; | width: 400px; | ||
} | } | ||
. | .charinfobox-title { | ||
border: 1px solid #000000; | border: 1px solid #000000; | ||
font-size: 1.5em; | font-size: 1.5em; | ||
Linha 39: | Linha 39: | ||
background-color: #ff0000; | background-color: #ff0000; | ||
} | } | ||
. | .charinfobox-subtitle { | ||
font-size: 1em; | font-size: 1em; | ||
text-align: center; | text-align: center; | ||
background-color: #fff00; | background-color: #fff00; | ||
} | } | ||
. | .charinfobox-image { | ||
text-align: center; | text-align: center; | ||
background-color: #ffff00; | background-color: #ffff00; | ||
} | } |
Edição das 00h51min 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; } .charinfobox { background-color: #ffff00; border: 2px solid #008600; float: right; margin: 0 0 1em 1em; padding: 1em; width: 400px; } .charinfobox-title { border: 1px solid #000000; font-size: 1.5em; text-align: center; background-color: #ff0000; } .charinfobox-subtitle { font-size: 1em; text-align: center; background-color: #fff00; } .charinfobox-image { text-align: center; background-color: #ffff00; }