Difference between revisions of "MediaWiki:Common.css"

From Mashinky
Jump to: navigation, search
Line 9: Line 9:
 
width:100%;
 
width:100%;
 
border-collapse: separate;
 
border-collapse: separate;
  border:none
+
  border:none;
 
background-color: transparent;
 
background-color: transparent;
 
}
 
}

Revision as of 22:19, 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;
background-color: transparent;
}

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