Predefinição:Wiki Apoia/style.css

Grupo de Usuários Wiki Movimento Brasil
Ir para navegação Ir para pesquisar
.pad1 { padding:1em }
.siz125 { font-size:1.25em }
.siz175 { font-size:1.75em }
.siz225 { font-size:2.25em }

.block-big { font-size:1.25em; border-radius:1em; border:0.4em solid #272a41; margin:1em; padding:1em; text-align:center; }
.block-round-green { border-radius:1em; border:0.4em solid #328745; margin:1em; background-color:#328745; overflow:hidden; }
.block-round-green-title { padding:1em; color:white; }
.block-round-green-content { padding:1em; background-color:white; }

.event-block { display:flex; justify-content:space-between; flex-wrap:wrap; text-align:center; gap:0.4em; }
.event-element:nth-child(odd) { flex:1; border-radius:1em; border:0.4em solid #328745; padding:2em; background-color:#e9e9e9; }
.event-element:nth-child(even) { flex:1; border-radius:1em; border:0.4em solid #328745; padding:2em; background-color:white; }

h2 { border-bottom:0.3em solid #272a41; font-weight:bold; }
h3 { border-bottom: 0.3em solid #c51e23; font-weight: bold}

@media screen and (max-width:1080px) {
	.event-block { flex-direction:column; }
}

/* TABLE */
table:not(.header){
	width:100%;
	background-color: #FFFFFF !important;
	border: 2px solid  #272a41 !important;
}

tr:first-child th:not(.header) {
	background-color:  #272a41 !important;
	border-right: 2px solid #FFFFFF !important;
	padding: 1em;
	color: #FFFFFF;
}

tr th:last-child:not(.header) {
	border: 2px solid #272a41 !important;
}

th:nth-child(3) {width: 1%; white-space: nowrap;}
th:nth-child(4) {width: 1%; white-space: nowrap;}
th:nth-child(5) {width: 1%; white-space: nowrap;}

td:not(.header) {
	background-color: #FFFFFF !important;
	border: 2px solid #272a41 !important;
	padding: 10px;
}

/*[[Categoria:Wiki Apoia|*Styles]]*/