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 */
 +
 +
.fancytree ul {
 +
    font-size: 18px;
 +
}
 +
 +
ul.fancytree-container {
 +
    border-width: 1px;
 +
    border-style: solid;
 +
    border-color: #A7D7F9
 +
}
  
 
img.fit-to-screen {
 
img.fit-to-screen {

Revision as of 18:53, 1 May 2017

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

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

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

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