MediaWiki:Common.css: Διαφορά μεταξύ των αναθεωρήσεων

Από Wiki Grepolis GR
Jump to navigation
(Νέα σελίδα με '→‎Το τοποθετημένο εδώ CSS θα εφαρμοστεί σε όλα τα skins: table.collapsed tr.collapsible { display: none; } .collapseButto...')
(Καμία διαφορά)

Αναθεώρηση της 20:57, 26 Μαρτίου 2012

/* Το τοποθετημένο εδώ CSS θα εφαρμοστεί σε όλα τα skins */

table.collapsed tr.collapsible {
        display: none;
}
 
.collapseButton {                /* 'show'/'hide' buttons created dynamically by the               */
        float: right;               /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
        font-weight: normal;        /* are styled here so they can be customised.               */
        text-align: right;
        width: auto;
}