8edea60ac2f95f9d1760e8f6f8a06df74e48c8ed
[lhc/web/wiklou.git] / skins / common / shared.css
1 /**
2 * CSS in this file is used by *all* skins (that have any CSS at all). Be
3 * careful what you put in here, since what looks good in one skin may not in
4 * another, but don't ignore the poor non-Monobook users either.
5 */
6 .mw-plusminus-null { color: #aaa; }
7 .texvc { direction: ltr; unicode-bidi: embed; }
8 /* Stop floats from intruding into edit area in previews */
9 #toolbar, #wpTextbox1 { clear: both; }
10 div#mw-js-message {
11 margin: 1em 5%;
12 padding: 0.5em 2.5%;
13 border: solid 1px #ddd;
14 background-color: #fcfcfc;
15 }