]> scripts.mit.edu Git - autoinstalls/mediawiki.git/blob - skins/MonoBook/IE60Fixes.css
MediaWiki 1.30.2 renames
[autoinstalls/mediawiki.git] / skins / MonoBook / IE60Fixes.css
1 /* 6.0 - only fixes */
2 /* content area */
3 /* workaround for various ie float bugs */
4 div#column-content {
5         float: none;
6         margin-left: 0;
7         height: 1%;
8 }
9
10 div#column-content .mw-body {
11         margin-left: 12.2em;
12         margin-top: 3em;
13         height: 1%;
14 }
15
16 .rtl div#column-content .mw-body {
17         margin-right: 12.2em;
18         margin-left: 0;
19 }
20
21 div#column-one {
22         position: absolute;
23         top: 0;
24         left: 0;
25         z-index: 4;
26 }
27
28 .rtl div#column-one {
29         left: auto;
30         right: 0;
31 }
32
33 div#footer {
34         margin-left: 13.6em;
35         border-left: 1px solid #fabd23;
36 }
37
38 .rtl div#footer {
39         margin-left: 0;
40         margin-right: 13.6em;
41         border-left: 0;
42         border-right: 1px solid #fabd23;
43 }
44
45 /* float/negative margin brokenness */
46 * html div#footer {
47         margin-top: 0;
48 }
49
50 * html div#column-content {
51         display: inline;
52         margin-bottom: 0;
53 }
54
55 /* the tabs */
56
57 #p-cactions {
58         z-index: 3;
59 }
60
61 #p-cactions li {
62         padding-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
63         border: 0;
64         background-color: transparent;
65         cursor: default;
66         float: none !important; /* stylelint-disable-line declaration-no-important */
67 }
68
69 #p-cactions li a {
70         display: inline-block !important; /* stylelint-disable-line declaration-no-important */
71         vertical-align: top;
72         padding-bottom: 0;
73         border: solid #aaa;
74         border-width: 1px 1px 0;
75 }
76
77 #p-cactions li.selected a {
78         border-color: #fabd23;
79         padding-bottom: 0.17em;
80 }
81
82 #p-cactions li a:hover {
83         padding-bottom: 0.17em;
84 }
85
86 #p-navigation a {
87         display: inline-block;
88         width: 100%;
89 }
90
91 #portal-personaltools {
92         padding-bottom: 0.1em;
93 }
94
95 .rtl a.feedlink {
96         background-position: right;
97         padding-right: 0;
98         padding-left: 16px;
99 }
100
101 /* show the hand */
102 #p-logo a,
103 #p-logo a:hover {
104         cursor: pointer;
105 }
106
107 div.visualClear {
108         width: 100%;
109         line-height: 0;
110 }
111
112 textarea {
113         width: 96%;
114 }
115
116 #catlinks,
117 div.tright,
118 div.tleft {
119         position: relative;
120 }
121
122 /* bug 12846 */
123 body.rtl #preftoc a,
124 body.rtl #preftoc a:active {
125         float: left;
126 }