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;
33 list-style-type: none
;
34 list-style-image: none
;
49 border: 1px solid
#aaa;
50 background-color: #f9f9f9;
63 /* @noflip */div
.floatright
, table
.floatright
{
64 margin: 0 0 .5em .5em;
67 div
.floatright p
{ font-style: italic
; }
68 /* @noflip */div
.floatleft
, table
.floatleft
{
69 margin: 0 .5em .5em 0;
72 div
.floatleft p
{ font-style: italic
; }
77 background-color: transparent
;
80 border: 1px solid
#ccc;
81 padding: 3px !important
;
82 background-color: #f9f9f9;
88 border: 1px solid
#ccc;
93 padding: 3px !important
;
97 border: none
!important
;
98 background: none
!important
;
100 div
.magnify a
, div
.magnify img
{
102 border: none
!important
;
103 background: none
!important
;
105 /* @noflip */div
.tright
{
106 margin: .5em 0 1.3em 1.4em;
108 /* @noflip */div
.tleft
{
109 margin: .5em 1.4em 1.3em 0;
112 border: 1px solid
#dddddd;
120 -moz-box-sizing: border-box
;
121 -webkit-box-sizing: border-box
;
122 box-sizing: border-box
;
126 * Basic styles for the user login and create account forms
128 #userlogin, #userloginForm
{
129 border: solid
1px #cccccc;