MediaWiki:Common.css

De Grêmiopédia, a enciclopédia do Grêmio
Revisão de 03h26min de 11 de maio de 2019 por Maicon Silva (discussão | contribs)
Ir para navegação Ir para pesquisar

Nota: Após publicar, você pode ter que limpar o "cache" do seu navegador para ver as alterações.

  • Firefox / Safari: Pressione Shift enquanto clica Recarregar, ou pressione Ctrl-F5 ou Ctrl-R (⌘-R no Mac)
  • Google Chrome: Pressione Ctrl-Shift-R (⌘-Shift-R no Mac)
  • Internet Explorer/Edge: PressioneCtrl enquanto clica Recarregar, ou Pressione Ctrl-F5
  • Opera: Pressione Ctrl-F5.
/**
 * Infobox V2 - em fase de teste
 * Ver [[fr:Projet:Infobox/V2]]
 **/
.infobox_v2 {
	background: #f9f9f9;
	color: #000;
	font-size: 90%;
	line-height: 1.1em;
	float:right;
	clear:right;
	margin:0 0 .5em 1em;
	width: 23em;
	border: 1px solid #aaa;
	padding: 2px;
}

.infobox_v2 th {
	vertical-align:top;
	text-align:left;
}

.infobox_v2 .topo{
	height:45px;
	vertical-align:middle;
	text-align:center;
	font-size:120%;
	font-weight:bolder;
	line-height:1.2em;
	color:#000;
}

.infobox_v2 .midia {
	height:35px;
	vertical-align:middle;
	text-align:center;
	font-weight:bolder;
	color:#000;
}

/******************************
 * Styles for mobile main page
 ******************************/

@media all and (min-width: 768px) {
	.lonsdale-mainpage-column {
		float: left;
		width: 50%;
	}
	.lonsdale-mainpage-column-first {
		padding-right: 10px;
	}
	.lonsdale-mainpage-column-second {
		padding-left: 10px;
	}
	.lonsdale-mainpage-sister-projects {
		text-align: center;
	}
}

/******************************
 * To make images responsive
 ******************************/
.res-img img {
	max-width:100%;
	height:auto;
}

/****************************************************
 * To hide wikisource proofread icons on index pages
 ****************************************************/
.mw-indicators.mw-body-content {
    display: none;
}