Difference between revisions of "MediaWiki:Common.css"

From vwiki
Jump to navigation Jump to search
(Remove logo space)
(Try again)
Line 5: Line 5:
     display: none;
     display: none;
}
}
#column-one {
padding-top: 21px;
}


/* When <div class="nonumtoc"> is used on the table of contents,
/* When <div class="nonumtoc"> is used on the table of contents,

Revision as of 21:09, 21 November 2011

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

/* Remove logo space */
#p-logo a, #p-logo a:hover {
    display: none;
}

#column-one {
padding-top: 21px;
}


/* When <div class="nonumtoc"> is used on the table of contents,
   the ToC will display without numbers 
.nonumtoc .tocnumber { display: none; }
.nonumtoc #toc ul,
.nonumtoc .toc ul {
    line-height: 1.5em;
    list-style: none;
    margin: .3em 0 0;
    padding: 0;
}
.nonumtoc #toc ul ul, 
.nonumtoc .toc ul ul { 
    margin: 0 0 0 2em; 
}

*/