Predefinição:Sessão presencial de equipe em 2024/style.css: mudanças entre as edições

Grupo de Usuários Wiki Movimento Brasil
Ir para navegação Ir para pesquisar
Conteúdo deletado Conteúdo adicionado
Sem resumo de edição
Sem resumo de edição
Etiqueta: Revertido
Linha 71: Linha 71:
.side-by-side-tables { display: flex; flex-direction: row; flex-wrap:wrap; gap:1em; }
.side-by-side-tables { display: flex; flex-direction: row; flex-wrap:wrap; gap:1em; }
.side-table { flex: 1; }
.side-table { flex: 1; }
.tr-10 { height: 8.5em; }
.tr-10 { height: 9em; }
.tr-15 { height: 12.75em; }
.tr-15 { height: 13.5em; }
.tr-20 { height: 17em; }
.tr-20 { height: 18em; }
.tr-25 { height: 21.25em; }
.tr-25 { height: 22.25em; }

Edição das 00h44min de 26 de junho de 2024

.mw-heading { border-bottom: none; }
.content h1, h2 { font-family:"Montserrat", "sans serif"; font-weight: bold; color: #00679A; }

.header {
	display: flex;
	flex-direction: column;
	gap: 1em;
	justify-content: space-between;
	align-content: center;
	background-color: #FFFFFF;
	color: #00679A;
	padding: 2em;
	text-align: center;
	border-radius: 1em;
	border: 2px solid #00679A;
}

.title {
	font-family: 'Montserrat', 'sans-serif';
	font-size: 2em;
	font-weight: bold;
}

.header_menu {
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	flex-wrap:wrap;
	text-align:center;
	padding:0.5em 0;
	font-family: "Montserrat", "sans serif";
	gap:0.8em;
}

.header_menu a {
	background-color:#f6f6f6;
	flex:1;
	padding:1.5em;
	transition: all 500ms ease;
	border-bottom: 0.8em solid white;
	text-decoration: none;
	font-size: 1.15em;
	font-weight: bold;
	color: #00679A;
	border-bottom: 0.8em solid #00679A;
	border-radius: 1em;
	overflow: hidden;
}

.header_menu a:hover {
	background-color:gainsboro;
	border-bottom: 0.8em solid #00334d;
	text-decoration: none;
	color: #00334d;
}
.header_menu .active-menu-item + a:hover {
	background-color: #FFFFFF;
}

.content { padding: 1em; }

.block_content {
	padding: 1em;
	border: 2px solid #00679A;
	border-radius: 1em;
	margin-bottom: 1em;
}

.block_content:nth-child(even) { background-color: #f6f6f6; }

.side-by-side-tables { display: flex; flex-direction: row; flex-wrap:wrap; gap:1em; }
.side-table { flex: 1; }
.tr-10 { height: 9em; }
.tr-15 { height: 13.5em; }
.tr-20 { height: 18em; }
.tr-25 { height: 22.25em; }