MediaWiki:Common.css

Wikipedia, Entziklopedia askea

Oharra: Gorde ondoren zure nabigatzailearen katxea ekidin beharko duzu aldaketak ikusteko. Mozilla / Firefox / Safari: Shift tekla sakatu birkargatzeko momentuan, edo Ctrl-Shift-R sakatu (Cmd-Shift-R Apple Mac baten); IE: Ctrl tekla sakatu birkargatzeko momentuan, edo Ctrl-F5 sakatu; Konqueror:: Birkargatzeko klik egin, edo F5 sakatu, besterik ez; Opera erabiltzaileek Tresnak-Hobespenak atalera jo eta katxea garbitzeko aukera hautatu.

/** Hemengo CSS kodeak itxura guztiei eragingo die */

  /***********************/
  /* Oinarrizko estiloak */
  /***********************/

table.wikitaula,
table.taulapolita {
    margin: 1em 1em 1em 0;
    background: #f9f9f9;
    border: 1px #aaa solid;
    border-collapse: collapse;
}
 
table.wikitaula th, table.wikitaula td,
table.taulapolita th, table.taulapolita td {
    border: 1px #aaa solid;
    padding: 0.2em;
}
 
table.wikitaula th,
table.taulapolita th {
    background: #f2f2f2;
    text-align: center;
}
 
table.wikitaula caption,
table.taulapolita caption {
    margin-left: inherit;
    margin-right: inherit;
    font-weight: bold;
}

table.wikitaula code,
table.taulapolita code {
    background-color: transparent;
}

/* Infobox template style */
.infobox {
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    color: black;
    margin: 0.5em 0 0.5em 1em;
    padding: 0.2em;
    float: right;
    clear: right;
    text-align: left;
    font-size: 88%;
    line-height: 1.5em;
}
.infobox caption {
    font-size: 125%;
    font-weight: bold;
}
.infobox td,
.infobox th {
    vertical-align: top;
}
.infobox.bordered {
    border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
    border: 1px solid #aaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
    border: 0;
}
 
.infobox.sisterproject {
    width: 20em;
    font-size: 90%;
}
 
.infobox.standard-talk {
    border: 1px solid #c0c090;
    background-color: #f8eaba;
}
.infobox.standard-talk.bordered td,
.infobox.standard-talk.bordered th {
    border: 1px solid #c0c090;
}
 
/* styles for bordered infobox with merged rows */
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
    border: 0;
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
}
 
.infobox.bordered .mergedrow td,
.infobox.bordered .mergedrow th {
    border: 0;
    border-right: 1px solid #aaa;
}
 
/* With MediaWiki 1.5, the mechanism has changed: instead of a SPAN of class "urlexpansion"
   following the anchor A, the anchor itself now has class "external autonumber" and the
   expansion is inserted when printing (see the common printing style sheet at
   //en.wikipedia.org/w/skins/common/commonPrint.css) using the ":after" pseudo-
   element of CSS. We have to switch this off for links due to Template:Ref!
 
*/
.plainlinksneverexpand a.external.text:after {
  display: none !important;
}
.plainlinksneverexpand a.external.autonumber:after {
  display: none !important;
 
}


/* Geographical coordinates defaults. See [[Template:Coord/link]]
   for how these are used. The classes "geo", "longitude", and
   "latitude" are used by the [[Geo microformat]].
 */
.geo-default, .geo-dms, .geo-dec  { display: inline; }
.geo-nondefault, .geo-multi-punct { display: none; }
.longitude, .latitude             { white-space: nowrap; }


/* [[Txantiloi:Erreferentzia zerrenda]] txantiloiko zerrendari tamaina txikiagoa jarri */
.references-small { 
    font-size: 90%;
}
 
/* Erreferentziak zutabetan jartzearekin lotutako kodea */
.references-2column {
    font-size: 90%;
    -moz-column-count: 2;
    column-count: 2;
}

/* Make the list of references smaller */
ol.references,
div.reflist,
div.refbegin {
    font-size: 90%;            /* Default font-size */
    margin-bottom: 0.5em;
}
div.refbegin-100 {
    font-size: 100%;           /* Option for normal fontsize in {{refbegin}} */
}
div.reflist ol.references {
    font-size: 100%;           /* Reset font-size when nested in div.reflist */
    margin-bottom: 0;          /* Avoid double margin when nested in dev.reflist */
    list-style-type: inherit;  /* Enable custom list style types */
}

/* Ensure refs in table headers and the like aren't bold or italic */
sup.reference {
    font-weight: normal;
    font-style: normal;
}
 
/* Nabigazioa hobetzeko klikaturiko erreferentzia urdinez nabarmendu */
ol.references > li:target,
sup.reference:target,
span.citation:target { 
    background-color: #DEF;
}
 
/* Taula izenburu eta horrelakoetan erreferentziak letra etzana
   edo lodiarekin ez daudela ziurtatzeko */
sup.reference {
    font-weight: normal;
    font-style: normal;
}

/* T156351: Support for Parsoid's Cite implementation */
span[rel="mw:referencedBy"] {
    counter-reset: mw-ref-linkback 0;
}
span[rel="mw:referencedBy"] > a::before {
    font-weight: bold;
    content: counter( mw-ref-linkback, lower-alpha );
}
.mw-ref > a[data-mw-group=upper-roman]::after {
    content: '[' counter( mw-Ref, upper-roman ) ']';
}
.mw-ref > a[data-mw-group=lower-alpha]::after {
    content: '[' counter( mw-Ref, lower-alpha ) ']';
}

/* Erreferentzientzako estiloa */
span.citation, cite {
    font-style: normal;
    word-wrap: break-word;
}
 
/* Zenbakiak eta dokumentuen ID-ak erreferentzietan erabiltzean
   ez dira pantailan bistaratuko baina bai inprimatzeko bertsioan.
*/
@media screen, handheld {
    span.citation *.printonly {
        display: none;
    }
}

/* CSS hautatzaile hauek suportatzen dituen nabigatzaileetan (Mozilla eta Opera bezalakoak)
   PDF fitxategietarako kanpo loturako ikonoa Adobe ikono batera aldatzen du. */
#content a[href$=".pdf"].external, 
#content a[href*=".pdf?"].external, 
#content a[href*=".pdf#"].external,
#content a[href$=".PDF"].external, 
#content a[href*=".PDF?"].external, 
#content a[href*=".PDF#"].external,
#mw_content  a[href$=".pdf"].external, 
#mw_content  a[href*=".pdf?"].external, 
#mw_content  a[href*=".pdf#"].external,
#mw_content  a[href$=".PDF"].external, 
#mw_content  a[href*=".PDF?"].external, 
#mw_content  a[href*=".PDF#"].external {
    background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") center right no-repeat;
    padding-right: 16px;
}

/* PDFlotura klasea erabiltzen den den leku guztietan (Txantiloi:PDFlotura-ran gehienbat) PDF fitxategietarako
   kanpo loturako ikonoa Adobe ikono batera aldatzen du. IE-en ere funtzionatzen du, goikoak ez bezala. */
#content span.PDFlink a,
#mw_content span.PDFlink a {
    background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") center right no-repeat;
    padding-right: 17px;
}

/*** Ohar metatxantiloiarentzako taula motak  */
table.ambox {
    margin: 0; /* Will not overlap with other elements */
    border-collapse: collapse;
    background-color: #fbfbfb;
    border: 1px solid #aaa;
    border-left: 10px solid #1e90ff; /* Default "notice" blue */
}
table.ambox th.ambox-text, table.ambox td.ambox-text { /* The message body cell(s) */
    padding: 0.25em 0.5em; /* 0.5em left/right */
    width: 100%; /* Make all templates the same width regardless of text size */
}
table.ambox td.ambox-image { /* The left image cell */
    padding: 2px 0px 2px 0.5em; /* 0.5em left, 0px right */
    text-align: center;
}
table.ambox td.ambox-imageright { /* The right image cell */
    padding: 2px 4px 2px 0px;  /* 0px left, 4px right */
    text-align: center;
}
table.ambox-notice {border-left: 10px solid #1e90ff} /* Blue */
table.ambox-delete, table.ambox-serious {border-left: 10px solid #b22222} /* Red */
table.ambox-content {border-left: 10px solid #f28500} /* Orange */
table.ambox-style {border-left: 10px solid #f4c430} /* Yellow */
table.ambox-merge {border-left: 10px solid #9932cc} /* Purple */
table.ambox-growth {border-left: 10px solid #228b22} /* Green */
table.ambox-protection {border-left: 10px solid #bba} /* Gray */
table.ambox.ambox-mini { /* Small floating box variant */
    float: right;
    clear: right;
    margin: 0 0 0 1em;
    width: 25%;
}
@media print { /* Do not print article message box */
    .ambox {display: none}
}

/* Bold 'edit this page' link to encourage newcomers */
#ca-ve-edit a { font-weight: bold !important; }

/* Standard Navigationsleisten, aka box hiding thingy
   from .de.  Documentation at [[Wikipedia:NavFrame]]. */
div.NavFrame {
    margin: 0;
    padding: 4px;
    border: 1px solid #aaa;
    text-align: center;
    border-collapse: collapse;
    font-size: 95%;
}
div.NavFrame + div.NavFrame {
    border-top-style: none;
    border-top-style: hidden;
}
div.NavPic {
    background-color: #fff;
    margin: 0;
    padding: 2px;
    /* @noflip */
    float: left;
}
div.NavFrame div.NavHead {
    height: 1.6em;
    font-weight: bold;
    background-color: #ccf;
    position: relative;
}
div.NavFrame p,
div.NavFrame div.NavContent,
div.NavFrame div.NavContent p {
    font-size: 100%;
}
div.NavEnd {
    margin: 0;
    padding: 0;
    line-height: 1px;
    clear: both;
}
a.NavToggle {
    position: relative;
    top: 0;
    /* @noflip */
    right: 3px;
    font-weight: normal;
    font-size: 90%;
}

/* Pie chart: transparent borders */
.transborder {
	border: solid transparent;
}


/* Styles for Pagebanner template */

.topbanner {
    position: relative;
    overflow: hidden;
    max-width: 1800px; 
    height: auto;
}

.topbanner img {
    max-width: 100%;
    height: auto;
    width: auto\9;
}

.topbanner-box {
    position: absolute;
    z-index: 2;
    margin-top: 1.5em;
    color: white;
    width: 50%;
    min-width: 20em;
    left: 2%;
    text-align: left;
}

.topbanner .name {
    position: absolute;
    z-index: 2;
    margin: 0.6em 0 0 0.4em;
    padding: 8px 7px;
    font-size: 2.2em;
    font-weight: bold;
    background: rgb(16,16,16);
    background: rgba(0,0,0,0.5);
    border-radius: 4px;
    color: white;
    white-space: nowrap;
    line-height: 0.9em;
}

.topbanner .biztanleria {
    position: absolute;
    z-index: 2;
    margin: 2.5em 1em 0 0.4em;
    padding: 8px 6px 8px 38px;
    font-size: 2em;
    font-weight: bold;
    background: rgb(16,16,16);
    background: url('https://upload.wikimedia.org/wikipedia/commons/thumb/a/ac/Blue_couple_icon.svg/28px-Blue_couple_icon.svg.png') 5px center no-repeat rgba(125,0,0,0.5);
    border-radius: 4px;
    color: white;
    white-space: nowrap;
    line-height: 0.9em;
}

.toc > tbody > tr > td > ul, .toc > tr > td > ul {
  padding-left: 2em;
}

.toc > ul {padding-left: 2em;}

.izenburuez .wpb-name {display: none;}

/* Allow limiting of which header levels are shown in a TOC;
   <div class="toclimit-3">, for instance, will limit to
   showing ==headings== and ===headings=== but no further
   (as long as there are no =headings= on the page, which
   there shouldn't be according to the MoS). */
.toclimit-2 .toclevel-1 ul,
.toclimit-3 .toclevel-2 ul,
.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul {
    display: none;
}

/* Style for hlist class - pulled from Wikipedia's Common.css file on 20 Mar 2013
   Style for horizontal lists (separator following item).
   Note: hlist formatting will break if the resulting HTML lacks a breakable character
   between list items. This happens when the following conditions are true:
   1) The list is made using wiki markup (where HTML is built by parser.php)
   2) HTMLTidy is disabled or unavailable (such as on Special: pages)
   In such cases, building lists with .hlist using HTML instead of wiki markup
   will work around this problem. See also [[Bugzilla:39617]].
   IE8-specific classes are assigned in [[MediaWiki:Common.js/IEFixes.js]].
   Last updated: January 24, 2013
   @source mediawiki.org/wiki/Snippets/Horizontal_lists
   @maintainer: [[User:Edokter]]
   @revision: 3.1
*/
.skin-monobook .hlist dl,
.skin-modern .hlist dl,
.skin-vector .hlist dl {
    line-height: 1.1em;
}
.hlist dl,
.hlist ol,
.hlist ul {
    margin: 0;
    padding: 0;
    line-height: 1.1em;
}
/* Display list items inline and make them nowrap */
.hlist dd,
.hlist dt,
.hlist li {
    display: inline;
    white-space: nowrap;
}
/* Allow wrapping for list items (in tight spaces) */
.hlist.hwrap dd,
.hlist.hwrap dt,
.hlist.hwrap li {
    white-space: normal;
}
/* Display nested lists inline and allow them to wrap */
.hlist dl dl, .hlist dl ol, .hlist dl ul,
.hlist ol dl, .hlist ol ol, .hlist ol ul,
.hlist ul dl, .hlist ul ol, .hlist ul ul {
    display: inline;
    white-space: normal;
}
/* Generate interpuncts */
.hlist dt:after {
    content: ":";
}
.hlist dd:after,
.hlist li:after {
    content: " ·";
    font-weight: bold;
    padding: 0 0.3em;
}
.hlist dd:last-child:after,
.hlist dt:last-child:after,
.hlist li:last-child:after {
    content: none;
}
/* For IE8 */
.hlist dd.hlist-last-child:after,
.hlist dt.hlist-last-child:after,
.hlist li.hlist-last-child:after {
    content: none;
}
/* Add parentheses around nested lists */
.hlist dd dd:first-child:before, .hlist dd dt:first-child:before, .hlist dd li:first-child:before,
.hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before,
.hlist li dd:first-child:before, .hlist li dt:first-child:before, .hlist li li:first-child:before {
    content: "(";
    font-weight: normal;
}
.hlist dd dd:last-child:after, .hlist dd dt:last-child:after, .hlist dd li:last-child:after,
.hlist dt dd:last-child:after, .hlist dt dt:last-child:after, .hlist dt li:last-child:after,
.hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after {
    content: ")";
    font-weight: normal;
}
/* For IE8 */
.hlist dd dd.hlist-last-child:after, .hlist dd dt.hlist-last-child:after, .hlist dd li.hlist-last-child:after,
.hlist dt dd.hlist-last-child:after, .hlist dt dt.hlist-last-child:after, .hlist dt li.hlist-last-child:after,
.hlist li dd.hlist-last-child:after, .hlist li dt.hlist-last-child:after, .hlist li li.hlist-last-child:after {
    content: ")";
    font-weight: normal;
}
/* allow ToC to stretch across screen when it is part of a horizontal list, change background and font colours  */
.hlist .toc.tocFloat {
    width: 100%; 
    max-width: 170em;
    color: black;
}
 
.hlist.tocbox-s .toc.tocFloat {
    width: 100%; 
    max-width: 170em;
    margin: 0;
    padding: 0;
    line-height: 1.1em;
    color: black;
    background-color: #e0e0e0 !important; 
}
 
.hlist.tocbox-b .toc {
    width: 100%; 
    max-width: 170em;
    margin: 0;
    padding: 0;
    line-height: 1.1em;
    color: white;
    background: rgb(16,16,16) !important; 
    background: rgba(0,0,0,0.5) !important; 
    border: none;
}
 
.hlist.tocbox-w .toc.tocFloat {
    width: 100%; 
    max-width: 170em;
    margin: 0;
    padding: 0;
    line-height: 1.1em;
    color: black;
    background: rgb(225,225,225) !important; 
    background: rgba(160,160,160,0.6) !important; 
    border: none;
}
 
.hlist .toc table,
.hlist .toc tr,
.hlist .toc td {
    margin: 0;
    padding: 0;
    line-height: 1.1em;
}
 
/* links in the horizontal ToC should be black... */
.hlist .toc a {
    color: black;
    font-size: 0.85em;
    font-weight: bold;
}
 
/* ... except when the ToC box is black ... */
.hlist.tocbox-b .toc a {
    color: white;
    font-size: 0.85em;
    font-weight: bold;
}
 
/* ... or except when being hovered over */
.hlist .toc.tocFloat a:hover {
    color: #bdddfd;
}
 
/* don't display ToC title when in horizontal ToC */
.hlist .toctitle {
    display: none;
}
 
#mf-mobile-only {
    display: none;
}
 
/* Prevent display of subheadings in horizontal ToC */
.hlist .toc .toclevel-2,
.hlist .toc .toclevel-3,
.hlist .toc .toclevel-4,
.hlist .toc .toclevel-5,
.hlist .toc .toclevel-6 {
    display: none;
}
 
.hlist .toggleNode {
    display: none;
}

/* style info for icon box in the top right corner of the banner */
.iconbox {
    position: absolute; 
    top: 6px; 
    right: 0; 
    padding: 3px; 
    z-index: 3; 
    background: rgb(16,16,16); 
    background: rgba(0,0,0,0.7); 
    border-bottom-left-radius: 5px;
}

/* #p-logo a {
 	background-image: url(//upload.wikimedia.org/wikipedia/commons/4/42/Euskarazko_Wikipedia.png)!important;
} */

/* Hide (formatting) elements from screen, but not from screenreaders */
.visualhide {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
/* Irudi itzaleztatuak */
.itzaleztatu img {
	box-shadow:0 3px 4px #000; /* Nabigagailu zaharretarako balio izan dezan */
	box-shadow:0 3px 4px rgba(0, 0, 0, 0.45);
	margin-bottom:7px;
	background:rgb(255,255,255); /* Nabigagailu zaharretarako balio izan dezan */
	background:rgba(0,0,0,0.02);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:5px;
}
/* Saihestu espazio zuriak, irudiaren pean, <p> kodeak eraginda */
.itzaleztatu p {
	margin:0;
}

/*Logo aldaketa
.mw-wiki-logo {background: url('https://upload.wikimedia.org/wikipedia/commons/3/3d/Euskarazko_Wikipedia_250.000_-_Orlegi_eta_Horia.png');}
*/

/* Buletarik gabeko zerrenda */
.plainlist ol,
.plainlist ul {
    line-height: inherit;
    list-style: none none;
    margin: 0;
}
.plainlist ol li,
.plainlist ul li {
    margin-bottom: 0;
}

/* Dokumentazio orrialdeetarako */
.template-documentation {
   clear: both;
   margin: 1em 0 0 0;
   border: 1px dotted #8BCBFF;
   background-color: #EEF9FA;
   padding: 0.9em;
}

/* Galeriak infotaulen barruan */

td ul.gallery.mw-gallery-slideshow {margin :0;}
td ul.gallery.mw-gallery-slideshow .mw-gallery-slideshow-buttons {padding: 0;}

/* PAGEBANNER */
.wpb-banner-toc .toctitle h2 {color: white;}
.wpb-banner-toc a {font-size: 1em;}

/* KARTOGRAPHER MAPAK */
.mw-kartographer-container .tright {margin: 0 !important;}

/* SITENOTICE ALDERIK ALDE */
.sitedir-ltr .mw-dismissable-notice-body {margin: 0.5em !important;}
.ns-100 #localNotice {display: none;}
/**************************************************/


.sekzioa {
margin-bottom: 0.5%;
padding: 0.4%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #eee;
clear: both;
}

.ezker {
	width: 49.8%;
	float: left;
	margin-right: 0.2%;
}

.eskuin {
	width: 49.8%;
	float: right;
	margin-left: 0.2%;
}

#azala .sekzioa h2 {
background-image: url('https://upload.wikimedia.org/wikipedia/commons/1/1b/Wikibar2.png');
background-repeat: no-repeat;
background-position: right;
background-size: contain;
}

#nabarmen h2 {
	background-color: #B0E0E6;
}

#azken-berriak h2 {
	background-color: #f3ff6b;
}

#ba-al-zenekien h2 {
	background-color: #90EE90;
}

#asteko-irudia h2 {
	background-color: #ffb2b2;
}

#urteurrenak h2 {
	background-color: #ddcef2;
}

#atariak h2 {
	background-color: #d4bfaa;
}

#wikipedia-nagusiak h2 {
	background-color: #f2cedd;
}

#bozketak h2 {
	background-color: #B0E0E6;
}

#beste-proiektuak h2 {
	background-color: #9fb6cd;
}

.nabarmen-artikulua, .azken-berriak-edukia, .ba-al-zenekien-edukia, .asteko-irudia-edukia, .urteurrenak-edukia, .atariak-edukia, .wikipedia-nagusiak-edukia, .bozketak-edukia {padding: 4px;}

/* HEZKUNTZA PROIEKTUA */
.lotura-txuri a {color: white;} 
.lotura-txuri a.external, .lotura-txuri a.extiw {color: white !important;}
.lotura-txuri td {-webkit-transition: all 0.5s; transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lotura-txuri td:hover {opacity: 0.8;}

/*
Style for changing list number system
© John Erling Blad, Creative Commons by Attribution 3.0
*/
#mw-content-text > .lower-alpha + .references > li {
	list-style-type: lower-alpha;
}
#mw-content-text > .upper-alpha + .references > li {
	list-style-type: upper-alpha;
}
#mw-content-text > .lower-roman + .references > li {
	list-style-type: lower-roman;
}
#mw-content-text > .upper-roman + .references > li {
	list-style-type: upper-roman;
}

#mw-content-text > .following-list-style-type-lower-alpha + ol { list-style-type:lower-alpha; }
#mw-content-text > .following-list-style-type-upper-alpha + ol { list-style-type:upper-alpha; }
#mw-content-text > .following-list-style-type-lower-roman + ol { list-style-type:lower-roman; }
#mw-content-text > .following-list-style-type-upper-roman + ol { list-style-type:upper-roman; }
#mw-content-text > .following-list-style-type-decimal + ol { list-style-type:decimal; }
#mw-content-text > .following-list-style-type-lower-alpha + .mw-references-wrap ol.references li { list-style-type:lower-alpha; }
#mw-content-text > .following-list-style-type-upper-alpha + .mw-references-wrap ol.references li { list-style-type:upper-alpha; }
#mw-content-text > .following-list-style-type-lower-roman + .mw-references-wrap ol.references li { list-style-type:lower-roman; }
#mw-content-text > .following-list-style-type-upper-roman + .mw-references-wrap ol.references li { list-style-type:upper-roman; }
#mw-content-text > .following-list-style-type-decimal + .mw-references-wrap ol.references li { list-style-type:decimal; }

/*
Style for making some invisible template visible in VisualEditor
© John Erling Blad, Creative Commons by Attribution 3.0
*/
.ve-conditional-display-block {
	display: none;
}
.ve-ui-surface .ve-conditional-display-block {
	display: block;
}

/*** scripted multicolumn ***/
/*
.multicol-verysmall .multicol + ul,
.multicol-verysmall .multicol + ol,
.multicol-verysmall .multicol ul,
.multicol-verysmall .multicol ol,
.multicol-verysmall ul.multicol,
.multicol-verysmall ol.multicol {
    column-count: 1; -moz-column-count: 1; -webkit-column-count: 1;
}
*/
.multicol-xx-small .multicol + ul,
.multicol-xx-small .multicol + ol,
.multicol-xx-small .multicol ul,
.multicol-xx-small .multicol ol,
.multicol-xx-small ul.multicol,
.multicol-xx-small ol.multicol {
    column-count: 1; -moz-column-count: 1; -webkit-column-count: 1;
}
.multicol-x-small .multicol + ul,
.multicol-x-small .multicol + ol,
.multicol-x-small .multicol ul,
.multicol-x-small .multicol ol,
.multicol-x-small ul.multicol,
.multicol-x-small ol.multicol {
    column-count: 2; -moz-column-count: 2; -webkit-column-count: 2;
}
.multicol-small .multicol + ul,
.multicol-small .multicol + ol,
.multicol-small .multicol ul,
.multicol-small .multicol ol,
.multicol-small ul.multicol,
.multicol-small ol.multicol {
    column-count: 3; -moz-column-count: 3; -webkit-column-count: 3;
}
.multicol-normal .multicol + ul,
.multicol-normal .multicol + ol,
.multicol-normal .multicol ul,
.multicol-normal .multicol ol,
.multicol-normal ul.multicol,
.multicol-normal ol.multicol {
    column-count: 4; -moz-column-count: 4; -webkit-column-count: 4;
}
.multicol-large .multicol + ul,
.multicol-large .multicol + ol,
.multicol-large .multicol ul,
.multicol-large .multicol ol,
.multicol-large ul.multicol,
.multicol-large ol.multicol {
    column-count: 5; -moz-column-count: 5; -webkit-column-count: 5;
}
.multicol-x-large .multicol + ul,
.multicol-x-large .multicol + ol,
.multicol-x-large .multicol ul,
.multicol-x-large .multicol ol,
.multicol-x-large ul.multicol,
.multicol-x-large ol.multicol {
    column-count: 6; -moz-column-count: 6; -webkit-column-count: 6;
}
.multicol-xx-large .multicol + ul,
.multicol-xx-large .multicol + ol,
.multicol-xx-large .multicol ul,
.multicol-xx-large .multicol ol,
.multicol-xx-large ul.multicol,
.multicol-xx-large ol.multicol {
    column-count: 7; -moz-column-count: 7; -webkit-column-count: 7;
}
/*
.multicol-verylarge .multicol + ul,
.multicol-verylarge .multicol + ol,
.multicol-verylarge .multicol ul,
.multicol-verylarge .multicol ol,
.multicol-verylarge ul.multicol,
.multicol-verylarge ol.multicol {
    column-count: 8; -moz-column-count: 8; -webkit-column-count: 8;
}
*/
.multicol-all .multicol + ul,
.multicol-all .multicol + ol,
.multicol-all .multicol ul,
.multicol-all .multicol ol,
.multicol-all ul.multicol,
.multicol-all ol.multicol {
    list-style-position: inside;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
@media print {
    /* note that the multicol class must not be set through javascript or this may fail */
    .multicol + ul,
    .multicol + ol,
    .multicol ul,
    .multicol ol,
    ul.multicol,
    ol.multicol {
        column-count: 3 !important;
        -moz-column-count: 3 !important;
        -webkit-column-count: 3 !important;
    }
}

/***** BOTOIAK ******/
.mw-ui-button {max-width: 50em;}

/****************************/
/***      TXIKIPEDIA      ***/
/****************************/
@font-face {
  font-family: 'GochiHand';
  src: url(https://eu.wikipedia.org/w/extensions/UniversalLanguageSelector/data/fontrepo/fonts/GochiHand/GochiHand-Regular.woff2) format("woff2"),
  url(https://eu.wikipedia.org/w/extensions/UniversalLanguageSelector/data/fontrepo/fonts/GochiHand/GochiHand-Regular.woff) format("woff"),
  url(https://eu.wikipedia.org/w/extensions/UniversalLanguageSelector/data/fontrepo/fonts/GochiHand/GochiHand-Regular.ttf) format("ttf");  
}


#n-Txikipedia a {
	color: transparent !important; 
	font-size: 140%;
	background-image: url(https://upload.wikimedia.org/wikipedia/commons/9/9f/Txikipedia.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left bottom;
	max-width: 50%;
	}
	
#vector-main-menu-pinned-container #n-Txikipedia a {
	font-size: 50%;
}
	
.ns-104 {font-size: 110%;}
.ns-104 #mw-content-text {font-size: 120%;}
.ns-104 .mw-logo-wordmark {
  box-sizing: border-box;
 padding-left: 132px; /* width of the original workmark image */
  background: center / contain no-repeat url("https://upload.wikimedia.org/wikipedia/commons/9/9f/Txikipedia.svg");
  height: 1.5em !important;
  width: 0;
}

.ns-104 .mw-logo-tagline {
  box-sizing: border-box;
  margin-top: 0;
  width: 0;
  padding-left: 132px; /* width of the original tagline image */
  background: center / contain no-repeat url("//upload.wikimedia.org/wikipedia/commons/thumb/a/a0/Txiki_eta_aske.png/115px-Txiki_eta_aske.png");
}

#catlinks a[title="Kategoria:Txikipedia"] {
	color: transparent !important; 
	background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/9/9f/Txikipedia.svg/140px-Txikipedia.svg.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left bottom;
	}
	
#ca-nstab-txikipedia a {
	color: transparent !important; 
	background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/9/9f/Txikipedia.svg/140px-Txikipedia.svg.png);
	background-size: 90%;
	background-repeat: no-repeat;
	background-position: center 70%;
	padding-right: 5px;
	}

/*#ca-nstab-txikipedia a::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 1px;
	background-image: linear-gradient(to bottom,rgba(167,215,249,0) 0,#a7d7f9 100%);
	height: 3.07692308em;
	padding-top: 1.25em;
	box-sizing: border-box;
	}
	*/
	
#ca-nstab-txikipedia.new a {
	color: transparent !important;
	background-image: url(https://upload.wikimedia.org/wikipedia/commons/5/55/Txikipedia-gehitu.svg);
	background-size: 26px;
	background-repeat: no-repeat;
	background-position: center 1.5em;
	padding-left: 0;
	padding-right: 0;
	font-size: 0.8125em;
	padding-top: 1.25em;
	width: 40px;
	overflow: hidden;
	}

.ns-104 #firstHeading, .ns-104 .wpb-name {font-family: 'GochiHand', cursive !important;}
.page-Txikipedia_Azala #firstHeading, .ns-104 #siteNotice {display: none;}

a.mw-changeslist-title[title^="Txikipedia"]:after {
	content: url(https://upload.wikimedia.org/wikipedia/commons/thumb/9/9f/Txikipedia.svg/60px-Txikipedia.svg.png);
	}
	
.ns-104 .wpb-topbanner {max-height: 200px;}
.ns-104 .searchboxInput {font-family: 'GochiHand' !important;}

/*Ikusgela logoa menuan */
#n-Ikusgela a span::before {
content:'';
background: url('https://upload.wikimedia.org/wikipedia/commons/thumb/8/87/Ikusgela-logoa.png/18px-Ikusgela-logoa.png'); /*url of image*/
background-size: 18px 18px; background-repeat: no-repeat;
height: 16px; 
width: 16px;  
display:inline-block;
}


/* PAPEREZKO AIPUAK
 * Copyright (c) 2012-2013 Thibaut Courouble
 * http://www.cssflow.com
 * Licensed under the MIT License
 *
 */
.notepaper {
	background-image: -webkit-radial-gradient(center, cover, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.1) 90%), -webkit-repeating-linear-gradient(top, transparent 0%, transparent 21px, rgba(239, 207, 173, 0.7) 21px, rgba(239, 207, 173, 0.7) 22px);
	background-image: -moz-radial-gradient(center, cover, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.1) 90%), -moz-repeating-linear-gradient(top, transparent 0%, transparent 21px, rgba(239, 207, 173, 0.7) 21px, rgba(239, 207, 173, 0.7) 22px);
	background-image: -o-radial-gradient(center, cover, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.1) 90%), -o-repeating-linear-gradient(top, transparent 0%, transparent 21px, rgba(239, 207, 173, 0.7) 21px, rgba(239, 207, 173, 0.7) 22px);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 5px #d8e071, 0 0 1px rgba(0, 0, 0, 0.1), 0 2px rgba(0, 0, 0, 0.02);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 5px #d8e071, 0 0 1px rgba(0, 0, 0, 0.1), 0 2px rgba(0, 0, 0, 0.02);
}
.notepaper:after {
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  transform: rotate(2deg);
}

/*** BEDIGIRADAN ERABILTZEN DIREN PAPERAK ***/

.papers:before, .papers:after  {
  transform: rotateZ(2.5deg);
}

.papers:after  {
 transform: rotateZ(-2.5deg);
}

/* BANNER HANDIAGOA */
#localNotice ul.gallery {
  list-style: none;
  margin: 0;
}

#localNotice .sitedir-ltr .mw-dismissable-notice-body {
	margin:0;
}

/*FLOW*/
.flow-recentchanges-line .mw-title:before {
	margin-right: 2px;
	content: url('https://upload.wikimedia.org/wikipedia/commons/thumb/1/17/Antu_view-conversation-balloon.svg/12px-Antu_view-conversation-balloon.svg.png');}


/*HITZAK ZATITU*/
h1 {word-break: break-word;}