Difference between revisions 132052 and 160498 on ptwikiquote

/*
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 */
(contracted; show full)   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-1.5/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; }