MediaWiki:Common.css

Página de Interface do MediaWiki
Revisão de 06h20min de 27 de janeiro de 2023 por Forte (discussão | contribs)
(dif) ← Edição anterior | Revisão atual (dif) | Versão posterior → (dif)

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.
/* Código CSS colocado aqui será aplicado a todos os temas */

/*Formatação da página principal*/
.page-ProleWiki_Página_principal .firstHeading, 
.page-ProleWiki_Página_principal #siteSub { 
	display: none;
}
	
/* Tema da wiki */
#siteSub {							/* Size of text "From ProleWiki, the proletarian encyclopedia" below the title of the article. */
		display: block;
		font-size: 85% !important;
} 
.mw-body {
    box-shadow: 0 0.25em 0.6em -0.15em rgba(0,0,0,0.15);
}

#editpage-copywarn {
	line-height: 1em;
	margin-top: .75em;
}

#pw-mp-banner span
{
	display: inline-block;
	width: 100%;
	object-fit: contain;
	object-position: center;
	content: url(https://shared.prolewiki.org/uploads/f/f9/Mainpageheader.png);
}

.page-Biblioteca_Teses_sobre_Feuerbach h3
	{ text-align: center; }

/* Announcement style */

.announcement {
   border:1px solid #aaaaaa;
   background-color:#f9f9f9;
   padding:5px;
   font-size: 95%;
}


/* Infobox template style */
.infobox {
	border: 1px solid #a2a9b1;
	border-spacing: 3px;
	background-color: #f8f9fa;
	color: black;
	/* @noflip */
	margin: 0.5em 0 0.5em 1em;
	padding: 0.2em;
	/* @noflip */
	float: right;
	/* @noflip */
	clear: right;
	font-size: 88%;
	line-height: 1.5em;
}
.infobox caption {
	font-size: 125%;
	font-weight: bold;
	padding: 0.2em;
	text-align: center;
}
.infobox td,
.infobox th {
	vertical-align: top;
	/* @noflip */
	text-align: left;
}
.infobox.bordered {
	border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
	border: 1px solid #a2a9b1;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
	border: 0;
}

.infobox.sisterproject {
	width: 20em;
	font-size: 90%;
}

.infobox.standard-talk {
	border: 1px solid #c0c090;
	background-color: #f8eaba;
}
.infobox.standard-talk.bordered td,
.infobox.standard-talk.bordered th {
	border: 1px solid #c0c090;
}

/* styles for bordered infobox with merged rows */
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
	border: 0;
	border-top: 1px solid #a2a9b1;
	/* @noflip */
	border-right: 1px solid #a2a9b1;
}

.infobox.bordered .mergedrow td,
.infobox.bordered .mergedrow th {
	border: 0;
	/* @noflip */
	border-right: 1px solid #a2a9b1;
}

/* Styles for geography infoboxes, eg countries,
   country subdivisions, cities, etc.            */
.infobox.geography {
	border-collapse: collapse;
	line-height: 1.2em;
	font-size: 90%;
}

.infobox.geography  td,
.infobox.geography  th {
	border-top: 1px solid #a2a9b1;
	padding: 0.4em 0.6em 0.4em 0.6em;
}
.infobox.geography .mergedtoprow td,
.infobox.geography .mergedtoprow th {
	border-top: 1px solid #a2a9b1;
	padding: 0.4em 0.6em 0.2em 0.6em;
}

.infobox.geography .mergedrow td,
.infobox.geography .mergedrow th {
	border: 0;
	padding: 0 0.6em 0.2em 0.6em;
}

.infobox.geography .mergedbottomrow td,
.infobox.geography .mergedbottomrow th {
	border-top: 0;
	border-bottom: 1px solid #a2a9b1;
	padding: 0 0.6em 0.4em 0.6em;
}

.infobox.geography .maptable td,
.infobox.geography .maptable th {
	border: 0;
	padding: 0;
}
/*CREATE ACCOUNT AND USER LOGIN CSS*/

.page-Especial_Criar_conta .firstHeading {
        width: 32rem;
        margin: 1.5em auto .4em;
}
.page-Especial_Criar_conta .mw-ui-container {
        width: 32rem;
        margin: 3em auto;
}
.page-Especial_Criar_conta .mw-ui-container #userloginForm {
            float: unset;
            margin: 0;
}
.page-Especial_Criar_conta .mw-ui-vform {
            margin: 2.5em auto 0;
            width: 22rem;
}
.page-Especial_Criar_conta .mw-createacct-benefits-container {
  display: none
}

.page-Especial_Entrar .firstHeading {
        width: 32rem;
        margin: 1.5em auto .4em;
}
.page-Especial_Entrar .mw-ui-container {
        width: 32rem;
        margin: 3em auto;
}
.page-Especial_Entrar .mw-ui-container #userloginForm {
            float: unset;
            margin: 0;
}
.page-Especial_Entrar .mw-ui-vform {
            margin: 2.5em auto 0;
            width: 22rem;
}

.mw-body-content sub,
.mw-body-content sup,
.reference {
	font-size: 80%;
}