MediaWiki:Common.css: mudanças entre as edições
Ir para navegação
Ir para pesquisar
Sem resumo de edição |
Sem resumo de edição |
||
| Linha 1: | Linha 1: | ||
/* ===================================== | /* ===================================== | ||
CLASSE - APRENDIZ - EverLight | |||
===================================== */ | ===================================== */ | ||
.hr- | .hr-classbox { | ||
width: 300px; | |||
float: right; | |||
background: #e5e5e5; | |||
margin: 10px; | |||
font-family: Arial, sans-serif; | |||
} | } | ||
.hr-header { | |||
background: #3a3a3a; | |||
color: #fff; | |||
.hr- | |||
background: # | |||
text-align: center; | text-align: center; | ||
font-weight: bold; | |||
padding: 6px; | padding: 6px; | ||
font- | font-size: 16px; | ||
} | } | ||
.hr-image, | |||
.hr- | .hr-sprite { | ||
text-align: center; | |||
padding: 8px; | |||
} | } | ||
.hr- | .hr-section-title { | ||
background: #3a3a3a; | |||
color: #fff; | |||
text-align: center; | text-align: center; | ||
font-weight: bold; | font-weight: bold; | ||
padding: | padding: 4px; | ||
font-size: 13px; | |||
} | } | ||
.bonus-table { | |||
. | width: 100%; | ||
border-collapse: collapse; | |||
width: | |||
} | } | ||
. | .bonus-table td { | ||
padding: 4px; | |||
text-align: center; | text-align: center; | ||
font-weight: bold; | |||
} | } | ||
Edição das 19h50min de 12 de janeiro de 2026
/* =====================================
CLASSE - APRENDIZ - EverLight
===================================== */
.hr-classbox {
width: 300px;
float: right;
background: #e5e5e5;
margin: 10px;
font-family: Arial, sans-serif;
}
.hr-header {
background: #3a3a3a;
color: #fff;
text-align: center;
font-weight: bold;
padding: 6px;
font-size: 16px;
}
.hr-image,
.hr-sprite {
text-align: center;
padding: 8px;
}
.hr-section-title {
background: #3a3a3a;
color: #fff;
text-align: center;
font-weight: bold;
padding: 4px;
font-size: 13px;
}
.bonus-table {
width: 100%;
border-collapse: collapse;
}
.bonus-table td {
padding: 4px;
text-align: center;
font-weight: bold;
}