Difference between revisions of "MediaWiki:Common.css"

From OpenMBD
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 
#ca-view { display:none!important; }
 
  
 
.fancytree ul {
 
.fancytree ul {

Revision as of 09:17, 27 April 2017

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

.fancytree ul {
    font-size: 12px;
}

ul.fancytree-container {
    border-width: 1px;
    border-style: solid;
    border-color: #A7D7F9
}

img.fit-to-screen {
    width: 100%;
    height: auto;
}