Difference between revisions of "MediaWiki:Common.css"

From JUNO Wiki
Jump to: navigation, search
Line 31: Line 31:
 
}
 
}
 
#left-navigation{
 
#left-navigation{
 +
    margin-left: 21em; /* move content to a fitting place; was 13em */
 +
}
 +
#footer{
 
     margin-left: 21em; /* move content to a fitting place; was 13em */
 
     margin-left: 21em; /* move content to a fitting place; was 13em */
 
}
 
}

Revision as of 10:39, 8 August 2019

/* 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;
}
div#mw-panel div.portal div.body ul li,
div#mw-panel div.portal h3 {
    font-size: 1em; /* original was 0.75em */
}

div#mw-panel {
    width: 20em; /* increase width of the container; was 10em */
}
.mw-body {
    margin-left: 21em; /* move content to a fitting place; was 13em */
}
#left-navigation{
    margin-left: 21em; /* move content to a fitting place; was 13em */
}
#footer{
    margin-left: 21em; /* move content to a fitting place; was 13em */
}