Difference between revisions of "MediaWiki:Common.css"

From OpenMBD
Jump to: navigation, search
Line 13: Line 13:
 
}
 
}
  
img.75percentwidth {
+
img.threefourthswidth {
 
     width: 75%;
 
     width: 75%;
 
     height: auto;
 
     height: auto;
 
}
 
}

Revision as of 09:09, 25 April 2017

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

#ca-view { display:none!important; }

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

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

img.threefourthswidth {
    width: 75%;
    height: auto;
}