Skip to main content

Nota: Após gravar, terá de limpar 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: Pressione Ctrl enquanto clica Recarregar, ou pressione Ctrl-F5
  • Opera: Limpe a cache em Ferramentas → Preferências (Tools → Preferences)
/*
ATENÇÃO ADMINISTRADORES
Este é o ficheiro CSS para todos os usuários e skins da WikiSporting.com

SECÇÕES
1. Página Inicial
2. Avisos
3. Tabelas
4. Predefinições
5. Extensões
6. Outras alterações
*/

/** 1. PÁGINA INICIAL **/

/* Retirar o título da Página Inicial */
body.page-Main_Page h1.firstHeading {
    display:none;
}

/** 2. AVISOS **/

/* Notice */
.notice {
    margin: 1em;
    padding: 0.2em;
}

/** 3. TABELAS **/

/* Wikitable e Prettytable */
table.wikitable,
table.prettytable {
    margin: 1em 1em 1em 0;
    background: #f9f9f9;
    border: 1px #aaa solid;
    border-collapse: collapse;
}
.wikitable th,
.wikitable td,
.prettytable th,
.prettytable td {
    border: 1px #aaa solid;
    padding: 0.2em;
}
.wikitable th,
.prettytable th {
    background: #f2f2f2;
    text-align: center;
}
.wikitable caption,
.prettytable caption {
    margin-left: inherit;
    margin-right: inherit;
    font-weight: bold;
}

/* Tabelas colapsáveis */
table.collapsed tr.collapsible {
    display: none;
}
.collapseButton { /* Aspectos dos botões "mostrar/esconder" criados no javascript em [[MediaWiki:Common.js]] */
    float: right;
    font-weight: normal;
    text-align: right;
    width: auto;
}

/* Caixas de navegação NavFrame */
div.Boxmerge,
div.NavFrame {
    margin: 0;
    padding: 4px;
    border: 1px solid #aaa;
    text-align: center;
    border-collapse: collapse;
    font-size: 95%;
}
div.Boxmerge div.NavFrame {
    border-style: none;
    border-style: hidden;
}
div.NavFrame + div.NavFrame {
    border-top-style: none;
    border-top-style: hidden;
}
div.NavPic {
    background-color: #fff;
    margin: 0;
    padding: 2px;
    float: left;
}
div.NavFrame div.NavHead {
    height: 1.6em;
    font-weight: bold;
    background-color: #ccf;
    position:relative;
}
div.NavFrame p {
    font-size: 100%;
}
div.NavFrame div.NavContent {
    font-size: 100%;
}
div.NavFrame div.NavContent p {
    font-size: 100%;
}
div.NavEnd {
    margin: 0;
    padding: 0;
    line-height: 1px;
    clear: both;
}
a.NavToggle {
    position: absolute;
    top: 0;
    right: 3px;
    font-weight: normal;
    font-size: 90%;
}

/** 4. PREDEFINIÇÕES **/

/* Predefinição:Documentação */
#documentacao {
    width: 96%;
    clear: both;
    border: 1px solid #aaa;
    background-color: #ecfcf4;
    padding: 2%;
    margin-top: 2%;
    margin-bottom: 2%;
}
.documentacao-cabecalho {
    border-bottom: 1px solid #aaa;
    background-color: #ecfcf4;
    background-image: url("images/2/20/Template_doc.png");
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 125%;
    text-align: left;
    padding-left: 13%;
    line-height: 50px;
    font-weight: bold;
}

/* Predefinição:Desambiguação */
#desambiguacao {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #aaa;
    border-bottom-color: #aaa;
    background-image: url("images/1/15/Desambig.png");
    background-repeat: no-repeat;
    background-position: left center;
    text-align: left;
    line-height: 50px;
}
.desambiguacao-infosup {
    padding-left: 10%;
}
.desambiguacao-infosub {
    font-size: small;
    color: #aaa;
    padding-left: 10%;
}

/* Predefinição:Quote */
#quote {
    padding-top: 15px;
    padding-right: 5px;
    padding-bottom: 15px;
    padding-left: 5px;
    width: auto;
    vertical-align: top;
}
.quote-aspasup {
    font-size: 40px;
    color: #007700;
    text-align: center;
}
.quote-aspasub {
    margin-top: 0;
    font-size: 40px;
    color: #007700;
    text-align: center;
    vertical-align: bottom;
}
.quote-ref {
    font-size: smaller;
    text-align: right;
    padding-right: 4%;
}

/** 5. EXTENSÕES **/

/* Extensão:Cite */
ol.references {
    font-size: 90%; /* Letra pequena na lista de referências */
}
.references-2column { /* O código abaixo não passa na validação do W3C mas está correcto*/
    font-size: 90%;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}
.same-bg {
    background: none;
}
ol.references > li:target { /* Quando se clica numa referência, esta é destacada a amarelo para facilitar visualização */
    background-color: #FFCC00;
}
sup.reference:target {
    background-color: #FFCC00;
}
cite { /* Estilo das citações */
    font-style: normal;
    word-wrap: break-word;
}
cite:target { /* Ao clicar numa ligação para uma referência, esta é destacada a amarelo */
    background-color: #FFCC00;
}
@media print { /* Não expandir os URLs dentro das citações aquando a impressão do artigo */
#content cite a.external.text:after {
    display: none;
}
}
@media screen, handheld, projection { /* Numeração das citações que não necessita ser apresentada em dispositivos de leitura mas que é necessária aquando a impressão */
cite *.printonly {
    display: none;
}
}

/** 6. OUTRAS ALTERAÇÕES **/

/* Redireccionamentos em intálico nas Categorias e nas Páginas Especiais */
.redirect-in-category,
.allpagesredirect {
    font-style: italic;
}

/* Coloca um fundo em xadrez na página de descrição de imagens se esta tiver fundo transparente */
#file img {
    background: url("images/Checker-16x16.png") repeat;
}

/* Reduzir a altura da linha para o <sup> e <sub> */
sup,
sub {
    line-height: 1em;
}

/* Adicionar barras de navegação horizontal às caixas sempre que estas forem maiores que a janela do browser */
pre {
    overflow: auto;
}

/* ??? */
.plainlinks a {
    background: none repeat scroll 0 0 transparent !important;
    padding: 0 !important;
}

/* Sort arrows added by SortableTables */
a.sortheader {
    margin: 0 0.3em;
}

/* Retirar a visualizacao das paginas de Discussao e de usuário desconhecido */
#pt-mytalk,
#pt-anonuserpage,
#pt-anontalk {
    display: none !important;
}