Difference between revisions of "MediaWiki:Common.css"

From OpenMBD
Jump to: navigation, search
Line 6: Line 6:
 
     font-size: 12px;
 
     font-size: 12px;
 
     font-family: arial;
 
     font-family: arial;
}
 
ul.fancytree-container {
 
    outline: 0;
 
    border: none;
 
    overflow: hidden;
 
 
}
 
}
 
.fancytree p {
 
.fancytree p {

Revision as of 20:01, 3 May 2017

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

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

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