MediaWiki:Common.css: Difference between revisions

भारत डिस्कवरी प्रस्तुति
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
/* यहां रखी css सभी त्वचाओंपर असर करेगी */
/* Közös CSS az összes skinnek
[[en:MediaWiki:Common.css]]
*/
 
#interwiki-completelist {
    font-weight: bold;
}


/*
/*
This is the CSS for all skins (for all users) on MediaWiki.org.  
== Táblázatok (a régi prettytable és wikitable összevonva) ==
*/
 
table.wikitable,
table.prettytable {
  border-collapse: collapse;
  background: #f9f9f9;
  margin: 1em 1em 1em 0;
}
 
table.wikitable td,
table.wikitable th,
table.prettytable td,
table.prettytable th {
  border: 1px solid #ccc;
  padding: 3px 6px 3px 6px;
  overflow: visible; /* IE bugix: http://hu.wikipedia.org/w/index.php?title=Wikip%C3%A9dia:Kocsmafal_(m%C5%B1szaki)&oldid=5171001#IE_t.C3.A1bl.C3.A1zatprobl.C3.A9m.C3.A1k */
}
 
table.wikitable th,
table.prettytable th {
  background: #efefef;
  font-weight: bold;
  text-align: center;
}
 
table.wikitable table td,
table.wikitable table th,
table.prettytable table td,
table.prettytable table th {
  border: 0px none #fff;
}
 
table.wikitable table.wikitable td,
table.wikitable table.wikitable th,
table.wikitable table.prettytable td,
table.wikitable table.prettytable th,
table.prettytable table.wikitable td,
table.prettytable table.wikitable th,
table.prettytable table.prettytable td,
table.prettytable table.prettytable th {
  border: 1px solid #ccc;
}
 
table.wikitable caption,
table.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
  font-weight: bold;
}
 
table.collapsible {
  overflow: hidden;
}
 
 
/* </source>
== Sablonstílusok ==
<source lang="css"> */
 
/* Merge template style */
 
.messagebox {
  border: 1px solid #aaaaaa;
  background-color: #f9f9f9;
  width: 85%;
  margin: 0 auto 1em auto;
  padding: .2em;
  text-align: justify;
}
.messagebox.merge {
  border: 1px solid #cf9fff;
  background-color: #f5edf5;
  text-align: center;
}
.messagebox.cleanup {
  border: 1px solid #9f9fff;
  background-color: #efefff;
  text-align: center;
}
.messagebox.standard-talk {
  border: 1px solid #c0c090;
  background-color: #f8eaba;
}
 
.messagebox.nested-talk {
  border: 1px solid #c0c090;
  background-color: #f8eaba;
  width: 100%;
  margin: 2px 4px 2px 4px;
}
 
.infobox {
  border: 1px solid #aaaaaa;
  background-color: #f9f9f9;
  margin-bottom: 0.5em;
  margin-left: 1em;
  padding: .2em;
  float: right;
  clear: right;
  text-align: left;
}
.infobox tr {
  vertical-align: top;
}
.infobox caption {
  margin-left: inherit;
}
.infobox.bordered {
  border-collapse: collapse;
}
.infobox.bordered td, .infobox.bordered th {
  border: 1px solid #aaaaaa;
}
.infobox.sisterproject {
  width: 22em;
}
.infobox .wpImageAnnotatorHasNotesMsg {
  display:none;
}
 
/* Style for "notices" */
.notice {
    text-align: justify;
    margin: 1em;
    padding: 0.2em;
}
 
#disambig {
    border-top: 3px double #cccccc;
    border-bottom: 3px double #cccccc;
}
 
#spoiler {
    border-top: 2px solid #ddd;
    border-bottom:2px solid #ddd;
}
 
/* Standard talk template style */
 
.Talk-Notice  {
    border: 1px solid #C0C090;
    background-color: #F8EABA;
    margin-bottom: 3px;
    width: 85%;
    border-spacing: 3px;
    margin-left: auto;
    margin-right: auto;
}
 
/* Make template background appear correctly on all browsers */
.Talk-Notice td {
    background: inherit;
}
 
#mw-recreate-deleted-warn {
    background: lightGoldenRodYellow;
    border: 2px solid red;
}
 
/* </source>
 
===[[Wikipédia:Sablonegységesítés]]===
<source lang="css">
*/
/* Article message box template styles */
table.ambox {
    margin: 0 10%;                        /* Will not overlap with other elements */
    border-collapse: collapse;
    background: #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;
}
* html table.ambox td.ambox-image {
    height: 1%;
}
*:first-child+html table.ambox td.ambox-image {
    height: 1%;
}
div.ambox-image-inner {
    width: 52px;
}
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;    /* Forest green */
}
table.ambox-protection {
    border-left: 10px solid #bba;      /* Gray */
}
/* Wikimenu styles */
table.ambox-kozosseg {
    border-left: 10px solid #476a4d;
}
table.ambox-megbeszelesek {
    border-left: 10px solid #4b5c6e;
}
table.ambox-szabalyok {
    border-left: 10px solid #64683c;
}
table.ambox-tennivalok {
    border-left: 10px solid #744203;
}
table.ambox-segitseg {
    border-left: 10px solid #6a0304;
}
table.ambox-mini {                      /* small floating box variant */
    float: right;
    clear: right;
    margin: 0 0 0 1em;
    width: 25%;
}
 
/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
th.mbox-text, td.mbox-text {    /* The message body cell(s) */
    border: none;
    padding: 0.25em 0.9em;      /* 0.9em left/right */
    width: 100%;    /* Make all mboxes the same width regardless of text length */
}
td.mbox-image {                  /* The left image cell */
    border: none;
    padding: 2px 0 2px 0.9em;    /* 0.9em left, 0px right */
    text-align: center;
}
td.mbox-imageright {            /* The right image cell */
    border: none;
    padding: 2px 0.9em 2px 0;    /* 0px left, 0.9em right */
    text-align: center;
}
 
/* Image message box styles */
table.imbox {
    margin: 4px 10%;
    border-collapse: collapse;
    border: 3px solid #1e90ff;    /* Default "notice" blue */
    background: #fbfbfb;
}
.imbox .mbox-text .imbox {    /* For imboxes inside imbox-text cells. */
    margin: 0 -0.5em;    /* 0.9 - 0.5 = 0.4em left/right. */
}
.mbox-inside .imbox {    /* For imboxes inside other templates. */
    margin: 4px;
}
 
table.imbox-notice {
    border: 3px solid #1e90ff;    /* Blue */
}
table.imbox-speedy {
    border: 3px solid #b22222;    /* Red */
    background: #fee;            /* Pink */
}
table.imbox-delete {
    border: 3px solid #b22222;    /* Red */
}
table.imbox-content {
    border: 3px solid #f28500;    /* Orange */
}
table.imbox-style {
    border: 3px solid #f4c430;    /* Yellow */
}
table.imbox-move {
    border: 3px solid #9932cc;    /* Purple */
}
table.imbox-protection {
    border: 3px solid #bba;      /* Gray-gold */
}
table.imbox-license {
    border: 3px solid #88a;      /* Dark gray */
    background: #f7f8ff;          /* Light gray */
}
table.imbox-featured {
    border: 3px solid #cba135;    /* Brown-gold */
}
 
/* Category message box styles */
table.cmbox {
    margin: 3px 10%;
    border-collapse: collapse;
    border: 1px solid #aaa;
    background: #DFE8FF;    /* Default "notice" blue */
}
 
table.cmbox-notice {
    background: #DFE8FF;    /* Blue */
}
table.cmbox-speedy {
    margin-top: 4px;
    margin-bottom: 4px;
    border: 4px solid #b22222;    /* Red */
    background: #FFDBDB;          /* Pink */
}
table.cmbox-delete {
    background: #FFDBDB;    /* Red */
}
table.cmbox-content {
    background: #FFE7CE;    /* Orange */
}
table.cmbox-style {
    background: #FFF9DB;    /* Yellow */
}
table.cmbox-move {
    background: #F1D0FF;    /* Purple */
}
table.cmbox-protection {
    background: #EFEFE1;    /* Gray-gold */
}
 
/* Other pages message box styles */
table.ombox {
    margin: 4px 10%;
    border-collapse: collapse;
    border: 1px solid #aaa;      /* Default "notice" gray */
    background: #f9f9f9;
}
table.ombox-small {    /* For the "small=yes" option */
    clear: right;
    float: right;
    margin: 4px 0 4px 1em;
    width: 238px;
    font-size: 88%;
    line-height: 1.25em;
}
 
table.ombox-notice {
    border: 1px solid #aaa;      /* Gray */
}
table.ombox-speedy {
    border: 2px solid #b22222;    /* Red */
    background: #fee;            /* Pink */
}
table.ombox-delete {
    border: 2px solid #b22222;    /* Red */
}
table.ombox-content {
    border: 1px solid #f28500;    /* Orange */
}
table.ombox-style {
    border: 1px solid #f4c430;    /* Yellow */
}
table.ombox-move {
    border: 1px solid #9932cc;    /* Purple */
}
table.ombox-protection {
    border: 2px solid #bba;      /* Gray-gold */
}
   
   
SECTIONS:
/* Talk page message box styles */
1. Indication of namespaces
table.tmbox {
2. Color classes for content
    margin: 4px 10%;
3. Special pages
    border-collapse: collapse;
4. Main page styling
    border: 1px solid #c0c090;    /* Default "notice" gray-brown */
5. Sidebar external links
    background: #f8eaba;
6. Extension:Matrix stuff
}
7. Wikitables, infobox templates, warnings, and other such stylings
table.tmbox-small {    /* For the "small=yes" option */
8. Some other small things
    clear: right;
    float: right;
    margin: 4px 0 4px 1em;
    width: 238px;
    font-size: 88%;
    line-height: 1.25em;
}
.mbox-inside .tmbox {    /* For tmboxes inside other templates. */
    margin: 2px 0;
    width: 100%;    /* Fix for Safari and Opera. */
}
 
table.tmbox-speedy {
    border: 2px solid #b22222;    /* Red */
    background: #fee;            /* Pink */
}
table.tmbox-delete {
    border: 2px solid #b22222;    /* Red */
}
table.tmbox-content {
    border: 2px solid #f28500;    /* Orange */
}
table.tmbox-style {
    border: 2px solid #f4c430;    /* Yellow */
}
table.tmbox-move {
    border: 2px solid #9932cc;    /* Purple */
}
table.tmbox-protection,
table.tmbox-notice {
    border: 1px solid #c0c090;    /* Gray-brown */
}
 
/* Pink fmbox warning style for div based warning notices. */
div.fmbox-warning,
div.mw-warning-with-logexcerpt,
div.figyelmeztetes {
    clear: both;
    margin: 0.2em 0;
    border: 1px solid #BB7070;
    background: #FFDBDB;
    padding: 0.25em 0.9em;
}
 
/*
</source>
 
=== Multimédiasablon-stílusok ===
<source lang="css">
*/
 
/* Class for links with loudspeaker icon next to them */
 
.audiolink a{
    background: url("http://upload.wikimedia.org/wikipedia/commons/thumb/8/8a/Loudspeaker.svg/11px-Loudspeaker.svg.png") center left no-repeat !important;
    padding-left: 16px !important;
    padding-right: 0 !important;
}
 
/* Icons for medialist templates [[Template:Listen]], [[Template:Multi-listen_start]], [[Template:Video]], [[Template:Multi-video_start]] */
 
div.listenlist {
    background: url("http://upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Gnome-speakernotes.png/30px-Gnome-speakernotes.png");
    padding-left: 40px;
}
 
div.videolist, div.multivideolist {
    background: url("http://upload.wikimedia.org/wikipedia/en/thumb/2/20/Tango-video-x-generic.png/40px-Tango-video-x-generic.png");
    padding-left: 50px;
}
 
/* Style rules for media list templates */
 
div.medialist {
    min-height: 50px;
    margin: 1em;
    background-position: top left;
    background-repeat: no-repeat;
}
 
div.medialist ul {
    list-style-type: none;
    list-style-image: none;
    margin: 0;
}
 
div.medialist ul li {
    padding-bottom: 0.5em;
}
 
div.medialist ul li li {
    font-size: 91%;
    padding-bottom: 0;
}
 
/* </source>
 
=== rquote sablon ===
<source lang="css"> */
 
table.rquote {
    font-family: Garamond, "Adobe Garamond Pro", "GaramondPremrPro", "ITC Garamond Std Book", "Stempel Garamond LT Pro", AGaramond, Galliard, serif;
    font-style: italic;
    font-size: 135%;
    line-height: 135%;
 
    background-color: inherit;
    border-collapse: collapse;
    border-style: none;
}
 
.rquote .forras {font-family: Verdana sans-serif;}
 
table.rquote i {
    font-style: normal;
}
 
table.rquote p.forras {
    line-height: 1em;
    text-align: right;
    font-style: normal;
    font-size: 76%;
}
 
table.rquote p.forras i {
    font-style: normal;
}
 
table.floatleft, table.floatright {
    margin: .5em .75em;
}
 
table.floatcenter {
    margin: .5em auto;
}
 
/* </source>
 
== Képek ==
<source lang="css"> */
 
/* The backgrounds for galleries. */
#content .gallerybox div.thumb {
    background-color: #F9F9F9;  /* Light gray padding */
}
/* Put a chequered background behind images, only visible if they have transparency */
.gallerybox .thumb img,
#file img {
    background: white url("http://upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat;
}
/* But not on articles, user pages, portals or with opt-out. */
.ns-0 .gallerybox .thumb img,
.ns-2 .gallerybox .thumb img,
.ns-100 .gallerybox .thumb img,
.nochecker .gallerybox .thumb img {
    background: white;
}
 
/* </source>
 
== [[Wikipédia:CommonsTicker|CommonsTicker]] stílus ==
<source lang="css"> */
 
/* links */
.tickerDiffLink { } /* diff links in ticker */
.tickerMiscLink { } /* misc links in ticker */
 
/* remove list bullets */
.tickerList ul,    .tickerList ul li    { list-style: none; text-indent:-2em; margin-left:2em;  text-align:left; }
.tickerList ul ul, .tickerList ul ul li { list-style: none; text-indent:0;    margin-left:1.5em; text-align:left; }
 
/* per-type styles */
.tickerEntry_deleted    { }  /* entry for image deletion */
.tickerEntry_restored    { }  /* entry for restored image */
.tickerEntry_replaced    { }  /* entry for image replacement */
.tickerEntry_tagged      { }  /* entry for adding/removing problem tags */
.tickerEntry_redir      { }  /* entry for critical redirection (fot tag redirects) */
.tickerEntry_recat      { }  /* entry for critical re-categorization (for tag categories) */
.tickerEntry_notify      { }  /* entry for global notifications */
.tickerEntry_changed    { }  /* entry for generic change */
 
/* per-status styles */
.tickerStatus_done    { text-decoration:line-through; }  /* strike through when entry has been handeled */
.tickerStatus_megoldva    { text-decoration:line-through; }  /* strike through when entry has been handeled */
 
/* per-action styles */
.tickerAction_deleted:before    { content:" TÖRL "; color: #FF0000; font-family:monospace; font-weight:bold; font-size:100%; }
.tickerAction_restored:before    { content:" VISSZA "; color: #00BB00; font-family:monospace; font-weight:bold; font-size:100%; }
.tickerAction_deletedRev:before  { content:" -RÉGI "; color: #DDAAAA; font-family:monospace; font-weight:bold; font-size:100%; }
.tickerAction_replaced:before    { content:" CSERE "; color: #CC88FF; font-family:monospace; font-weight:bold; font-size:100%; }
.tickerAction_replacedOwn:before { content:" FRISS "; color: #EEAAFF; font-family:monospace; font-weight:bold; font-size:100%; }
.tickerAction_addedBad:before    { content:" +SzT "; color: #FF8800; font-family:monospace; font-weight:bold; font-size:100%; }
.tickerAction_removedBad:before  { content:" -SzT "; color: #00BB00; font-family:monospace; font-weight:bold; font-size:100%; }
.tickerAction_addedGood:before  { content:" +OK  "; color: #00BB00; font-family:monospace; font-weight:bold; font-size:100%; }
.tickerAction_removedGood:before { content:" -OK  "; color: #FF8800; font-family:monospace; font-weight:bold; font-size:100%; }
 
/* ticker usage list */
.tickerUsage  { font-size:80%; }
 
/* entry applies to a template used by multiple images */
.tickerTemplateEntry    { font-weight: bold; }
 
/* entry applies to sub-entries, i.e. images that use a specific template */
.tickerSubEntry        { }
 
/* minor entry styles */
.tickerMinorEntry  { color:#666; }    /* minor entry */
.tickerMinorEntry a,
.tickerMinorEntry a:link,
.tickerMinorEntry a:visited { color:#669; }
#bodyContent .tickerMinorEntry a.extiw,
#bodyContent .tickerMinorEntry a.extiw:link,
#bodyContent .tickerMinorEntry a.extiw:visited { color:#669; }
 
/*</source>
 
== Friss változtatásoknál a betűszámláló betűi ==
<source lang="css">
*/
/*****
** Bytecounter colours
*****/
span.mw-plusminus-neg {
  color: #900;
}
strong.mw-plusminus-neg {
  color: #c00;
}
span.mw-plusminus-pos {
  color: #060;
}
strong.mw-plusminus-pos {
  color: #080;
}
 
/*
</source>
 
== [[Speciális:Címkék|Címkék]] ==
<source lang="css">
*/
 
.mw-tag-marker {
  margin: 0 2px;
  border: 1px solid #AAAAAA;
  border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
  padding: 1px 3px;
  background-color: #DDDDDD;
}
 
/*
</source>
 
== Lábjegyzetek ==
<source lang="css">
*/
 
/* Két oszlopba; csak Firefox és Safari */
ol.references {
  font-size: 85%;
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-gap: 3em;
  -moz-column-gap: 3em;
  -webkit-column-gap: 3em;
}
ol.references > li {
  -webkit-column-break-inside: avoid;
}
.ref-1col ol.references {
  column-count: 1;
  -moz-column-count:1;
  -webkit-column-count: 1;
}
 
/* Kijelölt hivatkozásnak háttérszinezés */
ol.references li:target,
.citation:target,
sup.reference:target {
  background-color: Gold;
}
 
/* Felső indexek relatív pozicionálása, hogy ne növeljék meg a sorközt */
sup.reference  {
  vertical-align: baseline;
  position: relative;
  bottom: 1ex;
}
 
/* Kijelölt dokulinknek háttérszinezés */
ol.references li:target,
.dokulink:target,
sup.reference:target {
  background-color: Gold;
}
 
/*
</source>
==Redirekt listában dőlt betűs==
<source lang="css">
*/
 
.redirect-in-category, .allpagesredirect {
font-style:italic;
}
 
/*
</source>
 
== [[Sablon:Edittools|Edittools]] gombok ==
<source lang="css">
*/
 
#specialchars a {
  color: black;
  background-color: #ccddee !important;
  text-decoration: none;
  border: thin #006699 outset;
  padding: 0.1em;
  display: inline-block;
  text-align: center;
  min-width: 1em;
}
#specialchars a:hover, .my-buttons a:active {
  background-color: #bbccdd;
  border-style: inset;
}
 
/* Special characters list below edit window works better without underlining */
#specialchars a, #editpage-specialchars a { text-decoration: none; }
#specialchars a:hover, #editpage-specialchars a:hover { text-decoration: underline; }
 
/*
</source>
 
== Külső linkek ikonjai ==
<source lang="css">
*/
 
#bodyContent a.external[href$=".pdf"],
#bodyContent a.external[href*=".pdf?"],
#bodyContent a.external[href*=".pdf#"],
#bodyContent a.external[href$=".PDF"],
#bodyContent a.external[href*=".PDF?"],
#bodyContent a.external[href*=".PDF#"] {
  background:transparent url(http://upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif) no-repeat scroll right center;
  padding-right:17px;
}
 
/* </source>
 
=== Nyilacska nélküli külső linkek ===
<source lang="css"> */
 
/*Add formatting to make sure that "external references" from [[Template:Ref]] do
  not get URL expansion, not even when printed. The mechanism up to MediaWiki 1.4 was
  that the HTML code contained a SPAN following the anchor A; this SPAN had the class
  "urlexpansion", which was not displayed on screen, but was shown when the medium was
  "print". The rules below ensure (a) that there is no extra padding to the right of
  the anchor (displayed as "[<number>]"), (b) that there is no "external link arrow" for
  the link, and (c) that this SPAN of class "urlexpansion" is never shown.
  [[चित्र:nib4.png|35px|top]]<span class="sign">[[User:अश्वनी भाटिया|अश्वनी भाटिया <sub>प्रबंधक</sub>]] . <sub>[[सदस्य वार्ता:अश्वनी भाटिया|वार्ता]]</sub></span> 12:57, 26 जून 2011 (IST)
*/
 
.plainlinksneverexpand {
  background: none ! important;
  padding: 0 ! important;
}
 
.plainlinksneverexpand .urlexpansion {
  display : none ! important;
}
 
/* Make sure that ext links displayed within "plainlinksneverexpand" don't get
  the arrow...
*/
.plainlinksneverexpand a {
  background: none !important;
  padding: 0 !important
}
 
/* 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
  http://en.wikipedia.org/skins-1.5/common/commonPrint.css) using the ":after" pseudo-
  element of CSS. We have to switch this off for links due to Template:Ref!
  [[चित्र:nib4.png|35px|top]]<span class="sign">[[User:अश्वनी भाटिया|अश्वनी भाटिया <sub>प्रबंधक</sub>]] . <sub>[[सदस्य वार्ता:अश्वनी भाटिया|वार्ता]]</sub></span> 12:57, 26 जून 2011 (IST)
*/
*/
.plainlinksneverexpand a.external.text:after {
/***** 1. INDICATION OF NAMESPACES *****/
  display: none !important;
}
/* Pseudo NS Special (light grey) */
.plainlinksneverexpand a.external.autonumber:after {
.ns--2 #content { background-color: #f4f4f4; }
  display: none !important;
.ns--2 div.thumb { border-color: #f4f4f4; }
}
 
/* NS Project + Project_talk (light sky blue) */
/* Remove padding from external links displayed without icon */
.ns-4 #content, .ns-5 #content { background-color: #f8fcff; }
#bodyContent .plainlinks a {padding: 0 !important}
.ns-4 div.thumb, .ns-5 div.thumb { border-color: #f8fcff; }  
 
/* Nyilacska nélküli külső linkek (lásd az en:MediaWiki:Common.css-ben a plainlinksneverexpand osztályt a részletesebb magyarázatért */
/* NS MediaWiki + MediaWiki_talk (light grey) */
.nincslinkikon {
.ns-8 #content, .ns-9 #content { background-color: #f4f4f4; }
  background: none ! important;
.ns-8 div.thumb, .ns-9 div.thumb { border-color: #f4f4f4; }  
  padding: 0 ! important;
}
/* NS Lab + Lab_talk (light bluish violet) */
.nincslinkikon a {
.ns-100 #content, .ns-101 #content { background-color: white; }
  background: none ! important;
.ns-100 div.thumb, .ns-101 div.thumb { border-color: white; }
  padding: 0 ! important;
}
/* NS Portal + Portal_talk (white) */
.nincslinkikon .urlexpansion {
.ns-112 #content, .ns-113 #content { background-color:white; }
  display : none ! important;
.ns-112 div.thumb, .ns-113 div.thumb { border-color:white; }
}
.nincslinkikon a.external.autonumber:after {
  display: none !important
}
 
/* try adding here, this had no effect in [[MediaWiki:Common.css]] */
.plainlinksneverexpand a.external.text:after {
display: none !important
}
 
/* </source>
== Patrolling ==
<source lang="css"> */
 
li.not-patrolled {
  background: none;
  border-left: 2px solid red;
  padding-left: 5px;
  /* list-style-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/8/84/Important-3.svg/5px-Important-3.svg.png); */
}
 
/* </source>
== Navigáció ==
<source lang="css"> */
/* A kinyit-becsuk mechanizmus része, a többi a monobook.js-ben található */


/* NS Help (but NOT Help_talk) (blue border and Public Domain icon)  */
div.Boxmerge,
.ns-12 #content {
div.NavFrame {
border: 2px solid #0000cc;
        margin: 0px;
border-right: none;
        padding: 2px;
background-image: url(http://upload.wikimedia.org/wikipedia/mediawiki/b/b8/PD-banner.png);
        border: 1px solid #aaaaaa;
background-repeat: no-repeat;
        text-align: center;
background-position: right top;
        border-collapse: collapse;
        font-size: 95%;
}
div.Boxmerge div.NavFrame {
        border-style: none;
        border-style: hidden;
}
div.NavFrame + div.NavFrame {
        border-top-style: none;
        border-top-style: hidden;
}
div.NavPic {
        background-color: #ffffff;
        margin: 0px;
        padding: 2px;
        float: left;
}
div.NavFrame div.NavHead {
        height: 1.6em;
        font-weight: bold;
        font-size: 100%;
        background-color: #efefef;
        position:relative;
}
div.NavFrame p {
        font-size: 100%;
}
}
.ns-12 #bodyContent {
div.NavFrame div.NavContent {
background-image: url(http://upload.wikimedia.org/wikipedia/mediawiki/6/67/PD-icon-faded.png);
        font-size: 100%;
background-repeat: no-repeat;
background-position: right 5em;
}
}
div.NavFrame div.NavContent p {
/***** 2. COLOR CLASSES FOR CONTENT  *****/
        font-size: 100%;
/* Border colors */
.borderc1 { border-color: #e9e9e9; border-width: thin; }  /* light grey */
.borderc2 { border-color: #aaaaaa; border-width: thin; }  /* grey (as toc) */
.borderc3 { border-color: #777777; border-width: thin; }  /* dark grey */
.borderc4 { border-color: #000000; border-width: thin; }  /* black */
.borderc5 { border-color: #c00000; border-width: thin; }  /* red */
.borderc6 { border-color: #025e9d; border-width: thin; }  /* blue */
.borderc7 { border-color: #008040; border-width: thin; }  /* green */
.borderc8 { border-color: #ffcc00; border-width: thin; }  /* yellow */
/* Background colors */
.backgroundc1 { background-color: #ffffff; }  /* white */
.backgroundc2 { background-color: #f9f9f9; }  /* light grey (as toc)  */
.backgroundc3 { background-color: #eeeeee; }  /* light grey (headers) */
.backgroundc4 { background-color: #e0e0e0; }  /* more grey */
.backgroundc5 { background-color: #d2d2d2; }  /* more grey */
.backgroundc6 { background-color: #b7b7b7; }  /* more grey */
.backgroundc7 { background-color: #a3a3a3; }  /* darker grey */
.backgroundc8 { background-color: #444455; }  /* very dark grey */
/***** 3. SPECIAL PAGES *****/
/* Marking redirects  */
.allpagesredirect, .watchlistredir, .redirect-in-category { font-style: italic; }
/* Coloured edit size numbers on watchlist/recentchanges */
.mw-plusminus-pos { color: #006400; } /* darkgreen */
.mw-plusminus-neg { color: #8b0000; } /* darkred */
/* Consistent special page navigation */
.sp-cached {
background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/8/8c/Clock%20and%20warning.svg/20px-Clock%20and%20warning.svg);
background-position: 5px 3px;
background-repeat: no-repeat;
padding: 4px 0 4px 30px;
font-style: italic;
color: #606000;
margin: 0.3em 0;
border: 1px solid #eeee80;
background-color: #ffffe0;
}
}
.SpecialPageInfo {
div.NavEnd {
background-color: #f9f9f9;
        margin: 0px;
background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/8/89/Exquisite-khelpcenter.png/35px-Exquisite-khelpcenter.png);
        padding: 0px;
background-position: 0.8em 0.5em;
        line-height: 1px;
background-repeat: no-repeat;
        clear: both;
padding: 0.3em 0.5em 0.3em 5.0em;
border-color: #025e9d;  
border-width: 1px;  
border-style: solid;
border-bottom-width: medium;
margin-bottom: 1em;
}
}
a.NavToggle {
#searchresulttext {
        position:absolute;
background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/f/f1/Exquisite-kfind.png/45px-Exquisite-kfind.png);
        top:0px;
        right:3px;
        font-weight:normal;
        font-size:smaller;
}
}
.NavLeft div.NavFrame div.NavHead {
.mw-viewprevnext {
        padding-left: 4em;
display: block;
border: 1px solid #cccccc;
background-color: #f9f9f2;
padding: 0.2em 0.4em;
}
}
.NavLeft a.NavToggle {
/* Special:Statistics */
        right:auto;
.StatsTable {
        left:3px;
background: transparent;
width: 75%;
}
}
.StatsTable th {
 
vertical-align: middle;
/* </source>
text-align: center;
== Keretes szövegek ==
width: 50px;
<source lang="css"> */
 
/* keretes szovegek, div class="keretjobb" ... */
div.keretjobb {  
    float:right;  
    background: #cccccc;  
    width: 33%;
    border: 5px groove gray;
    padding: 1em;
    margin: 1em;
    font-size: smaller;  
}
}
.StatsTable th, .StatsTable td {
div.keretbal {  
background-color: #ffffff;
    float:left;
padding: 0.5em 1em;
    background: #cccccc;
border: 1px solid #ccccdd;
    width: 33%;
margin: 0.4em;
    border: 5px groove gray;  
    padding: 1em;  
    margin: 1em;  
    font-size: smaller;  
}
}
.StatsTable tr {
 
background-color: #ffffff;
 
/* </source>
== Diff lapok ==
<source lang="css"> */
 
/* diff formázás */
/* normál méretű betűk */
td.diff-addedline, td.diff-deletedline, td.diff-context {  
  font-size: 100%;
}
}
 
/* Special:Search (more whitespace) */
/* az eltérések kiemelése vastagon, aláhúzva, színesen */
.page-Special_Search #search {
span.diffchange { color: red; font-weight: bold; text-decoration: underline; }
padding: 1em 0 2em 0;
 
/* Accessibility experiment: make diff changes not just colour-based */  
 
.diffchange {
    font-weight: bold;
    background-color: inherit;
}
 
td.diff-addedline, td.diff-deletedline, td.diff-context {
    font-size: 85%;
    color: inherit;
}
 
td.diff-context {
    height: 1.8em;
}
}
.page-Special_Search #powersearch {
 
border: 1px solid #cccccc;
/*
padding: 0.5em 0.5em;
== Tartalomjegyzék ==
*/
 
/* 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-2 {display:none;}
.toclimit-3 .toclevel-3 {display:none;}
.toclimit-4 .toclevel-4 {display:none;}
.toclimit-5 .toclevel-5 {display:none;}
.toclimit-6 .toclevel-6 {display:none;}
.toclimit-7 .toclevel-7 {display:none;}
 
/* </source>
== Bugfixek ==
<source lang="css"> */
/* floatoknak feher kerete van, ettol a transparent szetcsuszik --[[user:grin|2004.11.23.]] */
div.floatright, table.floatright {
    clear: right;
    float: right;  
    margin: 0.5em 0 0.8em 1.4em;
    position: relative;
    border-width: 0;
}
}
.page-Special_Search #powersearch-namespaces {
div.floatleft, table.floatleft {
padding-left: 1em;
    float: left;  
margin: 0.7em 0;
    margin: 0.3em 0.5em 0.5em 0;
    position: relative;
    border-width: 0;
}
}
.page-Special_Search #powersearch-namespaces label {
 
white-space: nowrap;
/* RTL usernevek ne zavarják össze az RC és egyéb listákat */
min-width: 8.4em;
span.changedby, span.comment {
display: block;
    unicode-bidi:embed
float: left;
}
}
.page-Special_Search br { clear: left; } /* Clear search button, but not check-boxes */
 
/* Ne folyjon ki a keretből a hosszú sor (helyette vízszintes scrollbar). Gecko-s böngészőkben. */
/***** 4. MAIN PAGE STYLING *****/
pre { overflow: auto; }
/* becsukható táblázatok nem működnek, ha overflow:auto van bennük */
#mainpage_topbox {
.row-collapsed pre { overflow: hidden; background-color: transparent; }
background: #f9f9f9;
 
padding: 0px;
/* Ne legyen kihagyott hely a Special:Allpages listájában szereplő cikkcímek
border: 1px solid #aaaaaa;
és az elválasztó között (http://bugzilla.wikimedia.org/show_bug.cgi?id=5565) */
margin: 0.2em 10px 10px;
 
table.allpageslist {border-collapse: collapse; border-spacing: 0}
table.allpageslist td {padding: 0}
 
/* inline-block hack */
.inline-block {
  display: -moz-inline-stack;
  display: inline-block;
}
}
.mainpage_boxtitle, .mainpage_hubtitle, #mainpage_pagetitle {
 
font-size: 105%;
/*Egysoros laptörténetekben adminoknak a "Kiválasztott változatok láthatóságának összehasonlítása" gomb a laptörténet fölé lóg*/
padding: 0.4em;
#pagehistory {
background-color: #eeeeee;
  clear:right;
border-bottom: 1px solid #aaaaaa;
}
}
.mainpage_boxtitle {
 
line-height: 120%;
/*Laptörténetben nem kell sorkizárás */
#pagehistory {
  text-align:left;
}
}
#mainpage_pagetitle {
 
color: #cf7606;
#mw-dismissable-notice {
font-size: 200% !important;
  background-color: transparent;
}
}
#mainpage_sitelinks {
 
padding: 0.2em;
/* </source>
text-align: center;
 
background-color: white;
=== IE Unicode bugfixek ===
<source lang="css"> */
 
.IPA { /* IE only ( http://www.ibloomstudios.com/articles/the_ie7_css_hack/ ) */
        font-family: "Chrysanthi Unicode", "Doulos SIL", Gentium, GentiumAlt, Code2000, "TITUS Cyberbit Basic", "DejaVu Sans", "Bitstream Cyberbit", "Arial Unicode MS", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "Matrix Unicode";  
}
}
.mainpage_hubtitle {
.IPA:lang(en) {
text-align: center;
        font-family: inherit;
}
}
.mainpage_boxcontents, .mainpage_boxcontents_small {
.IPA:empty { /* Safari */
background: #ffffff;
        font-family: inherit;
padding: 0.2em 0.4em;
}
}
.mainpage_boxcontents_small {
 
font-size: 95%;
.polytonic {
        font-family: Athena, Gentium, "Palatino Linotype", "Arial Unicode MS", "Lucida Sans Unicode", "Lucida Grande", Code2000;
        font-family /**/:inherit;
}
}
.mainpage_hubbox, #mainpage_newscell, #mainpage_downloadcell {
 
padding: 0;
/* </source>
border: 1px solid #aaaaaa;
=== Sitenotice fix ===
*/
 
#mw-dismissable-notice td:first-child {width:95%;}
#mw-dismissable-notice td:last-child {width:5%;}
* html #mw-dismissable-notice td {width:95%;}
 
/*
=== Chrome/Safari lábjegyzet fix ===
*/
 
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .references {
    list-style-position: inside;
  }
}
}
.mainpage_hubbox {
 
margin-bottom: 0;
/*
=== FlaggedRevs doboz fix ===
*/
#mw-fr-revisiondetails {
  display: none;
}
}
#mainpage_newscell {
 
margin-bottom: 15px;
/*
margin-top: 0 !important;
=== Speciális névtér sorkizárás kikapcs ===
*/
.ns-special #bodyContent {
  text-align: left;
}
}
#mainpage_newscell .mainpage_boxtitle {
 
background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/8/89/Exquisite-khelpcenter.png/20px-Exquisite-khelpcenter.png);
/*
background-repeat: no-repeat;
== Új infoboxok stílusa ==
background-position: 99% 0.3em;
*/
padding-right: 25px;
 
.ujinfobox {
    border: 1px solid #aaaaaa;
    color: black;
    margin: 0 0 0.5em 1em;
    background-color: #f9f9f9;
    padding: 5px;
    float: right;
    clear: right;
    width: 272px;
    text-align: left;
    vertical-align: top;
    font-size: 92%;  
    line-height: 150%;
    padding: 5px;
}
}
#mainpage_downloadcell {
@media screen {
width: 17em;
  .ujinfobox {
margin-bottom: 5px;
    box-shadow: 3px 3px 6px #AAA;
    -webkit-box-shadow: 3px 3px 6px #AAA;
    -moz-box-shadow: 3px 3px 6px #AAA;
  }
}
}
#mainpage_downloadcell .mainpage_boxtitle {
.ujinfobox th {
background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/5/5d/Crystal_Clear_action_build.png/18px-Crystal_Clear_action_build.png);
    vertical-align:top;
background-repeat: no-repeat;
    text-align:left;
background-position: 96% 0.33em;
padding-right: 25px;
}
}
#mainpage_mwtitle { color: #005288; } /* The words 'MediaWiki.org' in the title. */
   
   
/* The "mainpage" class is added to the body with javascript for the main page in all */
.ujinfobox th a {
/* languages, so we can style things that apppear on the main page and also elsewhere. */
    color:black;
.mainpage #lastmod,
.mainpage #siteSub,
.mainpage h1.firstHeading {
display: none !important;
}
.mainpage #content {
padding-top: 1em;
}
}
   
   
/***** 5. SIDEBAR EXTERNAL LINKS *****/
.ujinfobox .fejlec {
    height: 40px;
#n-browse-cvs a, #n-phpdoc a, #n-Mailing-list a {
    max-height: 40px;
background: url(/skins-1.5/monobook/external.png) center right no-repeat;
    vertical-align: middle;
padding-right: 13px;
    text-align: center;
color: #3366bb;
    font-size: 135%;
    font-weight: bolder;
    line-height: 1.2em;
}
 
.ujinfobox td {
    padding: 0px;
}
 
.ujinfobox td.kronologia {
    font-size: 90%;
    text-align: center;
}
 
.ujinfobox td.fejezet {
  text-align:center;
  padding:1px 0px;
}
 
.ujinfobox span.nyitolink {
  float:right;
  padding-left:5px;
}
 
.ujinfobox td.cimke {
    padding: 0px 3px 0px 0px;
    vertical-align: top;
    font-weight: bold;
}
 
.ujinfobox td.cimkealatt {
    padding: 0px 3px 0px 15px;
    vertical-align: top;
    font-weight: normal;
}
 
.ujinfobox td.adat {
    padding: 0px;
    vertical-align: top;
}
 
.ujinfobox .wpImageAnnotatorHasNotesMsg {
  display:none;
}
 
/*
* Az új infoboxok fejlécéhez háttérképnek
*/
 
.autopalyainfobox {
    background: url("http://upload.wikimedia.org/wikipedia/commons/5/57/Picto_infobox_motorway.png")
    no-repeat top right;
}
* html .autopalyainfobox {
    background: none;
}
}
 
/***** 6. PRETTIFY [[Extension Matrix]] *****/
.filminfobox {
    background: url("http://upload.wikimedia.org/wikipedia/commons/4/4d/Picto_infobox_film.png") no-repeat top right;
.xm-table {
border: 1px solid #666666;
background-color: white;
}
}
.xm-table td, .xm-table th {
 
vertical-align: top;
* html .filminfobox {
text-align: left;
    background: none;
border: none;
background-color: #EEEEEE;
}
}
.xm-table th, .xm-name { font-weight: bold; }
 
.xm-status-unknown,
.fociinfobox {
.xm-type-unknown {
    background: url("http://upload.wikimedia.org/wikipedia/commons/a/a8/Picto_infobox_football.png")
color: #888888;
    no-repeat top right;
}
}
.xm-status-experimental { color: red; }
* html .fociinfobox {
.xm-status-beta { color: blue; }
    background: none;
.xm-status-stable { color: green; }
.xm-name, .xm-status,
.xm-type, .xm-version,
.xm-updated {
white-space: nowrap;
}
}
.xm-updated { font-size:80%; }
 
.xm-alert { background-color: yellow; }
.hidinfobox {
td.xm-blank { background-color: inherit; }
    background: url("http://upload.wikimedia.org/wikipedia/commons/8/87/Picto_infobox_bridge.png")
td.xm-updated { background-color: inherit; }
    no-repeat top right;
td.xm-description { background-color: inherit; font-style: italic; }
th.xm-blank,
th.xm-updated,
th.xm-description {
background-color: inherit;
padding-bottom: 0.6ex;
border-bottom: 1px solid #666666;
/***** 7. WIKITABLES, INFOBOX TEMPLATES, WARNINGS AND OTHER SUCH STYLINGS *****/
/* Wikitable (Prettytable) class for skinning normal tables */
table.wikitable,
table.prettytable {
margin: 1em 1em 1em 0;
background: #f9f9f9;
border: 1px #a7d7f9 solid;
border-collapse: collapse;
empty-cells: show;
}
}
table.wikitable th, table.wikitable td,
* html .hidinfobox {
table.prettytable th, table.prettytable td {
    background: none;
border: 1px #a7d7f9 solid;
padding: 0.2em 0.4em;
}
}
table.wikitable th, table.wikitable td.hl3, table.wikitable th.hl3,
 
table.prettytable th, table.prettytable td.hl3, table.wikitable th.hl3 {
.kepregenyinfobox {
background: #94c3eb;
    background: url("http://upload.wikimedia.org/wikipedia/hu/6/64/Speech_balloon_for_infobox.png")
text-align: center;
    no-repeat top right;
}
}
table.wikitable td.hl1, table.wikitable th.hl1,
* html .kepregenyinfobox {
table.prettytable td.hl1, table.wikitable th.hl1 {
    background: none;
background: #c5d8fc;
text-align: center;
}
}
table.wikitable td.hl2, table.wikitable th.hl2,
 
table.prettytable td.hl2, table.wikitable th.hl2 {
.szineszinfobox {
background: #a7c1f2;
    background: url("http://upload.wikimedia.org/wikipedia/commons/3/37/Picto_infobox_masks.png")
text-align: center;
    no-repeat top right;
}
}
table.wikitable caption,
* html .szineszinfobox {
table.prettytable caption {
    background: none;
margin-left: inherit;
margin-right: inherit;
font-weight: bold;
}
}


/* tourinfotable (Prettytable) class for skinning normal tables */
.telepulesinfobox {
table.tourinfotable,
    background: url("http://upload.wikimedia.org/wikipedia/commons/7/7a/Picto_infobox_map.png")
table.prettytable {
    no-repeat top right;
margin: 1em 1em 1em 0;
background: #f9f9f9;
border: 1px #aaaaaa solid;
border-collapse: collapse;
empty-cells: show;
font-size:12px;
font-weight: normal;
color:#4f4f01;
}
}
table.tourinfotable th, table.tourinfotable td,
* html .telepulesinfobox {
table.prettytable th, table.prettytable td {
    background: none;
border: 1px #aaaaaa solid;
padding: 0.2em 0.4em;
}
}
table.tourinfotable th, table.tourinfotable td.hl3, table.tourinfotable th.hl3,
 
table.prettytable th, table.prettytable td.hl3, table.tourinfotable th.hl3 {
.videojatekinfobox {
background: #f7e6b9;
    background: url("http://upload.wikimedia.org/wikipedia/commons/2/2d/Picto_infobox_gamepad.png")
text-align: right;
    no-repeat bottom right;
vertical-align:top
font-size:12px;
font-weight: normal;
color:#4f4f01;
}
}
table.tourinfotable td.hl1, table.tourinfotable th.hl1,
* html .videojatekinfobox {
table.prettytable td.hl1, table.tourinfotable th.hl1 {
    background: none;
background: #c5d8fc;
text-align: center;
}
}
table.tourinfotable td.hl2, table.tourinfotable th.hl2,
 
table.prettytable td.hl2, table.tourinfotable th.hl2 {
.zeneiinfobox {
background: #a7c1f2;
    background: url("http://upload.wikimedia.org/wikipedia/commons/6/60/Picto_infobox_music.png")
text-align: center;
    no-repeat bottom right;
}
}
table.tourinfotable caption,
* html .zeneiinfobox {
table.prettytable caption {
    background: none;
margin-left: inherit;
margin-right: inherit;
font-weight: normal;
}
}
/* General purpose "pretty (data) tables" */
 
table.datatable { background-color: transparent; }
/* Új infoboxok stílusának vége */
table.datatable th, table.datatable td { padding: 4px; }
 
table.datatable th { text-align: left; background-color: #999999; }
/*
table.datatable tr { background-color: #cccccc; }
== Az új navboxok stílusa ==
table.datatable tr:hover { background-color: #ffffcc; }
*/
   
   
/* SideBox styling */
/* default skin for navigation boxes */
div.sideBox {
table.navbox {           /* navbox container style */
position: relative;
  border:1px solid #aaa;
float: right;
  width:100%;
background: white;
  margin:auto;
margin-left: 1em;
  clear:both;
border: 1px solid gray;
  font-size:90%;
padding: 0.3em;
  text-align:center;
width: 200px;
  padding:1px;
overflow: hidden;  
}
clear: right;
@media screen {
  table.navbox {
    box-shadow:3px 3px 6px #AAA;
    -webkit-box-shadow:3px 3px 6px #AAA;
    -moz-box-shadow:3px 3px 6px #AAA;
  }
}
#bodyContent > table.navbox, #wikiPreview > table.navbox {  /* törzsben elhelyezett "első" vízszintes navbox távolsága a szövegtől (lásd a következőt is) */
  margin-top:2em;
}
#bodyContent > table.navbox + table.navbox, #wikiPreview > table.navbox + table.navbox {
  margin-top:-1px;
}
table.navbox + table.navbox {
margin-top:-1px;        /* single pixel border between adjacent navboxes (doesn't work for IE6, but that's okay) */
}
.navbox-title, .navbox-abovebelow, table.navbox th {
text-align:center;      /* title and above/below styles */
padding-left:1em;
padding-right:1em;
}
.navbox-group {          /* group style */
white-space:nowrap;
text-align:right;
font-weight:bold;
padding-left:1em;
padding-right:1em;
}
}
div.sideBox dl {
.navbox, .navbox-subgroup {
padding: 0;
background:#fdfdfd;     /* Background color */
margin: 0 0 0.3em 0;
font-size: 96%;
}
}
div.sideBox dl dt {
.navbox-list {
background: none;
border-color:#fdfdfd;   /* Must match background color */
margin: 0.4em 0 0 0;
}
}
div.sideBox dl dd {
.navbox-title, table.navbox th {
margin: 0.1em 0 0 1.1em;
background:#ccccff;     /* Level 1 color */
background-color: #f3f3f3;
}
}
.navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title {
/* Extension infobox styling */
background:#ddddff;     /* Level 2 color */
.ext-infobox {
border: 2px solid #aaaaaa;
width: 272px;
float: right;
margin: 0 0 0.5em 0.5em;
border-collapse: collapse;
background-color: white;
}
}
.ext-infobox td {
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
border: 2px none #aaaaaa;
background:#e6e6ff;     /* Level 3 color */
padding: 0.2em 0.5em;
border-bottom: 1px solid #f0f0f0 !important;
}
}
.ext-header {
.navbox-even {
background-color: #aaaaaa;
background:#f7f7f7;     /* Even row striping */
color: white;
text-align: left;
}
}
.ext-header td { padding-top: 0.5em; }
.navbox-odd {
.ext-header img { padding: 0 0.2em 0 0.5em; }
background:transparent; /* Odd row striping */
.ext-status-unstable, .ext-status-unstable td { border-color: #990000; }
.ext-status-unstable .ext-header { background-color: #990000; color: #ffff00; }
.ext-status-experimental, .ext-status-experimental td { border-color: #cc6600; }
.ext-status-experimental .ext-header { background-color: #cc6600; }
.ext-status-beta, .ext-status-beta td { border-color: #000099; }
.ext-status-beta .ext-header { background-color: #000099; }
.ext-status-stable, .ext-status-stable td { border-color: #009900; }
.ext-status-stable .ext-header { background-color: #009900; }
/* Cute little "tip" boxes */
div.tip {
padding: 4px;
margin-top: 4px;
margin-bottom: 4px;
min-height: 30px; /* IE users will hate this... */
}
}
div.tip-info {
 
border: 1px solid #cc9933;
/* Új navboxok stílusának vége */
background-color: #cccc99;
 
/*
== API ==
*/
a.api-working {
  padding-right: 20px;
  background: url("http://upload.wikimedia.org/wikipedia/commons/4/49/Linux_Ubuntu_Loader.gif") center right no-repeat;
}
}
div.tip-gotcha {
 
border: 1px solid #cc0000;
a.api-success {
background-color: #cc6666;
  padding-right: 20px;
  background: url("http://upload.wikimedia.org/wikipedia/commons/2/22/Accept.png") center right no-repeat;
}
}
 
/* Language template */
a.api-error {
.LanguageLinks { margin-top: 0.5em; }
  padding-right: 20px;
.LanguageLinks table {
  background: url("http://upload.wikimedia.org/wikipedia/commons/c/c0/Exclamation.png") center right no-repeat;
clear: both;
border: 1px solid #aaaaaa;
border-collapse: collapse;
padding: 0.2em;
margin: 0;
font-size: 85%;
margin: 0 1px;
}
}
.LanguageLinks span { white-space: nowrap; }
 
/*
/* Version box on [[Manual:Downloading MediaWiki]] */
== Jelölt változatok ==
#DownloadVersionBox {
*/
border: 2px solid black;
 
border-collapse: collapse;
/* FlaggedRevs quality ikonjának cseréje a kiemelt csillagra. */
margin: auto;
.fr-icon-quality {
width: 50%;
  background-image: url("http://upload.wikimedia.org/wikipedia/commons/thumb/8/8c/Featured_article_star.png/18px-Featured_article_star.png");
color: black;
}
}
#DownloadVersionBox td {
 
border: 2px solid black;
/* laptörténet flagrev háttérszín láthatóbbra */
padding: 20px;
.flaggedrevs-color-1 {
  background-color:#E6F4F0;
}
}
 
/* Major warning - used on the main page template to warn against editing carelessly, but can be used elsewhere as well */
/* semmi ne lógjon a flagrev doboz fölé */
.majorwarning {
#mw-revisiontag {
background: yellow;
  z-index: 100;
padding: 0.3em;
text-align: center;
font-size: 125%;
border: 2px solid red;
}
}
 
/* Page headings used throughout the wiki (though not very much at the time of writing…) */  
/*
.page-notice, .page-warning {
== Layout helper stílusok ==
border-width: 1px;
*/
border-style: solid;
 
padding: 0.3em 0.5em;
/* függőlegesen középre rendezés */
margin-bottom: 1em;
 
width: 95%;
.vertical-center {
margin-left: auto;  
  display: table-cell;
margin-right: auto;  
  vertical-align: middle;
text-align: center;
  position: relative;
}
}
* html .vertical-center-middle-wrapper {
/* Informative notices at the top of pages (blue) */
  position: absolute;
.page-notice {
  top: 50%;
background-color: #f9f9f9;
border-color: #025e9d;
text-align: left;
}
}
*:first-child+html .vertical-center-middle-wrapper {
/* Warning information at the top of pages (red) */
  position: absolute;
.page-warning {
  top: 50%;
background-color: #ffffff;
border-color: #c51919;
border-width: 2px;
}
}
.pw-head {
* html .vertical-center-inner-wrapper {
color: #c51919;
  position: relative;
font-weight: bold;
  top: -50%;
}
}
*:first-child+html .vertical-center-inner-wrapper {
/* Used in Template:Notice */
  position: relative;
.block-note {
  top: -50%;
background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/6/60/Bulbgraph.png/18px-Bulbgraph.png);
background-position: top left;
background-repeat: no-repeat;
}
}
/*
/*
  Using block-contents in the hope that it can apply to all block-level warning templates,
== Egyéb ==
  with different images applied as backgrounds to the wrapping DIV.
*/
*/
.block-contents {
 
display: block;
/*
padding-left: 20px;
* Knávom, azaz a kínai nevek átírását váltogató mechanika.
*/
.kinai-szoveg .hidden {
  display: none;
}
 
/* blokk módosítás checkbox feltűnőbbre */
#wpChangeBlockRow {
  font-weight: bold;
}
 
/* kategóriabeszúróhoz, újabban valamiért display:none-ozza a pluszjeleket */
.CategoryTreeToggle, .CategoryTreeLoaded {
  display: inline !important;
}
 
/* ikon a .doc kiterjesztésű linkeknek */
#bodyContent a.external[href $=".doc"], #bodyContent a.external[href $=".DOC"],
#bodyContent a.external[href *=".doc#"], #bodyContent a.external[href *=".DOC#"],
#bodyContent a.external[href *=".doc?"], #bodyContent a.external[href *=".DOC?"],
.link-document {
background: url("http://hu.wikipedia.org/skins-1.5/monobook/document.png") center right no-repeat;
padding-right: 12px;
}
 
/* Sarokikon trükkhöz szükséges css-ek */
.sarokikon {
  display:inline;
}
.sarokikon_fenn {
  display:inline;
}
/* Userpage Utils css-ek */
.kategoria {
  display: none;
}
.betutipus, #betutipus {
  display: none;
}
}
#sajatcim {
/* Template documentation ([[Template:Documentation]]) */
  display: none;
.template-documentation {
clear: both;
margin: 1em 0 0 0;
border: 1px solid #aaa;
background-color: #ecfcf4;
padding: 5px;
}
}
#sajatalcim {
/***** 8. SOME OTHER SMALL THINGS *****/
  display: none;
/* Give a bit of space to the TOC */
#toc { margin: 1em 0; }
/* make the list of references look smaller and highlight clicked reference in blue */
ol.references { font-size: 100%; }
.references-small { font-size: 90%;}
ol.references > li:target { background-color: #ddeeff; }
sup.reference:target { background-color: #ddeeff; }
/* Printing of thumbnails (bug 1583) */
div.tright { clear: right; }
/* extra buttons for edit dialog (from commons:MediaWiki:Common.css) */
.my-buttons { padding: 0.5em; }
.my-buttons a {
color: black;
background-color: #ccddee !important;
font-weight: bold;
font-size: 0.9em;
text-decoration: none;
border: thin #006699 outset;
padding: 0 0.1em 0.1em 0.1em;
}
}
.my-buttons a:hover, .my-buttons a:active {
#hatterszin {
background-color: #bbccdd;
  display: none;
border-style: inset;
}
}
 
/* from [[User:Splarka/Help:Linked images]] */
/* TranslateWikis üzenet */
.imagelink_wikilogo a {
.translateWikiMessage {
width: 135px;
  background: #ddddff;
height: 135px;
  border: 1px solid #b3b7ff;
display: block;
  color: #000000;
text-decoration: none;
  margin: .2em 0 .5em;
background-image: url("http://upload.wikimedia.org/wikipedia/mediawiki/b/bc/Wiki.png");
  padding: .5em 1em;
  text-align: center;
  vertical-align: middle;
  clear: both;
  font-size:85%;
}
}
 
/**** reduced subset of the mbox styles from enwiki, mainly for the nice boxflow ****/
/* A thumboknak ne legyen borderjük */
th.mbox-text, td.mbox-text {     /* The message body cell(s) */
div.thumb {
border: none;
  border-style: none;
padding: 0.25em 0.9em;      /* 0.9em left/right */
width: 100%;    /* Make all mboxes the same width regardless of text length */
}
}
td.mbox-image {                 /* The left image cell */
 
border: none;
/*
padding: 2px 0 2px 0.9em;   /* 0.9em left, 0px right */
* Nyomtatásspecifikus stílusok
text-align: center;
*/
 
@media print {
  /* A navboxok egyáltalán ne jelenjenek meg */
  .navbox {
    display: none;
  }
/* A nem nyomtatandó sablonon belüli tartalom nyomtatásban ne jelenjen meg */
  .nemnyomtatando {
    display: none;
  }
 
  /* Az új infoboxok „Az adatok megjelenítéséhez kattintson...” szövegei ne jelenjenek meg */
  .nyitasinfo {
    display: none;
  }
}
}
td.mbox-imageright {            /* The right image cell */
 
border: none;
/* Univerzális megoldás a Vector hülyeségére */
padding: 2px 0.9em 2px 0;    /* 0px left, 0.9em right */
tt, code, pre {
text-align: center;
    font-family: monospace, sans-serif;
}
}
td.mbox-empty-cell {         /* An empty narrow cell */
 
border: none;
.sql.source-sql pre.de1 { /* IE8 levágta az aláhúzást */
padding: 0px;
    line-height:1.5;
width: 1px;
}
}
 
/* These mbox-small classes must be placed after all other
pre.de1 {
  ambox/tmbox/ombox etc classes. "body.mediawiki" is so
    overflow: hidden; /* Chrome-ban van egy hasztalan scrollbar az összes geshis forráskódnál */
  they override "table.ambox + table.ambox" above. */
body.mediawiki table.mbox-small {  /* For the "small=yes" option. */
clear: right;
float: right;
margin: 4px 0 4px 1em;
width: 238px;
font-size: 88%;
line-height: 1.25em;
}
}
body.mediawiki table.mbox-small-left {  /* For the "small=left" option. */
 
margin: 4px 1em 4px 0;
 
width: 238px;
/*Képannotátor*/
border-collapse: collapse;
.wpImageAnnotatorHasNotesMsg {
font-size: 88%;
    float: left;
line-height: 1.25em;
    font-size: .8em;
    line-height:100%;
    padding:5px 0px;
    color: #222
}
}


/* bharatdiscovery menu */
 


/* MENÜ */
/* MENÜ */
Line 617: Line 1,475:
   list-style: none;
   list-style: none;
}
}
 
.sf-menu {
.sf-menu {
   line-height: 1.0;
   line-height: 1.0;
}
}
 
.sf-menu a.new, #content .wikiMenu-rootContainer a.new,
.sf-menu a.new, #content .wikiMenu-rootContainer a.new,
#content .sf-menu a.extiw {
#content .sf-menu a.extiw {
   color: white;
   color: white;
}
}
 
.sf-menu ul {
.sf-menu ul {
   position: absolute;
   position: absolute;
Line 672: Line 1,530:
   top:      0;
   top:      0;
}
}
 
.sf-menu a, .wikiMenu-rootContainer a,
.sf-menu a, .wikiMenu-rootContainer a,
#content .sf-menu a.extiw,
#content .sf-menu a.extiw,
Line 702: Line 1,560:
   display: block;
   display: block;
}
}
 
/*** arrows **/
/*** arrows **/
.sf-menu a.sf-with-ul {
.sf-menu a.sf-with-ul {
Line 737: Line 1,595:
   background-position: -10px -100px; /* arrow hovers for modern browsers*/
   background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
}
 
/* point right for anchors in subs */
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0px; }
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0px; }
Line 749: Line 1,607:
   background-position: -10px 0px; /* arrow hovers for modern browsers*/
   background-position: -10px 0px; /* arrow hovers for modern browsers*/
}
}
 
/*** shadows for all but IE6 ***/
/*** shadows for all but IE6 ***/
.sf-shadow ul {
.sf-shadow ul {
Line 762: Line 1,620:
   background: transparent;
   background: transparent;
}
}
 
/* DIV MENÜ (NON-JS) */
/* DIV MENÜ (NON-JS) */
.wikiMenu-rootContainer {
.wikiMenu-rootContainer {
Line 773: Line 1,631:
   display: none;
   display: none;
}
}
 
#breadcrumbs-container {
#breadcrumbs-container {
   margin-top: 5px;
   margin-top: 5px;
Line 785: Line 1,643:
   padding: 0px;
   padding: 0px;
}
}
 
ul#breadcrumbs li {
ul#breadcrumbs li {
   float:left;
   float:left;
   margin:0px;
   margin:0px;
}
}
 
ul#breadcrumbs li.rightinfo {
ul#breadcrumbs li.rightinfo {
   float:right;
   float:right;
   margin:0px;
   margin:0px;
}
}
 
ul#breadcrumbs li a {
ul#breadcrumbs li a {
   display: block;
   display: block;
   color: #777;
   color: #777;
}
}
 
ul#breadcrumbs li.pre a {
ul#breadcrumbs li.pre a {
   padding-right: 12px;
   padding-right: 12px;
Line 808: Line 1,666:
   background-position: center right;
   background-position: center right;
}
}
 
.buborekContent {
.buborekContent {
   width: 220px;
   width: 220px;
Line 817: Line 1,675:
   -moz-border-radius-topright: 3px;
   -moz-border-radius-topright: 3px;
}
}
 
.buborekTitlebar {
.buborekTitlebar {
   background: url("http://bits.wikimedia.org/skins-1.5/vector/images/tab-break.png?1") center bottom #A7D7F9;
   background: url("http://bits.wikimedia.org/skins-1.5/vector/images/tab-break.png?1") center bottom #A7D7F9;
Line 826: Line 1,684:
   margin-bottom: 2px;
   margin-bottom: 2px;
}
}
 
.buborekInnerContent{
.buborekInnerContent{
   font-size: 12px;
   font-size: 12px;
   padding: 4px;
   padding: 4px;
}
}
 
.buborekInnerContent p {
.buborekInnerContent p {
   margin: 0;
   margin: 0;
}
}
 
div.buborekSection {
div.buborekSection {
     color: black;
     color: black;
Line 842: Line 1,700:
     margin-top: 3px;
     margin-top: 3px;
}
}
 
span.buborekSection {
span.buborekSection {
   border-bottom: 1px dotted #999999;
   border-bottom: 1px dotted #999999;
}
}
 
.buborekSection a,
.buborekSection a,
.buborekSection a.new,
.buborekSection a.new,
Line 852: Line 1,710:
     color: black
     color: black
}
}
 
.buborekCloseButton {
.buborekCloseButton {
   float: right;
   float: right;
Line 866: Line 1,724:
   margin-top: 0px;
   margin-top: 0px;
}
}
 
/* Cím, alcím */
/* Cím, alcím */
#header-title
#header-title
Line 877: Line 1,735:
   border: none;
   border: none;
}
}
 
#header-title.noBreadcrumb {
#header-title.noBreadcrumb {
   margin-top: 15px;
   margin-top: 15px;
}
}
 
#header-title.noTabs {
#header-title.noTabs {
   margin-bottom: 15px;
   margin-bottom: 15px;
}
}
 
#header-title.hasSubtitle, #header-title.hasQuote {
#header-title.hasSubtitle, #header-title.hasQuote {
   margin-bottom: 0px;
   margin-bottom: 0px;
}
}
 
#header-title .editsectionmoved {
#header-title .editsectionmoved {
   margin-left: 0.5em;
   margin-left: 0.5em;
Line 897: Line 1,755:
   font-weight: normal;
   font-weight: normal;
}
}
 
#header-title .editsectionmoved a[href] {
#header-title .editsectionmoved a[href] {
   background: none;
   background: none;
   padding: 0;
   padding: 0;
}
}
 
#header-subtitle
#header-subtitle
{
{
Line 910: Line 1,768:
   margin-bottom: 8px;
   margin-bottom: 8px;
}
}
 
#header-subtitle.noTabs {
#header-subtitle.noTabs {
   margin-bottom: 15px;
   margin-bottom: 15px;
}
}
 
#header-subtitle.hasQuote {
#header-subtitle.hasQuote {
   margin-bottom: 0px;
   margin-bottom: 0px;
}
}
 
#header-quote
#header-quote
{
{
Line 925: Line 1,783:
   margin-bottom: 8px;
   margin-bottom: 8px;
}
}
 
#header-quote.noTabs {
#header-quote.noTabs {
   margin-bottom: 15px;
   margin-bottom: 15px;
}
}
 
/* Tabsetek alapstílus */
/* Tabsetek alapstílus */
ul.tabset-tabs {
ul.tabset-tabs {
Line 938: Line 1,796:
   list-style: none;
   list-style: none;
}
}
 
ul.tabset-tabs li {   
ul.tabset-tabs li {   
   float:left;   
   float:left;   
Line 945: Line 1,803:
   list-style-type:none;   
   list-style-type:none;   
}
}
 
ul.tabset-tabs a {
ul.tabset-tabs a {
   float:left;
   float:left;
Line 954: Line 1,812:
   height:18px;
   height:18px;
   top:1px;
   top:1px;
 
   background-color: #999999;
   background-color: #999999;
   border:1px solid #a9a9a9;   
   border:1px solid #a9a9a9;   
Line 963: Line 1,821:
   color: black;
   color: black;
   cursor: pointer;  
   cursor: pointer;  
 
   -moz-border-radius-topleft: 4px;
   -moz-border-radius-topleft: 4px;
   -webkit-border-top-left-radius: 4px;
   -webkit-border-top-left-radius: 4px;
Line 971: Line 1,829:
   border-radius-topright:4px;  
   border-radius-topright:4px;  
}
}
 
ul.tabset-tabs a:hover {
ul.tabset-tabs a:hover {
   background-color:#b5b5b5;
   background-color:#b5b5b5;
}
}
 
ul.tabset-tabs a.current {
ul.tabset-tabs a.current {
   background-color: #d9d9d9;
   background-color: #d9d9d9;
Line 981: Line 1,839:
   color:#000;   
   color:#000;   
}
}
 
.tabset-content div.tab-single {
.tabset-content div.tab-single {
   display: none;
   display: none;
Line 990: Line 1,848:
   zoom: 1;
   zoom: 1;
}
}
 
div.tab-single tt,
div.tab-single tt,
div.tab-single code,
div.tab-single code,
Line 996: Line 1,854:
   background-color: transparent;
   background-color: transparent;
}
}
 
div.tab-single td {
div.tab-single td {
   vertical-align: top;
   vertical-align: top;
}
}
 
.tabset-content div.tab-nojs {
.tabset-content div.tab-nojs {
   display: block;
   display: block;
   border: 1px solid #a9a9a9;
   border: 1px solid #a9a9a9;
}
}
 
.tabset-content {
.tabset-content {
   margin-bottom: 5px;
   margin-bottom: 5px;
}
}
 
.heading-custom {
.heading-custom {
   margin-top: 10px;
   margin-top: 10px;
Line 1,016: Line 1,874:
   font-weight: bold;
   font-weight: bold;
}
}
 
/* Eligazítólapok */
/* Eligazítólapok */
.eligazitoLap {
.eligazitoLap {
Line 1,023: Line 1,881:
   zoom: 1; /* fos IE6 bug a div-ek háttérszínével */
   zoom: 1; /* fos IE6 bug a div-ek háttérszínével */
}
}
 
div.eligazitoLapCim {
div.eligazitoLapCim {
   margin-top: 10px;
   margin-top: 10px;
Line 1,031: Line 1,889:
   text-align: center;
   text-align: center;
}
}
 
.eligazitoElem {
.eligazitoElem {
   padding: 10px 0px;
   padding: 10px 0px;
Line 1,040: Line 1,898:
   border-radius: 5px;
   border-radius: 5px;
}
}
 
.eligazitoElem.vanKiegeszites {
.eligazitoElem.vanKiegeszites {
   padding: 10px 0 0 0;
   padding: 10px 0 0 0;
   margin-bottom: 3px;
   margin-bottom: 3px;
}
}
 
.eligazitoElem a, .eligazitoWrapLink, .eligazitoWrapLink:visited  {
.eligazitoElem a, .eligazitoWrapLink, .eligazitoWrapLink:visited  {
   color: black;
   color: black;
}
}
 
.eligazitoElem a:hover,
.eligazitoElem a:hover,
.eligazitoElem a:focus,
.eligazitoElem a:focus,
Line 1,059: Line 1,917:
   text-decoration: none;
   text-decoration: none;
}
}
 
.eligazitoIkon {
.eligazitoIkon {
   float: left;
   float: left;
   padding-left: 10px;
   padding-left: 10px;
}
}
 
.eligazitoTovabb {
.eligazitoTovabb {
   float: right;
   float: right;
Line 1,072: Line 1,930:
   font-size: 14px;
   font-size: 14px;
}
}
 
.eligazitoTovabb a {
.eligazitoTovabb a {
   color: black;
   color: black;
}
}
 
.eligazitoTartalom {
.eligazitoTartalom {
   margin-left: 56px;
   margin-left: 56px;
   margin-right: 96px;
   margin-right: 96px;
}
}
 
.eligazitoCim {
.eligazitoCim {
   font-size: 18px;
   font-size: 18px;
   font-weight: bold;
   font-weight: bold;
}
}
 
.eligazitoRovidites {
.eligazitoRovidites {
   padding-left: 10px;
   padding-left: 10px;
Line 1,092: Line 1,950:
   font-weight: normal;
   font-weight: normal;
}
}
 
.eligazitoLeiras {
.eligazitoLeiras {
   font-style: italic;
   font-style: italic;
   font-size: 13px;
   font-size: 13px;
}
}
 
.eligazitoKiegeszites {
.eligazitoKiegeszites {
   margin-left: 56px;
   margin-left: 56px;
Line 1,103: Line 1,961:
   margin-bottom: 5px;
   margin-bottom: 5px;
}
}
 
/* SZÉP GOMB (legalábbis szebb, mint ami előtte volt :) ) */
/* SZÉP GOMB (legalábbis szebb, mint ami előtte volt :) ) */
 
.buttonBar {
.buttonBar {
   padding: 12px 0px;
   padding: 12px 0px;
}
}
 
.buttonBar a:hover {
.buttonBar a:hover {
   text-decoration: none; /* Chrome-nak kell */
   text-decoration: none; /* Chrome-nak kell */
}
}
 
a.buttonWrapperAnchor:hover {
a.buttonWrapperAnchor:hover {
   text-decoration: none;
   text-decoration: none;
}
}
 
.bigButton {
.bigButton {
   margin: 5px 3px;
   margin: 5px 3px;
   padding: 10px 15px;
   padding: 10px 15px;
 
   -moz-border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
   border-radius: 5px;
 
   font-size: 16px;
   font-size: 16px;
   font-weight: bold;
   font-weight: bold;
   cursor: pointer;
   cursor: pointer;
}
}
 
.bigButton:hover {
.bigButton:hover {
   text-decoration: none;
   text-decoration: none;
}
}
 
.bigButton a:hover {
.bigButton a:hover {
   text-decoration: none;
   text-decoration: none;
}
}
 
.buttonsize-small .buttonBar {
.buttonsize-small .buttonBar {
   padding: 7px 0px;
   padding: 7px 0px;
}
}
 
.buttonsize-small .bigButton {
.buttonsize-small .bigButton {
   margin: 3px 2px;
   margin: 3px 2px;
   padding: 5px 10px;
   padding: 5px 10px;
 
   -moz-border-radius: 4px;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   -webkit-border-radius: 4px;
   border-radius: 4px;
   border-radius: 4px;
 
   font-size: 13px;
   font-size: 13px;
}
}
 
.buttonsize-medium .buttonBar {
.buttonsize-medium .buttonBar {
   padding: 9px 0px;
   padding: 9px 0px;
}
}
 
.buttonsize-medium .bigButton {
.buttonsize-medium .bigButton {
   margin: 4px 3px;
   margin: 4px 3px;
   padding: 7px 13px;
   padding: 7px 13px;
 
   -moz-border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
   border-radius: 5px;
 
   font-size: 15px;
   font-size: 15px;
}
}
 
/* STÍLUSOK - Alap (szürke) */
/* STÍLUSOK - Alap (szürke) */
.menustyle-basic, .menustyle-basic .wikiMenu-rootContainer {
.menustyle-basic, .menustyle-basic .wikiMenu-rootContainer {
Line 1,197: Line 2,055:
   outline:    0;
   outline:    0;
}
}
 
.elstyle-basic .eligazitoLap {
.elstyle-basic .eligazitoLap {
   border: 1px solid #a9a9a9;
   border: 1px solid #a9a9a9;
   background-color: #d9d9d9;
   background-color: #d9d9d9;
}
}
 
.elstyle-basic div.eligazitoLapCim {
.elstyle-basic div.eligazitoLapCim {
   color: #323232;
   color: #323232;
}
}
 
.elstyle-basic .eligazitoElem:hover,
.elstyle-basic .eligazitoElem:hover,
.elstyle-basic .eeHover {
.elstyle-basic .eeHover {
   background-color: #b9b9b9;
   background-color: #b9b9b9;
}
}
 
.elstyle-basic .eligazitoLeiras {
.elstyle-basic .eligazitoLeiras {
   color: #3e3e3e;
   color: #3e3e3e;
}
}
 
.buttonstyle-basic .bigButton {
.buttonstyle-basic .bigButton {
   color: #3e3e3e;
   color: #3e3e3e;
   background-color: #b9b9b9;
   background-color: #b9b9b9;
}
}
 
.buttonstyle-basic .bigButton a {
.buttonstyle-basic .bigButton a {
   color: #3e3e3e;
   color: #3e3e3e;
}
}
 
.buttonstyle-basic .bigButton:hover {
.buttonstyle-basic .bigButton:hover {
   background-color: #a0a0a0;
   background-color: #a0a0a0;
}
}
 
/* STÍLUSOK - Közösség (zöld) */
/* STÍLUSOK - Közösség (zöld) */
 
.menustyle-kozosseg, .menustyle-kozosseg .wikiMenu-rootContainer {
.menustyle-kozosseg, .menustyle-kozosseg .wikiMenu-rootContainer {
   background-image: url('http://upload.wikimedia.org/wikipedia/hu/2/29/Menu-green.jpg');
   background-image: url('http://upload.wikimedia.org/wikipedia/hu/2/29/Menu-green.jpg');
   height: 26px;
   height: 26px;
}
}
 
.menustyle-kozosseg .sf-menu {
.menustyle-kozosseg .sf-menu {
   background-color: #436248;
   background-color: #436248;
   background-image: url('http://upload.wikimedia.org/wikipedia/hu/2/29/Menu-green.jpg');
   background-image: url('http://upload.wikimedia.org/wikipedia/hu/2/29/Menu-green.jpg');
}
}
 
.menustyle-kozosseg .sf-menu li li {
.menustyle-kozosseg .sf-menu li li {
   background:    #476a4d;
   background:    #476a4d;
Line 1,247: Line 2,105:
   background:    #476a4d;
   background:    #476a4d;
}
}
 
.menustyle-kozosseg .sf-menu li:hover,
.menustyle-kozosseg .sf-menu li:hover,
.menustyle-kozosseg .sf-menu li.sfHover,
.menustyle-kozosseg .sf-menu li.sfHover,
Line 1,261: Line 2,119:
   outline: 0;
   outline: 0;
}
}
 
.style-kozosseg ul.tabset-tabs {
.style-kozosseg ul.tabset-tabs {
   border-color: #9eb49e;
   border-color: #9eb49e;
}
}
 
.style-kozosseg ul.tabset-tabs a {
.style-kozosseg ul.tabset-tabs a {
   background-color:#89ab8a;  
   background-color:#89ab8a;  
Line 1,286: Line 2,144:
   color: black;
   color: black;
}
}
 
.style-kozosseg .heading-custom {
.style-kozosseg .heading-custom {
   color: #2b392b;
   color: #2b392b;
}
}
 
.style-kozosseg .heading-custom span {
.style-kozosseg .heading-custom span {
   border-bottom: 1px dotted #5f7d5f;
   border-bottom: 1px dotted #5f7d5f;
}
}
 
.elstyle-kozosseg .eligazitoLap {
.elstyle-kozosseg .eligazitoLap {
   border: 1px solid #9eb49e;
   border: 1px solid #9eb49e;
   background-color: #d3dfd4;
   background-color: #d3dfd4;
}
}
 
.elstyle-kozosseg div.eligazitoLapCim {
.elstyle-kozosseg div.eligazitoLapCim {
   color: #204422;
   color: #204422;
}
}
 
.elstyle-kozosseg .eligazitoElem:hover,
.elstyle-kozosseg .eligazitoElem:hover,
.elstyle-kozosseg .eeHover {
.elstyle-kozosseg .eeHover {
   background-color: #a6cca7;
   background-color: #a6cca7;
}
}
 
.elstyle-kozosseg .eligazitoLeiras {
.elstyle-kozosseg .eligazitoLeiras {
   color: #28542b;
   color: #28542b;
}
}
 
.buttonstyle-kozosseg .bigButton {
.buttonstyle-kozosseg .bigButton {
   color: #28542b;
   color: #28542b;
   background-color: #a6cca7;
   background-color: #a6cca7;
}
}
 
.buttonstyle-kozosseg .bigButton a {
.buttonstyle-kozosseg .bigButton a {
   color: #28542b;
   color: #28542b;
}
}
 
.buttonstyle-kozosseg .bigButton:hover {
.buttonstyle-kozosseg .bigButton:hover {
   background-color: #87ba86;
   background-color: #87ba86;
}
}
 
/* STÍLUSOK - Megbeszélések (kék) */
/* STÍLUSOK - Megbeszélések (kék) */
 
.menustyle-megbeszelesek, .menustyle-megbeszelesek .wikiMenu-rootContainer {
.menustyle-megbeszelesek, .menustyle-megbeszelesek .wikiMenu-rootContainer {
   background:#9df0f3;
   background-image: url('http://upload.wikimedia.org/wikipedia/hu/9/9d/Menu-blue.jpg');
   height: 26px;
   height: 26px;
}
}
 
.menustyle-megbeszelesek .sf-menu {
.menustyle-megbeszelesek .sf-menu {
    background:#9df0f3;
  background-color: #607183;
  background-image: url('http://upload.wikimedia.org/wikipedia/hu/9/9d/Menu-blue.jpg');
}
}
 
.menustyle-megbeszelesek .sf-menu li li {
.menustyle-megbeszelesek .sf-menu li li {
   background:    #4b5c6e;
   background:    #4b5c6e;
Line 1,343: Line 2,202:
   background:    #4b5c6e;
   background:    #4b5c6e;
}
}
 
.menustyle-megbeszelesek .sf-menu li:hover,
.menustyle-megbeszelesek .sf-menu li:hover,
.menustyle-megbeszelesek .sf-menu li.sfHover,
.menustyle-megbeszelesek .sf-menu li.sfHover,
Line 1,357: Line 2,216:
   outline:    0;
   outline:    0;
}
}
 
.style-megbeszelesek ul.tabset-tabs {
.style-megbeszelesek ul.tabset-tabs {
   border-color: #9ca8b4;
   border-color: #9ca8b4;
}
}
 
.style-megbeszelesek ul.tabset-tabs a {
.style-megbeszelesek ul.tabset-tabs a {
   background-color:#89a;  
   background-color:#89a;  
Line 1,383: Line 2,242:
   color: black;
   color: black;
}
}
 
.style-megbeszelesek .heading-custom {
.style-megbeszelesek .heading-custom {
   color: #2b3239;
   color: #2b3239;
}
}
 
.style-megbeszelesek .heading-custom span {
.style-megbeszelesek .heading-custom span {
   border-bottom: 1px dotted #5f707d;
   border-bottom: 1px dotted #5f707d;
}
}
 
.elstyle-megbeszelesek .eligazitoLap {
.elstyle-megbeszelesek .eligazitoLap {
   border: 1px solid #9CA8B4;
   border: 1px solid #9CA8B4;
   background-color: #D3D9DF;
   background-color: #D3D9DF;
}
}
 
.elstyle-megbeszelesek div.eligazitoLapCim {
.elstyle-megbeszelesek div.eligazitoLapCim {
   color: #203644;
   color: #203644;
}
}
 
.elstyle-megbeszelesek .eligazitoElem:hover,
.elstyle-megbeszelesek .eligazitoElem:hover,
.elstyle-megbeszelesek .eeHover {
.elstyle-megbeszelesek .eeHover {
   background-color: #a6c1cc;
   background-color: #a6c1cc;
}
}
 
.elstyle-megbeszelesek .eligazitoLeiras {
.elstyle-megbeszelesek .eligazitoLeiras {
   color: #284454;
   color: #284454;
}
}
 
.buttonstyle-megbeszelesek .bigButton {
.buttonstyle-megbeszelesek .bigButton {
   color: #284454;
   color: #284454;
   background-color: #a6c1cc;
   background-color: #a6c1cc;
}
}
 
.buttonstyle-megbeszelesek .bigButton a {
.buttonstyle-megbeszelesek .bigButton a {
   color: #284454;
   color: #284454;
}
}
 
.buttonstyle-megbeszelesek .bigButton:hover {
.buttonstyle-megbeszelesek .bigButton:hover {
   background-color: #86adba;
   background-color: #86adba;
}
}
 
/* STÍLUSOK - Szabályok (sárga) */
/* STÍLUSOK - Szabályok (sárga) */
 
.menustyle-szabalyok, .menustyle-szabalyok .wikiMenu-rootContainer {
.menustyle-szabalyok, .menustyle-szabalyok .wikiMenu-rootContainer {
   background-image: url('http://upload.wikimedia.org/wikipedia/hu/c/c9/Menu-yellow.jpg');
   background-image: url('http://upload.wikimedia.org/wikipedia/hu/c/c9/Menu-yellow.jpg');
   height: 26px;
   height: 26px;
}
}
 
.menustyle-szabalyok .sf-menu {
.menustyle-szabalyok .sf-menu {
   background-color: #607183;
   background-color: #607183;
   background-image: url('http://upload.wikimedia.org/wikipedia/hu/c/c9/Menu-yellow.jpg');
   background-image: url('http://upload.wikimedia.org/wikipedia/hu/c/c9/Menu-yellow.jpg');
}
}
 
.menustyle-szabalyok .sf-menu li li {
.menustyle-szabalyok .sf-menu li li {
   background:    #64683c;
   background:    #64683c;
Line 1,441: Line 2,300:
   background:    #64683c;
   background:    #64683c;
}
}
 
.menustyle-szabalyok .sf-menu li:hover,
.menustyle-szabalyok .sf-menu li:hover,
.menustyle-szabalyok .sf-menu li.sfHover,
.menustyle-szabalyok .sf-menu li.sfHover,
Line 1,455: Line 2,314:
   outline:    0;
   outline:    0;
}
}
 
.style-szabalyok ul.tabset-tabs {
.style-szabalyok ul.tabset-tabs {
   border-color: #b2b49c;
   border-color: #b2b49c;
}
}
 
.style-szabalyok ul.tabset-tabs a {
.style-szabalyok ul.tabset-tabs a {
   background-color:#a7aa88;  
   background-color:#a7aa88;  
Line 1,480: Line 2,339:
   color: black;
   color: black;
}
}
 
.style-szabalyok .heading-custom {
.style-szabalyok .heading-custom {
   color: #37392b;
   color: #37392b;
}
}
 
.style-szabalyok .heading-custom span {
.style-szabalyok .heading-custom span {
   border-bottom: 1px dotted #7a7d5f;
   border-bottom: 1px dotted #7a7d5f;
}
}
 
.elstyle-szabalyok .eligazitoLap {
.elstyle-szabalyok .eligazitoLap {
   border: 1px solid #b2b49c;
   border: 1px solid #b2b49c;
   background-color: #dedfd3;
   background-color: #dedfd3;
}
}
 
.elstyle-szabalyok div.eligazitoLapCim {
.elstyle-szabalyok div.eligazitoLapCim {
   color: #444320;
   color: #444320;
}
}
 
.elstyle-szabalyok .eligazitoElem:hover,
.elstyle-szabalyok .eligazitoElem:hover,
.elstyle-szabalyok .eeHover {
.elstyle-szabalyok .eeHover {
   background-color: #c9cca6;
   background-color: #c9cca6;
}
}
 
.elstyle-szabalyok .eligazitoLeiras {
.elstyle-szabalyok .eligazitoLeiras {
   color: #545328;
   color: #545328;
}
}
 
.buttonstyle-szabalyok .bigButton {
.buttonstyle-szabalyok .bigButton {
   color: #545328;
   color: #545328;
   background-color: #c9cca6;
   background-color: #c9cca6;
}
}
 
.buttonstyle-szabalyok .bigButton a {
.buttonstyle-szabalyok .bigButton a {
   color: #545328;
   color: #545328;
}
}
 
.buttonstyle-szabalyok .bigButton:hover {
.buttonstyle-szabalyok .bigButton:hover {
   background-color: #b6ba86;
   background-color: #b6ba86;
}
}
 
/* STÍLUSOK - Tennivalók (nsárga) */
/* STÍLUSOK - Tennivalók (nsárga) */
   
   
Line 1,580: Line 2,439:
   color: #39322b;
   color: #39322b;
}
}
 
.style-tennivalok .heading-custom span {
.style-tennivalok .heading-custom span {
   border-bottom: 1px dotted #7d6f5f;
   border-bottom: 1px dotted #7d6f5f;
}
}
 
.elstyle-tennivalok .eligazitoLap {
.elstyle-tennivalok .eligazitoLap {
   border: 1px solid #b4a99c;
   border: 1px solid #b4a99c;
   background-color: #dfdad3;
   background-color: #dfdad3;
}
}
 
.elstyle-tennivalok div.eligazitoLapCim {
.elstyle-tennivalok div.eligazitoLapCim {
   color: #443220;
   color: #443220;
}
}
 
.elstyle-tennivalok .eligazitoElem:hover,
.elstyle-tennivalok .eligazitoElem:hover,
.elstyle-tennivalok .eeHover {
.elstyle-tennivalok .eeHover {
   background-color: #ccbba6;
   background-color: #ccbba6;
}
}
 
.elstyle-tennivalok .eligazitoLeiras {
.elstyle-tennivalok .eligazitoLeiras {
   color: #543f28;
   color: #543f28;
}
}
 
.buttonstyle-tennivalok .bigButton {
.buttonstyle-tennivalok .bigButton {
   color: #543f28;
   color: #543f28;
   background-color: #ccbba6;
   background-color: #ccbba6;
}
}
 
.buttonstyle-tennivalok .bigButton a {
.buttonstyle-tennivalok .bigButton a {
   color: #543f28;
   color: #543f28;
}
}
 
.buttonstyle-tennivalok .bigButton:hover {
.buttonstyle-tennivalok .bigButton:hover {
   background-color: #baa286;
   background-color: #baa286;
Line 1,676: Line 2,535:
   color: #39322b;
   color: #39322b;
}
}
 
.style-segitseg .heading-custom span {
.style-segitseg .heading-custom span {
   border-bottom: 1px dotted #7d615f;
   border-bottom: 1px dotted #7d615f;
}
}
 
.elstyle-segitseg .eligazitoLap {
.elstyle-segitseg .eligazitoLap {
   border: 1px solid #b49f9c;
   border: 1px solid #b49f9c;
   background-color: #dfd5d3;
   background-color: #dfd5d3;
}
}
 
.elstyle-tennivalok div.eligazitoLapCim {
.elstyle-tennivalok div.eligazitoLapCim {
   color: #442420;
   color: #442420;
}
}
 
.elstyle-segitseg .eligazitoElem:hover,
.elstyle-segitseg .eligazitoElem:hover,
.elstyle-segitseg .eeHover {
.elstyle-segitseg .eeHover {
   background-color: #ccaca6;
   background-color: #ccaca6;
}
}
 
.elstyle-segitseg .eligazitoLeiras {
.elstyle-segitseg .eligazitoLeiras {
   color: #542e28;
   color: #542e28;
}
}
 
.buttonstyle-segitseg .bigButton {
.buttonstyle-segitseg .bigButton {
   color: #542e28;
   color: #542e28;
   background-color: #ccaca6;
   background-color: #ccaca6;
}
}
 
.buttonstyle-segitseg .bigButton a {
.buttonstyle-segitseg .bigButton a {
   color: #542e28;
   color: #542e28;
}
}
 
.buttonstyle-segitseg .bigButton:hover {
.buttonstyle-segitseg .bigButton:hover {
   background-color: #ba8e86;
   background-color: #ba8e86;
}
}
 
/*
/*
== Ideiglenes javítások ==
== Ideiglenes javítások ==
*/
*/
 
/* "Új üzenetek" elrejtése a felső sorból (LiquidThreads) */
/* "Új üzenetek" elrejtése a felső sorból (LiquidThreads) */
#pt-newmessages {
#pt-newmessages {

Revision as of 07:27, 26 June 2011

/* Közös CSS az összes skinnek 
[[en:MediaWiki:Common.css]]
*/

#interwiki-completelist {
    font-weight: bold;
}

/*
== Táblázatok (a régi prettytable és wikitable összevonva) ==
*/

table.wikitable,
table.prettytable {
  border-collapse: collapse;
  background: #f9f9f9;
  margin: 1em 1em 1em 0;
}

table.wikitable td,
table.wikitable th,
table.prettytable td,
table.prettytable th { 
  border: 1px solid #ccc;
  padding: 3px 6px 3px 6px;
  overflow: visible; /* IE bugix: http://hu.wikipedia.org/w/index.php?title=Wikip%C3%A9dia:Kocsmafal_(m%C5%B1szaki)&oldid=5171001#IE_t.C3.A1bl.C3.A1zatprobl.C3.A9m.C3.A1k */
}

table.wikitable th, 
table.prettytable th {
  background: #efefef;
  font-weight: bold;
  text-align: center;
}

table.wikitable table td,
table.wikitable table th,
table.prettytable table td,
table.prettytable table th { 
  border: 0px none #fff;
}

table.wikitable table.wikitable td,
table.wikitable table.wikitable th,
table.wikitable table.prettytable td,
table.wikitable table.prettytable th,
table.prettytable table.wikitable td,
table.prettytable table.wikitable th,
table.prettytable table.prettytable td,
table.prettytable table.prettytable th {
  border: 1px solid #ccc; 
}

table.wikitable caption,
table.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
  font-weight: bold;
}

table.collapsible {
  overflow: hidden;
}


/* </source>
== Sablonstílusok ==
<source lang="css"> */

/* Merge template style */

.messagebox {
   border: 1px solid #aaaaaa;
   background-color: #f9f9f9;
   width: 85%;
   margin: 0 auto 1em auto;
   padding: .2em;
   text-align: justify;
}
.messagebox.merge {
   border: 1px solid #cf9fff;
   background-color: #f5edf5;
   text-align: center;
}
.messagebox.cleanup {
   border: 1px solid #9f9fff;
   background-color: #efefff;
   text-align: center;
}
.messagebox.standard-talk {
   border: 1px solid #c0c090;
   background-color: #f8eaba;
}

.messagebox.nested-talk {
   border: 1px solid #c0c090;
   background-color: #f8eaba;
   width: 100%;
   margin: 2px 4px 2px 4px;
}

.infobox {
   border: 1px solid #aaaaaa;
   background-color: #f9f9f9;
   margin-bottom: 0.5em;
   margin-left: 1em; 
   padding: .2em;
   float: right;
   clear: right;
   text-align: left;
}
.infobox tr {
   vertical-align: top;
}
.infobox caption {
   margin-left: inherit;
}
.infobox.bordered {
   border-collapse: collapse;
}
.infobox.bordered td, .infobox.bordered th {
   border: 1px solid #aaaaaa;
}
.infobox.sisterproject {
   width: 22em;
}
.infobox .wpImageAnnotatorHasNotesMsg {
   display:none;
}

/* Style for "notices" */
.notice {
    text-align: justify;
    margin: 1em;
    padding: 0.2em;
}

#disambig {
    border-top: 3px double #cccccc; 
    border-bottom: 3px double #cccccc;
}

#spoiler {
    border-top: 2px solid #ddd;
    border-bottom:2px solid #ddd;
}

/* Standard talk template style */

.Talk-Notice  {
    border: 1px solid #C0C090;
    background-color: #F8EABA;
    margin-bottom: 3px;
    width: 85%;
    border-spacing: 3px;
    margin-left: auto;
    margin-right: auto;
}

/* Make template background appear correctly on all browsers */
.Talk-Notice td {
    background: inherit;
}

#mw-recreate-deleted-warn {
    background: lightGoldenRodYellow;
    border: 2px solid red;
}

/* </source>

===[[Wikipédia:Sablonegységesítés]]===
<source lang="css">
*/
/* Article message box template styles */
table.ambox {
    margin: 0 10%;                         /* Will not overlap with other elements */
    border-collapse: collapse; 
    background: #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; 
}
* html table.ambox td.ambox-image {
    height: 1%;
}
*:first-child+html table.ambox td.ambox-image {
    height: 1%;
}
div.ambox-image-inner {
    width: 52px;
}
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;    /* Forest green */
}
table.ambox-protection {
    border-left: 10px solid #bba;       /* Gray */
}
/* Wikimenu styles */
table.ambox-kozosseg {
    border-left: 10px solid #476a4d;
}
table.ambox-megbeszelesek {
    border-left: 10px solid #4b5c6e;
}
table.ambox-szabalyok {
    border-left: 10px solid #64683c;
}
table.ambox-tennivalok {
    border-left: 10px solid #744203;
}
table.ambox-segitseg {
    border-left: 10px solid #6a0304;
}
table.ambox-mini {                      /* small floating box variant */
    float: right;
    clear: right;
    margin: 0 0 0 1em;
    width: 25%;
}

/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
th.mbox-text, td.mbox-text {     /* The message body cell(s) */
    border: none; 
    padding: 0.25em 0.9em;       /* 0.9em left/right */
    width: 100%;    /* Make all mboxes the same width regardless of text length */
}
td.mbox-image {                  /* The left image cell */
    border: none; 
    padding: 2px 0 2px 0.9em;    /* 0.9em left, 0px right */
    text-align: center; 
}
td.mbox-imageright {             /* The right image cell */
    border: none;
    padding: 2px 0.9em 2px 0;    /* 0px left, 0.9em right */
    text-align: center; 
}

/* Image message box styles */
table.imbox {
    margin: 4px 10%; 
    border-collapse: collapse; 
    border: 3px solid #1e90ff;    /* Default "notice" blue */
    background: #fbfbfb;
}
.imbox .mbox-text .imbox {    /* For imboxes inside imbox-text cells. */
    margin: 0 -0.5em;    /* 0.9 - 0.5 = 0.4em left/right. */
}
.mbox-inside .imbox {    /* For imboxes inside other templates. */
    margin: 4px;
}

table.imbox-notice {
    border: 3px solid #1e90ff;    /* Blue */
}
table.imbox-speedy {
    border: 3px solid #b22222;    /* Red */
    background: #fee;             /* Pink */
}
table.imbox-delete {
    border: 3px solid #b22222;    /* Red */
}
table.imbox-content {
    border: 3px solid #f28500;    /* Orange */
}
table.imbox-style {
    border: 3px solid #f4c430;    /* Yellow */
}
table.imbox-move {
    border: 3px solid #9932cc;    /* Purple */
}
table.imbox-protection {
    border: 3px solid #bba;       /* Gray-gold */
}
table.imbox-license {
    border: 3px solid #88a;       /* Dark gray */
    background: #f7f8ff;          /* Light gray */
}
table.imbox-featured {
    border: 3px solid #cba135;    /* Brown-gold */
}

/* Category message box styles */
table.cmbox {
    margin: 3px 10%;
    border-collapse: collapse;
    border: 1px solid #aaa; 
    background: #DFE8FF;    /* Default "notice" blue */
}

table.cmbox-notice {
    background: #DFE8FF;    /* Blue */
}
table.cmbox-speedy {
    margin-top: 4px;
    margin-bottom: 4px;
    border: 4px solid #b22222;    /* Red */
    background: #FFDBDB;          /* Pink */
}
table.cmbox-delete {
    background: #FFDBDB;    /* Red */
}
table.cmbox-content {
    background: #FFE7CE;    /* Orange */
}
table.cmbox-style {
    background: #FFF9DB;    /* Yellow */
}
table.cmbox-move {
    background: #F1D0FF;    /* Purple */
}
table.cmbox-protection {
    background: #EFEFE1;    /* Gray-gold */
}

/* Other pages message box styles */
table.ombox {
    margin: 4px 10%; 
    border-collapse: collapse; 
    border: 1px solid #aaa;       /* Default "notice" gray */
    background: #f9f9f9;
}
table.ombox-small {    /* For the "small=yes" option */
    clear: right;
    float: right;
    margin: 4px 0 4px 1em;
    width: 238px;
    font-size: 88%;
    line-height: 1.25em;
}

table.ombox-notice {
    border: 1px solid #aaa;       /* Gray */
}
table.ombox-speedy {
    border: 2px solid #b22222;    /* Red */
    background: #fee;             /* Pink */
}
table.ombox-delete {
    border: 2px solid #b22222;    /* Red */
}
table.ombox-content {
    border: 1px solid #f28500;    /* Orange */
}
table.ombox-style {
    border: 1px solid #f4c430;    /* Yellow */
}
table.ombox-move {
    border: 1px solid #9932cc;    /* Purple */
}
table.ombox-protection {
    border: 2px solid #bba;       /* Gray-gold */
}
 
/* Talk page message box styles */
table.tmbox {
    margin: 4px 10%;
    border-collapse: collapse;
    border: 1px solid #c0c090;    /* Default "notice" gray-brown */
    background: #f8eaba;
}
table.tmbox-small {     /* For the "small=yes" option */
    clear: right;
    float: right;
    margin: 4px 0 4px 1em;
    width: 238px;
    font-size: 88%;
    line-height: 1.25em;
}
.mbox-inside .tmbox {    /* For tmboxes inside other templates. */
    margin: 2px 0;
    width: 100%;    /* Fix for Safari and Opera. */
}

table.tmbox-speedy {
    border: 2px solid #b22222;    /* Red */
    background: #fee;             /* Pink */
}
table.tmbox-delete {
    border: 2px solid #b22222;    /* Red */
}
table.tmbox-content {
    border: 2px solid #f28500;    /* Orange */
}
table.tmbox-style {
    border: 2px solid #f4c430;    /* Yellow */
}
table.tmbox-move {
    border: 2px solid #9932cc;    /* Purple */
}
table.tmbox-protection,
table.tmbox-notice {
    border: 1px solid #c0c090;    /* Gray-brown */
}

/* Pink fmbox warning style for div based warning notices. */
div.fmbox-warning,
div.mw-warning-with-logexcerpt,
div.figyelmeztetes {
    clear: both;
    margin: 0.2em 0;
    border: 1px solid #BB7070;
    background: #FFDBDB;
    padding: 0.25em 0.9em;
}

/*
</source>

=== Multimédiasablon-stílusok ===
<source lang="css">
*/

/* Class for links with loudspeaker icon next to them */

.audiolink a{
    background: url("http://upload.wikimedia.org/wikipedia/commons/thumb/8/8a/Loudspeaker.svg/11px-Loudspeaker.svg.png") center left no-repeat !important;
    padding-left: 16px !important;
    padding-right: 0 !important;
}

/* Icons for medialist templates [[Template:Listen]], [[Template:Multi-listen_start]], [[Template:Video]], [[Template:Multi-video_start]] */

div.listenlist {
    background: url("http://upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Gnome-speakernotes.png/30px-Gnome-speakernotes.png");
    padding-left: 40px;
}

div.videolist, div.multivideolist {
    background: url("http://upload.wikimedia.org/wikipedia/en/thumb/2/20/Tango-video-x-generic.png/40px-Tango-video-x-generic.png");
    padding-left: 50px;
}

/* Style rules for media list templates */

div.medialist {
    min-height: 50px;
    margin: 1em;
    background-position: top left;
    background-repeat: no-repeat;
}

div.medialist ul {
    list-style-type: none; 
    list-style-image: none;
    margin: 0;
}

div.medialist ul li {
    padding-bottom: 0.5em;
}

div.medialist ul li li {
    font-size: 91%;
    padding-bottom: 0;
}

/* </source>

=== rquote sablon ===
<source lang="css"> */

table.rquote {
    font-family: Garamond, "Adobe Garamond Pro", "GaramondPremrPro", "ITC Garamond Std Book", "Stempel Garamond LT Pro", AGaramond, Galliard, serif;
    font-style: italic;
    font-size: 135%;
    line-height: 135%;

    background-color: inherit;
    border-collapse: collapse;
    border-style: none;
}

.rquote .forras {font-family: Verdana sans-serif;}

table.rquote i {
    font-style: normal;
}

table.rquote p.forras {
    line-height: 1em;
    text-align: right;
    font-style: normal;
    font-size: 76%;
}

table.rquote p.forras i {
    font-style: normal;
}

table.floatleft, table.floatright {
    margin: .5em .75em;
}

table.floatcenter {
    margin: .5em auto;
}

/* </source>

== Képek ==
<source lang="css"> */

/* The backgrounds for galleries. */
#content .gallerybox div.thumb {
    background-color: #F9F9F9;   /* Light gray padding */
}
/* Put a chequered background behind images, only visible if they have transparency */
.gallerybox .thumb img,
#file img {
    background: white url("http://upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat;
}
/* But not on articles, user pages, portals or with opt-out. */
.ns-0 .gallerybox .thumb img,
.ns-2 .gallerybox .thumb img,
.ns-100 .gallerybox .thumb img, 
.nochecker .gallerybox .thumb img {
    background: white;
}

/* </source>

== [[Wikipédia:CommonsTicker|CommonsTicker]] stílus ==
<source lang="css"> */

/* links */
.tickerDiffLink { } /* diff links in ticker */
.tickerMiscLink { } /* misc links in ticker */

/* remove list bullets */
.tickerList ul,    .tickerList ul li    { list-style: none; text-indent:-2em; margin-left:2em;   text-align:left; }
.tickerList ul ul, .tickerList ul ul li { list-style: none; text-indent:0;    margin-left:1.5em; text-align:left; }

/* per-type styles */
.tickerEntry_deleted     { }  /* entry for image deletion */
.tickerEntry_restored    { }  /* entry for restored image */
.tickerEntry_replaced    { }  /* entry for image replacement */
.tickerEntry_tagged      { }  /* entry for adding/removing problem tags */
.tickerEntry_redir       { }  /* entry for critical redirection (fot tag redirects) */
.tickerEntry_recat       { }  /* entry for critical re-categorization (for tag categories) */
.tickerEntry_notify      { }  /* entry for global notifications */
.tickerEntry_changed     { }  /* entry for generic change */

/* per-status styles */
.tickerStatus_done     { text-decoration:line-through; }  /* strike through when entry has been handeled */
.tickerStatus_megoldva     { text-decoration:line-through; }  /* strike through when entry has been handeled */

/* per-action styles */
.tickerAction_deleted:before     { content:" TÖRL "; color: #FF0000; font-family:monospace; font-weight:bold; font-size:100%; }
.tickerAction_restored:before    { content:" VISSZA "; color: #00BB00; font-family:monospace; font-weight:bold; font-size:100%; }
.tickerAction_deletedRev:before  { content:" -RÉGI "; color: #DDAAAA; font-family:monospace; font-weight:bold; font-size:100%; }
.tickerAction_replaced:before    { content:" CSERE "; color: #CC88FF; font-family:monospace; font-weight:bold; font-size:100%; }
.tickerAction_replacedOwn:before { content:" FRISS "; color: #EEAAFF; font-family:monospace; font-weight:bold; font-size:100%; }
.tickerAction_addedBad:before    { content:" +SzT "; color: #FF8800; font-family:monospace; font-weight:bold; font-size:100%; }
.tickerAction_removedBad:before  { content:" -SzT "; color: #00BB00; font-family:monospace; font-weight:bold; font-size:100%; }
.tickerAction_addedGood:before   { content:" +OK  "; color: #00BB00; font-family:monospace; font-weight:bold; font-size:100%; }
.tickerAction_removedGood:before { content:" -OK  "; color: #FF8800; font-family:monospace; font-weight:bold; font-size:100%; }

/* ticker usage list */
.tickerUsage  { font-size:80%; }

/* entry applies to a template used by multiple images */
.tickerTemplateEntry    { font-weight: bold; }

/* entry applies to sub-entries, i.e. images that use a specific template */
.tickerSubEntry         { }

/* minor entry styles */
.tickerMinorEntry  { color:#666; }     /* minor entry */
.tickerMinorEntry a,
.tickerMinorEntry a:link,
.tickerMinorEntry a:visited { color:#669; }
#bodyContent .tickerMinorEntry a.extiw,
#bodyContent .tickerMinorEntry a.extiw:link,
#bodyContent .tickerMinorEntry a.extiw:visited { color:#669; }

/*</source>

== Friss változtatásoknál a betűszámláló betűi ==
<source lang="css">
*/
/*****
** Bytecounter colours
*****/ 
span.mw-plusminus-neg {
   color: #900;
}
strong.mw-plusminus-neg {
   color: #c00;
}
span.mw-plusminus-pos {
   color: #060;
}
strong.mw-plusminus-pos {
   color: #080;
}

/*
</source>

== [[Speciális:Címkék|Címkék]] ==
<source lang="css">
*/

.mw-tag-marker {
  margin: 0 2px;
  border: 1px solid #AAAAAA;
  border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
  padding: 1px 3px;
  background-color: #DDDDDD;
}

/*
</source>

== Lábjegyzetek ==
<source lang="css">
*/

/* Két oszlopba; csak Firefox és Safari */
ol.references {
   font-size: 85%;
   column-count: 2;
   -moz-column-count: 2; 
   -webkit-column-count: 2;
   column-gap: 3em;
   -moz-column-gap: 3em;
   -webkit-column-gap: 3em; 
}
ol.references > li {
   -webkit-column-break-inside: avoid;
}
.ref-1col ol.references {
   column-count: 1;
   -moz-column-count:1; 
   -webkit-column-count: 1;
}

/* Kijelölt hivatkozásnak háttérszinezés */
ol.references li:target, 
.citation:target,
sup.reference:target { 
   background-color: Gold;
}

/* Felső indexek relatív pozicionálása, hogy ne növeljék meg a sorközt */
sup.reference  {
   vertical-align: baseline; 
   position: relative; 
   bottom: 1ex; 
}

/* Kijelölt dokulinknek háttérszinezés */
ol.references li:target, 
.dokulink:target,
sup.reference:target {
   background-color: Gold;
}

/*
</source>
==Redirekt listában dőlt betűs==
<source lang="css">
*/

.redirect-in-category, .allpagesredirect {
 font-style:italic;
}

/*
</source>

== [[Sablon:Edittools|Edittools]] gombok ==
<source lang="css">
*/

#specialchars a {
   color: black;
   background-color: #ccddee !important;
   text-decoration: none;
   border: thin #006699 outset;
   padding: 0.1em;
   display: inline-block;
   text-align: center;
   min-width: 1em;
 }
#specialchars a:hover, .my-buttons a:active {
   background-color: #bbccdd;
   border-style: inset;
}

/* Special characters list below edit window works better without underlining */
#specialchars a, #editpage-specialchars a { text-decoration: none; }
#specialchars a:hover, #editpage-specialchars a:hover { text-decoration: underline; }

/*
</source>

== Külső linkek ikonjai ==
<source lang="css">
*/

#bodyContent a.external[href$=".pdf"], 
#bodyContent a.external[href*=".pdf?"], 
#bodyContent a.external[href*=".pdf#"], 
#bodyContent a.external[href$=".PDF"], 
#bodyContent a.external[href*=".PDF?"], 
#bodyContent a.external[href*=".PDF#"] {
   background:transparent url(http://upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif) no-repeat scroll right center;
   padding-right:17px;
}

/* </source>

=== Nyilacska nélküli külső linkek ===
<source lang="css"> */

/*Add formatting to make sure that "external references" from [[Template:Ref]] do
  not get URL expansion, not even when printed. The mechanism up to MediaWiki 1.4 was
  that the HTML code contained a SPAN following the anchor A; this SPAN had the class
  "urlexpansion", which was not displayed on screen, but was shown when the medium was
  "print". The rules below ensure (a) that there is no extra padding to the right of
  the anchor (displayed as "[<number>]"), (b) that there is no "external link arrow" for
  the link, and (c) that this SPAN of class "urlexpansion" is never shown.
  [[चित्र:nib4.png|35px|top]]<span class="sign">[[User:अश्वनी भाटिया|अश्वनी भाटिया <sub>प्रबंधक</sub>]] . <sub>[[सदस्य वार्ता:अश्वनी भाटिया|वार्ता]]</sub></span> 12:57, 26 जून 2011 (IST)
*/

.plainlinksneverexpand {
  background: none ! important;
  padding: 0 ! important;
}

.plainlinksneverexpand .urlexpansion {
  display : none ! important;
}

/* Make sure that ext links displayed within "plainlinksneverexpand" don't get
   the arrow...
*/
.plainlinksneverexpand a {
   background: none !important;
   padding: 0 !important
}

/* 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
   http://en.wikipedia.org/skins-1.5/common/commonPrint.css) using the ":after" pseudo-
   element of CSS. We have to switch this off for links due to Template:Ref!
   [[चित्र:nib4.png|35px|top]]<span class="sign">[[User:अश्वनी भाटिया|अश्वनी भाटिया <sub>प्रबंधक</sub>]] . <sub>[[सदस्य वार्ता:अश्वनी भाटिया|वार्ता]]</sub></span> 12:57, 26 जून 2011 (IST)
*/
.plainlinksneverexpand a.external.text:after {
  display: none !important;
}
.plainlinksneverexpand a.external.autonumber:after {
  display: none !important;
}

/* Remove padding from external links displayed without icon */
#bodyContent .plainlinks a {padding: 0 !important}

/* Nyilacska nélküli külső linkek (lásd az en:MediaWiki:Common.css-ben a plainlinksneverexpand osztályt a részletesebb magyarázatért */
.nincslinkikon {
  background: none ! important;
  padding: 0 ! important;
}
.nincslinkikon a {
  background: none ! important;
  padding: 0 ! important;
}
.nincslinkikon .urlexpansion {
  display : none ! important;
}
.nincslinkikon a.external.autonumber:after {
  display: none !important
}

/* try adding here, this had no effect in [[MediaWiki:Common.css]] */
.plainlinksneverexpand a.external.text:after {
 display: none !important
}

/* </source>
== Patrolling ==
<source lang="css"> */

li.not-patrolled {
   background: none;
   border-left: 2px solid red;
   padding-left: 5px;
   /* list-style-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/8/84/Important-3.svg/5px-Important-3.svg.png); */
}

/* </source> 
== Navigáció ==
<source lang="css"> */
/* A kinyit-becsuk mechanizmus része, a többi a monobook.js-ben található */

div.Boxmerge,
div.NavFrame {
        margin: 0px;
        padding: 2px;
        border: 1px solid #aaaaaa;
        text-align: center;
        border-collapse: collapse;
        font-size: 95%;
}
div.Boxmerge div.NavFrame {
        border-style: none;
        border-style: hidden;
}
div.NavFrame + div.NavFrame {
        border-top-style: none;
        border-top-style: hidden;
}
div.NavPic {
        background-color: #ffffff;
        margin: 0px;
        padding: 2px;
        float: left;
}
div.NavFrame div.NavHead {
        height: 1.6em;
        font-weight: bold;
        font-size: 100%;
        background-color: #efefef;
        position:relative;
}
div.NavFrame p {
        font-size: 100%;
}
div.NavFrame div.NavContent {
        font-size: 100%;
}
div.NavFrame div.NavContent p {
        font-size: 100%;
}
div.NavEnd {
        margin: 0px;
        padding: 0px;
        line-height: 1px;
        clear: both;
}
a.NavToggle {
        position:absolute;
        top:0px;
        right:3px;
        font-weight:normal;
        font-size:smaller;
}
.NavLeft div.NavFrame div.NavHead {
        padding-left: 4em;
}
.NavLeft a.NavToggle {
        right:auto;
        left:3px;
}

/* </source>
== Keretes szövegek ==
<source lang="css"> */

/* keretes szovegek, div class="keretjobb" ... */
div.keretjobb { 
    float:right; 
    background: #cccccc; 
    width: 33%; 
    border: 5px groove gray; 
    padding: 1em; 
    margin: 1em; 
    font-size: smaller; 
}
div.keretbal { 
    float:left; 
    background: #cccccc; 
    width: 33%; 
    border: 5px groove gray; 
    padding: 1em; 
    margin: 1em; 
    font-size: smaller; 
}


/* </source>
== Diff lapok ==
<source lang="css"> */

/* diff formázás */
/* normál méretű betűk */
td.diff-addedline, td.diff-deletedline, td.diff-context { 
   font-size: 100%;
}

/* az eltérések kiemelése vastagon, aláhúzva, színesen */
span.diffchange { color: red; font-weight: bold; text-decoration: underline; }

/* Accessibility experiment: make diff changes not just colour-based */ 

.diffchange {
    font-weight: bold;
    background-color: inherit;
}

td.diff-addedline, td.diff-deletedline, td.diff-context {
    font-size: 85%;
    color: inherit;
}

td.diff-context {
    height: 1.8em;
}

/*
== Tartalomjegyzék ==
*/

/* 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-2 {display:none;}
.toclimit-3 .toclevel-3 {display:none;}
.toclimit-4 .toclevel-4 {display:none;}
.toclimit-5 .toclevel-5 {display:none;}
.toclimit-6 .toclevel-6 {display:none;}
.toclimit-7 .toclevel-7 {display:none;}

/* </source>
== Bugfixek ==
<source lang="css"> */
/* floatoknak feher kerete van, ettol a transparent szetcsuszik --[[user:grin|2004.11.23.]] */
div.floatright, table.floatright {
    clear: right;
    float: right; 
    margin: 0.5em 0 0.8em 1.4em;
    position: relative;
    border-width: 0;
}
div.floatleft, table.floatleft {
    float: left; 
    margin: 0.3em 0.5em 0.5em 0;
    position: relative;
    border-width: 0;
}

/* RTL usernevek ne zavarják össze az RC és egyéb listákat */
span.changedby, span.comment {
    unicode-bidi:embed
}

/* Ne folyjon ki a keretből a hosszú sor (helyette vízszintes scrollbar). Gecko-s böngészőkben. */
pre { overflow: auto; }
/* becsukható táblázatok nem működnek, ha overflow:auto van bennük */
.row-collapsed pre { overflow: hidden; background-color: transparent; }

/* Ne legyen kihagyott hely a Special:Allpages listájában szereplő cikkcímek 
és az elválasztó között (http://bugzilla.wikimedia.org/show_bug.cgi?id=5565) */

table.allpageslist {border-collapse: collapse; border-spacing: 0}
table.allpageslist td {padding: 0}

/* inline-block hack */
.inline-block {
  display: -moz-inline-stack;
  display: inline-block;
}

/*Egysoros laptörténetekben adminoknak a "Kiválasztott változatok láthatóságának összehasonlítása" gomb a laptörténet fölé lóg*/
#pagehistory {
  clear:right;
}

/*Laptörténetben nem kell sorkizárás */
#pagehistory {
  text-align:left;
}

#mw-dismissable-notice {
  background-color: transparent;
}

/* </source>

=== IE Unicode bugfixek ===
<source lang="css"> */

.IPA { /* IE only ( http://www.ibloomstudios.com/articles/the_ie7_css_hack/ ) */
        font-family: "Chrysanthi Unicode", "Doulos SIL", Gentium, GentiumAlt, Code2000, "TITUS Cyberbit Basic", "DejaVu Sans", "Bitstream Cyberbit", "Arial Unicode MS", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "Matrix Unicode";   
}
.IPA:lang(en) {
        font-family: inherit;
}
.IPA:empty { /* Safari */
        font-family: inherit;
}

.polytonic {
        font-family: Athena, Gentium, "Palatino Linotype", "Arial Unicode MS", "Lucida Sans Unicode", "Lucida Grande", Code2000; 
        font-family /**/:inherit;
}

/* </source>
=== Sitenotice fix ===
*/

#mw-dismissable-notice td:first-child {width:95%;}
#mw-dismissable-notice td:last-child {width:5%;}
* html #mw-dismissable-notice td {width:95%;}

/*
=== Chrome/Safari lábjegyzet fix ===
*/

@media screen and (-webkit-min-device-pixel-ratio:0) {
  .references {
    list-style-position: inside;
  }
}

/*
=== FlaggedRevs doboz fix ===
*/
#mw-fr-revisiondetails {
  display: none;
}

/*
=== Speciális névtér sorkizárás kikapcs ===
*/
.ns-special #bodyContent {
  text-align: left;
}

/*
== Új infoboxok stílusa ==
*/

.ujinfobox {
    border: 1px solid #aaaaaa;
    color: black;
    margin: 0 0 0.5em 1em;
    background-color: #f9f9f9;
    padding: 5px;
    float: right;
    clear: right;
    width: 272px;
    text-align: left;
    vertical-align: top;
    font-size: 92%; 
    line-height: 150%;
    padding: 5px;
}
@media screen {
  .ujinfobox {
     box-shadow: 3px 3px 6px #AAA;
    -webkit-box-shadow: 3px 3px 6px #AAA;
    -moz-box-shadow: 3px 3px 6px #AAA;
  }
}
.ujinfobox th {
    vertical-align:top;
    text-align:left;
}
 
.ujinfobox th a {
    color:black;
}
 
.ujinfobox .fejlec {
    height: 40px;
    max-height: 40px;
    vertical-align: middle;
    text-align: center;
    font-size: 135%; 
    font-weight: bolder;
    line-height: 1.2em;
}

.ujinfobox td {
    padding: 0px;
}

.ujinfobox td.kronologia {
    font-size: 90%;
    text-align: center;
}

.ujinfobox td.fejezet {
  text-align:center;
  padding:1px 0px;
}

.ujinfobox span.nyitolink {
  float:right;
  padding-left:5px;
}

.ujinfobox td.cimke {
    padding: 0px 3px 0px 0px;
    vertical-align: top;
    font-weight: bold;
}

.ujinfobox td.cimkealatt {
    padding: 0px 3px 0px 15px;
    vertical-align: top; 
    font-weight: normal;
}

.ujinfobox td.adat {
    padding: 0px;
    vertical-align: top;
}

.ujinfobox .wpImageAnnotatorHasNotesMsg {
   display:none;
}

/*
 * Az új infoboxok fejlécéhez háttérképnek
*/

.autopalyainfobox {
    background: url("http://upload.wikimedia.org/wikipedia/commons/5/57/Picto_infobox_motorway.png")
    no-repeat top right;
}
* html .autopalyainfobox {
    background: none;
}

.filminfobox {
    background: url("http://upload.wikimedia.org/wikipedia/commons/4/4d/Picto_infobox_film.png") no-repeat top right;
}

* html .filminfobox {
    background: none;
}

.fociinfobox {
    background: url("http://upload.wikimedia.org/wikipedia/commons/a/a8/Picto_infobox_football.png")
    no-repeat top right;
}
* html .fociinfobox {
    background: none;
}

.hidinfobox {
    background: url("http://upload.wikimedia.org/wikipedia/commons/8/87/Picto_infobox_bridge.png")
    no-repeat top right;
}
* html .hidinfobox {
    background: none;
}

.kepregenyinfobox {
    background: url("http://upload.wikimedia.org/wikipedia/hu/6/64/Speech_balloon_for_infobox.png")
    no-repeat top right;
}
* html .kepregenyinfobox {
    background: none;
}

.szineszinfobox {
    background: url("http://upload.wikimedia.org/wikipedia/commons/3/37/Picto_infobox_masks.png")
    no-repeat top right;
}
* html .szineszinfobox {
    background: none;
}

.telepulesinfobox {
    background: url("http://upload.wikimedia.org/wikipedia/commons/7/7a/Picto_infobox_map.png")
    no-repeat top right;
}
* html .telepulesinfobox {
    background: none;
}

.videojatekinfobox {
    background: url("http://upload.wikimedia.org/wikipedia/commons/2/2d/Picto_infobox_gamepad.png")
    no-repeat bottom right;
}
* html .videojatekinfobox {
    background: none;
}

.zeneiinfobox {
    background: url("http://upload.wikimedia.org/wikipedia/commons/6/60/Picto_infobox_music.png")
    no-repeat bottom right;
}
* html .zeneiinfobox {
    background: none;
}

/* Új infoboxok stílusának vége */

/*
== Az új navboxok stílusa ==
 */
 
/* default skin for navigation boxes */
table.navbox {            /* navbox container style */
  border:1px solid #aaa;
  width:100%; 
  margin:auto;
  clear:both;
  font-size:90%;
  text-align:center;
  padding:1px;
}
@media screen {
  table.navbox {
    box-shadow:3px 3px 6px #AAA;
    -webkit-box-shadow:3px 3px 6px #AAA;
    -moz-box-shadow:3px 3px 6px #AAA;
  }
}
#bodyContent > table.navbox, #wikiPreview > table.navbox {  /* törzsben elhelyezett "első" vízszintes navbox távolsága a szövegtől (lásd a következőt is) */
  margin-top:2em;
}
#bodyContent > table.navbox + table.navbox, #wikiPreview > table.navbox + table.navbox {
  margin-top:-1px;
}
table.navbox + table.navbox {
margin-top:-1px;        /* single pixel border between adjacent navboxes (doesn't work for IE6, but that's okay) */
}
.navbox-title, .navbox-abovebelow, table.navbox th {
text-align:center;      /* title and above/below styles */
padding-left:1em;
padding-right:1em;
}
.navbox-group {           /* group style */
white-space:nowrap;
text-align:right;
font-weight:bold;
padding-left:1em;
padding-right:1em;
}
.navbox, .navbox-subgroup {
background:#fdfdfd;     /* Background color */
}
.navbox-list {
border-color:#fdfdfd;   /* Must match background color */
}
.navbox-title, table.navbox th {
background:#ccccff;     /* Level 1 color */
}
.navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title {
background:#ddddff;     /* Level 2 color */
}
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
background:#e6e6ff;     /* Level 3 color */
}
.navbox-even {
background:#f7f7f7;     /* Even row striping */
}
.navbox-odd {
background:transparent; /* Odd row striping */
}

/* Új navboxok stílusának vége */

/*
== API ==
*/
a.api-working {
  padding-right: 20px;
  background: url("http://upload.wikimedia.org/wikipedia/commons/4/49/Linux_Ubuntu_Loader.gif") center right no-repeat;
}

a.api-success {
  padding-right: 20px;
  background: url("http://upload.wikimedia.org/wikipedia/commons/2/22/Accept.png") center right no-repeat;  
}

a.api-error {
  padding-right: 20px;
  background: url("http://upload.wikimedia.org/wikipedia/commons/c/c0/Exclamation.png") center right no-repeat;  
}

/*
== Jelölt változatok ==
*/

/* FlaggedRevs quality ikonjának cseréje a kiemelt csillagra. */
.fr-icon-quality {
  background-image: url("http://upload.wikimedia.org/wikipedia/commons/thumb/8/8c/Featured_article_star.png/18px-Featured_article_star.png");
}

/* laptörténet flagrev háttérszín láthatóbbra */
.flaggedrevs-color-1 {
  background-color:#E6F4F0;
}

/* semmi ne lógjon a flagrev doboz fölé */
#mw-revisiontag {
  z-index: 100;
}

/*
== Layout helper stílusok ==
*/

/* függőlegesen középre rendezés */

.vertical-center {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
* html .vertical-center-middle-wrapper {
  position: absolute;
  top: 50%;
}
*:first-child+html .vertical-center-middle-wrapper {
  position: absolute;
  top: 50%;
}
* html .vertical-center-inner-wrapper {
  position: relative;
  top: -50%;
}
*:first-child+html .vertical-center-inner-wrapper {
  position: relative;
  top: -50%;
}

/*
== Egyéb ==
*/

/*
 * Knávom, azaz a kínai nevek átírását váltogató mechanika.
 */
.kinai-szoveg .hidden {
  display: none;
}

/* blokk módosítás checkbox feltűnőbbre */
#wpChangeBlockRow {
  font-weight: bold;
}

/* kategóriabeszúróhoz, újabban valamiért display:none-ozza a pluszjeleket */
.CategoryTreeToggle, .CategoryTreeLoaded {
  display: inline !important;
}

/* ikon a .doc kiterjesztésű linkeknek */
#bodyContent a.external[href $=".doc"], #bodyContent a.external[href $=".DOC"],
#bodyContent a.external[href *=".doc#"], #bodyContent a.external[href *=".DOC#"],
#bodyContent a.external[href *=".doc?"], #bodyContent a.external[href *=".DOC?"],
.link-document {
	background: url("http://hu.wikipedia.org/skins-1.5/monobook/document.png") center right no-repeat;
	padding-right: 12px;
}

/* Sarokikon trükkhöz szükséges css-ek */
.sarokikon {
  display:inline;
}
.sarokikon_fenn {
  display:inline;
}
/* Userpage Utils css-ek */
.kategoria {
  display: none;
}
.betutipus, #betutipus {
  display: none;
}
#sajatcim {
  display: none;
}
#sajatalcim {
  display: none;
}
#hatterszin {
  display: none;
}

/* TranslateWikis üzenet */
.translateWikiMessage {
  background: #ddddff;
  border: 1px solid #b3b7ff;
  color: #000000;
  margin: .2em 0 .5em;
  padding: .5em 1em;
  text-align: center;
  vertical-align: middle;
  clear: both;
  font-size:85%;
}

/* A thumboknak ne legyen borderjük */
div.thumb {
  border-style: none;
}

/*
 * Nyomtatásspecifikus stílusok
*/

@media print {
  /* A navboxok egyáltalán ne jelenjenek meg */
  .navbox {
    display: none;
  }
/* A nem nyomtatandó sablonon belüli tartalom nyomtatásban ne jelenjen meg */
  .nemnyomtatando {
    display: none;
  }

  /* Az új infoboxok „Az adatok megjelenítéséhez kattintson...” szövegei ne jelenjenek meg */
  .nyitasinfo {
    display: none;
  }
}

/* Univerzális megoldás a Vector hülyeségére */
tt, code, pre {
    font-family: monospace, sans-serif;
}

.sql.source-sql pre.de1 {  /* IE8 levágta az aláhúzást */
    line-height:1.5;
}

pre.de1 {
    overflow: hidden; /* Chrome-ban van egy hasztalan scrollbar az összes geshis forráskódnál */
}


/*Képannotátor*/
.wpImageAnnotatorHasNotesMsg {
    float: left;
    font-size: .8em;
    line-height:100%;
    padding:5px 0px;
    color: #222
}



/* MENÜ */
.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sf-menu {
  line-height: 1.0;
}

.sf-menu a.new, #content .wikiMenu-rootContainer a.new,
#content .sf-menu a.extiw {
  color: white;
}

.sf-menu ul {
  position: absolute;
  top: -999em;
  width: 10em; /* left offset of submenus need to match (see below) */
  z-index: 10;
}
.sf-menu ul li {
  width: 100%;
}
.sf-menu li:hover {
  visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
  float: left;
  position: relative;
  z-index: 1;
}
.sf-menu a {
  display: block;
  position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  left: 0;
  top: 26px; /* match top ul list item height */
  z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
  top:      -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  left:      10em; /* match ul width */
  top:      0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
  top:      -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
  left:      10em; /* match ul width */
  top:      0;
}

.sf-menu a, .wikiMenu-rootContainer a,
#content .sf-menu a.extiw,
#content .sf-menu a.external,
#content .wikiMenu-rootContainer a.extiw,
#content .wikiMenu-rootContainer a.external {
  padding: 7px 15px;
  text-decoration:none;
  font-family: "Sergoe UI", Geneva, Arial, "DejaVu Sans", Helvetica, Microsoft Sans Serif, sans-serif;
  font-size: 12px;
  font-weight: bold;
}
.sf-menu a, .sf-menu a:visited, .wikiMenu-rootContainer a, .wikiMenu-rootContainer a:visited  {
  /* visited pseudo selector so IE6 applies text colour*/
  color:      white;
}
.sf-menu ul a,
#content .sf-menu ul a.extiw,
#content .sf-menu ul a.external {
  padding: 2px 6px;
  font-size: 11px;
}
.sf-menu li.sfHover a {
  text-decoration: none;
}
.sf-menu strong.selflink {
  padding: 2px 6px;
  color: #ACACAC;
  display: block;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
  padding-right:   2.25em;
  min-width:    1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
  position:    absolute;
  display:    block;
  right:      .75em;
  top:      10px; /* IE6 only */
  width:      10px;
  height:      10px;
  text-indent:   -999em;
  overflow:    hidden;
  background:    url('http://upload.wikimedia.org/wikipedia/hu/7/7e/Arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
  top:      .8em;
  background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
.sf-menu ul .sf-sub-indicator {
  top: 4px;
}
.sf-menu ul a > .sf-sub-indicator {
  top: 6px;
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
  background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0px; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
  background-position: -10px 0px; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
  background:  url('http://upload.wikimedia.org/wikipedia/hu/a/af/Menu-shadow.png') no-repeat bottom right;
  padding: 0 8px 9px 0;
  -moz-border-radius-bottomleft: 17px;
  -moz-border-radius-topright: 17px;
  -webkit-border-top-right-radius: 17px;
  -webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
  background: transparent;
}

/* DIV MENÜ (NON-JS) */
.wikiMenu-rootContainer {
  line-height: 1.0;
}
.wikiMenu-rootContainer a {
  float:left;
}
.wikiMenu-container {
  display: none;
}

#breadcrumbs-container {
  margin-top: 5px;
  padding-left: 4px;
}
ul#breadcrumbs {
  overflow:hidden;
  display: block;
  list-style:none;
  margin: 0px;
  padding: 0px;
}

ul#breadcrumbs li {
  float:left;
  margin:0px;
}

ul#breadcrumbs li.rightinfo {
  float:right;
  margin:0px;
}

ul#breadcrumbs li a {
  display: block;
  color: #777;
}

ul#breadcrumbs li.pre a {
  padding-right: 12px;
  margin-right: 6px;
  background-image: url("http://upload.wikimedia.org/wikipedia/hu/a/a9/Breadcrumb-arrow.jpg");
  background-repeat: no-repeat;
  background-position: center right;
}

.buborekContent {
  width: 220px;
  border: 1px solid #A7D7F9;
  background-color: #efefef;
  display: none;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
}

.buborekTitlebar {
  background: url("http://bits.wikimedia.org/skins-1.5/vector/images/tab-break.png?1") center bottom #A7D7F9;
  color: black;
  font-size: 11px;
  font-weight: bold;
  padding: 4px;
  margin-bottom: 2px;
}

.buborekInnerContent{
  font-size: 12px;
  padding: 4px;
}

.buborekInnerContent p {
  margin: 0;
}

div.buborekSection {
    color: black;
    font-weight: bold;
    padding: 2px 0px;
    margin-top: 3px;
}

span.buborekSection {
  border-bottom: 1px dotted #999999;
}

.buborekSection a,
.buborekSection a.new,
.buborekSection a.mw-redirect {
    color: black
}

.buborekCloseButton {
  float: right;
  padding-right: 2px;
  cursor: pointer;
}
 
ul#breadcrumbs.hasBuborekButton li {
  margin-top: 2px;
}
 
ul#breadcrumbs.hasBuborekButton li.buborekButtonContainer {
  margin-top: 0px;
}

/* Cím, alcím */
#header-title
{
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding: 2px;
  margin: 5px 0 10px 0;
  border: none;
}

#header-title.noBreadcrumb {
  margin-top: 15px;
}

#header-title.noTabs {
  margin-bottom: 15px;
}

#header-title.hasSubtitle, #header-title.hasQuote {
  margin-bottom: 0px;
}

#header-title .editsectionmoved {
  margin-left: 0.5em;
  vertical-align: baseline;
  line-height: 1em;
  font-size: 56%;
  font-weight: normal;
}

#header-title .editsectionmoved a[href] {
  background: none;
  padding: 0;
}

#header-subtitle
{
  text-align: center;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 8px;
}

#header-subtitle.noTabs {
  margin-bottom: 15px;
}

#header-subtitle.hasQuote {
  margin-bottom: 0px;
}

#header-quote
{
  text-align: right;
  font-style: italic;
  margin-bottom: 8px;
}

#header-quote.noTabs {
  margin-bottom: 15px;
}

/* Tabsetek alapstílus */
ul.tabset-tabs {
  margin:0 !important;
  padding:0;
  height:26px;
  border-bottom:1px solid #a9a9a9;
  list-style: none;
}

ul.tabset-tabs li {  
  float:left;   
  padding:0; 
  margin:0;  
  list-style-type:none;  
}

ul.tabset-tabs a {
  float:left;
  display:block;
  position:relative;
  padding:3px 15px;
  margin-right:2px;
  height:18px;
  top:1px;
  
  background-color: #999999;
  border:1px solid #a9a9a9;  
  border-bottom:0px;
  font-size:12px;
  font-weight: bold;
  text-decoration:none;
  color: black;
  cursor: pointer; 
  
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-radius-topleft: 4px;
  -moz-border-radius-topright:4px;
  -webkit-border-top-right-radius: 4px;
  border-radius-topright:4px; 
}

ul.tabset-tabs a:hover {
  background-color:#b5b5b5;
}
  
ul.tabset-tabs a.current {
  background-color: #d9d9d9;
  border-bottom:2px solid #d9d9d9;  
  color:#000;  
}

.tabset-content div.tab-single {
  display: none;
  padding: 8px;
  border: 1px solid #a9a9a9;
  border-width: 0 1px 1px 1px;
  background-color:#d9d9d9;
  zoom: 1;
}

div.tab-single tt,
div.tab-single code,
div.tab-single table {
  background-color: transparent;
}

div.tab-single td {
  vertical-align: top;
}

.tabset-content div.tab-nojs {
  display: block;
  border: 1px solid #a9a9a9;
}

.tabset-content {
  margin-bottom: 5px;
}

.heading-custom {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
}

/* Eligazítólapok */
.eligazitoLap {
  padding: 10px;
  padding-bottom: 5px;
  zoom: 1; /* fos IE6 bug a div-ek háttérszínével */
}

div.eligazitoLapCim {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.eligazitoElem {
  padding: 10px 0px;
  margin-bottom: 5px;
  clear: left;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.eligazitoElem.vanKiegeszites {
  padding: 10px 0 0 0;
  margin-bottom: 3px;
}

.eligazitoElem a, .eligazitoWrapLink, .eligazitoWrapLink:visited  {
  color: black;
}

.eligazitoElem a:hover,
.eligazitoElem a:focus,
.eligazitoElem a:active,
.eligazitoElem a .eeHover,
.eligazitoWrapLink.eeHover,
.eligazitoWrapLink:hover
 {
  text-decoration: none;
}

.eligazitoIkon {
  float: left;
  padding-left: 10px;
}

.eligazitoTovabb {
  float: right;
  padding-right: 10px;
  padding-top: 10px;
  font-weight: bold;
  font-size: 14px;
}

.eligazitoTovabb a {
  color: black;
}

.eligazitoTartalom {
  margin-left: 56px;
  margin-right: 96px;
}

.eligazitoCim {
  font-size: 18px;
  font-weight: bold;
}

.eligazitoRovidites {
  padding-left: 10px;
  font-size: 14px;
  font-weight: normal;
}

.eligazitoLeiras {
  font-style: italic;
  font-size: 13px;
}

.eligazitoKiegeszites {
  margin-left: 56px;
  padding-bottom: 8px;
  margin-bottom: 5px;
}

/* SZÉP GOMB (legalábbis szebb, mint ami előtte volt :) ) */

.buttonBar {
  padding: 12px 0px;
}

.buttonBar a:hover {
  text-decoration: none; /* Chrome-nak kell */
}

a.buttonWrapperAnchor:hover {
  text-decoration: none;
}

.bigButton {
  margin: 5px 3px;
  padding: 10px 15px;

  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;

  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

.bigButton:hover {
  text-decoration: none;
}

.bigButton a:hover {
  text-decoration: none;
}

.buttonsize-small .buttonBar {
  padding: 7px 0px;
}

.buttonsize-small .bigButton {
  margin: 3px 2px;
  padding: 5px 10px;

  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;

  font-size: 13px;
}

.buttonsize-medium .buttonBar {
  padding: 9px 0px;
}

.buttonsize-medium .bigButton {
  margin: 4px 3px;
  padding: 7px 13px;

  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;

  font-size: 15px;
}

/* STÍLUSOK - Alap (szürke) */
.menustyle-basic, .menustyle-basic .wikiMenu-rootContainer {
  background-image: url('http://upload.wikimedia.org/wikipedia/hu/6/63/Menu-grey.jpg');
  height: 26px;
}
.menustyle-basic .sf-menu {
  background-color: #848484;
  background-image: url('http://upload.wikimedia.org/wikipedia/hu/6/63/Menu-grey.jpg');
}
.menustyle-basic .sf-menu li li {
  background: #6b6b6b;
}
.menustyle-basic .sf-menu li li li {
  background: #6b6b6b;
}
.menustyle-basic .sf-menu li:hover,
.menustyle-basic .sf-menu li.sfHover,
.menustyle-basic .sf-menu a:focus,
.menustyle-basic .sf-menu a:hover,
.menustyle-basic .sf-menu a:active,
.menustyle-basic .wikiMenu-rootContainer a:focus,
.menustyle-basic .wikiMenu-rootContainer a:hover,
.menustyle-basic .wikiMenu-rootContainer a:active
 {
  background:    #979797;
  background-image: url("http://upload.wikimedia.org/wikipedia/hu/7/75/Menu-grey-sel.jpg");
  outline:    0;
}

.elstyle-basic .eligazitoLap {
  border: 1px solid #a9a9a9;
  background-color: #d9d9d9;
}

.elstyle-basic div.eligazitoLapCim {
  color: #323232;
}

.elstyle-basic .eligazitoElem:hover,
.elstyle-basic .eeHover {
  background-color: #b9b9b9;
}

.elstyle-basic .eligazitoLeiras {
  color: #3e3e3e;
}

.buttonstyle-basic .bigButton {
  color: #3e3e3e;
  background-color: #b9b9b9;
}

.buttonstyle-basic .bigButton a {
  color: #3e3e3e;
}

.buttonstyle-basic .bigButton:hover {
  background-color: #a0a0a0;
}

/* STÍLUSOK - Közösség (zöld) */

.menustyle-kozosseg, .menustyle-kozosseg .wikiMenu-rootContainer {
  background-image: url('http://upload.wikimedia.org/wikipedia/hu/2/29/Menu-green.jpg');
  height: 26px;
}

.menustyle-kozosseg .sf-menu {
  background-color: #436248;
  background-image: url('http://upload.wikimedia.org/wikipedia/hu/2/29/Menu-green.jpg');
}

.menustyle-kozosseg .sf-menu li li {
  background:    #476a4d;
}
.menustyle-kozosseg .sf-menu li li li {
  background:    #476a4d;
}

.menustyle-kozosseg .sf-menu li:hover,
.menustyle-kozosseg .sf-menu li.sfHover,
.menustyle-kozosseg .sf-menu a:focus,
.menustyle-kozosseg .sf-menu a:hover,
.menustyle-kozosseg .sf-menu a:active,
.menustyle-kozosseg .wikiMenu-rootContainer a:focus,
.menustyle-kozosseg .wikiMenu-rootContainer a:hover,
.menustyle-kozosseg .wikiMenu-rootContainer a:active
 {
  background: #5b8362;
  background-image: url("http://upload.wikimedia.org/wikipedia/hu/1/12/Menu-green-sel.jpg");
  outline: 0;
}

.style-kozosseg ul.tabset-tabs {
  border-color: #9eb49e;
}

.style-kozosseg ul.tabset-tabs a {
  background-color:#89ab8a; 
  border-color: #9eb49e;   
  color:black !important;
}
.style-kozosseg ul.tabset-tabs a:hover {
  background-color:#a9c1aa;
}
.style-kozosseg ul.tabset-tabs a.current {
  background-color:#d3dfd4;
  border-bottom:2px solid #d3dfd4;  
}
.style-kozosseg div.tab-single {
  zoom: 1; /* IE6 bug a háttérszínnel */
  background: #d3dfd4;
  border-color: #9eb49e;
}
.style-kozosseg .tab-single table {
  color: black;
}

.style-kozosseg .heading-custom {
  color: #2b392b;
}

.style-kozosseg .heading-custom span {
  border-bottom: 1px dotted #5f7d5f;
}

.elstyle-kozosseg .eligazitoLap {
  border: 1px solid #9eb49e;
  background-color: #d3dfd4;
}

.elstyle-kozosseg div.eligazitoLapCim {
  color: #204422;
}

.elstyle-kozosseg .eligazitoElem:hover,
.elstyle-kozosseg .eeHover {
  background-color: #a6cca7;
}

.elstyle-kozosseg .eligazitoLeiras {
  color: #28542b;
}

.buttonstyle-kozosseg .bigButton {
  color: #28542b;
  background-color: #a6cca7;
}

.buttonstyle-kozosseg .bigButton a {
  color: #28542b;
}

.buttonstyle-kozosseg .bigButton:hover {
  background-color: #87ba86;
}

/* STÍLUSOK - Megbeszélések (kék) */

.menustyle-megbeszelesek, .menustyle-megbeszelesek .wikiMenu-rootContainer {
  background-image: url('http://upload.wikimedia.org/wikipedia/hu/9/9d/Menu-blue.jpg');
  height: 26px;
}

.menustyle-megbeszelesek .sf-menu {
  background-color: #607183;
  background-image: url('http://upload.wikimedia.org/wikipedia/hu/9/9d/Menu-blue.jpg');
}

.menustyle-megbeszelesek .sf-menu li li {
  background:    #4b5c6e;
}
.menustyle-megbeszelesek .sf-menu li li li {
  background:    #4b5c6e;
}

.menustyle-megbeszelesek .sf-menu li:hover,
.menustyle-megbeszelesek .sf-menu li.sfHover,
.menustyle-megbeszelesek .sf-menu a:focus,
.menustyle-megbeszelesek .sf-menu a:hover,
.menustyle-megbeszelesek .sf-menu a:active,
.menustyle-megbeszelesek .wikiMenu-rootContainer a:focus,
.menustyle-megbeszelesek .wikiMenu-rootContainer a:hover,
.menustyle-megbeszelesek .wikiMenu-rootContainer a:active
 {
  background:    #607183;
  background-image: url("http://upload.wikimedia.org/wikipedia/hu/1/1e/Menu-blue-sel.jpg");
  outline:    0;
}

.style-megbeszelesek ul.tabset-tabs {
  border-color: #9ca8b4;
}

.style-megbeszelesek ul.tabset-tabs a {
  background-color:#89a; 
  border-color: #9ca8b4;   
  color:black !important;
}
.style-megbeszelesek ul.tabset-tabs a:hover {
  background-color:#a9b7c1;
}
.style-megbeszelesek ul.tabset-tabs a.current {
  background-color:#d3d9df;
  border-bottom:2px solid #d3d9df;  
}
.style-megbeszelesek div.tab-single {
  zoom: 1; /* IE6 bug a háttérszínnel */
  background: #d3d9df;
  border-color: #9ca8b4;
  /*  background: #4F5C6A; */
}
.style-megbeszelesek .tab-single table {
  color: black;
}

.style-megbeszelesek .heading-custom {
  color: #2b3239;
}

.style-megbeszelesek .heading-custom span {
  border-bottom: 1px dotted #5f707d;
}

.elstyle-megbeszelesek .eligazitoLap {
  border: 1px solid #9CA8B4;
  background-color: #D3D9DF;
}

.elstyle-megbeszelesek div.eligazitoLapCim {
  color: #203644;
}

.elstyle-megbeszelesek .eligazitoElem:hover,
.elstyle-megbeszelesek .eeHover {
  background-color: #a6c1cc;
}

.elstyle-megbeszelesek .eligazitoLeiras {
  color: #284454;
}

.buttonstyle-megbeszelesek .bigButton {
  color: #284454;
  background-color: #a6c1cc;
}

.buttonstyle-megbeszelesek .bigButton a {
  color: #284454;
}

.buttonstyle-megbeszelesek .bigButton:hover {
  background-color: #86adba;
}

/* STÍLUSOK - Szabályok (sárga) */

.menustyle-szabalyok, .menustyle-szabalyok .wikiMenu-rootContainer {
  background-image: url('http://upload.wikimedia.org/wikipedia/hu/c/c9/Menu-yellow.jpg');
  height: 26px;
}

.menustyle-szabalyok .sf-menu {
  background-color: #607183;
  background-image: url('http://upload.wikimedia.org/wikipedia/hu/c/c9/Menu-yellow.jpg');
}

.menustyle-szabalyok .sf-menu li li {
  background:    #64683c;
}
.menustyle-szabalyok .sf-menu li li li {
  background:    #64683c;
}

.menustyle-szabalyok .sf-menu li:hover,
.menustyle-szabalyok .sf-menu li.sfHover,
.menustyle-szabalyok .sf-menu a:focus,
.menustyle-szabalyok .sf-menu a:hover,
.menustyle-szabalyok .sf-menu a:active,
.menustyle-szabalyok .wikiMenu-rootContainer a:focus,
.menustyle-szabalyok .wikiMenu-rootContainer a:hover,
.menustyle-szabalyok .wikiMenu-rootContainer a:active
 {
  background:    #787e49;
  background-image: url("http://upload.wikimedia.org/wikipedia/hu/b/b9/Menu-yellow-sel.jpg");
  outline:    0;
}

.style-szabalyok ul.tabset-tabs {
  border-color: #b2b49c;
}

.style-szabalyok ul.tabset-tabs a {
  background-color:#a7aa88; 
  border-color: #b2b49c;   
  color:black !important;
}
.style-szabalyok ul.tabset-tabs a:hover {
  background-color:#bfc1a9;
}
.style-szabalyok ul.tabset-tabs a.current {
  background-color:#dedfd3;
  border-bottom:2px solid #dedfd3;  
}
.style-szabalyok div.tab-single {
  zoom: 1; /* IE6 bug a háttérszínnel */
  background: #dedfd3;
  border-color: #b2b49c;
}
.style-szabalyok .tab-single table {
  color: black;
}

.style-szabalyok .heading-custom {
  color: #37392b;
}

.style-szabalyok .heading-custom span {
  border-bottom: 1px dotted #7a7d5f;
}

.elstyle-szabalyok .eligazitoLap {
  border: 1px solid #b2b49c;
  background-color: #dedfd3;
}

.elstyle-szabalyok div.eligazitoLapCim {
  color: #444320;
}

.elstyle-szabalyok .eligazitoElem:hover,
.elstyle-szabalyok .eeHover {
  background-color: #c9cca6;
}

.elstyle-szabalyok .eligazitoLeiras {
  color: #545328;
}

.buttonstyle-szabalyok .bigButton {
  color: #545328;
  background-color: #c9cca6;
}

.buttonstyle-szabalyok .bigButton a {
  color: #545328;
}

.buttonstyle-szabalyok .bigButton:hover {
  background-color: #b6ba86;
}

/* STÍLUSOK - Tennivalók (nsárga) */
 
.menustyle-tennivalok, .menustyle-tennivalok .wikiMenu-rootContainer {
  background-image: url('http://upload.wikimedia.org/wikipedia/hu/0/0f/Menu-orange.jpg');
  height: 26px;
}
 
.menustyle-tennivalok .sf-menu {
  background-color: #744203;
  background-image: url('http://upload.wikimedia.org/wikipedia/hu/0/0f/Menu-orange.jpg');
}
 
.menustyle-tennivalok .sf-menu li li {
  background: #744203;
}
.menustyle-tennivalok .sf-menu li li li {
  background: #744203;
}
 
.menustyle-tennivalok .sf-menu li:hover,
.menustyle-tennivalok .sf-menu li.sfHover,
.menustyle-tennivalok .sf-menu a:focus,
.menustyle-tennivalok .sf-menu a:hover,
.menustyle-tennivalok .sf-menu a:active,
.menustyle-tennivalok .wikiMenu-rootContainer a:focus,
.menustyle-tennivalok .wikiMenu-rootContainer a:hover,
.menustyle-tennivalok .wikiMenu-rootContainer a:active
 {
  background: #a15f15;
  background-image: url("http://upload.wikimedia.org/wikipedia/hu/2/21/Menu-orange-sel.jpg");
  outline: 0;
}
 
.style-tennivalok ul.tabset-tabs {
  border-color: #b4aa9e;
}
 
.style-tennivalok ul.tabset-tabs a {
  background-color:#aa9a88; 
  border-color: #b4a99c;   
  color:black !important;
}
.style-tennivalok ul.tabset-tabs a:hover {
  background-color: #c1b6a9;
}
.style-tennivalok ul.tabset-tabs a.current {
  background-color: #dfdad3;
  border-bottom:2px solid #dfdad3;  
}
.style-tennivalok div.tab-single {
  zoom: 1; /* IE6 bug a háttérszínnel */
  background: #dfdad3;
  border-color: #b4a99c;
}
.style-tennivalok .tab-single table {
  color: black;
}
.style-tennivalok .heading-custom {
  color: #39322b;
}

.style-tennivalok .heading-custom span {
  border-bottom: 1px dotted #7d6f5f;
}

.elstyle-tennivalok .eligazitoLap {
  border: 1px solid #b4a99c;
  background-color: #dfdad3;
}

.elstyle-tennivalok div.eligazitoLapCim {
  color: #443220;
}

.elstyle-tennivalok .eligazitoElem:hover,
.elstyle-tennivalok .eeHover {
  background-color: #ccbba6;
}

.elstyle-tennivalok .eligazitoLeiras {
  color: #543f28;
}

.buttonstyle-tennivalok .bigButton {
  color: #543f28;
  background-color: #ccbba6;
}

.buttonstyle-tennivalok .bigButton a {
  color: #543f28;
}

.buttonstyle-tennivalok .bigButton:hover {
  background-color: #baa286;
}
 
/* STÍLUSOK - Segítség (vörös) */
 
.menustyle-segitseg, .menustyle-segitseg .wikiMenu-rootContainer {
  background-image: url('http://upload.wikimedia.org/wikipedia/hu/9/91/Menu-red.jpg');
  height: 26px;
}
 
.menustyle-segitseg .sf-menu {
  background-color: #6a0304;
  background-image: url('http://upload.wikimedia.org/wikipedia/hu/9/91/Menu-red.jpg');
}
 
.menustyle-segitseg .sf-menu li li {
  background: #6a0304;
}
.menustyle-segitseg .sf-menu li li li {
  background: #6a0304;
}
 
.menustyle-segitseg .sf-menu li:hover,
.menustyle-segitseg .sf-menu li.sfHover,
.menustyle-segitseg .sf-menu a:focus,
.menustyle-segitseg .sf-menu a:hover,
.menustyle-segitseg .sf-menu a:active,
.menustyle-segitseg .wikiMenu-rootContainer a:focus,
.menustyle-segitseg .wikiMenu-rootContainer a:hover,
.menustyle-segitseg .wikiMenu-rootContainer a:active
 {
  background: #c04849;
  background-image: url("http://upload.wikimedia.org/wikipedia/hu/0/0d/Menu-red-sel.jpg");
  outline: 0;
}
 
.style-segitseg ul.tabset-tabs {
  border-color: #b4a09e;
}
 
.style-segitseg ul.tabset-tabs a {
  background-color:#aa8c88; 
  border-color: #b49f9c;   
  color:black !important;
}
.style-segitseg ul.tabset-tabs a:hover {
  background-color:#c1aca9;
}
.style-segitseg ul.tabset-tabs a.current {
  background-color:#dfd5d3;
  border-bottom:2px solid #dfd5d3;  
}
.style-segitseg div.tab-single {
  zoom: 1; /* IE6 bug a háttérszínnel */
  background: #dfd5d3;
  border-color: #b49f9c;
}
.style-segitseg .tab-single table {
  color: black;
}
.style-segitseg .heading-custom {
  color: #39322b;
}

.style-segitseg .heading-custom span {
  border-bottom: 1px dotted #7d615f;
}

.elstyle-segitseg .eligazitoLap {
  border: 1px solid #b49f9c;
  background-color: #dfd5d3;
}

.elstyle-tennivalok div.eligazitoLapCim {
  color: #442420;
}

.elstyle-segitseg .eligazitoElem:hover,
.elstyle-segitseg .eeHover {
  background-color: #ccaca6;
}

.elstyle-segitseg .eligazitoLeiras {
  color: #542e28;
}

.buttonstyle-segitseg .bigButton {
  color: #542e28;
  background-color: #ccaca6;
}

.buttonstyle-segitseg .bigButton a {
  color: #542e28;
}

.buttonstyle-segitseg .bigButton:hover {
  background-color: #ba8e86;
}

/*
== Ideiglenes javítások ==
*/

/* "Új üzenetek" elrejtése a felső sorból (LiquidThreads) */
#pt-newmessages {
  display:none;
}
/* Bal oldali sáv nagyítása az LQT összesített érkezett üzenetek lapon */
.lqt-newmessages-left {
  width: 13em;
}