2 * MediaWiki style sheet for general styles on complex content
4 * Styles for complex things which are a standard part of page content
5 * (ie: the CSS classing built into the system), like the TOC.
8 /* Table of Contents */
12 border: 1px solid
#aaa;
13 background-color: #f9f9f9;
19 * We want to display the ToC element with intrinsic width. There are a few good
20 * old ways of making it this way, including floating it or making it a table.
21 * Both are clearly suboptimal.
23 * Thus we use display: inline-block. It is treated as an inline element with
24 * regard to text flow, but this isn't an issue here as the ToC is always
25 * sandwiched between other block-level elements.
29 display: -moz-inline-block
;
30 display: inline-block
;
36 /* CSS for backwards-compatibility with cached page renders and creative uses in wikitext */
39 border-collapse: collapse
;
41 /* Remove additional paddings inside table-cells that are not present in <div>s */
63 list-style-type: none
;
64 list-style-image: none
;
79 border: 1px solid
#aaa;
80 background-color: #f9f9f9;
93 /* @noflip */div
.floatright
, table
.floatright
{
94 margin: 0 0 .5em .5em;
97 div
.floatright p
{ font-style: italic
; }
98 /* @noflip */div
.floatleft
, table
.floatleft
{
99 margin: 0 .5em .5em 0;
102 div
.floatleft p
{ font-style: italic
; }
107 background-color: transparent
;
110 border: 1px solid
#ccc;
111 padding: 3px !important
;
112 background-color: #f9f9f9;
118 border: 1px solid
#ccc;
123 padding: 3px !important
;
127 border: none
!important
;
128 background: none
!important
;
131 div
.magnify a
, div
.magnify img
{
133 border: none
!important
;
134 background: none
!important
;
136 /* @noflip */div
.tright
{
137 margin: .5em 0 1.3em 1.4em;
139 /* @noflip */div
.tleft
{
140 margin: .5em 1.4em 1.3em 0;
143 border: 1px solid
#dddddd;
151 -moz-box-sizing: border-box
;
152 -webkit-box-sizing: border-box
;
153 box-sizing: border-box
;
157 * Basic styles for the user login and create account forms
159 #userlogin, #userloginForm
{
160 border: solid
1px #cccccc;