]> scripts.mit.edu Git - autoinstallsdev/mediawiki.git/blob - skins/common/shared.css
MediaWiki 1.11.0-scripts
[autoinstallsdev/mediawiki.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
8 .texvc { direction: ltr; unicode-bidi: embed; }
9 img.tex { vertical-align: middle; }
10 span.texhtml { font-family: serif; }
11
12 /* Stop floats from intruding into edit area in previews */
13 #toolbar, #wpTextbox1 { clear: both; }
14
15 div#mw-js-message {
16         margin: 1em 5%;
17         padding: 0.5em 2.5%;
18         border: solid 1px #ddd;
19         background-color: #fcfcfc;
20 }
21
22 /* Edit section links */
23 .editsection {
24         float: right;
25         margin-left: 5px;
26 }
27
28 /**
29  * File histories
30  */
31 table.filehistory {
32         border:1px solid #ccc;
33         border-collapse:collapse;
34 }
35
36 table.filehistory th,
37 table.filehistory td {
38         padding: 0 0.2em 0 0.2em;
39         vertical-align:top;
40         border:1px solid #ccc;
41 }
42 table.filehistory th {
43         text-align: left;
44 }
45 table.filehistory td.mw-imagepage-filesize,
46 table.filehistory th.mw-imagepage-filesize {
47         white-space:nowrap;
48 }