![]() |
(Regarding MediaWiki version 1.15.1 or a little earlier.)
Within MediaWiki, this article would be called MediaWiki:Monobook.css
See also:
version 1.15.1
Spoiler
<noinclude>
[[CSS]] + [[MediaWiki]] > monobook.css
; See also:
* [[MediaWiki:Common.css]]
* [[MediaWiki:Monobook.js]]
----
= Notes =
div class=pastoral>pastoral</div>
div class="pastoral">pastoral</div>
* https://en.wikipedia.org/w/index.php?title=MediaWiki:Monobook.css&action=edit
* @import "/w/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css&smaxage=2678400";
* [[do]]: move the sidebar lines over to the left more
; tests:
= h1 =
== h2 ==
= The stylesheet =
</noinclude>
/*<pre><nowiki>*/
thisneverworks {
}
/*</nowiki></pre>*/
<noinclude>
= box hiding thingy from .de =
See [[MediaWiki hideable text]].
I changed a.NavToggle from right to left and then added some &nbsp; to pad things out. It's hackish but it works.
</noinclude>
/*<pre><nowiki>*/
/* Standard Navigationsleisten, aka box hiding thingy from .de.*/
div.Boxmerge,
div.NavFrame {
margin: 0px;
padding: 2px;
border: 1px solid #aaaaaa;
text-align: center;
border-collapse: collapse;
font-size: 95%;
}
div.Boxmerge div.NavFrame {
border-style: none;
border-style: hidden;
}
div.NavFrame + div.NavFrame {
border-top-style: none;
border-top-style: hidden;
}
div.NavPic {
background-color: #ffffff;
margin: 0px;
padding: 2px;
float: left;
}
div.NavFrame div.NavHead {
height: 1.6em;
font-weight: bold;
font-size: 100%;
background-color: #efefef;
position:relative;
}
div.NavFrame p {
font-size: 100%;
}
div.NavFrame div.NavContent {
font-size: 100%;
}
div.NavFrame div.NavContent p {
font-size: 100%;
}
div.NavEnd {
margin: 0px;
padding: 0px;
line-height: 1px;
clear: both;
}
a.NavToggle {
position:absolute;
top:0px;
left:3px;
font-weight:normal;
font-size:smaller;
}
/*</nowiki></pre>*/
<noinclude>

