Difference between revisions of "MediaWiki:Common.css"

From OpenMBD
Jump to: navigation, search
Line 14: Line 14:
  
 
img.fit-to-screen {
 
img.fit-to-screen {
     width: 85%;
+
     width: 50%;
 
     height: auto;
 
     height: auto;
 
}
 
}

Revision as of 09:23, 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.fit-to-screen {
    width: 50%;
    height: auto;
}