Differenze tra le versioni di "MediaWiki:Common.css"

m (Owned Merak (discussione)! Ripristinata la versione precedente di Olthir.)
Riga 1: Riga 1:
 
  table .collapsed tr .collapsible {
 
  table .collapsed tr .collapsible {
 
         display : none;
 
         display : none;
}
+
}
 
   
 
   
 
  .collapseButton { /* 'show'/'hide' buttons created dynamically by the */
 
  .collapseButton { /* 'show'/'hide' buttons created dynamically by the */
        float : right; /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
+
        float: right; /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
        font-weight : normal; /* are styled here so they can be customised.  */
+
        font-weight: normal; /* are styled here so they can be customised.  */
        text-align : right;
+
        text-align: right;
        width : auto;
+
        width: auto;
}
+
}
  
 
.header-table {
 
.header-table {
 
     background: url("") repeat 0em 0em;
 
     background: url("") repeat 0em 0em;
 
}
 
}

Versione delle 19:17, 2 lug 2014

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

.header-table {
    background: url("") repeat 0em 0em;
}