<dfn><sup><sub> .citation *.printonly {
display: none;
}
</sub></sup></dfn>
<dfn><sup><sub>}</sub></sup></dfn>
<dfn><sup><sub>/* class hiddenStructure is defunct. See [[Wikipedia:wikipedia:wikipedia:wikipedia:wikipedia:wikipedia:wikipedia:hiddenStructure]] */ .hiddenStructure {</sub></sup></dfn>
<dfn><sup><sub> display: inline !important;
<dfn><sup><sub>/* Standard Navigationsleisten, aka box hiding thingy</sub></sup></dfn>
<dfn><sup><sub> from .de. Documentation at [[Wikipedia:wikipedia:wikipedia:wikipedia:wikipedia:wikipedia:wikipedia:NavFrame]]. */
</sub></sup></dfn>
<dfn><sup><sub>4) Ref tags with group names <ref> --> "[Note 1]" */fckLR.nowrap,fckLR.nowraplinks a,fckLR.nowraplinks .selflink,fckLRsup.reference a {fckLR white-space: nowrap;fckLR}fckLR/* But allow wrapping where desired: */fckLR.wrap,fckLR.wraplinks a {fckLR white-space: normal;fckLR}fckLRfckLR/* For template documentation */fckLR.template-documentation {fckLR clear: both;fckLR margin: 1em 0 0 0;fckLR border: 1px solid #aaa;fckLR background-color: #ecfcf4;fckLR padding: 1em;fckLR}fckLRfckLR/* Inline divs in ImageMaps (code borrowed from de.wiki) */fckLR.imagemap-inline div {fckLR display: inline;fckLR}fckLRfckLR/* Increase the height of the image upload box */fckLR#wpUploadDescription {fckLR height: 13em;fckLR}fckLRfckLR/* Minimum thumb width */fckLR.thumbinner {fckLR min-width: 100px;fckLR}fckLRfckLR/* Makes the background of a framed image white instead of gray.fckLR Only visible with transparent images. */fckLRdiv.thumb img.thumbimage {fckLR background-color: #fff;fckLR}fckLRfckLR/* The backgrounds for galleries. */fckLRdiv#content .gallerybox div.thumb {fckLR /* Light gray padding */fckLR background-color: #F9F9F9;fckLR}fckLR/* Put a chequered background behind images, only visible if they have transparency.fckLR '.filehistory a img' and '#file img:hover' are handled by MediaWiki core (as of 1.19) */fckLR.gallerybox .thumb img {fckLR background: #fff url(//bits.wikimedia.org/skins/common/images/Checker-16x16.png) repeat;fckLR}fckLR/* But not on articles, user pages, portals or with opt-out. */fckLR.ns-0 .gallerybox .thumb img,fckLR.ns-2 .gallerybox .thumb img,fckLR.ns-100 .gallerybox .thumb img,fckLR.nochecker .gallerybox .thumb img {fckLR background: #fff;fckLR}fckLRfckLR/* Category tree styling. Works in conjuction with [[MediaWiki:Categorytree-expand-bullet]],fckLR [[MediaWiki:Categorytree-collapse-bullet]] and [[MediaWiki:Categorytree-empty-bullet]]. */fckLR#mw-subcategories ul {fckLR list-style: none none;fckLR margin-left: 0.25em;fckLR}fckLR.CategoryTreeChildren {fckLR margin-left: 1.25em;fckLR}fckLR.CategoryTreeToggle {fckLR color: #0645AD;fckLR}fckLR.CategoryTreeEmptyBullet {fckLR color: #C0C0C0;fckLR}fckLRfckLR/* Prevent floating boxes from overlapping any category listings,fckLR file histories, edit previews, and edit [Show changes] views. */fckLR#mw-subcategories, #mw-pages, #mw-category-media,fckLR#filehistory, #wikiPreview, #wikiDiff {fckLR clear: both;fckLR}fckLRfckLRbody.rtl #mw-articlefeedbackv5, body.rtl #mw-articlefeedback {fckLR display: block; /* Override inline block mode */fckLR margin-bottom: 1em;fckLR /* @noflip */fckLR clear: right; /* Clear any info boxes that stick out */fckLR /* @noflip */fckLR float: right; /* Prevents margin collapsing */fckLR}fckLRfckLR/* Selectively hide headers in WikiProject banners */fckLR.wpb .wpb-header { display: none; }fckLR.wpbs-inner .wpb .wpb-header { display: block; } /* for IE */fckLR.wpbs-inner .wpb .wpb-header { display: table-row; } /* for real browsers */fckLR.wpbs-inner .wpb-outside { display: none; } /* hide things that should only display outside shells */fckLRfckLR/* Styling for Abuse Filter tags */fckLR.mw-tag-markers {fckLR font-family:sans-serif;fckLR font-style:italic;fckLR font-size:90%;fckLR}fckLRfckLR/* Hide stuff meant for accounts with special permissions. Made visible again infckLR [[MediaWiki:Group-sysop.css]] and [[MediaWiki:Group-accountcreator.css]]. */fckLR.sysop-show, .accountcreator-show {fckLR display: none;fckLR}fckLRfckLR/**fckLR * Hide the redlink generated by {{Editnotice}},fckLR * this overrides the ".sysop-show { display: none; }" above that appliesfckLR * to the same link as well.fckLR */fckLR.ve-init-mw-viewPageTarget-toolbar-editNotices-notice .editnotice-redlink {fckLR display: none !important;fckLR}fckLRfckLR/* Remove bullets when there are multiple edit page warnings */fckLRul.permissions-errors > li {fckLR list-style: none none;fckLR}fckLRul.permissions-errors {fckLR margin: 0;fckLR}fckLRfckLR/* No linewrap on the labels of the login/signup page */fckLRbody.page-Special_UserLogin .mw-label label,fckLRbody.page-Special_UserLogin_signup .mw-label label {fckLR white-space: nowrap;fckLR}fckLRfckLR/* Disable the automatic text-size adjust of WebKit on iPhones etc.fckLR It scales some text, and not the other. Use none, or fixed percentage instead.fckLR Use media selector, because defining a value, overwrites platform defaults. */fckLR@media only screen and (max-device-width: 480px) {fckLR body {fckLR -webkit-text-size-adjust: none;fckLR }fckLR}fckLRfckLR/* Pie chart test: Transparent borders */fckLR.transborder {fckLR border: solid transparent;fckLR}fckLR* html .transborder { /* IE6 */fckLR border: solid #000001;fckLR filter: chroma(color=#000001);fckLR}fckLRfckLR/* Styling for updated markers on watchlist, history and recent/related changes.fckLR Bullets are handled in skin-specific stylesheets. */fckLR.updatedmarker {fckLR background-color: transparent;fckLR color: #006400;fckLR}fckLRli.mw-changeslist-line-watched .mw-title,fckLRtable.mw-changeslist-line-watched .mw-title,fckLRtable.mw-enhanced-watch .mw-enhanced-rctime {fckLR font-weight: normal;fckLR}fckLRfckLR/* Adjust font for inline HTML generated formulae */fckLRspan.texhtml {fckLR font-family: "Times New Roman", "Nimbus Roman No9 L", Times, serif;fckLR font-size: 118%;fckLR white-space: nowrap;fckLR}fckLRspan.texhtml span.texhtml {fckLR font-size: 100%;fckLR}fckLRfckLR/* Fix so <syntaxhighlight> tags and .css and .js pages get normal text size.fckLR [[Bugzilla:26204]]. See also [[Wikipedia:Typography#The monospace 'bug']] */fckLRdiv.mw-geshi div,fckLRdiv.mw-geshi div pre,fckLRspan.mw-geshi,fckLRpre.source-css,fckLRpre.source-javascript,fckLRpre.source-lua {fckLR font-family: monospace, Courier !important;fckLR}fckLRfckLR/* Fix styling of transcluded prefindex tables */fckLRtable#mw-prefixindex-list-table,fckLRtable#mw-prefixindex-nav-table {fckLR width: 98%;fckLR}fckLRfckLR/* For portals, added 2011-12-07 -bvfckLR On wide screens, show these as two columnsfckLR On narrow and mobile screens, let them collapse into a single column */fckLR.portal-column-left {fckLR float: left;fckLR width: 50%;fckLR}fckLR.portal-column-right {fckLR float: right;fckLR width: 49%;fckLR}fckLR.portal-column-left-wide {fckLR float: left;fckLR width: 60%;fckLR}fckLR.portal-column-right-narrow {fckLR float: right;fckLR width: 39%;fckLR}fckLR.portal-column-left-extra-wide {fckLR float: left;fckLR width: 70%;fckLR}fckLR.portal-column-right-extra-narrow {fckLR float: right;fckLR width: 29%;fckLR}fckLR@media only screen and (max-width: 800px) {fckLR /* Decouple the columns on narrow screens */fckLR .portal-column-left,fckLR .portal-column-right,fckLR .portal-column-left-wide,fckLR .portal-column-right-narrow,fckLR .portal-column-left-extra-wide,fckLR .portal-column-right-extra-narrow {fckLR float: inherit;fckLR width: inherit;fckLR }fckLR}fckLRfckLR/* For announcements */fckLR#bodyContent .letterhead {fckLR background-image:url('//upload.wikimedia.org/wikipedia/commons/e/e0/Tan-page-corner.png');fckLR background-repeat:no-repeat;fckLR padding: 2em;fckLR background-color: #faf9f2;fckLR}fckLRfckLR/* Tree style lists */fckLR.treeview ul {fckLR padding: 0;fckLR margin: 0;fckLR}fckLR.treeview li {fckLR padding: 0;fckLR margin: 0;fckLR list-style-type: none;fckLR list-style-image: none;fckLR zoom: 1; /* BE KIND TO IE6 */;fckLR}fckLR.treeview li li {fckLR background: url("//upload.wikimedia.org/wikipedia/commons/f/f2/Treeview-grey-line.png") no-repeat 0 -2981px;fckLR /* @noflip */fckLR padding-left: 20px;fckLR text-indent: 0.3em;fckLR}fckLR.treeview li li.lastline {fckLR background-position: 0 -5971pxfckLR}fckLR.treeview li.emptyline > ul {fckLR /* @noflip */fckLR margin-left: -1px;fckLR}fckLR.treeview li.emptyline > ul > li:first-child {fckLR background-position: 0 9pxfckLR}fckLRfckLR/* Make it possible to hide checkboxes in <inputbox> */fckLR.inputbox-hidecheckboxes form .inputbox-element {fckLR display: none !important;fckLR}fckLRfckLR/* Hide charinsert base for those not using the gadget */fckLR#editpage-specialchars {fckLR display: none;fckLR}fckLRfckLR/* work-around for [[bugzilla:23965]] (Kaltura advertisement) */fckLR.k-player .k-attribution {fckLR visibility: hidden;fckLR}fckLRfckLR/* Workaround a Webkit/Blink bug about positioning within columns as many wikis formatfckLR references with several columns. Remove once r84201 has been deployed. */fckLR.cite-accessibility-label {fckLR top: -99999px;fckLR}</ref></sub></sup></dfn>
</div></div>
header {
background: none repeat scroll 0 0 rgba(38, 38, 38, 0.98);
border-bottom: 5px solid steelblue !important;
height: 44px;
margin: 0 0 15px 6%;
padding-top: 70px;
position: relative;
#header {
background: none repeat scroll 0 0 rgba(38, 38, 38, 0.98);
border-bottom: 5px solid steelblue;
height: 44px;
margin: 0 0 15px 6%;
padding-top: 70px;
position: relative;
}