Skip to main content
m (Erro)
m (Cor esboço)
Linha 117: Linha 117:
 
     padding-top: 1%;
 
     padding-top: 1%;
 
     padding-bottom: 1%;
 
     padding-bottom: 1%;
     margin-bottom: 2%;
+
     margin-bottom: 1%;
 
}
 
}
 
/* Predefinição:Esboço */
 
/* Predefinição:Esboço */
Linha 125: Linha 125:
 
     border-top-style: solid;
 
     border-top-style: solid;
 
     border-bottom-style: solid;
 
     border-bottom-style: solid;
     border-top-color: #fda;
+
     border-top-color: #f0be39;
     border-bottom-color: #fda;
+
     border-bottom-color: #f0be39;
 
     background-image: url(images/e/e2/Nuvola_apps_ksig.png);
 
     background-image: url(images/e/e2/Nuvola_apps_ksig.png);
 
     background-repeat: no-repeat;
 
     background-repeat: no-repeat;
 
     background-position: left center;
 
     background-position: left center;
     background-color: #ffe;
+
     background-color: #fdfae5;
 
     text-align: left;
 
     text-align: left;
 
     width: 92%;
 
     width: 92%;
Linha 137: Linha 137:
 
     padding-top: 1%;
 
     padding-top: 1%;
 
     padding-bottom: 1%;
 
     padding-bottom: 1%;
     margin-bottom: 2%;
+
     margin-bottom: 1%;
 
}
 
}
 
.infosub {
 
.infosub {

Revisão das 01h05min de 29 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;
}

#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: 1%;
}
/* Predefinição:Esboço */
#esboco {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #f0be39;
    border-bottom-color: #f0be39;
    background-image: url(images/e/e2/Nuvola_apps_ksig.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-color: #fdfae5;
    text-align: left;
    width: 92%;
    vertical-align: middle;
    padding-left: 8%;
    padding-top: 1%;
    padding-bottom: 1%;
    margin-bottom: 1%;
}
.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;
}