MediaWiki:Monobook.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 3: | Line 3: | ||
/*#toc li { display: inline; }*/ | /*#toc li { display: inline; }*/ | ||
.ns-100 span.tocnumber { display: none; } | .ns-100 span.tocnumber { display: none; } | ||
.ns-100 #toc { float: right; width: | .ns-100 #toc { float: right; width: 35%; margin-left: 3em; } | ||
.ns-100 #toc li { display: inline; float: left; margin-right: 0.5em; white-space: nowrap; } | |||
.ns-100 #toc ul { float: left; } | |||
.ns-100 #toc ul { margin-left: 0; } | |||
.ns-100 #toc ul ul { margin-left: 1em; width: 97%; } | |||
.ns-100 #toc ul ul ul { margin-left: 1em; width: 97%;} | |||
.ns-100 #toc ul ul ul ul { margin-left: 1em; width: 97%; } | |||
/* | /* |
Revision as of 14:57, 6 February 2008
/*<pre>*/ /*#toc li { display: inline; }*/ .ns-100 span.tocnumber { display: none; } .ns-100 #toc { float: right; width: 35%; margin-left: 3em; } .ns-100 #toc li { display: inline; float: left; margin-right: 0.5em; white-space: nowrap; } .ns-100 #toc ul { float: left; } .ns-100 #toc ul { margin-left: 0; } .ns-100 #toc ul ul { margin-left: 1em; width: 97%; } .ns-100 #toc ul ul ul { margin-left: 1em; width: 97%;} .ns-100 #toc ul ul ul ul { margin-left: 1em; width: 97%; } /* dl {display: block; margin-left: 20px; width: 100%; clear: both;} dl:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } dt { display: block; font-weight: bold; width: 200px; padding: 2px; float: left; clear: left; } dd { display: block; float: left; margin: 0; padding: 2px; clear: right; width: 400px; }*/ /*</pre>*/