Difference between revisions of "MediaWiki:Common.css"

From Mashinky
Jump to: navigation, search
(Temporary style for testing new HP)
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
.temporarystyle table.mainmenuCol{
+
.temporarystyle div.mainmenuCol{
 
float:left;
 
float:left;
 
width:25%;
 
width:25%;
 
min-height:300px;
 
min-height:300px;
 
}
 
}
.temporarystyle table.mainmenuCol .wikitable{
+
.temporarystyle div.mainmenuCol table.wikitable{
 
width:100%;
 
width:100%;
 
border-collapse: separate;
 
border-collapse: separate;
Line 12: Line 12:
 
}
 
}
  
.temporarystyle table.mainmenuCol .wikitable td {
+
.temporarystyle div.mainmenuCol table.wikitable td {
 
     background-color: transparent;
 
     background-color: transparent;
 
     border: none;
 
     border: none;
 
}
 
}

Revision as of 11:55, 16 October 2017

/* CSS placed here will be applied to all skins */

.temporarystyle div.mainmenuCol{
float:left;
width:25%;
min-height:300px;
}
.temporarystyle div.mainmenuCol table.wikitable{
width:100%;
border-collapse: separate;
 border:none
}

.temporarystyle div.mainmenuCol table.wikitable td {
    background-color: transparent;
    border: none;
}