* (bug 11555) Make editsection links come after section seadlines. This has no visibl...
[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
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 margin-top:-1.2em;
27 }
28
29 /**
30 * File histories
31 */
32 table.filehistory {
33 border:1px solid #ccc;
34 border-collapse:collapse;
35 }
36
37 table.filehistory th,
38 table.filehistory td {
39 padding: 0 0.2em 0 0.2em;
40 vertical-align:top;
41 border:1px solid #ccc;
42 }
43 table.filehistory th {
44 text-align: left;
45 }
46 table.filehistory td.mw-imagepage-filesize,
47 table.filehistory th.mw-imagepage-filesize {
48 white-space:nowrap;
49 }
50
51 /**
52 * Forms
53 */
54 body.ltr td.mw-label { text-align: right; }
55 body.ltr td.mw-input { text-align: left; }
56 body.ltr td.mw-submit { text-align: left; }
57 body.rtl td.mw-label { text-align: left; }
58 body.rtl td.mw-input { text-align: right; }
59 body.rtl td.mw-submit { text-align: right; }
60
61 td.mw-label { vertical-align: top; }
62 td.mw-submit { white-space: nowrap; }