Mudanças entre as edições de "MediaWiki:Common.css"
Ir para navegação
Ir para pesquisar
Etiqueta: Revertido |
|||
Linha 67: | Linha 67: | ||
border-radius: 0px 7px 7px 0px; | border-radius: 0px 7px 7px 0px; | ||
padding: 3px; | padding: 3px; | ||
} | |||
td, | |||
th { | |||
border: 1px solid rgb(190, 190, 190); | |||
padding: 10px; | |||
} | |||
td { | |||
text-align: center; | |||
} | |||
tr:nth-child(even) { | |||
background-color: #eee; | |||
} | |||
th[scope="col"] { | |||
background-color: #696969; | |||
color: #fff; | |||
} | |||
th[scope="row"] { | |||
background-color: #d7d9f2; | |||
} | |||
caption { | |||
padding: 10px; | |||
caption-side: bottom; | |||
} | |||
table { | |||
border-collapse: collapse; | |||
border: 2px solid rgb(200, 200, 200); | |||
letter-spacing: 1px; | |||
font-family: sans-serif; | |||
font-size: .8rem; | |||
} | } |
Edição das 04h35min 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; } .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: 1px solid #813625; border-radius: 7px 7px 0px 0px; font-size: 1.5em; text-align: center; background-color: #d67d69; font-weight: bold; } .infobox-star { text-align: center; padding-top: 0.2em; } .infobox-image { text-align: center; padding: 0.5em; padding-bottom: 10px; } .infobox th { text-align: center; vertical-align: middle; width: 100%; background-color: #d67d69; border-radius: 7px 0px 0px 7px; } .infobox td { text-align: left; vertical-align: top; width: 300px; background-color: #f5f5f5; border-radius: 0px 7px 7px 0px; padding: 3px; } td, th { border: 1px solid rgb(190, 190, 190); padding: 10px; } td { text-align: center; } tr:nth-child(even) { background-color: #eee; } th[scope="col"] { background-color: #696969; color: #fff; } th[scope="row"] { background-color: #d7d9f2; } caption { padding: 10px; caption-side: bottom; } table { border-collapse: collapse; border: 2px solid rgb(200, 200, 200); letter-spacing: 1px; font-family: sans-serif; font-size: .8rem; }