/* Because of the structure of wikimedia sites (different namimg and order of
   elements) this won't work properly in most languages. 
   Looks OK in English, Polish and probably some of other languages.                                   
 
	CONTENTS:
Wikipedia........................line 18
Wikibooks........................line 110
Wikimedia Commons................line 199
Wikimedia Meta.................. line 278
Wikisource.......................line 327
Wikiversity..................... line 398
Wikinews.........................line 475
Wictionary.......................line 576
Wikiquote........................line 648
Wikinedia Species................line 727

The wikipedia part is commented, others ane very similar.*/
@-moz-document domain(wikipedia.org) {

    /* move the boxes and fix them */
    #p-logo
	{
	position: fixed !important;
	top: 0% !important;
	left:0% !important;
	z-index: 4 !important;
	}
    #p-navigation
	{
	position: fixed !important;
	top: 21% !important;
	left:0% !important;
	z-index: 4 !important;
	}
    #p-search
	{
	position: fixed !important;
	top: 38% !important;
	left:0% !important;
	z-index: 4 !important;
	}

    #p-interaction, #p-navigation + .generated-sidebar.portlet
	{
	position: fixed !important;
	top: 51% !important;
	left:0% !important;
	z-index: 4 !important;
	}
    #p-tb
	{
	position: fixed !important;
	top: 72% !important;
	z-index: 4 !important;
	left:0% !important;
	}

    #p-navigation + .generated-sidebar.portlet + .generated-sidebar.portlet
	{
	position:fixed !important;
	left:89% !important;
	bottom: 5% !important;
	z-index: 4 !important;
	}

    #p-lang
	{

	position: fixed !important;
	left: 89% !important;
	top: 2% !important;
	z-index: 4 !important;
	}

    #p-lang > DIV > UL
	{
	margin-top:6em !important; /* needed margin depends on number of highlighted language*/
	line-height: .9em !important;
	}

    /* highlight language 1 */
    #p-lang > DIV > UL > LI[class="interwiki-pl"], #p-lang > DIV > UL > LI[class="interwiki-pl FA"]
	{
	position: fixed !important;
	top:7% !important;
	left: 90.5% !important;
	}
    /* highlight language 2 */
    #p-lang > DIV > UL > LI[class="interwiki-en"], #p-lang > DIV > UL > LI[class="interwiki-en FA"]
	{
	position: fixed !important;
	top:11.5% !important;
	left: 90.5% !important;
	}
    /* make other language links smaller */
    #p-lang > DIV > UL > LI:not([class="interwiki-en"]):not([class="interwiki-pl"]):not([class="interwiki-en FA"]):not([class="interwiki-pl FA"])
	{
	font-size: .8em !important;
	}
    /* make main part narrower to fit the language box on the right*/
    #content
	{
	width: 75% !important; /* on normal (not widescreen) monitor it should probably be 70%*/
	}

	}


/* ------------------------------------------------------------------------ */
@-moz-document domain(wikibooks.org) {

    #p-logo
	{
	position: fixed !important;
	top: 0% !important;
	left:0% !important;
	z-index: 4 !important;
	}
    #p-navigation
	{
	position: fixed !important;
	top: 20% !important;
	left:0% !important;
	z-index: 4 !important;
	}
    #p-search
	{
	position: fixed !important;
	top: 46% !important;
	left:0% !important;
	z-index: 4 !important;
	}

    #p-community
	{
	position: fixed !important;
	top: 56% !important;
	left:0% !important;
	z-index: 4 !important;
	}

    #p-tb
	{
	position: fixed !important;
	top: 78% !important;
	z-index: 4 !important;
	left:0% !important;
	}

    #p-navigation + .generated-sidebar.portlet, #p-Create_a_collection
	{
	position:fixed !important;
	left:89% !important;
	bottom: 5% !important;
	z-index: 4 !important;
	}

    #p-lang
	{

	position: fixed !important;
	left: 89% !important;
	top: 2% !important;
	z-index: 4 !important;
	}

    #p-lang > DIV > UL
	{
	margin-top:6em !important;
	line-height: .9em !important;
	}

    #p-lang > DIV > UL > LI[class="interwiki-pl"], #p-lang > DIV > UL > LI[class="interwiki-pl FA"]
	{
	position: fixed !important;
	top:7% !important;
	left: 90.5% !important;
	}

    #p-lang > DIV > UL > LI[class="interwiki-en"], #p-lang > DIV > UL > LI[class="interwiki-en FA"]
	{
	position: fixed !important;
	top:11.5% !important;
	left: 90.5% !important;
	}
    #p-lang > DIV > UL > LI:not([class="interwiki-en"]):not([class="interwiki-pl"]):not([class="interwiki-en FA"]):not([class="interwiki-pl FA"])
	{
	font-size: .8em !important;
	}
    #content
	{
	width: 75% !important;
	}

}


/* ------------------------------------------------------------------------ */
@-moz-document domain(commons.wikimedia.org) {

    #p-logo
	{
	position: fixed !important;
	top: 0% !important;
	left:0% !important;
	z-index: 4 !important;
	}
    #p-navigation
	{
	position: fixed !important;
	top: 21% !important;
	left:0% !important;
	z-index: 4 !important;
	}
    #p-search
	{
	position: fixed !important;
	top: 38% !important;
	left:0% !important;
	z-index: 4 !important;
	}

    #p-interaction, #p-navigation + .generated-sidebar.portlet
	{
	position: fixed !important;
	top: 51% !important;
	left:0% !important;
	z-index: 4 !important;
	}
    #p-tb
	{
	position: fixed !important;
	top: 72% !important;
	z-index: 4 !important;
	left:0% !important;
	}

    /* the "in wikipedia" box*/
    #p-lang
	{

	position: fixed !important;
	left: 89% !important;
	top: 2% !important;
	z-index: 4 !important;
	}

    #p-lang > DIV > UL
	{
	margin-top:6em !important;
	line-height: .9em !important;
	}

    #p-lang > DIV > UL > LI[class="interwiki-pl"], #p-lang > DIV > UL > LI[class="interwiki-pl FA"]
	{
	position: fixed !important;
	top:7% !important;
	left: 90.5% !important;
	}

    #p-lang > DIV > UL > LI[class="interwiki-en"], #p-lang > DIV > UL > LI[class="interwiki-en FA"]
	{
	position: fixed !important;
	top:11.5% !important;
	left: 90.5% !important;
	}
    #p-lang > DIV > UL > LI:not([class="interwiki-en"]):not([class="interwiki-pl"]):not([class="interwiki-en FA"]):not([class="interwiki-pl FA"])
	{
	font-size: .8em !important;
	}
    #content
	{
	width: 75% !important;
	}
}

/* ------------------------------------------------------------------------ */
@-moz-document domain(meta.wikimedia.org) {

    #p-logo
	{
	position: fixed !important;
	top: -2% !important;
	left:0% !important;
	z-index: 4 !important;
	}
    #p-navigation
	{
	position: fixed !important;
	top: 17% !important;
	left:0% !important;
	z-index: 4 !important;
	}
    #p-search
	{
	position: fixed !important;
	top: 37% !important;
	left:0% !important;
	z-index: 4 !important;
	}

    #p-interaction, #p-navigation + .generated-sidebar.portlet
	{
	position: fixed !important;
	top: 46% !important;
	left:0% !important;
	z-index: 4 !important;
	}
    #p-tb
	{
	position: fixed !important;
	top: 64% !important;
	z-index: 4 !important;
	left:0% !important;
	}
    #p-beyond_the_web
	{
	position: fixed !important;
	top: 82% !important;
	z-index: 4 !important;
	left:0% !important;
	}

}

/* ------------------------------------------------------------------------ */
@-moz-document domain(wikisource.org) {

    #p-logo
	{
	position: fixed !important;
	top: 0% !important;
	left:0% !important;
	z-index: 4 !important;
	}
    #p-navigation
	{
	position: fixed !important;
	top: 21% !important;
	left:0% !important;
	z-index: 4 !important;
	}
    #p-search
	{
	position: fixed !important;
	top: 44% !important;
	left:0% !important;
	z-index: 4 !important;
	}

    #p-tb
	{
	position: fixed !important;
	top: 57% !important;
	z-index: 4 !important;
	left:0% !important;
	}

    #p-lang
	{

	position: fixed !important;
	left: 89% !important;
	top: 2% !important;
	z-index: 4 !important;
	}

    #p-lang > DIV > UL
	{
	margin-top:6em !important;
	line-height: .9em !important;
	}

    #p-lang > DIV > UL > LI[class="interwiki-pl"], #p-lang > DIV > UL > LI[class="interwiki-pl FA"]
	{
	position: fixed !important;
	top:7% !important;
	left: 90.5% !important;
	}

    #p-lang > DIV > UL > LI[class="interwiki-en"], #p-lang > DIV > UL > LI[class="interwiki-en FA"]
	{
	position: fixed !important;
	top:11.5% !important;
	left: 90.5% !important;
	}
    #p-lang > DIV > UL > LI:not([class="interwiki-en"]):not([class="interwiki-pl"]):not([class="interwiki-en FA"]):not([class="interwiki-pl FA"])
	{
	font-size: .8em !important;
	}
    #content
	{
	width: 75% !important;
	}

}
/* ------------------------------------------------------------------------ */
@-moz-document domain(wikiversity.org) {

    #p-logo
	{
	position: fixed !important;
	top: 0% !important;
	left:0% !important;
	z-index: 4 !important;
	}
    #p-navigation
	{
	position: fixed !important;
	top: 19% !important;
	left:0% !important;
	z-index: 4 !important;
	}
    #p-search
	{
	position: fixed !important;
	top: 42% !important;
	left:0% !important;
	z-index: 4 !important;
	}
    #p-community, #p-navigation + .generated-sidebar.portlet
	{
	position: fixed !important;
	top: 52% !important;
	z-index: 4 !important;
	left:0% !important;
	}
    #p-tb
	{
	position: fixed !important;
	top: 70% !important;
	z-index: 4 !important;
	left:0% !important;
	}

    #p-lang
	{

	position: fixed !important;
	left: 89% !important;
	top: 2% !important;
	z-index: 4 !important;
	}

    #p-lang > DIV > UL
	{
	margin-top:6em !important;
	line-height: .9em !important;
	}

    #p-lang > DIV > UL > LI[class="interwiki-pl"], #p-lang > DIV > UL > LI[class="interwiki-pl FA"]
	{
	position: fixed !important;
	top:7% !important;
	left: 90.5% !important;
	}

    #p-lang > DIV > UL > LI[class="interwiki-en"], #p-lang > DIV > UL > LI[class="interwiki-en FA"]
	{
	position: fixed !important;
	top:11.5% !important;
	left: 90.5% !important;
	}
    #p-lang > DIV > UL > LI:not([class="interwiki-en"]):not([class="interwiki-pl"]):not([class="interwiki-en FA"]):not([class="interwiki-pl FA"])
	{
	font-size: .8em !important;
	}
    #content
	{
	width: 75% !important;
	}
}

/* ------------------------------------------------------------------------ */
@-moz-document domain(wikinews.org) {

    #p-logo
	{
	position: fixed !important;
	top: -1% !important;
	left:0% !important;
	z-index: 4 !important;
	}
    #p-logo + SCRIPT + .generated-sidebar.portlet
	{
	position: fixed !important;
	top: 18% !important;
	left:0% !important;
	z-index: 4 !important;
	}
    #p-search
	{
	position: fixed !important;
	top: 39% !important;
	left:0% !important;
	z-index: 4 !important;
	}

    #p-logo + SCRIPT + * + *
	{
	position: fixed !important;
	top: 52% !important;
	left:0% !important;
	z-index: 4 !important;
	}
    #p-tb
	{
	position: fixed !important;
	top: 75% !important;
	z-index: 4 !important;
	left:0% !important;
	}

    #p-regions
	{
	position:fixed !important;
	left:89% !important;
	bottom: 2% !important;
	z-index: 4 !important;
	}

    #p-lang
	{

	position: fixed !important;
	left: 89% !important;
	top: 2% !important;
	z-index: 4 !important;
	}

    #p-lang > DIV > UL
	{
	margin-top:6em !important;
	line-height: .9em !important;
	}

    #p-lang > DIV > UL > LI[class="interwiki-pl"], #p-lang > DIV > UL > LI[class="interwiki-pl FA"]
	{
	position: fixed !important;
	top:7% !important;
	left: 90.5% !important;
	}

    #p-lang > DIV > UL > LI[class="interwiki-en"], #p-lang > DIV > UL > LI[class="interwiki-en FA"]
	{
	position: fixed !important;
	top:11.5% !important;
	left: 90.5% !important;
	}
    #p-lang > DIV > UL > LI:not([class="interwiki-en"]):not([class="interwiki-pl"]):not([class="interwiki-en FA"]):not([class="interwiki-pl FA"])
	{
	font-size: .8em !important;
	}

    #p-regions > DIV > UL > #n-Europe
	{
	font-weight:bold !important;
	}
    #p-regions > DIV > UL > LI:not(#n-Europe)
	{
	font-size: .8em !important;
	}

    #p-regions > DIV > UL
	{
	line-height: .9em !important;
	}

    #content
	{
	width: 75% !important;
	}
}

/* ------------------------------------------------------------------------ */
@-moz-document domain(wiktionary.org) {

    #p-logo
	{
	position: fixed !important;
	top: 0% !important;
	left:0% !important;
	z-index: 4 !important;
	}
    #p-navigation
	{
	position: fixed !important;
	top: 21% !important;
	left:0% !important;
	z-index: 4 !important;
	}
    #p-search
	{
	position: fixed !important;
	top: 52% !important;
	left:0% !important;
	z-index: 4 !important;
	}

    #p-tb
	{
	position: fixed !important;
	top: 63% !important;
	z-index: 4 !important;
	left:0% !important;
	}

    #p-lang
	{

	position: fixed !important;
	left: 89% !important;
	top: 2% !important;
	z-index: 4 !important;
	}

    #p-lang > DIV > UL
	{
	margin-top:6em !important;
	line-height: .9em !important;
	}

    #p-lang > DIV > UL > LI[class="interwiki-pl"], #p-lang > DIV > UL > LI[class="interwiki-pl FA"]
	{
	position: fixed !important;
	top:7% !important;
	left: 90.5% !important;
	}

    #p-lang > DIV > UL > LI[class="interwiki-en"], #p-lang > DIV > UL > LI[class="interwiki-en FA"]
	{
	position: fixed !important;
	top:11.5% !important;
	left: 90.5% !important;
	}
    #p-lang > DIV > UL > LI:not([class="interwiki-en"]):not([class="interwiki-pl"]):not([class="interwiki-en FA"]):not([class="interwiki-pl FA"])
	{
	font-size: .8em !important;
	}

    #content
	{
	width: 75% !important;
	}
}

/* ------------------------------------------------------------------------ */
@-moz-document domain(wikiquote.org) {

    #p-logo
	{
	position: fixed !important;
	top: -1% !important;
	left:0% !important;
	z-index: 4 !important;
	}
    #p-navigation
	{
	position: fixed !important;
	top: 20% !important;
	left:0% !important;
	z-index: 4 !important;
	}
    #p-search
	{
	position: fixed !important;
	top: 43% !important;
	left:0% !important;
	z-index: 4 !important;
	}

    #p-navigation + .generated-sidebar.portlet
	{
	position: fixed !important;
	top: 55% !important;
	left:0% !important;
	z-index: 4 !important;
	}
    #p-tb
	{
	position: fixed !important;
	top: 76% !important;
	z-index: 4 !important;
	left:0% !important;
	}

    #p-lang
	{

	position: fixed !important;
	left: 89% !important;
	top: 2% !important;
	z-index: 4 !important;
	}

    #p-lang > DIV > UL
	{
	margin-top:6em !important;
	line-height: .9em !important;
	}

    #p-lang > DIV > UL > LI[class="interwiki-pl"], #p-lang > DIV > UL > LI[class="interwiki-pl FA"]
	{
	position: fixed !important;
	top:7% !important;
	left: 90.5% !important;
	}

    #p-lang > DIV > UL > LI[class="interwiki-en"], #p-lang > DIV > UL > LI[class="interwiki-en FA"]
	{
	position: fixed !important;
	top:11.5% !important;
	left: 90.5% !important;
	}
    #p-lang > DIV > UL > LI:not([class="interwiki-en"]):not([class="interwiki-pl"]):not([class="interwiki-en FA"]):not([class="interwiki-pl FA"])
	{
	font-size: .8em !important;
	}
    #content
	{
	width: 75% !important;
	}
}


/* ------------------------------------------------------------------------ */
@-moz-document domain(species.wikimedia.org) {
    #p-logo
	{
	position: fixed !important;
	top: 0% !important;
	left:0% !important;
	z-index: 4 !important;
	}
    #p-navigation
	{
	position: fixed !important;
	top: 21% !important;
	left:0% !important;
	z-index: 4 !important;
	}
    #p-search
	{
	position: fixed !important;
	top: 49% !important;
	left:0% !important;
	z-index: 4 !important;
	}

    #p-interaction, #p-navigation + .generated-sidebar.portlet
	{
	position: fixed !important;
	top: 51% !important;
	left:0% !important;
	z-index: 4 !important;
	}
    #p-tb
	{
	position: fixed !important;
	top: 60% !important;
	z-index: 4 !important;
	left:0% !important;
	}

    /* the "in wikipedia" box*/
    #p-lang
	{

	position: fixed !important;
	left: 89% !important;
	top: 2% !important;
	z-index: 4 !important;
	}

    #p-lang > DIV > UL
	{
	margin-top:6em !important;
	line-height: .9em !important;
	}

    #p-lang > DIV > UL > LI[class="interwiki-pl"], #p-lang > DIV > UL > LI[class="interwiki-pl FA"]
	{
	position: fixed !important;
	top:7% !important;
	left: 90.5% !important;
	}

    #p-lang > DIV > UL > LI[class="interwiki-en"], #p-lang > DIV > UL > LI[class="interwiki-en FA"]
	{
	position: fixed !important;
	top:11.5% !important;
	left: 90.5% !important;
	}
    #p-lang > DIV > UL > LI:not([class="interwiki-en"]):not([class="interwiki-pl"]):not([class="interwiki-en FA"]):not([class="interwiki-pl FA"])
	{
	font-size: .8em !important;
	}
    #content
	{
	width: 75% !important;
	}

}

/* ------------------------------------------------------------------------ */