MediaWiki:Common.css

Origem: Wikiquote, a coletânea de citações livre.
Nota: Após salvar, você terá de limpar a cache do seu navegador para ver as alterações:
  • Internet Explorer: Mantenha pressionada a tecla Ctrl e aperte F5; ou mantenha pressionada a tecla Ctrl e clique no botão "Recarregar" (Reload)
  • Firefox e SeaMonkey: Mantenha pressionada a tecla Shift ⇧ e clique no botão "Recarregar" (Reload ou Atualizar) ou mantenha pressionada a tecla Ctrl e aperte F5; ou mantenha pressionada as teclas Ctrl, e R (Command ⌘, Shift ⌥ e R em Macintosh)
  • Safari e Konqueror: Clique no botão "Recarregar" (Reload)
  • Opera: É necessário limpar manualmente a cache no menu "Ferramentas"→"Preferências"→"Avançadas"→"Histórico" e clicar no botão "Esvaziar Já"
  • Chrome: É necessário limpar manualmente a cache no botão "Ferramentas"→"Limpar dados de navegação", selecione "Esvaziar o cache" e clicar no botão "Limpar dados de navegação"
/*
This is the CSS for all skins (for all users) on pt.wikiquote.org. 
 
/***** 0. RECENTCHANGES BACKGROUND *****/

 #BG_wiki { background-image: url(//upload.wikimedia.org/wikipedia/commons/3/32/Wikiquote-logo.png);}

 #siteNotice { padding-left: 4px; } /* MW:Sitenotice */

 #siteSub {
    display: inline;
    font-size: 90%;
    font-weight: normal;
 }
 #bodyContent #siteSub a {
    color: #000;
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    padding-right: 0;
 }

 .exposant { vertical-align: text-top; }

 #file img {background: url("//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat;}

 /*-----------------------------------------*/
 /*            COR DE FUNDO                 */
 /*-----------------------------------------*/
 
 #content, 
 #p-cactions li, 
 #p-cactions li a {
    background: #EFF8FF;
 }
 
 /* Especial: */
 .ns--1 #content, 
 .ns--1 #p-cactions li, 
 .ns--1 #p-cactions li a {
    background: #F8FCFF;
 }
 /* (principal) */
 .ns-0 * #content, 
 .ns-0 * #p-cactions li, 
 .ns-0 * #p-cactions li a { 
    background : white;
 }
 
 /* Usuário: */
 .ns-2 * #content, 
 .ns-2 * #p-cactions li, 
 .ns-2 * #p-cactions li a {
    background : #F8FCFF;
 }
 
 /* Wikiquote:  */
 .ns-4 * #content, 
 .ns-4 * #p-cactions li, 
 .ns-4 * #p-cactions li a {
    background: #F8FCFF;
 }
 
 /* Imagem: */
 .ns-6 * #content, 
 .ns-6 * #p-cactions li, 
 .ns-6 * #p-cactions li a {
    background: #F8FCFF;
 }
 
 /* MediaWiki: */
 .ns-8 * #content, 
 .ns-8 * #p-cactions li, 
 .ns-8 * #p-cactions li a {
    background: #F8FCFF;
 }
 
 /* Predefinição: */
 .ns-10 * #content, 
 .ns-10 * #p-cactions li, 
 .ns-10 * #p-cactions li a { 
    background: #F8FCFF;
 }
 
 /* Ajuda: */
 .ns-12 * #content, 
 .ns-12 * #p-cactions li, 
 .ns-12 * #p-cactions li a {
    background: #F8FCFF;
 }
 
 /* Categoria: */
 .ns-14 * #content, 
 .ns-14 * #p-cactions li, 
 .ns-14 * #p-cactions li a {
    background: #F8FCFF;
 }
 
 /* Estilo das páginas de discussões com identação */
.ns-talk dd {
 margin:0;
 padding:0;
}
 
.ns-talk dl {
 border-top:solid 1px #DADAFF;
 border-left:solid 1px #DADAFF;
 padding-top:.5em;
 padding-left:.5em;
 margin-left:1em;
 
}
 
.ns-talk dl,
.ns-talk dl dl dl,
.ns-talk dl dl dl dl dl,
.ns-talk dl dl dl dl dl dl dl,
.ns-talk dl dl dl dl dl dl dl dl dl
{ background:#DEECFF }
 
.ns-talk dl dl,
.ns-talk dl dl dl dl,
.ns-talk dl dl dl dl dl dl,
.ns-talk dl dl dl dl dl dl dl dl,
.ns-talk dl dl dl dl dl dl dl dl dl dl
{ background:#D2E0FF }

/***** 2. COLOR CLASSES FOR CONTENT  *****/
 
/* Border colors */
.borderc1 { border-color: #e9e9e9; border-width:thin; }  /* light grey */
.borderc2 { border-color: #aaaaaa; border-width:thin; }  /* grey (as toc) */
.borderc3 { border-color: #777777; border-width:thin; }  /* dark grey */
.borderc4 { border-color: #000000; border-width:thin; }  /* black */
.borderc5 { border-color: #c00000; border-width:thin; }  /* red */
.borderc6 { border-color: #025e9d; border-width:thin; }  /* blue */
.borderc7 { border-color: #008040; border-width:thin; }  /* green */
.borderc8 { border-color: #ffcc00; border-width:thin; }  /* yellow */
 
/* Background colors */
.backgroundc1 { background-color: #ffffff; }  /* white */
.backgroundc2 { background-color: #f9f9f9; }  /* light grey (as toc)  */
.backgroundc3 { background-color: #eeeeee; }  /* light grey (headers) */ 
.backgroundc4 { background-color: #e0e0e0; }  /* more grey */
.backgroundc5 { background-color: #d2d2d2; }  /* more grey */
.backgroundc6 { background-color: #b7b7b7; }  /* more grey */
.backgroundc7 { background-color: #a3a3a3; }  /* darker grey */
.backgroundc8 { background-color: #444455; }  /* very dark grey */
 
/***** 3. MAIN PAGE STUFF *****/
.messagebox {
   background:#F9F9F9 none repeat scroll 0 0;
   border:1px solid #AAAAAA;
   margin:0 auto 1em;
   padding:0.2em;
   width:80%;
}
 
 
/* Don't display some stuff on the main page */
body.page-Página_principal #t-cite,
body.page-Página_principal #lastmod, 
body.page-Página_principal #siteSub, 
body.page-Página_principal #contentSub, 
body.page-Página_principal h1.firstHeading { display: none !important;}
 
/***** 4. Recent Changes *****/

.newpage {
    color: green;
    font-weight: bold
}
 
.minoredit,
.minor {
    color: gray;
}

/***** 5. Redirects *****/
.allpagesredirect a,
 .watchlistredir a {
 font-style: italic;
 margin-left: 1em;
 color:green;
 }

/***** 6. References *****/

.hiddenStructure {
   display: none;
 }

ol.references {
   font-size: 100%;
 }
 
 .references-small { font-size: 90%;}
 
ol.references > li:target {
   background-color: #DEF;
 }

/***** 7. Shared Uplaod *****/
#sharedupload-warn {
  width: 100%;
  clear: right;
  border: 1px solid gray;
  background: #f9f9f9;
  margin: 0 0 1em 0;
  padding: 4px;
  font-size: 90%;
  text-align: left;
  float: left;
 }

/***** 9. Prettytable  *****/
#bodyContent .plainlinks a {
    padding: 0 !important
 }

@media print {

.editlink, .noprint, .metadata, .dablink, .subpages { display: none }
#bodyContent a[href ^="http://"] { background-image: none; padding-right: 0; }
 
}
 
table.wikitable,
 table.prettytable {
   margin: 1em 1em 1em 0;
   background: #f9f9f9;
   border: 1px #aaaaaa solid;
   border-collapse: collapse;
 }
 
table.wikitable th, table.wikitable td,
 table.prettytable th, table.prettytable td {
   border: 1px #aaaaaa solid;
   padding: 0.2em;
 }
 
table.wikitable th,
 table.prettytable th {
   background: #f2f2f2;
   text-align: center;
 }
 
table.wikitable caption,
 table.prettytable caption {
   margin-left: inherit;
   margin-right: inherit;
 }
 
table.wikitable,
 table.prettybluetable {
   margin: 1em 1em 1em 0;
   background: #f5faff;
   border: 1px solid #5B92E5;
   border-collapse: collapse;
 }
 
table.wikitable th, table.wikitable td,
 table.prettybluetable th, table.prettybluetable td {
   border: 1px solid #5B92E5;
   padding: 0.2em;
 }
 
table.wikitable th,
 table.prettybluetable th {
   background: #cedff2;
   text-align: center;
 }
 
table.wikitable caption,
 table.prettybluetable caption {
   margin-left: inherit;
   margin-right: inherit;
 }


/***** 10. Caracteres adicionados/removidos  *****/
.mw-plusminus-pos { color:#00B000 }
.mw-plusminus-neg { color:#FF2050 }
.mw-plusminus-null { color:#999 }

/***** 11. External references  *****/
.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
   //en.wikipedia.org/w/skins/common/commonPrint.css) using the ":after" pseudo-
   element of CSS.
*/
.plainlinksneverexpand a.external.text:after {
   display: none !important;
}
.plainlinksneverexpand a.external.autonumber:after {
   display: none !important;
}

/***** 12. Search  *****/
.mw-search-results {
   margin-left: 0;
}
.mw-search-results li {
   margin: 0;
   padding: 0.25em 1em;
   border-bottom: 1px solid #d3daed;
   background-color: #f6f8fc;
   list-style-type: none;
   list-style-image: none;
}
.mw-search-results table {
   background-color: transparent;
}
.mw-search-result-data {
   color: green;

/* Realce a azul das referências ''clicadas'' para ajudar na navegação */
 
 ol.references > li:target {
   background-color: #DEF;
 }
 
 /* <nowiki>{{header}}</nowiki> classes  */
        table.headertemplate {
                width:100%;
                margin-bottom:5px;
                border:1px solid #ADA;
                background:#E4F2E4;
                text-align:center;
                font-size:0.9em;
                }
 
        .headertemplate .header_backlink, .headertemplate .header_forelink {
                width:20%; font-size:0.9em;
                } 
 
        .header_notes {
                width:100%;
                border-bottom:1px solid #A88;
                background:#FAFAFF;
                font-size:0.9em;
                }
 
        .headertemplate .header_title { width: 60%; }
        .headertemplate .header_backlink { text-align:left; }
        .headertemplate .header_forelink { text-align:right; }