Μετά την αποθήκευση πρέπει να καθαρίσετε την κρυφή μνήμη (cache) του browser σας για να δείτε τις αλλαγές: Σε Chrome, Firefox, Safari, Internet Explorer και Edge: Κρατήστε πατημένο το Shift και κάντε κλικ στο κουμπί Ανανέωση στην μπάρα εργαλείων.

dfn {
    font-style: inherit;  /* Reset default styling for <dfn> */
}
sup, sub {
    line-height: 1em;     /* Reduce line-height for <sup> and <sub> */
}
 
 
/* Edit window toolbar */
#toolbar {
    height: 22px;
    margin-bottom: 6px;
}
 
 
/* Make the list of references smaller */
ol.references,
div.reflist,
div.refbegin {
    font-size: 90%;            /* Default font-size */
    margin-bottom: 0.5em;
}
div.refbegin-100 {
    font-size: 100%;           /* Option for normal fontsize in {{refbegin}} */
}
div.reflist ol.references {
    font-size: 100%;           /* Reset font-size when nested in div.reflist */
    list-style-type: inherit;  /* Enable custom list style types */
}
 
/* Highlight clicked reference in blue to help navigation */
ol.references li:target,
sup.reference:target,
span.citation:target {
    background-color: #DEF;
}
 
 
 
 
 
 
/* Επισήμανση για πηγές, ασάφειες κλπ. */
span.inlineerror {
background: url('//upload.wikimedia.org/wikipedia/commons/3/35/Inline-error.gif') bottom repeat-x;
color:#444444; 
cursor:help;
}
 
 
/* Styling for citations */
cite {
    font-style: normal;
    word-wrap: break-word;
}
 
/* If there is an inline link to a full citation, the full citation will turn blue when the inline link is clicked */
cite:target { 
    background-color: #DEF;
}
 
/* For linked citation numbers and document IDs, where the number need not be shown on a screen or a handheld, but should be included in the printed version */
 
@media screen, handheld {
    cite *.printonly {
        display: none;
    }    
    span.citation *.printonly {
        display: none;
    }
}
 
@media print {
.noprint {
        display: none;
    }   
}
 
/* κλάση wikitable*/
 
 table.wikitable,
 table.prettytable {
  margin: 1em 1em 1em 0;
  background: #f9f9f9;
  border: 1px #aaaaaa solid;
  border-collapse: collapse;
}
 
 table.wikitable th, table.wikitable td,
 table.prettytable th, table.prettytable td {
  border: 1px #aaaaaa solid;
  padding: 0.2em;
}
 
 table.wikitable th,
 table.prettytable th {
  background: #f2f2f2;
  text-align: center;
}
 
 table.wikitable caption,
 table.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
}
 
.infobox {
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    color: black;
    margin: 0.5em 0 0.5em 1em;
    padding: 0.2em;
    float: right;
    clear: right;
}
.infobox td,
.infobox th {
    vertical-align: top;
}
.infobox caption {
    font-size: larger;
}
.infobox.bordered {
    border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
    border: 1px solid #aaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
    border: 0;
}
 
.infobox.sisterproject {
    width: 20em;
    font-size: 90%;
}
 
.infobox.standard-talk {
    border: 1px solid #c0c090;
    background-color: #f8eaba;
}
.infobox.standard-talk.bordered td,
.infobox.standard-talk.bordered th {
    border: 1px solid #c0c090;
}
 
/* styles for bordered infobox with merged rows */
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
    border: 0;
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
}
 
.infobox.bordered .mergedrow td,
.infobox.bordered .mergedrow th {
    border: 0;
    border-right: 1px solid #aaa;
}
 
/* Styles for geography infoboxes, eg countries,
   country subdivisions, cities, etc.            */
.infobox.geography {
    text-align: left;
    border-collapse: collapse;
    line-height: 1.2em; 
    font-size: 90%;
}
 
.infobox.geography td,
.infobox.geography th {
    border-top: solid 1px #aaa;
    padding: 0.4em 0.6em 0.4em 0.6em;
}
.infobox.geography .mergedtoprow td,
.infobox.geography .mergedtoprow th {
    border-top: solid 1px #aaa;
    padding: 0.4em 0.6em 0.2em 0.6em;
}
 
.infobox.geography .mergedrow td,
.infobox.geography .mergedrow th {
    border: 0;
    padding: 0 0.6em 0.2em 0.6em;
}
 
.infobox.geography .mergedbottomrow td,
.infobox.geography .mergedbottomrow th {
    border-top: 0;
    border-bottom: solid 1px #aaa;
    padding: 0 0.6em 0.4em 0.6em;
}
 
.infobox.geography .maptable td,
.infobox.geography .maptable th {
    border: 0;
    padding: 0;
}
 
 
 
 
/* Change the external link icon to an Adobe icon for all PDF files
   in browsers that support these CSS selectors, like Mozilla and Opera */
div#content a[href$=".pdf"].external,
div#content a[href*=".pdf?"].external,
div#content a[href*=".pdf#"].external,
div#content a[href$=".PDF"].external,
div#content a[href*=".PDF?"].external,
div#content a[href*=".PDF#"].external,
div#mw_content a[href$=".pdf"].external,
div#mw_content a[href*=".pdf?"].external,
div#mw_content a[href*=".pdf#"].external,
div#mw_content a[href$=".PDF"].external,
div#mw_content a[href*=".PDF?"].external,
div#mw_content a[href*=".PDF#"].external {
    background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right;
    /* @noflip */
    padding-right: 18px;
}
 
/* Change the external link icon to an Adobe icon anywhere the PDFlink class
   is used (notably Template:PDFlink). This works in IE, unlike the above. */
div#content span.PDFlink a,
div#mw_content span.PDFlink a {
    background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right;
    /* @noflip */
    padding-right: 18px;
}
 
/* Content in columns with CSS instead of tables [[Template:Columns]] */
div.columns-2 div.column {
    /* @noflip */
    float: left;
    width: 50%;
    min-width: 300px;
}
div.columns-3 div.column {
    /* @noflip */
    float: left;
    width: 33.3%;
    min-width: 200px;
}
div.columns-4 div.column {
    /* @noflip */
    float: left;
    width: 25%;
    min-width: 150px;
}
div.columns-5 div.column {
    /* @noflip */
    float: left;
    width: 20%;
    min-width: 120px;
}
 
 
 
.messagebox {
   border: 1px solid #aaaaaa;
   background-color: #f8eaba;
   width: 85%;
   margin: 0 auto 1em auto;
   padding: .2em;
   text-align: justify;
}
 
/* 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; 
    /* @noflip */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; 
    /* @noflip */padding: 2px 0 2px 0.9em;  /* 0.9em left, 0px right */
    text-align: center; 
}
td.mbox-imageright { /* The right image cell */
    border: none;
    /* @noflip */padding: 2px 0.9em 2px 0;  /* 0px left, 0.9em right */
    text-align: center; 
}
td.mbox-empty-cell { /* An empty narrow cell */
    border: none;
    padding: 0px;
    width: 1px;
}
 
/* Article message box styles */
table.ambox {
    margin: 0px 10%;                  /* 10% = Will not overlap with other elements */
    border: 1px solid #aaa; 
    /* @noflip */border-left: 10px solid #1e90ff;  /* Default "notice" blue */
    background: #fbfbfb; 
}
table.ambox + table.ambox { /* Single border between stacked boxes. */
    margin-top: -1px;
}
.ambox th.mbox-text, 
.ambox td.mbox-text { /* The message body cell(s) */
    padding: 0.25em 0.5em;       /* 0.5em left/right */
}
.ambox td.mbox-image { /* The left image cell */
    /* @noflip */padding: 2px 0 2px 0.5em;    /* 0.5em left, 0px right */
}
.ambox td.mbox-imageright { /* The right image cell */
    /* @noflip */padding: 2px 0.5em 2px 0;    /* 0px left, 0.5em right */
}
 
table.ambox-notice {
    /* @noflip */border-left: 10px solid #1e90ff;    /* Blue */
}
table.ambox-speedy {
    /* @noflip */border-left: 10px solid #b22222;    /* Red */
    background: #fee;                   /* Pink */
}
table.ambox-delete {
    /* @noflip */border-left: 10px solid #b22222;    /* Red */
}
table.ambox-content {
    /* @noflip */border-left: 10px solid #f28500;    /* Orange */
}
table.ambox-style {
    /* @noflip */border-left: 10px solid #f4c430;    /* Yellow */
}
table.ambox-move {
    /* @noflip */border-left: 10px solid #9932cc;    /* Purple */
}
table.ambox-protection {
    /* @noflip */border-left: 10px solid #bba;       /* Gray-gold */
}
table.ambox-migrate {
    /* @noflip */border-left: 10px solid #C0C0C0;    /* Γκρι */
} 
 
 
/* Footer and header message box styles */
table.fmbox {
    clear: both;
    margin: 0.2em 0;
    width: 100%;
    border: 1px solid #aaa;
    background: #f9f9f9;     /* Default "system" gray */
}
table.fmbox-system {
    background: #f9f9f9;
}
table.fmbox-warning {
    border: 1px solid #bb7070;  /* Dark pink */
    background: #ffdbdb;        /* Pink */
}
table.fmbox-editnotice {
    background: transparent;
}
/* Div based "warning" style fmbox messages. */
div.mw-warning-with-logexcerpt,
div.mw-lag-warn-high,
div.mw-cascadeprotectedwarning,
div#mw-protect-cascadeon {
    clear: both;
    margin: 0.2em 0;
    border: 1px solid #bb7070;
    background: #ffdbdb;
    padding: 0.25em 0.9em;
}
/* Div based "system" style fmbox messages. 
   Used in [[MediaWiki:Readonly lag]]. */
div.mw-lag-warn-normal,
div.fmbox-system {
    clear: both;
    margin: 0.2em 0;
    border: 1px solid #aaa;
    background: #f9f9f9;
    padding: 0.25em 0.9em;
}
 
/* These mbox-small classes must be placed after all other 
   ambox/tmbox/ombox etc classes. "body.mediawiki" is so 
   they override "table.ambox + table.ambox" above. */
body.mediawiki table.mbox-small { /* For the "small=yes" option. */
    /* @noflip */
    clear: right;
    /* @noflip */
    float: right;
    /* @noflip */
    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. */
    /* @noflip */
    margin: 4px 1em 4px 0;
    width: 238px;
    border-collapse: collapse;
    font-size: 88%;
    line-height: 1.25em;
}
 
 
/* Υποστήριξη για χαρακτήρες Πολυτονικούς, IPA και Unicode. Η δήλωση inherit επαναφέρει τις ρυθμίσεις γραμματοσειράς σε όλους τους browsers εκτός από τον MSIE6. Το άδειο σχόλιο πρέπει να παραμείνει. */
 
.IPA {
        font-family: Chrysanthi Unicode, Doulos SIL, Gentium, GentiumAlt, Code2000, TITUS Cyberbit Basic, DejaVu Sans, Bitstream Vera Sans, Bitstream Cyberbit, Arial Unicode MS, Lucida Sans Unicode, Hiragino Kaku Gothic Pro, Matrix Unicode;
        font-family /**/:inherit;
}
.Unicode {
        font-family: TITUS Cyberbit Basic, Code2000, Doulos SIL, Chrysanthi Unicode, Bitstream Cyberbit, Bitstream CyberBase, Bitstream Vera, Thryomanes, Gentium, GentiumAlt, Visual Geez Unicode, Lucida Grande, Arial Unicode MS, Microsoft Sans Serif, Lucida Sans Unicode;
        font-family /**/:inherit;
}
.polytonic {
        font-family: Athena, Gentium, Palatino Linotype, Arial Unicode MS, Lucida Sans Unicode, Lucida Grande, Code2000; 
        font-family /**/:inherit;
}
 
/*Add formatting to make sure that "external references" from [[Πρότυπο: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 adding 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. */
 
.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
}
 
 
 
 
 
.plainlinksneverexpand a.external.text:after {
display: none !important
}
 
#coordinates { 
position:absolute;
z-index:1;
border:none;
background:none;
right:30px;
top:3.7em;
float:right;
margin:0.0em;
padding:0.0em;
line-height:1.5em;
text-align:right;
text-indent:0;
font-size:85%;
text-transform:none;
white-space:nowrap;
}
 
/* sitenotice annoyances */
#bodyContent { position:relative; } 
.topicon, #protected-icon{ position:absolute; top:-2em !important;}
#coordinates{ position:absolute; top:1px !important; }
 
/* αποσαφήνιση από την εισαγωγή ενός λήμματος */
.dablink {width:100%; background:#F5F5FF; }
 
/* Γεωγραφικές συντεταγμένες. Οι κλάσεις "geo", "longitude", και "latitude" δεν είναι μόνο styles αλλά χρησιμοποιούνται από το Geo microformat, οπότε τα ονοματα δεν πρέπει να αλλάξουν.  [[Template:Coord]]
 */
.geo-default, .geo-dms, .geo-dec  { display: inline; }
.geo-nondefault, .geo-multi-punct { display: none; }
.longitude, .latitude             { white-space: nowrap; }
 
 
/* **** τέλος Γεωγραφικές συντεταγμένες */
 
 
/**
 * TALKPAGEHEADER: message-système des sous-pages de discussion
 */
 
/* classe .fieldsetlike etc. pour permettre la réutilisation de ces styles  */
 
#talkpageheader ,
.fieldsetlike {
  text-align: center;
  border: 1px solid  #aaa ;
  margin: 1em 0;
  padding: 0 0 0.4em 0;
}
 
#talkpageheader   #talkpageheadertitle ,
.fieldsetlike .legendlike {
  margin-top: -0.8em
}
 
#talkpageheader   #talkpageheadertitletext ,
.fieldsetlike .legendtextlike {
  padding: 0 8px;
  background: white;
}
 
#talkpageheader  ul,
.fieldsetlike ul {
  list-style-type: none;
  margin: 0;
}
 
#talkpageheader  li,
.fieldsetlike li {
  display: inline
}
 
#talkpageheader  li {
  color: #707070
}
 
 
 
 
/* With MediaWiki 1.5, the mechanism has changed: instead of a SPAN of class "urlexpansion" following the anchor A, the anchor itself now has class "external autonumber" and the expansion is inserted when printing (see the common printing style sheet at //en.wikipedia.org/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! */
 
.plainlinksneverexpand a.external.text:after {
  display: none !important;
}
.plainlinksneverexpand a.external.autonumber:after {
  display: none !important;
}
 
/* Persondata */
table.persondata {
    border: 1px solid #aaa;
    display: none;
    speak: none;
}
.persondata-label {
    color: #aaa;
}
 
 
/* Coloured watchlist numbers */
.mw-plusminus-pos {
  color:darkgreen;
}
 
.mw-plusminus-neg {
  color:darkred;
}
 
 
/* [[Πρότυπο:Απόσπασμα]] */
 
.apospasma {
float:none; 
display:table; 
background:#FFFAF0;
}
 
.apospasmastart {
background-image: url(//upload.wikimedia.org/wikipedia/el/thumb/d/dd/Aposp.png/11px-Aposp.png);
background-repeat: no-repeat;
}
 
.apospasmaend {
background-image: url(//upload.wikimedia.org/wikipedia/el/thumb/d/d0/Apospend.png/11px-Apospend.png);
background-repeat: no-repeat;
}
 
/* Class for links with loudspeaker icon next to them */
 
.audiolink a{
    background: url("//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 [[Πρότυπο:Listen]], [[Πρότυπο:Multi-listen_start]], [[Πρότυπο:Video]], [[Πρότυπο:Multi-video_start]] */
 
div.listenlist {
    background: url("//upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Gnome-speakernotes.png/30px-Gnome-speakernotes.png");
    padding-left: 40px;
}
 
div.videolist, div.multivideolist {
    background: url("//upload.wikimedia.org/wikipedia/en/thumb/2/20/Tango-video-x-generic.png/30px-Tango-video-x-generic.png");
    padding-left: 40px;
}
 
/* 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;
}
 
/* Για να φαίνονται οι ανακατευθύνσεις με πλάγια γραφή στο [[Ειδικό:Allpages]], στις κατηγορίες (όταν καταχωρούνται) και στις λίστες παρακολούθησης*/
 
 
 
.allpagesredirect a,.redirect-in-category a, .watchlistredir a {
color:#5F9EA0;
 
font-style:italic;
}
 
 
/* NavFrame */
 
div.Boxmerge,
div.NavFrame {
    margin: 0;
    padding: 4px;
    border: 1px solid #aaa;
    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: #fff;
    margin: 0;
    padding: 2px;
    float: left;
}
div.NavFrame div.NavHead {
    height: 1.6em;
    font-weight: bold;
    background-color: #ccf;
    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: 0;
    padding: 0;
    line-height: 1px;
    clear: both;
}
a.NavToggle {
    position: absolute;
    top: 0;
    right: 3px;
    font-weight: normal;
    font-size: 90%;
}
 
/* Style for horizontal lists (separator following item) */
.skin-monobook .hlist dl,
.skin-modern .hlist dl,
.skin-vector .hlist dl {
    line-height: 1.5em;
}
.hlist dl,
.hlist ol,
.hlist ul {
    margin: 0;
}
.hlist dd,
.hlist dt,
.hlist li { 
    display: inline;
    margin: 0;
}
/* Display nested lists inline */
.hlist dl dl,
.hlist ol ol,
.hlist ul ul {
    display: inline;
}
/* Generate interpuncts */
.hlist dd:after,
.hlist dt:after,
.hlist li:after {
    content: " ·";
    font-weight: bold;
}
.hlist dd:last-child:after,
.hlist dt:last-child:after,
.hlist li:last-child:after {
    content: none;
}
/* for IE 8 */
.hlist dd.nopunct:after,
.hlist dt.nopunct:after,
.hlist li.nopunct:after {
    content: none;
}
/* Add parens around nested lists */
.hlist dl dl:before,
.hlist ol ol:before,
.hlist ul ul:before {
    content: "(";
}
.hlist dl dl:after,
.hlist ol ol:after,
.hlist ul ul:after {
    content: ")";
}
/* Put numbers in ordered lists */
.hlist.hnum ol li {
    counter-increment: level1;
}
.hlist.hnum ol li:before {
    content: counter(level1) " ";
}
.hlist.hnum ol ol li {
    counter-increment: level2;
}
.hlist.hnum ol ol li:before {
    content: counter(level2) " ";
}
 
/* Unbulleted lists */
.plainlist ul {
    line-height: inherit;
    list-style: none none;
    margin: 0;
}
.plainlist ul li {
    margin-bottom: 0;
}
 
/* Default skin for navigation boxes */
table.navbox { /* Navbox container style */
  border: 1px solid #aaa;
  width: 100%; 
  margin: auto;
  clear: both;
  font-size: 88%;
  text-align: center;
  padding: 1px;
}
table.navbox + table.navbox { /* Single pixel border between adjacent navboxes */
  margin-top: -1px;            /* (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 */
}
 
.collapseButton { /* 'show'/'hide' buttons created dynamically */
    float: right;          /* by the CollapsibleTables javascript in    */
    font-weight: normal;   /* [[MediaWiki:Common.js]]are styled here    */
    text-align: right;     /* so they can be customised.                */
    width: auto;
}
.navbox .collapseButton { /* In navboxes, the show/hide button balances */
    width: 6em;            /* the vde links from [[Πρότυπο:Tnavbar]],   */
} /* so they need to be the same width. */
 
 
.licensetag {
margin: 4px 10%; 
border-collapse: collapse; 
width:80%; 
border:2px solid #8888aa; 
padding:5px; }
 
.licensetag-free {
background-color:#ecfcf4; 
border:2px solid green; }
 
.licensetag-freeicon {
border-left: 20px solid green; 
width:100px;
text-align:center; }
 
.licensetag-nonfree {
background-color:#fffacd; 
border:2px solid orange; }
 
.licensetag-nonfreeicon {
border-left: 20px solid orange; 
width:100px;
text-align:center; }
 
.licensetag-bad {
background-color:pink; 
border:2px solid red; }
 
.licensetag-badicon {
border-left: 20px solid red; 
width:100px;
text-align:center; }
 
 
 
 
 
 /* Common style for 2011 banners */
 
 /* Suppress lock icon for secure links in the banner */ 
 #centralNotice a[href^="https://"], .link-https {
  background-image: none !important;
  padding: 0 !important;
 }
 
 /* Set a grey border, grey background, etc. */
 .cn-fundraiser-banner {
  position: relative;
  border: 1px solid silver;
  background-color: #fbfbfb;
  margin-bottom: 0.5em !important;
  padding-top: 1em;
  padding-bottom: 1em;
  text-align:center;
 }
 
 /* Put the little X in the top-right (ltr) or top-left (rtl) corner */
 #cn-toggle-box {
  position: absolute;
  z-index: 51;
  top: 7px;
 }
 body.ltr #cn-toggle-box {
  right: 7px;
 }
 body.rtl #cn-toggle-box {
  left: 7px;
 }
 #cn-toggle-box img {
  display: block;
 }
 
 /* Put the big X in the top-right (ltr) or top-left (rtl) corner */
 #cn-close-box {
  position: absolute;
  z-index: 51;
  top: 5px;
 }
 body.ltr #cn-close-box {
  right: 5px;
 }
 body.rtl #cn-close-box {
  left: 5px;
 }
 #cn-close-box img {
  display: block;
 }
 
 /* Bold, blue text */
 .cn-blue-text {
  font-weight: bold;
  color: #6e98c2;
  text-align: center;
  font-size: 1.3em;
 }
 
 /* Bigger bold, blue text */
 .cn-bold-blue-text {
  font-size: 2.25em;
  font-weight: bold;
  color: navy;
  text-align: center;
  padding: 0.5em !important;
  line-height: 1em;
  direction: ltr; // Temporary fix for FRDrill 6. Will be removed later (breaks RTL when we have translations)
 }
 
 /* For buttons in the lower right (ltr) or left (rtl) corner */
 .cn-bottom-right-float {
  position: absolute;
  z-index: 50;
  bottom: 1em;
 }
 body.ltr .cn-bottom-right-float {
  right: 1em;
 }
 body.rtl .cn-bottom-right-float {
  left: 1em;
 }
/* For buttons in the upper left (ltr) or right (rtl) corner */
 .cn-top-left-float {
  position: absolute;
  z-index: 50;
  top: 1em;
 }
 body.ltr .cn-top-left-float {
  left: 1em;
 }
 body.rtl .cn-top-left-float {
  right: 1em;
 }
 
 /* To make the entire banner clickable */
 a.cn-full-banner-click {
  display:block;
  position:relative;
  height:100%;
  width:100%;
 }
 
 
 
 
 
#notice-button-2011 {
  height: 30px;
  text-align: center;
  background-color: transparent;
 }
body.ltr #notice-button-2011 {
  float: right;
 }
body.rtl #notice-button-2011 {
  float: left;
 }
 
#notice-button-2011-start {
  float: right;
  background-image: url(//upload.wikimedia.org/wikipedia/foundation/a/a7/CNtranslatebutton2.png);
  background-position: right bottom;
  width: 4px;
  height: 30px;
 }
 
 #notice-button-2011-end {
  float: right;
  background-image: url(//upload.wikimedia.org/wikipedia/foundation/a/a7/CNtranslatebutton2.png);
  background-position: left top;
  width: 4px;
  height: 30px;
 }
 
#notice-button-2011-label {
  float: right;
  background-image: url(//upload.wikimedia.org/wikipedia/foundation/a/a7/CNtranslatebutton2.png);
  background-position: center center;
  background-repeat: repeat-x;
  font-family: sans-serif;
  font-size: 1em;
  font-weight: bold;
  color: black;
  line-height: 30px;
  height: 30px;
  padding: 0 4px;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
 }
 
#notice-button-2011-label:hover{
  text-decoration: none;
  cursor: pointer;
}
 
#notice-button-2011-Editor {
 position:absolute;
 height: 30px;
 text-align: center;
 background-color: transparent;
 bottom: 15px;
}
body.ltr #notice-button-2011-Editor {
 left: 40px;
}
body.rtl #notice-button-2011-Editor {
 right: 40px;
}
 
#notice-button-2011-start-Editor {
  float: left;
  background-image: url(//upload.wikimedia.org/wikipedia/foundation/a/a7/CNtranslatebutton2.png);
  background-position: left top;
  width: 4px;
  height: 30px;
 }
 
#notice-button-2011-end-Editor {
  float: left;
  background-image: url(//upload.wikimedia.org/wikipedia/foundation/a/a7/CNtranslatebutton2.png);
  background-position: right bottom;
  width: 4px;
  height: 30px;
 }
 
#notice-button-2011-label-Editor {
  float: left;
  background-image: url(//upload.wikimedia.org/wikipedia/foundation/a/a7/CNtranslatebutton2.png);
  background-position: center center;
  background-repeat: repeat-x;
  font-family: sans-serif;
  font-size: .5em;
  font-weight: bold;
  color: black;
  line-height: 30px;
  height: 30px;
  padding: 0 4px;
  white-space: nowrap;
 }
 
 
 
 
 
 
 
#centralNotice.collapsed #enwp-SOPA-GLOBAL-warning {
  display: none;
 }
 
 
.globegris {
  background-image: url("//upload.wikimedia.org/wikipedia/commons/1/10/Wikipedia-logo-v2-200px-transparent.png");
}
 
.assistant {
  background-image: url("//upload.wikimedia.org/wikipedia/commons/6/67/Nuvola_apps_khelpcenter_25%25.png");
}
 
.headergris {
  /* monobookocentré */
  background: #F0F0F0 url("//upload.wikimedia.org/wikipedia/commons/1/1b/Wikibar2.png") no-repeat right;
  margin: 0;
  font-size: 120%;
  font-weight: bold;
  border: 1px solid #a3b0bf;
  text-align: left;
  color: #000;
  padding: .15em .4em;
}
 
 
#siteNotice .noticebanner {margin: -8px 0 0 0;}
 
/* Button stolen from wikimedia */
.nt-button-2011-start { 
	background-image: url("http://images3.wikia.nocookie.net/__cb20111102171618/uncyclopedia/images/a/a7/CNtranslatebutton2.png");
	background-position: 100% 100%;
	float: right;
	height: 30px;
	width: 4px;
}
.nt-button-2011-end { 
	background-image: url("http://images3.wikia.nocookie.net/__cb20111102171618/uncyclopedia/images/a/a7/CNtranslatebutton2.png");
	background-position: 0% 0%;
	float: right;
	height: 30px;
	width: 4px;
}
.nt-button-2011-label { 
	background-image: url("http://images3.wikia.nocookie.net/__cb20111102171618/uncyclopedia/images/a/a7/CNtranslatebutton2.png");
	background-position: 50% 50%;
	background-repeat: repeat-x;
	color: rgb(0, 0, 0);
	cursor: pointer;
	float: right;
	font-family: sans-serif;
	font-size: 1em;
	font-weight: 700;
	height: 30px;
	line-height: 30px;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0px;
	text-decoration: none;
	white-space: nowrap;
}
.gradientg6{ 	background-image: url(http://images2.wikia.nocookie.net/uncyclopedia/images/b/b7/Banner_gradient.gif);
	background-repeat:repeat-x; background-position: bottom;}
 
/* General purpose "pretty (data) tables" */
table.datatable {
	background-color: transparent;
}
 
table.datatable th,
table.datatable td {
	padding: 4px;
}
 
table.datatable th {
	text-align: left;
	background-color: #999999;
}
 
table.datatable tr {
	background-color: #cccccc;
}
 
table.datatable tr:hover {
	background-color: #ffffcc;
}
 
 
/* Adjust font for inline HTML generated formulae */
span.texhtml {
    font-family: "Times New Roman", "Nimbus Roman No9 L", Times, serif;
    font-size: 118%;
    white-space: nowrap;
}
span.texhtml span.texhtml {
    font-size: 100%;
}
 
/* Fix so <syntaxhighlight> tags and .css and .js pages get normal text size.
   [[Bugzilla:26204]]. See also [[Wikipedia:Typography#The monospace 'bug']] */
div.mw-geshi div,
div.mw-geshi div pre,
span.mw-geshi,
pre.source-css,
pre.source-javascript,
pre.source-lua {
    font-family: monospace, Courier !important;
}
 
.mw-dismissable-notice-close {
position: absolute;
right: 10px;
z-index: 98;
}
 
/* For announcements */
#bodyContent .letterhead {
    background-image:url('//upload.wikimedia.org/wikipedia/commons/e/e0/Tan-page-corner.png');
    background-repeat:no-repeat;
    padding: 2em;
    background-color: #faf9f2;
}