MediaWiki:Common.css

Revisão em 07h01min de 20 de dezembro de 2008 por GregSmith (discussão | contribs) (New page: →‎CSS placed here will be applied to all skins: →‎<source lang="css">: →‎{{header}}: table.headertemplate { width:100%; margin-bottom:5px; border:1px solid #ADA; background:...)
(dif) ← Revisão anterior | Revisão atual (dif) | Revisão seguinte → (dif)

Nota: Depois de publicar, poderá ter de contornar a 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: Pressione Ctrl enquanto clica Recarregar, ou pressione Ctrl-F5
  • Opera: Pressione Ctrl-F5.
/* CSS placed here will be applied to all skins */

/* <source lang="css"> */

/* {{header}} */
table.headertemplate {
	width:100%;
	margin-bottom:5px;
	border:1px solid #ADA;
	background:#fffe83;
	text-align:center;
	font-size:0.9em;
}
.headertemplate .header_backlink,
.headertemplate .header_forelink {
	width:20%;
	font-size:0.9em;
	line-height:normal;
}
.header_notes {
	width:100%;
	border-bottom:1px solid #A88;
	background:#FAFAFF;
	font-size:0.9em;
}
.headertemplate .header_title { width: 60%; }
.headertemplate .header_backlink { text-align:left; }
.headertemplate .header_forelink { text-align:right; }

/* </source> */