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

Από Wiki Grepolis GR
Jump to navigation
(Νέα σελίδα με '→‎Το τοποθετημένο εδώ CSS θα εφαρμοστεί σε όλα τα skins: table.collapsed tr.collapsible { display: none; } .collapseButto...')
 
Χωρίς σύνοψη επεξεργασίας
Γραμμή 10: Γραμμή 10:
         text-align: right;
         text-align: right;
         width: auto;
         width: auto;
}
#document-wrapper
{
max-width: 1200px;
}
.tribal-button
{
background-color: black;
}
.tribal-borderbox #contentheader #pt-logout a
{ margin-right: 2px;
}
.tribal-borderbox .with-button .tribal-button
{ width: 21%;
}
#toc, #toctitle
{ width: 98%;
}
.toc
{
width: 98%;
}
}

Αναθεώρηση της 13:00, 23 Νοεμβρίου 2018

/* Το τοποθετημένο εδώ 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;
}
#document-wrapper
{
max-width: 1200px;
}
.tribal-button 
{ 
background-color: black; 
}

.tribal-borderbox #contentheader #pt-logout a 
{ margin-right: 2px; 
}

.tribal-borderbox .with-button .tribal-button 
{ width: 21%; 
}
#toc, #toctitle
{ width: 98%; 
}
.toc
{
width: 98%; 
}