Skip to main content
m (alterada página principal)
m
 
(Há 73 revisões intermédias de 2 utilizadores que não estão a ser apresentadas)
Linha 1: Linha 1:
 
/*
 
/*
ATTENTION ADMINISTRATORS:
+
ATENÇÃO ADMINISTRADORES
+
Este é o ficheiro CSS para todos os usuários e skins da WikiSporting.com
This is the CSS for all skins. Any major changes to this page or
+
 
[[MediaWiki:Monobook.css|Monobook.css]] should be first proposed on
+
SECÇÕES
the [[Wikipedia:Village pump (technical)|Village pump]]. 
+
1. Página Inicial
+
2. Avisos
Testing can be done on your own user Monobook.css. In [[Mozilla]] and
+
3. Tabelas
[[Opera (web browser)|Opera]], you can also test style changes dynamically
+
4. Predefinições
with the [http://www.squarefree.com/bookmarklets/webdevel.html test styles]
+
5. Extensões
bookmarklet from squarefree.com. It pops up a window for adding style rules,
+
6. Outras alterações
and updates the page as you type.
+
+
Always check with the [http://tinyurl.com/28y334 W3C CSS Validation Service]
+
([http://tinyurl.com/2g8bsk CVS version]) before and after any changes.
+
+
See also: [[Wikipedia:Catalogue of CSS classes|catalogue of CSS classes]].
+
+
Thank you.
+
 
*/
 
*/
+
 
/* <pre><nowiki> */
+
/**
+
1. PÁGINA INICIAL
/* Main page fixes */
+
**/
#interwiki-completelist {
+
 
    font-weight: bold;
+
/* Retirar o título da Página Inicial */
}
+
body.page-Wiki_Sporting h1.firstHeading {
+
body.page-Main_Page #ca-delete {
+
 
     display: none !important;
 
     display: none !important;
 
}
 
}
+
 
/* Add space below the toolbar */
+
/**
#toolbar {
+
2. AVISOS
     margin-bottom: 6px;
+
**/
 +
 
 +
.aviso {
 +
    border-top-width: 1px;
 +
    border-bottom-width: 1px;
 +
    border-top-style: solid;
 +
    border-bottom-style: solid;
 +
    background-repeat: no-repeat;
 +
    background-position: left center;
 +
    text-align: left;
 +
    width: 100%;
 +
    vertical-align: middle;
 +
    padding-left: 8%;
 +
    padding-top: 1%;
 +
    padding-bottom: 1%;
 +
     margin-bottom: 1%;
 +
    background-position: 2%;
 
}
 
}
+
.infosub {
/* make the list of references look smaller */
+
     font-size: smaller;
ol.references {
+
    font-style: italic;
     font-size: 100%;
+
 
}
 
}
+
 
.references-small { font-size: 90%;}
+
/**
+
3. TABELAS
/* VALIDATOR NOTICE: the following is correct, but the W3C validator doesn't accept it */
+
**/
/* -moz-* is a vendor-specific extension (CSS 2.1 4.1.2.1) */
+
.wikitable>tbody>tr:hover {
/* column-count is from the CSS3 module "CSS Multi-column Layout" */
+
background-color: #f5f5f5
/* Please ignore any validator errors caused by these two lines */
+
.references-2column {
+
    font-size: 90%;
+
    -moz-column-count: 2;
+
    -webkit-column-count: 2;
+
    column-count: 2;
+
 
}
 
}
+
 
.same-bg { background: none; }
+
#TabelaColapsavel {
+
width:100%;
/* Highlight clicked reference in blue to help navigation */
+
background-color:#e1efc2;
ol.references > li:target {
+
text-align:center;
    background-color: #DEF;
+
border: 1px solid #aaa;
 +
font-size:100%;
 +
-moz-border-radius:10px;
 +
-webkit-border-radius:10px;
 +
border-radius:10px;
 
}
 
}
+
 
sup.reference:target {  
+
.TabelaColapsavel-conteudo {
    background-color: #DEF;
+
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;
 
}
 
}
+
 
/* Styling for citations */
+
.borderradius {
cite {
+
-moz-border-radius: 10px;
    font-style: normal;
+
-webkit-border-radius: 10px;
    word-wrap: break-word;
+
border-radius: 10px;
 
}
 
}
+
 
/* If there is an inline link to a full citation, the full citation will turn blue when the inline link is clicked */
+
/* Pesquisa nas tabelas */
cite:target {
+
 
     background-color: #DEF;
+
.search-table{
 +
    background-image: url('images/2/24/Estrutura.png'); /* Add a search icon to input */
 +
    background-position: 10px 12px; /* Position the search icon */
 +
    background-repeat: no-repeat; /* Do not repeat the icon image */
 +
     background-size: 30px;
 +
    width: 200px; /* Collapsed when not focused */
 +
    -webkit-transition: width 0.4s ease-in-out;
 +
    transition: width 0.4s ease-in-out;
 +
    font-size: 16px; /* Increase font-size */
 +
    padding: 12px 20px 12px 50px; /* Add some padding */
 +
    border: 1px solid #ddd; /* Add a grey border */
 +
    margin-bottom: 10px; /* Add some space below the input */
 
}
 
}
+
 
/* Do not expand URLs within citations for printing. The URLs should be included explicitly, to avoid confusion */
+
.search-table:focus{
+
     width: 100%; /* Full width when focused */
@media print {
+
     #content cite a.external.text:after {
+
        display: none;
+
    }
+
 
}
 
}
+
 
/* For linked citation numbers and document IDs, where the number need not be shown on a screen or a handheld, but should be included in the printed version */
+
.results tr[visible='false'],
+
.no-result{
@media screen, handheld, projection {
+
  display:none;
    cite *.printonly {
+
        display: none;
+
    }
+
 
}
 
}
+
 
+
.results tr[visible='true']{
/* wikitable/prettytable class for skinning normal tables */
+
  display:table-row;
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;
+
4. PREDEFINIÇÕES
     padding: 0.2em;
+
**/
 +
 
 +
/* Predefinição:Documentação */
 +
#documentacao {
 +
    width: 100%;
 +
    clear: both;
 +
     border: 1px solid #b1cdeb;
 +
    background-color: #ecfcf4;
 +
    margin-top: 2%;
 +
    margin-bottom: 2%;
 +
     padding-top: 2%;
 +
    padding-right: 2%;
 +
    padding-bottom: 2%;
 +
    padding-left: 2%;
 
}
 
}
.wikitable th,
+
.documentacao-cabecalho {
.prettytable th {
+
     border-bottom: 1px solid #aaa;
     background: #f2f2f2;
+
     background-image: url(images/2/20/Template_doc.png);
     text-align: center;
+
    background-repeat: no-repeat;
}
+
    background-position: 2%;
.wikitable caption,
+
    font-size: 125%;
.prettytable caption {
+
    text-align: left;
     margin-left: inherit;
+
     padding-left: 12%;
     margin-right: inherit;
+
     line-height: 50px;
 
     font-weight: bold;
 
     font-weight: bold;
 +
    margin-bottom: 2%;
 
}
 
}
+
 
+
/* Predefinição:Desambiguação*/
/* default skin for navigation boxes */
+
.desambiguacao {
table.navbox {           /* navbox container style */
+
    border-top-color: #0054a6;
  border:1px solid #aaa;
+
    border-bottom-color: #0054a6;
  width:100%;  
+
    background-image: url(images/2/26/Desambiguacao-icone.png);
  margin:auto;
+
  clear:both;
+
  font-size:88%;
+
  text-align:center;
+
  padding:1px;
+
 
}
 
}
table.navbox + table.navbox {
+
 
  margin-top:-1px;       /* single pixel border between adjacent navboxes (doesn't work for IE6, but that's okay) */
+
/* Predefinição:Esboço */
 +
.esboco {
 +
    border-top-color: #f0be39;
 +
    border-bottom-color: #f0be39;
 +
    background-image: url(images/e/e5/Esboco-icone.png);
 +
    background-color: #fdfae5;
 
}
 
}
.navbox-title, .navbox-abovebelow, table.navbox th {
+
 
  text-align:center;      /* title and above/below styles */
+
/* Predefinição:Índice */
  padding-left:1em;
+
.indice {
  padding-right:1em;
+
    border-top-color: #b1cdeb;
}
+
     border-bottom-color: #b1cdeb;
.navbox-group {           /* group style */
+
    background-image: url(images/0/04/Index-icone.png);
  white-space:nowrap;
+
    background-color: #ecfcf4;
  text-align:right;
+
  font-weight:bold;
+
  padding-left:1em;
+
  padding-right:1em;
+
}
+
.navbox, .navbox-subgroup {
+
  background:#fdfdfd;     /* Background color */
+
}
+
.navbox-list {
+
  border-color:#fdfdfd;   /* Must match background color */
+
}
+
.navbox-title, table.navbox th {
+
  background:#ccccff;    /* Level 1 color */
+
}
+
.navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title {
+
  background:#ddddff;    /* Level 2 color */
+
}
+
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
+
  background:#e6e6ff;    /* Level 3 color */
+
}
+
.navbox-even {
+
  background:#f7f7f7;     /* Even row striping */
+
}
+
.navbox-odd {
+
  background:transparent; /* Odd row striping */
+
 
}
 
}
  
.collapseButton {        /* 'show'/'hide' buttons created dynamically by the        */
+
/* Predefinição:Languages */
    float: right;        /* CollapsibleTables javascript in [[MediaWiki:Common.js]] */
+
.idioma {
     font-weight: normal; /* are styled here so they can be customised.              */
+
     border-top-color: #66cd00;
     text-align: right;
+
     border-bottom-color: #66cd00;
     width: auto;
+
     background-image: url(images/f/f7/Idioma-icone.png);
 
}
 
}
  
.navbox .collapseButton { /* In navboxes, the show/hide button balances the vde links from */
+
/* Predefinição:Construção */
     width: 6em;           /* [[Template:Tnavbar]], so they need to be the same width.      */
+
.construcao {
 +
     border-top-color: #000000;
 +
    border-bottom-color: #000000;
 +
    background-image: url(images/7/70/Construcao-icone.png);
 +
    background-color: #e9e9e9;
 
}
 
}
  
+
/**
@media print {
+
5. EXTENSÕES
    .navbox {
+
**/
        display: none;
+
 
    }
+
/* Extensão:Cite */
}
+
ol.references {
+
     font-size: 90%; /* Letra pequena na lista de referências */
/* Infobox template style */
+
.infobox {
+
     border: 1px solid #aaa;
+
    background-color: #f9f9f9;
+
    color: black;
+
    margin: 0.5em 0 0.5em 1em;
+
    padding: 0.2em;
+
    float: right;
+
    clear: right;
+
 
}
 
}
.infobox td,
+
.references-2column { /* O código abaixo não passa na validação do W3C mas está correcto*/
.infobox th {
+
    vertical-align: top;
+
}
+
.infobox caption {
+
    font-size: larger;
+
    margin-left: inherit;
+
}
+
.infobox.bordered {
+
    border-collapse: collapse;
+
}
+
.infobox.bordered td,
+
.infobox.bordered th {
+
    border: 1px solid #aaa;
+
}
+
.infobox.bordered .borderless td,
+
.infobox.bordered .borderless th {
+
    border: 0;
+
}
+
+
.infobox.sisterproject {
+
    width: 20em;
+
 
     font-size: 90%;
 
     font-size: 90%;
 +
    -moz-column-count: 2;
 +
    -webkit-column-count: 2;
 +
    column-count: 2;
 
}
 
}
+
.same-bg {
@media print {
+
     background: none;
     .infobox.sisterproject {
+
        display: none;
+
    }
+
 
}
 
}
+
ol.references > li:target { /* Quando se clica numa referência, esta é destacada a amarelo para facilitar visualização */
.infobox.standard-talk {
+
     background-color: #FFCC00;
    border: 1px solid #c0c090;
+
     background-color: #f8eaba;
+
 
}
 
}
.infobox.standard-talk.bordered td,
+
sup.reference:target {
.infobox.standard-talk.bordered th {
+
     background-color: #FFCC00;
     border: 1px solid #c0c090;
+
 
}
 
}
+
cite { /* Estilo das citações */
/* styles for bordered infobox with merged rows */
+
     font-style: normal;
.infobox.bordered .mergedtoprow td,
+
     word-wrap: break-word;
.infobox.bordered .mergedtoprow th {
+
     border: 0;
+
     border-top: 1px solid #aaa;
+
    border-right: 1px solid #aaa;
+
 
}
 
}
+
cite:target { /* Ao clicar numa ligação para uma referência, esta é destacada a amarelo */
.infobox.bordered .mergedrow td,
+
     background-color: #FFCC00;
.infobox.bordered .mergedrow th {
+
    border: 0;
+
     border-right: 1px solid #aaa;
+
 
}
 
}
+
@media print { /* Não expandir os URLs dentro das citações aquando a impressão do artigo */
/* Styles for geography infoboxes, e.g. countries, country subdivisions, cities, etc. */
+
#content cite a.external.text:after {
.infobox.geography {
+
     display: none;
    text-align: left;
+
    border-collapse: collapse;
+
    line-height: 1.2em;
+
     font-size: 90%;
+
 
}
 
}
 
.infobox.geography  td,
 
.infobox.geography  th {
 
    border-top: solid 1px #aaa;
 
    padding: 0.4em 0.6em 0.4em 0.6em;
 
 
}
 
}
.infobox.geography .mergedtoprow td,
+
@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 */
.infobox.geography .mergedtoprow th {
+
cite *.printonly {
    border-top: solid 1px #aaa;
+
    padding: 0.4em 0.6em 0.2em 0.6em;
+
}
+
+
.infobox.geography .mergedrow td,
+
.infobox.geography .mergedrow th {
+
    border: 0;
+
    padding: 0 0.6em 0.2em 0.6em;
+
}
+
+
.infobox.geography .mergedbottomrow td,
+
.infobox.geography .mergedbottomrow th {
+
    border-top: 0;
+
    border-bottom: solid 1px #aaa;
+
    padding: 0 0.6em 0.4em 0.6em;
+
}
+
+
.infobox.geography .maptable td,
+
.infobox.geography .maptable th {
+
    border: 0;
+
    padding: 0;
+
}
+
+
/* Style for "notices" */
+
.notice {
+
    margin: 1em;
+
    padding: 0.2em;
+
}
+
+
#disambig {
+
    border-top: 1px solid #ccc;
+
    border-bottom: 1px solid #ccc;
+
}
+
+
/* Persondata and other (future) metadata */
+
table.InChI, /* temporary */
+
table.persondata {
+
    border: 1px solid #aaa;
+
 
     display: none;
 
     display: none;
    speak: none;
 
 
}
 
}
.InChI-label, /* temporary */
 
.persondata-label {
 
    color: #aaa;
 
 
}
 
}
+
 
/* Makes redirects appear in italics in categories and on [[Special:Allpages]] */
+
/**
.redirect-in-category, .allpagesredirect {
+
6. OUTRAS ALTERAÇÕES
     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;
 
}
 
}
+
 
/* Class for links with loudspeaker icon next to them */
+
/* Reduzir a altura da linha para o <sup> e <sub> */
/* (Used in [[Template:Audio]] and the like to make the speaker clickable) */
+
sup,
+
sub {
.audiolink a {
+
     line-height: 1em;
     background: url("http://upload.wikimedia.org/wikipedia/commons/thumb/8/8a/Loudspeaker.svg/11px-Loudspeaker.svg.png") center left no-repeat !important;
+
    padding-left: 16px !important;
+
    padding-right: 0 !important;
+
 
}
 
}
+
 
/* Icons for medialist templates [[Template:Listen]], [[Template:Multi-listen_start]], [[Template:Video]], [[Template:Multi-video_start]] */
+
/* Retirar a visualizacao das paginas de Discussao e de usuário desconhecido */
+
#pt-mytalk,
div.listenlist {
+
#ca-talk,
    background: url("http://upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Gnome-speakernotes.png/30px-Gnome-speakernotes.png");
+
#pt-anonuserpage,
    padding-left: 40px;
+
#pt-anontalk {
}
+
+
div.videolist, div.multivideolist {
+
    background: url("http://upload.wikimedia.org/wikipedia/en/thumb/2/20/Tango-video-x-generic.png/40px-Tango-video-x-generic.png");
+
    padding-left: 50px;
+
}
+
+
/* Style rules for media list templates */
+
div.medialist {
+
    min-height: 50px;
+
    margin: 1em;
+
    background-position: top left;
+
    background-repeat: no-repeat;
+
}
+
+
div.medialist ul {
+
    list-style-type: none;
+
    list-style-image: none;
+
    margin: 0;
+
}
+
+
div.medialist ul li {
+
    padding-bottom: 0.5em;
+
}
+
+
div.medialist ul li li {
+
    font-size: 91%;
+
    padding-bottom: 0;
+
}
+
+
/* Change the external link icon to an Adobe icon for all PDF files */
+
/* (in browsers that support these CSS selectors, like Mozilla and Opera) */
+
#bodyContent a[href$=".pdf"].external,  
+
#bodyContent a[href*=".pdf?"].external,  
+
#bodyContent a[href*=".pdf#"].external,
+
#bodyContent a[href$=".PDF"].external,
+
#bodyContent a[href*=".PDF?"].external,
+
#bodyContent a[href*=".PDF#"].external,
+
#mw_content a[href$=".pdf"].external,
+
#mw_content a[href*=".pdf?"].external,
+
#mw_content a[href*=".pdf#"].external,
+
#mw_content a[href$=".PDF"].external,
+
#mw_content a[href*=".PDF?"].external,
+
#mw_content a[href*=".PDF#"].external {
+
    background: url(http://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif) center right no-repeat;
+
    padding-right: 16px;
+
}
+
+
/* Change the external link icon to an Adobe icon anywhere the PDFlink class */
+
/* is used (notably Template:PDFlink). This works in IE, unlike the above. */
+
span.PDFlink a {
+
    background: url(http://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif) center right no-repeat !important;
+
    padding-right: 17px !important;
+
}
+
+
span.geolink a {
+
    background: url(http://upload.wikimedia.org/wikipedia/en/a/a7/Monobook-globe.png) center right no-repeat !important;
+
    padding-right: 11px !important;
+
}
+
+
/* Content in columns with CSS instead of tables [[Template:Columns]] */
+
div.columns-2 div.column {
+
    float: left;
+
    width: 50%;
+
    min-width: 300px;
+
}
+
+
div.columns-3 div.column {
+
    float: left;
+
    width: 33.3%;
+
    min-width: 200px;
+
}
+
+
div.columns-4 div.column {
+
    float: left;
+
    width: 25%;
+
    min-width: 150px;
+
}
+
+
div.columns-5 div.column {
+
    float: left;
+
    width: 20%;
+
    min-width: 120px;
+
}
+
+
/*Add formatting to make sure that "external references" from [[Template:Ref]] do
+
  not get URL expansion, not even when printed. The mechanism up to MediaWiki 1.4 was
+
  that the HTML code contained a SPAN following the anchor A; this SPAN had the class
+
  "urlexpansion", which was not displayed on screen, but was shown when the medium was
+
  "print". The rules below ensure (a) that there is no extra padding to the right of
+
  the anchor (displayed as "[<number>]"), (b) that there is no "external link arrow" for
+
  the link, and (c) that this SPAN of class "urlexpansion" is never shown.
+
  ~~~~
+
*/
+
+
.plainlinksneverexpand {
+
    background: none ! important;
+
    padding: 0 ! important;
+
}
+
+
.plainlinksneverexpand .urlexpansion {
+
    display: none ! important;
+
}
+
+
/* Make sure that ext links displayed within "plainlinksneverexpand" don't get
+
  the arrow...
+
*/
+
.plainlinksneverexpand a {
+
    background: none !important;
+
    padding: 0 !important;
+
}
+
+
/* With MediaWiki 1.5, the mechanism has changed: instead of a SPAN of class "urlexpansion"
+
  following the anchor A, the anchor itself now has class "external autonumber" and the
+
  expansion is inserted when printing (see the common printing style sheet at
+
  http://en.wikipedia.org/skins-1.5/common/commonPrint.css) using the ":after" pseudo-
+
  element of CSS. We have to switch this off for links due to Template:Ref!
+
*/
+
.plainlinksneverexpand a.external.text:after {
+
 
     display: none !important;
 
     display: none !important;
 
}
 
}
.plainlinksneverexpand a.external.autonumber:after {
+
 
    display: none !important;
+
/** Language styles */
 +
span.lang-de {
 +
padding-right: 25px;
 +
background: url(images/e/e7/Lang-De.gif) center right no-repeat;
 
}
 
}
+
span.lang-en {
/* Messagebox templates */
+
padding-right: 25px;
.messagebox {
+
background: url(images/Lang-En.png) center right no-repeat;
    border: 1px solid #aaa;
+
    background-color: #f9f9f9;
+
    width: 80%;
+
    margin: 0 auto 1em auto;
+
    padding: .2em;
+
 
}
 
}
.messagebox.merge {
+
span.lang-es {
    border: 1px solid #c0b8cc;
+
padding-right: 25px;
    background-color: #f0e5ff;
+
background: url(images/6/61/Lang-Es.gif) center right no-repeat;
    text-align: center;
+
 
}
 
}
.messagebox.cleanup {
+
span.lang-fr {
    border: 1px solid #9f9fff;
+
padding-right: 25px;
    background-color: #efefff;
+
background: url(images/f/f0/Lang-Fr.gif) center right no-repeat;
    text-align: center;
+
 
}
 
}
.messagebox.standard-talk {
+
span.lang-ja {
    border: 1px solid #c0c090;
+
padding-right: 25px;
    background-color: #f8eaba;
+
background: url(images/9/95/Lang-Ja.gif) center right no-repeat;
    margin: 4px auto;
+
 
}
 
}
.messagebox.nested-talk {
+
span.lang-nl {
    border: 1px solid #c0c090;
+
padding-right: 25px;
    background-color: #f8eaba;
+
background: url(images/c/cb/Lang-Nl.gif) center right no-repeat;
    width: 100%;
+
    margin: 2px 0 0 0;
+
    padding: 2px;
+
 
}
 
}
.messagebox.small {
+
span.lang-ru {
    width: 238px;
+
padding-right: 25px;
    font-size: 85%;
+
background: url(images/3/38/Lang-Ru.gif) center right no-repeat;
    float: right;
+
    clear: both;
+
    margin: 0 0 1em 1em;
+
    line-height: 1.25em;  
+
 
}
 
}
.messagebox.small-talk {
+
span.lang-pt {
    width: 238px;
+
padding-right: 25px;
    font-size: 85%;
+
background: url(images/Lang-Pt.png) center right no-repeat;
    float: right;
+
    clear: both;
+
    margin: 0 0 1em 1em;
+
    line-height: 1.25em;
+
    background: #F8EABA;
+
 
}
 
}
+
 
+
/* Cor dos links sem página atribuida (inicialmente vermelho) */
/* Article message box styles */
+
.new {color: #FF6600 !important;}
table.ambox {           /* 10% = Will not overlap with other elements */
+
 
    margin: -1px 10% 0px;   /* -1px = Single border between stacked boxes in all browsers */
+
/* Change the link icon to an Adobe icon for all PDF files
    border: 1px solid #aaa;
+
in browsers that support these CSS selectors, like Mozilla and Opera */
     border-left: 10px solid #1e90ff;   /* Default "notice" blue */
+
div#content a[href$=".pdf"], div#content a[href$=".pdf"].external,
     background: #fbfbfb;  
+
div#content a[href*=".pdf?"], div#content a[href*=".pdf?"].external,
 +
div#content a[href*=".pdf#"], div#content a[href*=".pdf#"].external,
 +
div#content a[href$=".PDF"], div#content a[href$=".PDF"].external,
 +
div#content a[href*=".PDF?"], div#content a[href*=".PDF?"].external,
 +
div#content a[href*=".PDF#"], div#content a[href*=".PDF#"].external,
 +
div#mw_content a[href$=".pdf"], div#mw_content a[href$=".pdf"].external,
 +
div#mw_content a[href*=".pdf?"], div#mw_content a[href*=".pdf?"].external,
 +
div#mw_content a[href*=".pdf#"], div#mw_content a[href*=".pdf#"].external,
 +
div#mw_content a[href$=".PDF"], div#mw_content a[href$=".PDF"].external,
 +
div#mw_content a[href*=".PDF?"], div#mw_content a[href*=".PDF?"].external,
 +
div#mw_content a[href*=".PDF#"], div#mw_content a[href*=".PDF#"].external {
 +
     background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right;
 +
    /* @noflip */
 +
     padding-right: 18px;
 
}
 
}
.ambox th.mbox-text, .ambox td.mbox-text,
+
 
th.ambox-text, td.ambox-text {     /* The message body cell(s) */
+
/* Overcome mediawiki bug whereby the WikiEdit sprite is a no-show */
    border: none;
+
.wikiEditor-toolbar-spritedButton {
    padding: 0.25em 0.5em;        /* 0.5em left/right */
+
  background-image: linear-gradient(transparent, transparent), url("/extensions/WikiEditor/modules/images/toolbar/button-sprite.svg?v=001") !important;
    width: 100%;                   /* Make all amboxes the same width regardless of text length */
+
  background-position: 0px 0px; /* This gets over-ridden with inline style to move sprite into view of relevant part */
 +
  background-repeat: no-repeat !important;
 
}
 
}
.ambox td.mbox-image,
+
 
td.ambox-image {                  /* The left image cell */
+
/* Contact Form */
    border: none;
+
.cd-form .icon input, .cd-form .icon select, .cd-form .icon textarea {
    padding: 2px 0 2px 0.5em;      /* 0.5em left, 0px right */
+
padding-left: 54px !important;
    text-align: center;  
+
 
}
 
}
.ambox td.mbox-imageright,
+
.cd-form .user {
td.ambox-imageright {             /* The right image cell */
+
background: url("../img/cd-icon-user.svg") no-repeat 16px center;
    border: none;
+
    padding: 2px 0.5em 2px 0;      /* 0px left, 0.5em right */
+
    text-align: center;  
+
 
}
 
}
+
.cd-form [required].user {
table.ambox-notice {
+
background: url("../img/cd-icon-user.svg") no-repeat 16px center,
    border-left: 10px solid #1e90ff;    /* Blue */
+
url("../img/cd-required.svg") no-repeat top right;
 
}
 
}
table.ambox-speedy {
+
.cd-form [required] {
    border-left: 10px solid #b22222;    /* Red */
+
background: url("../img/cd-required.svg") no-repeat top right;
    background: #fee;                   /* Pink */
+
 
}
 
}
table.ambox-serious,    /* "serious" is deprecated, use "delete" instead. */
+
.cd-form .error {
table.ambox-delete {
+
border-color: #e94b35 !important;
    border-left: 10px solid #b22222;   /* Red */
+
 
}
 
}
table.ambox-content {
 
    border-left: 10px solid #f28500;    /* Orange */
 
}
 
table.ambox-style {
 
    border-left: 10px solid #f4c430;    /* Yellow */
 
}
 
table.ambox-merge,      /* "merge" is deprecated, use "move" instead. */
 
table.ambox-move {
 
    border-left: 10px solid #9932cc;    /* Purple */
 
}
 
table.ambox-protection {
 
    border-left: 10px solid #bba;      /* Gray-gold */
 
}
 
table.ambox-mini {    /* Small floating box variant */
 
    float: right;
 
    clear: right;
 
    margin: 0 0 0 1em;
 
    width: 25%;
 
}
 
@media print {        /* When in mainspace: Don't print article message boxes */
 
    .ns-0 .ambox {
 
        display: none;
 
    }
 
}
 
 
/* Image message box styles */
 
table.imbox {
 
    margin: 4px 10%;
 
    border-collapse: collapse;
 
    border: 3px solid #1e90ff;    /* Default "notice" blue */
 
    background: #fbfbfb;
 
}
 
.imbox .mbox-text .imbox,
 
.imbox-text .imbox {    /* For imboxes inside imbox-text cells. */
 
    margin: 0 -0.5em;    /* 0.9 - 0.5 = 0.4em left/right. */
 
}
 
.mbox-inside .imbox {    /* For imboxes inside other templates. */
 
    margin: 4px;
 
}
 
.imbox th.mbox-text, .imbox td.mbox-text,
 
th.imbox-text, td.imbox-text {    /* The message body cell(s) */
 
    border: none;
 
    padding: 0.25em 0.9em;        /* 0.9em left/right */
 
    width: 100%;
 
}
 
.imbox td.mbox-image,
 
td.imbox-image {                  /* The left image cell */
 
    border: none;
 
    padding: 2px 0 2px 0.9em;    /* 0.9em left, 0px right */
 
    text-align: center;
 
}
 
.imbox td.mbox-imageright,
 
td.imbox-imageright {            /* The right image cell */
 
    border: none;
 
    padding: 2px 0.9em 2px 0;    /* 0px left, 0.9em right */
 
    text-align: center;
 
}
 
 
table.imbox-notice {
 
    border: 3px solid #1e90ff;    /* Blue */
 
}
 
table.imbox-speedy {
 
    border: 3px solid #b22222;    /* Red */
 
    background: #fee;            /* Pink */
 
}
 
table.imbox-delete {
 
    border: 3px solid #b22222;    /* Red */
 
}
 
table.imbox-content {
 
    border: 3px solid #f28500;    /* Orange */
 
}
 
table.imbox-style {
 
    border: 3px solid #f4c430;    /* Yellow */
 
}
 
table.imbox-move {
 
    border: 3px solid #9932cc;    /* Purple */
 
}
 
table.imbox-protection {
 
    border: 3px solid #bba;      /* Gray-gold */
 
}
 
table.imbox-license {
 
    border: 3px solid #88a;      /* Dark gray */
 
    background: #f7f8ff;          /* Light gray */
 
}
 
table.imbox-featured {
 
    border: 3px solid #cba135;    /* Brown-gold */
 
}
 
 
/* Category message box styles */
 
table.cmbox {
 
    margin: 3px 10%;
 
    border-collapse: collapse;
 
    border: 1px solid #aaa;
 
    background: #DFE8FF;          /* Default "notice" blue */
 
}
 
.cmbox th.mbox-text, .cmbox td.mbox-text,
 
th.cmbox-text, td.cmbox-text {    /* The message body cell(s) */
 
    border: none;
 
    padding: 0.25em 0.5em;        /* 0.5em left/right */
 
    width: 100%;
 
}
 
.cmbox td.mbox-image,
 
td.cmbox-image {                  /* The left image cell */
 
    border: none;
 
    padding: 2px 0 2px 0.5em;      /* 0.5em left, 0px right */
 
    text-align: center;
 
}
 
.cmbox td.mbox-imageright,
 
td.cmbox-imageright {              /* The right image cell */
 
    border: none;
 
    padding: 2px 0.8em 2px 0;      /* 0px left, 0.8em right */
 
    text-align: center;
 
}
 
 
table.cmbox-notice {
 
    background: #DFE8FF;    /* Blue */
 
}
 
table.cmbox-speedy {
 
    margin-top: 4px;
 
    margin-bottom: 4px;
 
    border: 4px solid #b22222;    /* Red */
 
    background: #FFDBDB;          /* Pink */
 
}
 
table.cmbox-delete {
 
    background: #FFDBDB;    /* Red */
 
}
 
table.cmbox-content {
 
    background: #FFE7CE;    /* Orange */
 
}
 
table.cmbox-style {
 
    background: #FFF9DB;    /* Yellow */
 
}
 
table.cmbox-move {
 
    background: #F1D0FF;    /* Purple */
 
}
 
table.cmbox-protection {
 
    background: #EFEFE1;    /* Gray-gold */
 
}
 
 
/* Other pages message box styles */
 
table.ombox {
 
    margin: 4px 10%;
 
    border-collapse: collapse;
 
    border: 1px solid #aaa;      /* Default "notice" gray */
 
    background: #f9f9f9;
 
}
 
.ombox th.mbox-text, .ombox td.mbox-text,
 
th.ombox-text, td.ombox-text {    /* The message body cell(s) */
 
    border: none;
 
    padding: 0.25em 0.9em;        /* 0.9em left/right */
 
    width: 100%;
 
}
 
.ombox td.mbox-image,
 
td.ombox-image {                  /* The left image cell */
 
    border: none;
 
    padding: 2px 0 2px 0.9em;    /* 0.9em left, 0px right */
 
    text-align: center;
 
}
 
.ombox td.mbox-imageright,
 
td.ombox-imageright {            /* The right image cell */
 
    border: none;
 
    padding: 2px 0.9em 2px 0;    /* 0px left, 0.9em right */
 
    text-align: center;
 
}
 
 
table.ombox-notice {
 
    border: 1px solid #aaa;      /* Gray */
 
}
 
table.ombox-speedy {
 
    border: 2px solid #b22222;    /* Red */
 
    background: #fee;            /* Pink */
 
}
 
table.ombox-delete {
 
    border: 2px solid #b22222;    /* Red */
 
}
 
table.ombox-content {
 
    border: 1px solid #f28500;    /* Orange */
 
}
 
table.ombox-style {
 
    border: 1px solid #f4c430;    /* Yellow */
 
}
 
table.ombox-move {
 
    border: 1px solid #9932cc;    /* Purple */
 
}
 
table.ombox-protection {
 
    border: 2px solid #bba;      /* Gray-gold */
 
}
 
 
/* Talk page message box styles */
 
table.tmbox {
 
    margin: 4px 10%;
 
    border-collapse: collapse;
 
    border: 1px solid #c0c090;    /* Default "notice" gray-brown */
 
    background: #f8eaba;
 
}
 
table.tmbox-small {              /* For the "small=yes" option */
 
    float: right;
 
    clear: both;
 
    margin: 4px 0 4px 1em;
 
    width: 238px;
 
    font-size: 85%;
 
    line-height: 1.25em;
 
}
 
.tmbox .mbox-text .tmbox,
 
.tmbox-text .tmbox {    /* For tmboxes inside tmbox-text cells. */
 
    margin: 0 -0.5em;    /* 0.9 - 0.5 = 0.4em left/right. */
 
}
 
.mbox-inside .tmbox {    /* For tmboxes inside other templates. */
 
    margin: 4px;
 
}
 
.tmbox th.mbox-text, .tmbox td.mbox-text,
 
th.tmbox-text, td.tmbox-text {    /* The message body cell(s) */
 
    border: none;
 
    padding: 0.25em 0.9em;        /* 0.9em left/right */
 
    width: 100%;
 
}
 
.tmbox td.mbox-image,
 
td.tmbox-image {                  /* The left image cell */
 
    border: none;
 
    padding: 2px 0px 2px 0.9em;  /* 0.9em left, 0px right */
 
    text-align: center;
 
}
 
.tmbox td.mbox-imageright,
 
td.tmbox-imageright {            /* The right image cell */
 
    border: none;
 
    padding: 2px 0.9em 2px 0px;  /* 0px left, 0.9em right */
 
    text-align: center;
 
}
 
 
table.tmbox-speedy {
 
    border: 2px solid #b22222;    /* Red */
 
    background: #fee;            /* Pink */
 
}
 
table.tmbox-delete {
 
    border: 2px solid #b22222;    /* Red */
 
}
 
table.tmbox-content {
 
    border: 2px solid #f28500;    /* Orange */
 
}
 
table.tmbox-style {
 
    border: 2px solid #f4c430;    /* Yellow */
 
}
 
table.tmbox-move {
 
    border: 2px solid #9932cc;    /* Purple */
 
}
 
table.tmbox-protection,
 
table.tmbox-notice {
 
    border: 1px solid #c0c090;    /* Gray-brown */
 
}
 
 
 
/* Put a checker background at the image description page only visible if the image has transparent background */
 
#file img {
 
    background: url("http://upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat;
 
}
 
 
/* Support for Template:IPA, Template:Unicode and Template:Polytonic. The inherit declaration resets the font for all browsers except MSIE6.  The empty comment must remain. Please copy any changes to [[Template:IPA fonts]] and [[Template:Unicode fonts]]. */
 
.IPA {
 
    font-family: "Charis SIL", "Doulos SIL", Gentium, GentiumAlt, "DejaVu Sans", Code2000, "TITUS Cyberbit Basic", "Arial Unicode MS", "Lucida Sans Unicode", "Chrysanthi Unicode";
 
    font-family /**/:inherit;
 
}
 
.Unicode {
 
    font-family: Code2000, Code2001, "Free Serif", "TITUS Cyberbit Basic", "Doulos SIL", "Chrysanthi Unicode", "Bitstream Cyberbit", "Bitstream CyberBase", Thryomanes, Gentium, GentiumAlt, "Lucida Grande", "Free Sans", "Arial Unicode MS", "Microsoft Sans Serif", "Lucida Sans Unicode";
 
    font-family /**/:inherit;
 
}
 
.latinx {
 
    font-family: Code2000, Code2001, "TITUS Cyberbit Basic", "Microsoft Sans Serif";
 
    font-family /**/:inherit;
 
}
 
.polytonic {
 
    font-family: "Athena Unicode", Gentium, "Palatino Linotype", "Arial Unicode MS", "Lucida Sans Unicode", "Lucida Grande", Code2000;
 
    font-family /**/:inherit;
 
}
 
.mufi {
 
    font-family: Alphabetum, Cardo, LeedsUni, Junicode, "TITUS Cyberbit Basic", ALPHA-Demo;
 
}
 
 
/* Pseudo-classes in support of [[Template:lang]]. */
 
 
:lang(he) {
 
    font-family: "SBL Hebrew", "Ezra SIL SR", "Ezra SIL", Cardo, "Chrysanthi Unicode", "TITUS Cyberbit Basic", "Arial Unicode MS", Narkisim, "Times New Roman";
 
    font-family /**/:inherit;
 
}
 
:lang(fa) {
 
    font-family: "Nafees Nastaleeq", "Pak Nastaleeq", PDMS_Jauhar;
 
    font-family /**/:inherit;
 
}
 
:lang(ps) {
 
    font-family: "Nafees Nastaleeq", "Pak Nastaleeq", PDMS_Jauhar;
 
    font-family /**/:inherit;
 
}
 
:lang(ur) {
 
    font-family: "Nafees Nastaleeq", "Pak Nastaleeq", PDMS_Jauhar;
 
    font-family /**/:inherit;
 
}
 
:lang(sux-Xsux) {
 
    font-family: Akkadian;
 
    font-family /**/:inherit;
 
}
 
:lang(ja) {
 
      font-family: Code2000, "Arial Unicode MS", "Bitstream Cyberbit", "Bitstream CyberCJK", IPAGothic, IPAPGothic, IPAUIGothic, "Kochi Gothic", IPAMincho, IPAPMincho;
 
    font-family /**/:inherit;
 
}
 
:lang(ko) {
 
    font-family: "Adobe Myungjo Std M", AppleMyungjo, "Baekmuk Batang", "Baekmuk Gulim", Batang, Dotum, DotumChe, Gulim, GulimChe, HYGothic-Extra, HYMyeongJo-Extra, "New Gulim", UnBatang, UnDotum, UnYetgul, UWKMJF;
 
    font-family /**/:inherit;
 
}
 
:lang(zh-Hans) {
 
    font-family: "Adobe Song Std L", "AR PL ShanHeiSun Uni", "AR PL ShanHeiSun Uni MBE", "MS Hei", "MS Song", SimHei;
 
    font-family /**/:inherit;
 
}
 
:lang(zh-Hant) {
 
    font-family: "Adobe Ming Std L", "AR PL New Sung", "AR PL ZenKai Uni", "AR PL ZenKai Uni MBE", MingLiU, PMingLiU;
 
    font-family /**/:inherit;
 
}
 
:lang(grc) {
 
    font-family: "Athena Unicode", Gentium, "Palatino Linotype", "Arial Unicode MS", "Lucida Sans Unicode", "Lucida Grande", Code2000;
 
    font-family /**/:inherit;
 
}
 
 
#wpSave {
 
    font-weight: bold;
 
}
 
 
/* class hiddenStructure is defunct. See [[Wikipedia:hiddenStructure]] */
 
.hiddenStructure {
 
    display: inline ! important;
 
    color: #f00;
 
    background-color: #0f0;
 
}
 
 
/* suppress missing interwiki image links where #ifexist cannot be used due to high number of requests */
 
/* use restricted to rail icon management pages */
 
/* see .hidden-redlink on http://meta.wikimedia.org/wiki/MediaWiki:Common.css */
 
.check-icon a.new {
 
    display: none;
 
    speak:none;
 
}
 
 
/* Removes underlines from links */
 
.nounderlines a {
 
    text-decoration: none;
 
}
 
 
/* Remove underline from IPA links */
 
.IPA a:link, .IPA a:visited {
 
    text-decoration: none;
 
}
 
 
/* Removes useless links from printout */
 
@media print {
 
    #privacy, #about, #disclaimer {display:none;}
 
}
 
 
#EnWpMpBook { background-image: url(http://upload.wikimedia.org/wikipedia/en/7/7e/MP-open-book.png); }
 
#EnWpMpSearch { background: url(http://upload.wikimedia.org/wikipedia/en/a/ae/MP-magnifying-glass.png) no-repeat top right; }
 
#EnWpMpSearchInner { float: right; width: 20em; text-align: center; }
 
#EnWpMpBook2 { background-image: url(http://upload.wikimedia.org/wikipedia/commons/8/8e/MP-open-book2.png); }
 
 
/* Standard Navigationsleisten, aka box hiding thingy from .de.  Documentation at [[Wikipedia: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%;
 
}
 
 
/* Coloured watchlist numbers */
 
.mw-plusminus-pos {
 
    color: #006400; /* darkgreen */
 
}
 
 
/* .mw-plusminus-null currently at developer default */
 
 
.mw-plusminus-neg {
 
    color: #8B0000; /* darkred */
 
}
 
 
.dablink {
 
    font-style: italic;
 
    padding-left: 2em;
 
}
 
 
.dablink i {
 
    font-style: normal;
 
}
 
 
/* Style for horizontal UL lists */
 
.horizontal ul {
 
    padding: 0;
 
    margin: 0;
 
}
 
 
.horizontal li {
 
    padding: 0 0.6em 0 0.4em;
 
    display: inline;
 
    border-right: 1px solid;
 
}
 
 
.horizontal li:last-child {
 
    border-right: none;
 
    padding-right: 0;
 
}
 
 
/* Geographical coordinates
 
 
To display coordinates using the notation in the source code, write this in your User:Username/monobook.css:
 
  .geo-default { display: inline } .geo-nondefault { display: none }
 
  .geo-dec { display: inline } .geo-dms { display: inline }
 
 
To display coordinates using decimal notation, write this in your User:Username/monobook.css:
 
  .geo-default { display: inline } .geo-nondefault { display: inline }
 
  .geo-dec { display: inline } .geo-dms { display: none }
 
 
To display coordinates using DMS notation, write this in your User:Username/monobook.css:
 
  .geo-default { display: inline } .geo-nondefault { display: inline }
 
  .geo-dec { display: none }  .geo-dms { display: inline }
 
 
To display coordinates in both decimal and DMS notation, write this in your User:Username/monobook.css:
 
  .geo-default { display: inline } .geo-nondefault { display: inline }
 
  .geo-dec { display: inline }  .geo-dms { display: inline }
 
  .geo-multi-punct { display: inline }
 
 
See [[Template:Coor link]] for how these are used.
 
 
Note that the classes "geo", "longitude", and "latitude" are not just styles but also used by the [[Geo microformat]], so the names should not be changed.
 
 
*/
 
 
.geo-default { display: inline; }
 
.geo-nondefault { display: none; }
 
.geo-dms { display: inline; }
 
.geo-dec { display: inline; }
 
.geo-multi-punct { display: none; }
 
 
.longitude, .latitude {
 
    white-space: nowrap;
 
}
 
 
/* This is used for the Geo microformat, but no style is needed for now other than .geo-dec. */
 
.geo { }
 
 
/***** end Geo-related */
 
 
/* When <div class="nonumtoc"> is used on the table of contents, the ToC will display without numbers */
 
.nonumtoc .tocnumber { display:none; }
 
.nonumtoc #toc ul,
 
.nonumtoc .toc ul {
 
    line-height: 1.5em;
 
    list-style: none;
 
    margin: .3em 0 0;
 
    padding: 0;
 
}
 
.nonumtoc #toc ul ul,
 
.nonumtoc .toc ul ul {
 
    margin: 0 0 0 2em;
 
}
 
 
/* Allow limiting of which header levels are shown in a TOC; <div class="toclimit-3">, for
 
  instance, will limit to showing ==headings== and ===headings=== but no further (as long as
 
  there are no =headings= on the page, which there shouldn't be according to the MoS). */
 
.toclimit-2 .toclevel-2 {display:none;}
 
.toclimit-3 .toclevel-3 {display:none;}
 
.toclimit-4 .toclevel-4 {display:none;}
 
.toclimit-5 .toclevel-5 {display:none;}
 
.toclimit-6 .toclevel-6 {display:none;}
 
.toclimit-7 .toclevel-7 {display:none;}
 
 
/* Allow transcluded pages to display in lists rather than a table. Compatible in Firefox; incompatible in IE6. */
 
.listify td {display:list-item;}
 
.listify tr {display:block;}
 
.listify table {display:block;}
 
 
/* Styling for Template:Quote */
 
 
blockquote.templatequote { margin-top: 0; }
 
 
blockquote.templatequote div.templatequotecite {
 
    line-height: 1em;
 
    text-align: left;
 
    padding-left: 2em;
 
    margin-top: 0;
 
}
 
 
blockquote.templatequote div.templatequotecite cite {
 
    font-size: 85%;
 
}
 
 
div.user-block {
 
    padding: 5px;
 
    border: 1px solid #A9A9A9;
 
    background-color: #FFEFD5;
 
}
 
 
/* Prevents line breaks in links; see docs at Template:Nowraplinks */
 
 
.nowraplinks a {
 
    white-space: nowrap;
 
}
 
 
/* For template documentation */
 
.template-documentation {
 
    clear: both;
 
    margin: 1em 0 0 0;
 
    border: 1px solid #aaa;
 
    background-color: #ecfcf4;
 
    padding: 5px;
 
}
 
 
.thumbinner {
 
    min-width: 100px;
 
}
 
 
/* Inline div's in ImageMaps (code borrowed from de.wiki) */
 
.imagemap-inline div {
 
    display: inline;
 
}
 
 
/* Increase the height of the image upload box */
 
#wpUploadDescription {
 
    height: 13em;
 
}
 
 
/* Reduce line-height for <sup> and <sub> */
 
sup, sub {
 
    line-height: 1em;
 
}
 
 
 
/* The backgrounds for galleries. */
 
#content .gallerybox div.thumb {
 
    background-color: #F9F9F9;  /* Light gray padding */
 
}
 
.gallerybox .thumb img {
 
    background: white url("http://upload.wikimedia.org/wikipedia/en/a/a2/Checker-soft.png") repeat;
 
}
 
.ns-0 .gallerybox .thumb img,      /* Articles */
 
.ns-2 .gallerybox .thumb img,      /* User pages */
 
.ns-100 .gallerybox .thumb img {  /* Portals */
 
    background: white;  /* No chequered background */
 
}
 
 
 
/* </nowiki></pre> */
 
 
/* Retirar a visualizacao das paginas de Discussao */
 
#ca-talk { display: none !important;}
 
 
/* Removing the Main Page title from the main page. */
 
body.page-Wiki_Sporting h1.firstHeading { display:none; }
 
 
/* Add horizontal scroll bars to these boxes whenever text is wider than the browser */
 
pre { overflow: auto; }
 

Edição atual desde as 23h01min de 14 de outubro de 2016

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

.aviso {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    background-repeat: no-repeat;
    background-position: left center;
    text-align: left;
    width: 100%;
    vertical-align: middle;
    padding-left: 8%;
    padding-top: 1%;
    padding-bottom: 1%;
    margin-bottom: 1%;
    background-position: 2%;
}
.infosub {
    font-size: smaller;
    font-style: italic;
}

/**
	3. TABELAS
**/
.wikitable>tbody>tr:hover {
	background-color: #f5f5f5
}

#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;
}

.borderradius {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

/* Pesquisa nas tabelas */

.search-table{
    background-image: url('images/2/24/Estrutura.png'); /* Add a search icon to input */
    background-position: 10px 12px; /* Position the search icon */
    background-repeat: no-repeat; /* Do not repeat the icon image */
    background-size: 30px;
    width: 200px; /* Collapsed when not focused */
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    font-size: 16px; /* Increase font-size */
    padding: 12px 20px 12px 50px; /* Add some padding */
    border: 1px solid #ddd; /* Add a grey border */
    margin-bottom: 10px; /* Add some space below the input */
}

.search-table:focus{
    width: 100%; /* Full width when focused */
}

.results tr[visible='false'],
.no-result{
  display:none;
}

.results tr[visible='true']{
  display:table-row;
}

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

/* Predefinição:Documentação */
#documentacao {
    width: 100%;
    clear: both;
    border: 1px solid #b1cdeb;
    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-image: url(images/2/20/Template_doc.png);
    background-repeat: no-repeat;
    background-position: 2%;
    font-size: 125%;
    text-align: left;
    padding-left: 12%;
    line-height: 50px;
    font-weight: bold;
    margin-bottom: 2%;
}

/* Predefinição:Desambiguação*/
.desambiguacao {
    border-top-color: #0054a6;
    border-bottom-color: #0054a6;
    background-image: url(images/2/26/Desambiguacao-icone.png);
}

/* Predefinição:Esboço */
.esboco {
    border-top-color: #f0be39;
    border-bottom-color: #f0be39;
    background-image: url(images/e/e5/Esboco-icone.png);
    background-color: #fdfae5;
}

/* Predefinição:Índice */
.indice {
    border-top-color: #b1cdeb;
    border-bottom-color: #b1cdeb;
    background-image: url(images/0/04/Index-icone.png);
    background-color: #ecfcf4;
}

/* Predefinição:Languages */
.idioma {
    border-top-color: #66cd00;
    border-bottom-color: #66cd00;
    background-image: url(images/f/f7/Idioma-icone.png);
}

/* Predefinição:Construção */
.construcao {
    border-top-color: #000000;
    border-bottom-color: #000000;
    background-image: url(images/7/70/Construcao-icone.png);
    background-color: #e9e9e9;
}

/**
	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,
#ca-talk,
#pt-anonuserpage,
#pt-anontalk {
    display: none !important;
}

/** Language styles */
span.lang-de {
	padding-right: 25px;
	background: url(images/e/e7/Lang-De.gif) center right no-repeat;
}
span.lang-en {
	padding-right: 25px;
	background: url(images/Lang-En.png) center right no-repeat;
}
span.lang-es {
	padding-right: 25px;
	background: url(images/6/61/Lang-Es.gif) center right no-repeat;
}
span.lang-fr {
	padding-right: 25px;
	background: url(images/f/f0/Lang-Fr.gif) center right no-repeat;
}
span.lang-ja {
	padding-right: 25px;
	background: url(images/9/95/Lang-Ja.gif) center right no-repeat;
}
span.lang-nl {
	padding-right: 25px;
	background: url(images/c/cb/Lang-Nl.gif) center right no-repeat;
}
span.lang-ru {
	padding-right: 25px;
	background: url(images/3/38/Lang-Ru.gif) center right no-repeat;
}
span.lang-pt {
	padding-right: 25px;
	background: url(images/Lang-Pt.png) center right no-repeat;
}

/* Cor dos links sem página atribuida (inicialmente vermelho) */
.new {color: #FF6600 !important;}

/* Change the link icon to an Adobe icon for all PDF files
in browsers that support these CSS selectors, like Mozilla and Opera */
div#content a[href$=".pdf"], div#content a[href$=".pdf"].external,
div#content a[href*=".pdf?"], div#content a[href*=".pdf?"].external,
div#content a[href*=".pdf#"], div#content a[href*=".pdf#"].external,
div#content a[href$=".PDF"], div#content a[href$=".PDF"].external,
div#content a[href*=".PDF?"], div#content a[href*=".PDF?"].external,
div#content a[href*=".PDF#"], div#content a[href*=".PDF#"].external,
div#mw_content a[href$=".pdf"], div#mw_content a[href$=".pdf"].external,
div#mw_content a[href*=".pdf?"], div#mw_content a[href*=".pdf?"].external,
div#mw_content a[href*=".pdf#"], div#mw_content a[href*=".pdf#"].external,
div#mw_content a[href$=".PDF"], div#mw_content a[href$=".PDF"].external,
div#mw_content a[href*=".PDF?"], div#mw_content a[href*=".PDF?"].external,
div#mw_content a[href*=".PDF#"], div#mw_content a[href*=".PDF#"].external {
    background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right;
    /* @noflip */
    padding-right: 18px;
}

/* Overcome mediawiki bug whereby the WikiEdit sprite is a no-show */
.wikiEditor-toolbar-spritedButton {
  background-image: linear-gradient(transparent, transparent), url("/extensions/WikiEditor/modules/images/toolbar/button-sprite.svg?v=001") !important;
  background-position: 0px 0px; /* This gets over-ridden with inline style to move sprite into view of relevant part */
  background-repeat: no-repeat !important;
}

/* Contact Form */
.cd-form .icon input, .cd-form .icon select, .cd-form .icon textarea {
 	padding-left: 54px !important;
}
.cd-form .user {
 	background: url("../img/cd-icon-user.svg") no-repeat 16px center;
}
.cd-form [required].user {
 	background: url("../img/cd-icon-user.svg") no-repeat 16px center, 
 				url("../img/cd-required.svg") no-repeat top right;
}
.cd-form [required] {
 	background: url("../img/cd-required.svg") no-repeat top right;
}
.cd-form .error {
	border-color: #e94b35 !important;
}