Mudanças entre as edições de "MediaWiki:Common.css"
Ir para navegação
Ir para pesquisar
(Criou página com '→* o código CSS colocado aqui será aplicado a todos os temas: →make the list of references look smaller and highlight clicked reference in blue: ol.references { font-si...') |
(Sem diferença)
|
Edição atual tal como às 19h00min de 28 de abril de 2011
/** o código CSS colocado aqui será aplicado a todos os temas */ /* make the list of references look smaller and highlight clicked reference in blue */ ol.references { font-size: 80%; } .references-small { font-size: 70%;} ol.references > li:target { background-color: #ddeeff; } sup.reference:target { background-color: #ddeeff; }