Skip to main content
m (Tabelas Colapsáveis JQuery border radius)
m (Tabelas Colapsáveis JQuery border radius)
Linha 131: Linha 131:
 
background-color:#fff;
 
background-color:#fff;
 
padding:0.5%;
 
padding:0.5%;
 +
-moz-border-radius:10px;
 +
-webkit-border-radius:10px;
 +
border-radius:10px;
 
}
 
}
  

Revisão das 02h36min de 18 de janeiro de 2012

/*
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-Wiki_Sporting h1.firstHeading {
    display: none !important;
}

/** 2. AVISOS **/

/** 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%;
}

#TabelaColapsavel {
	width:100%;
	background-color:#e1efc2;
	text-align:center;
	border: 1px solid #aaa;
	font-size:100%;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

.TabelaColapsavel-conteudo {
	width:99%;
	font-size:90%;
	text-align:center;
	background-color:#fff;
	padding:0.5%;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

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

/* Predefinição:Documentação */
#documentacao {
    width: 96%;
    clear: both;
    border: 1px solid #aaa;
    background-color: #ecfcf4;
    margin-top: 2%;
    margin-bottom: 2%;
    padding-top: 2%;
    padding-right: 2%;
    padding-bottom: 2%;
    padding-left: 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;
    width: 92%;
    vertical-align: middle;
    padding-left: 8%;
    padding-top: 1%;
    padding-bottom: 1%;
    margin-bottom: 2%;
}
.desambiguacao-infosub {
    font-size: smaller;
    font-style: italic;
}

/** 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 **/

/* 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;
}

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