Difference between revisions of "MediaWiki:Common.css"

From OpenMBD
Jump to: navigation, search
 
(34 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 
#ca-view { display:none!important; }
 
  
 
.fancytree ul {
 
.fancytree ul {
 
     font-size: 12px;
 
     font-size: 12px;
 +
    font-family: arial;
 
}
 
}
 
+
.fancytree p {
ul.fancytree-container {
+
    display: none;
     border-width: 1px;
+
}
     border-style: solid;
+
span.fancytree-title {
     border-color: #A7D7F9
+
     cursor: default;
 +
}
 +
span.fancytree-title a {
 +
     color: black;
 +
}
 +
span.fancytree-icon {
 +
     display: none;
 
}
 
}
  
img.threefourthswidth {
+
img.fit-to-screen {
     width: 75%;
+
     width: 100%;
 
     height: auto;
 
     height: auto;
 
}
 
}

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;
}