Predefinição:Comitê Estratégico de Bibliotecas WMB/styles.css

Grupo de Usuários Wiki Movimento Brasil
Ir para navegação Ir para pesquisar
h2, h3, h4 { text-align:center; font-family:Montserrat, sans-serif;	font-weight: bold; }
h2 { font-size: 1.75em; border-bottom: 5px solid #F5B400; width:auto; margin:2em 0 1em 0; }
h3 { font-size: 1.25em; border-bottom: 5px solid #70B573; width:auto; margin:1em 0; }

a { color:#008A00 !important; font-style: italic }
li::marker { content: '◆ '; font-size: 1.2em; color:#008A00}

#header { background-color:#329967; color:#FFFFFF; padding:4em 2em; text-transform:uppercase; font-weight:bold; text-align:center; font-size: 250%; margin-bottom:1em; }
#datas_importantes { border-radius:2em; margin: 2em 0 0 0; overflow:hidden}
#datas_importantes_header h2 { color:#000000; background-color:#F5B400 ; line-height:2; margin:0; }
#datas_importantes_content { background-color:#FFDA75; padding:1em; }

#topics { column-count:2; }

.glam-container { display:grid; text-align:center; grid-template-columns: auto auto auto auto; }
.glam-block { display:grid; grid-template-rows: auto auto; }
.glam-circle { place-self: center; font-size:3em; font-weight:bold; height:3em; width:3em; border-style: solid; border-width: 0.15em; border-radius:2em; line-height: 3em; }
.glam-g { border-color:#990000; color: #990000; }
.glam-l { border-color:#008A00; color: #008A00; }
.glam-a { border-color:#005d8f; color: #005d8f; }
.glam-m { border-color:#f5b400; color: #f5b400; }
.column-g { background-color:#990000; margin: 0 1.5em; color:#000000; border-bottom: 1px solid #000000; }
.column-l { background-color:#008A00; margin: 0 1.5em; color:#000000; border-bottom: 1px solid #000000; }
.column-a { background-color:#005d8f; margin: 0 1.5em; color:#000000; border-bottom: 1px solid #000000; }
.column-m { background-color:#f5b400; margin: 0 1.5em; color:#000000; border-bottom: 1px solid #000000; }


/* ÍNDICE */
#custom_sections { position: sticky; top:0; height:0; width:25% }
#custom_sections ul { padding-right: 1em }

.meta-container { display:grid; background-color: #FFFFFF; font-family:Montserrat; line-height:1.75; padding: 1em}
.container { width:50%; margin: 0 auto; }
.photos { border-radius:100%; overflow:hidden; height:200px; width:200px; margin-left: 1em}
.person { margin-bottom:2em; }

@media screen and (max-width:1080px) {
	.container { width:100% }
	.meta-container { display:block; padding:0 }
	.photos img { max-width:unset !important }
	.photos { float: none; margin:0 auto; }
	#custom_sections { display: none }
	#topics { column-count:1; }
	#header { padding: 0.5em; }
}