Jump to content

MediaWiki:Common.css/ckb

From translatewiki.net

/************************************************

* COMMON CSS
*
* Any CSS placed in this page will be used on 
* all skins, please think carefully about if it
* belongs here (and not in one of the skin CSS
* pages) before adding it. Thanks.
************************************************/

/* Standard Navigationsleisten, aka box hiding thingy from .de. Documentation at Wikipedia:NavFrame. */ div.Boxmerge, div.NavFrame { margin: 0; padding: 4px; border-collapse: collapse;} div.Boxmerge div.NavFrame { border-style: none; border-style: hidden; } div.NavFrame + div.NavFrame { border-top-style: none; border-top-style: hidden; } div.NavFrame div.NavHead { height: 1.6em; position:relative; } div.NavEnd { margin: 0; padding: 0; line-height: 1px; clear: both; } a.NavToggle { position: absolute; top: 0; right: 5px; } .note-flaggedrevs * a.NavToggle { right: 12px; } /* For Template:Flagged Revs */

/* Senseless in this project */

  1. editpage-copywarn { display: none; }

/*******************

    • Faciliate RTL translation
                                      • /

/* @noflip */

  1. bodyContent .arabic a {

padding-right:0; background:none; }

.vatop tr, tr.vatop, .vatop td, .vatop th {

vertical-align: top;

}

/**

* Indentation for subgroups in Special:LanguageStats
*
* The order of these rules matters!
*
* @maintainer Jon Harald Søby
*/

.statstable [data-depth="1"] td:first-of-type { padding-left: 1.5em; } .statstable [data-depth="2"] td:first-of-type { padding-left: 2.5em; } .statstable [data-depth="3"] td:first-of-type { padding-left: 3.5em; } .statstable [data-depth="4"] td:first-of-type { padding-left: 4.5em; }