MediaWiki:Common.css

Ji Wîkîferhengê

Zanibe: Piştî weşandinê, ji bo dîtina guhartinan dibe ku hewce be "cache"ya geroka xwe paqij bikî.

  • Firefox / Safari: Pê li Shift û Reload bike an jî Ctrl-F5 an Ctrl-R bike (ji bo Mac: ⌘-R)
  • Google Chrome: Pê li Ctrl-Shift-R (ji bo Mac: ⌘-Shift-R) bike
  • Internet Explorer / Edge: Pê li Ctrl û Refresh bike, an jî Ctrl-F5 bike
  • Opera: Pê li Ctrl-F5 bike.
/* Fix for font-family in Chrome with the help of User:Jon Harald Søby */
html, body {
  font-family: 'Noto Sans', 'DejaVu Sans', Arial, Tahoma, sans-serif;
}
.mw-editfont-monospace {
  font-family: Consolas, Arial, monospace, monospace;
}

/**************************************************************
* Styling for HTML elements of lang="ku-arab" when switching
* Note here all the styles used for "ku-arab"
* NB: With IP and with User name we do not see the same thing!
***************************************************************/
body:lang(ku-arab), body :lang(ku-arab) {
  font-family: Tahoma, 'DejaVu Sans', 'Droid Arabic Naskh', sans-serif;
  /* direction:rtl; */
}

/* Editsection */
.mw-editsection {
    font-size: x-small;
}

/* Beşa zimanî */
.ns-0 #mw-content-text div:not(.toctitle) > h2 {
	clear: both;
	border-bottom: solid 1px #000000;
	border-top: solid 1px #000000;
	border-left: solid 1px #aaaaaa;
	border-right: solid 1px #aaaaaa;
	background: #EEEEE0;
	padding: 0.2em;
	margin-top:1em;
	margin-bottom:0.5em;
	font-weight:bold;
	font-size:125%;
}

/* Xêza binebeşê */
h3{ 
   border-bottom: dotted 1px #aaa;
}
h4, h5, h6
{ 
   border-bottom: dotted 1px #ddd;
}

/* Rengê "teal" bo beşên cureyên peyvan*/
.ns-0 #mw-content-text h3 {
	color:teal;
}

/* Valahiya di navber mînakan */
.ns-0 ol li, .ns-0 ol li li{
	margin-bottom: .4em;
}

/* == Wîkîferheng:Destpêk == 
sernavê Destpêkê veşêre 
*/
 body.page-Destpêk h1.firstHeading,
 body.page-Destpêk #lastmod
 body.page-Destpêk #siteSub,
 body.page-Destpêk #contentSub,
 body.page-Destpêk #catlinks {
     display: none !important;
 }
 
/* Main page fixes */
#interwiki-completelist {
    font-weight: bold;
}

/*************** NavFrames ***************/
div.Boxmerge,
div.NavFrame,
details.NavFrame {
    margin: 0px 0px -1px 0px;
    padding: 2px;
    border: 1px solid #aaaaaa;
    text-align: center;
    border-collapse: collapse;
    font-size: 95%;
    overflow: auto;
    width: auto;
}
 
div.Boxmerge div.NavFrame {
    border-style: none;
    border-style: hidden;
}
 
div.NavPic {
    background-color: #ffffff;
    margin: 0px;
    padding: 2px;
    float: left;
}
 
div.NavFrame div.NavHead,
details.NavFrame summary.NavHead {
    min-height: 1.6em;
    font-weight: bold;
    font-size: 100%;
    text-align: left;
    background-color: #efefef;
    padding-left: 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#DFDFDF), color-stop(0.6, #E3E3E3));
    background-image: -moz-linear-gradient(top, #EFEFEF, #E3E3E3 60%, #DFDFDF);
    background-image: -o-linear-gradient(top, #EFEFEF, #E3E3E3 60%, #DFDFDF);
}
 
div.NavFrame div.NavHead:hover,
details.NavFrame summary.NavHead:hover {
    background-color: #F6F6F6;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#F3F3F3), color-stop(0.6, #EAEAEA));
    background-image: -moz-linear-gradient(top, #EFEFEF, #EAEAEA 60%, #F3F3F3);
    background-image: -o-linear-gradient(top, #EFEFEF, #EAEAEA 60%, #F3F3F3);
}
 
div.NavFrame div.NavHead:active,
details.NavFrame summary.NavHead:active {
    background-color: #E3E3E3;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#E3E3E3), to(#DFDFDF), color-stop(0.6, #D3D3D3));
    background-image: -moz-linear-gradient(top, #E3E3E3, #D3D3D3 60%, #DFDFDF);
    background-image: -o-linear-gradient(top, #E3E3E3, #D3D3D3 60%, #DFDFDF);
}
 
div.pseudo div.NavHead:hover { background-color: #EFEFEF; }
 
div.pseudo div.NavHeadpseudo:active { background-color: #EFEFEF; }
 
div.NavFrame p {
    font-size: 100%;
}
 
div.NavFrame div.NavContent,
details.NavFrame div.NavContent {
    font-size: 100%;
}
 
div.NavFrame div.NavContent p,
details.NavFrame div.NavContent p {
    font-size: 100%;
}
 
div.NavEnd {
    margin: 0px;
    padding: 0px;
    line-height: 1px;
    clear: both;
}
 
span.NavToggle {
    cursor: pointer;
    float: right;
    font-weight: normal;
    font-size: smaller;
}
 
.client-js .NavFrame .NavContent { display: none; }
.client-js .not .NavContent { display: block; }

/* Used by column templates (see [[Module:columns]]). */
.ul-column-count[data-column-count="2"] ul {
	-moz-column-count: 2; -webkit-column-count: 2; -ms-column-count: 2; column-count: 2;
}

.ul-column-count[data-column-count="3"] ul {
	-moz-column-count: 3; -webkit-column-count: 3; -ms-column-count: 3; column-count: 3;
}

.ul-column-count[data-column-count="4"] ul {
	-moz-column-count: 4; -webkit-column-count: 4; -ms-column-count: 4; column-count: 4;
}

.ul-column-count[data-column-count="5"] ul {
	-moz-column-count: 5; -webkit-column-count: 5; -ms-column-count: 5; column-count: 5;
}

.list-switcher-element {
	text-align: center;
}

.list-switcher-element .NavToggle {
	float: none;
}

.term-list-header {
	font-style: italic;
	font-weight: inherit;
}

.term-list-header:before {
	content: "(";
}

.term-list-header:after {
	content: "):";
}

/* multi-column lists */
li {
	column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	-webkit-column-break-inside: avoid;
	-webkit-page-break-inside: avoid;
	-webkit-break-inside: avoid;
	-o-column-break-inside: avoid;
	-o-page-break-inside: avoid;
	-o-break-inside: avoid;
	-moz-column-break-inside: avoid;
	-moz-page-break-inside: avoid;
	-moz-break-inside: avoid;
}


/* Class for links with loudspeaker icon next to them */
.audiolink a {
    background: url("//upload.wikimedia.org/wikipedia/commons/thumb/8/8a/Loudspeaker.svg/16px-Loudspeaker.svg.png") center left no-repeat !important;
    padding-left: 20px !important;
    padding-right: 0 !important;
}
.audiolink .ogg-player-options {
   border: none;
   white-space: pre;
}

.IPA {
	font-family: Arial Unicode MS, Code2000, Gentium, GentiumAlt, DejaVu Sans, Segoe UI, Lucida Grande, Charis SIL, Doulos SIL, TITUS Cyberbit Basic, Lucida Sans Unicode, sans-serif;
	font-size: 110%;
}
.Unicode {
	font-family: TITUS Cyberbit Basic, Code2000, Doulos SIL, Chrysanthi Unicode, Bitstream Cyberbit, Bitstream CyberBase, Bitstream Vera, Thryomanes, Gentium, GentiumAlt, Visual Geez Unicode, Lucida Grande, Tahoma, Arial Unicode MS, Microsoft Sans Serif, Lucida Sans Unicode, sans-serif;
	font-family /**/:inherit;
	text-decoration: none;
}

/* Hide charinsert base for those not using the gadget */
#editpage-specialchars {
    display: none;
}

/* Fix so <syntaxhighlight> tags and .css and .js pages get normal text size.
   [[Bugzilla:26204]]. See also [[Wikipedia:Typography#The monospace 'bug']] */
div.mw-geshi div,
div.mw-geshi div pre,
span.mw-geshi,
pre.source-css,
pre.source-javascript,
pre.source-lua {
    font-family: monospace, Courier !important;
}

/* Gender and number templates */
.gender,
.number,
.noun-class { font-style: italic; }

abbr { border-bottom-width: 0; }

/* make script/module errors smaller */
.scribunto-error {
	font-size: 75%;
}
/* senseids */
.senseid:target { background-color: #DEF; }

/* formats derived terms */
.derivedterms { background: #F8F8FF; }

.derivedterms .CategoryTreeChildren { column-count: 3; -moz-column-count: 3; -webkit-column-count: 3; }

/* Definition dates, in [[Şablon:defdate]] herwiha ji bo [[Şablon:hevmaneyên peyvê]] */
.defdate { font-size: smaller; }


/* default style for "form of" definitions [[Şablon:formeke peyvê]] */
.use-with-mention,
.form-of-definition {
	font-style: italic;
}

.use-with-mention i {
	font-style: normal;
}

.form-of-definition-link {
	font-style: normal;
}

.use-with-mention .mention,
.form-of-definition-link .mention {
	font-style: normal;
	font-weight: bold;
}

/* T156351: Support for Parsoid's Cite implementation */
span[ rel="mw:referencedBy" ] {
    counter-reset: mw-ref-linkback 0;
}
span[ rel="mw:referencedBy" ] > a::before {
    content: counter( mw-ref-linkback, lower-alpha );
}

/* allow inline hieroglyphs */
.mw-hiero-outer {
	display: inline-table;
	vertical-align: middle;
	font-size: 11px;
}