Difference between revisions of "MediaWiki:Common.css"

From OpenMBD
Jump to: navigation, search
Line 5: Line 5:
 
     border: none;
 
     border: none;
 
     font-size: 12px;
 
     font-size: 12px;
     font: arial;
+
     font-family: arial;
 
}
 
}
 
ul.fancytree-container {
 
ul.fancytree-container {

Revision as of 19:17, 1 May 2017

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

.fancytree ul {
    background: none;
    border: none;
    font-size: 12px;
    font-family: arial;
}
ul.fancytree-container {
    outline: 0;
    border: none;
}
span.fancytree-icon {
    display: none;
}
span.fancytree-title {
    cursor: default;
}
span.fancytree-title a {
}

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