MediaWiki:Common.css

From JUNO Wiki
Jump to: navigation, search
/* CSS placed here will be applied to all skins */
#p-tb { display: none; }
.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!important; /* move content to a fitting place; was 13em */
}

body{
font-family:tahoma, arial, helvetica;
}
.mw-body-content{
font-size:14px;
}