Difference between revisions of "MediaWiki:Common.css"

From OpenMBD
Jump to: navigation, search
 
(46 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
.fancytree ul {
 
.fancytree ul {
 
     font-size: 12px;
 
     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;
 
}
 
}
  
ul.fancytree-container {
+
img.fit-to-screen {
     border-width: 5px;
+
     width: 100%;
     border-style: solid;
+
     height: auto;
    color: #A7D7F9
 
 
}
 
}

Latest revision as of 20:03, 3 May 2017

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

.fancytree ul {
    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;
}