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 {
 +
    background: none;
 +
    border: none;
 +
    font-size: 12px;
 +
}
 +
ul.fancytree-container {
 +
    outline: 0;
 +
    border: none;
 +
    overflow: hidden;
 +
}
 +
.fancytree p {
 +
    display: none;
 +
}
 +
span.fancytree-title {
 +
    cursor: default;
 +
}
 +
span.fancytree-title a {
 +
    color: black;
 +
}
 +
span.fancytree-icon {
 +
}
  
 
img.fit-to-screen {
 
img.fit-to-screen {

Revision as of 19:10, 3 May 2017

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

.fancytree ul {
    background: none;
    border: none;
    font-size: 12px;
}
ul.fancytree-container {
    outline: 0;
    border: none;
    overflow: hidden;
}
.fancytree p {
    display: none;
}
span.fancytree-title {
    cursor: default;
}
span.fancytree-title a {
    color: black;
}
span.fancytree-icon {
}

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